GNOME Bugzilla – Bug 708108
cannot build from scratch
Last modified: 2013-09-19 17:00:16 UTC
Hello, cannot build package without pre-installed gnome environment: I do not have gnome-autogen.sh in my system Requirements say that I need python but not entire Gnome. Seems to be bootstrapping problem. Download: git clone git://git.gnome.org/jhbuild Build: ./autogen.sh Fail: ./autogen.sh: line 158: gnome-autogen.sh: command not found
It should be detected by this part of autogen.sh: # Check gnome-common package is installed. gnome-common depends on autoconf, # automake and pkgconfig so no need to check them explicitly. hash gnome-autogen.sh 2>&- gnome_autogen_available=$? What does "gnome-autogen.sh; echo $?" produce on your system?
$ gnome-autogen.sh; echo $? bash: gnome-autogen.sh: command not found 127
Ooops, sorry, I meant "hash gnome-autogen.sh; echo $?"
$ LANG=C hash gnome-autogen.sh; echo $? bash: hash: gnome-autogen.sh: not found 1
This is now fixed in master, as of: https://git.gnome.org/browse/jhbuild/commit/?id=3d03dc2487d128b949cde5e8b3b5a06d9ab40f89 and the following two commits. Can you try again after pulling the latest changes and report back on if it works or not?
If those changes fixes the bug, this is a duplicate of bug 706497.
Yes, it seems to be fixed sergey@desktop:~/jhbuild$ ./autogen.sh --prefix=/opt/jhbuild WARNING: gnome-autogen.sh not available (usually part of package 'gnome-common') WARNING: yelp-tools not available (usually part of package 'yelp-tools') Конфигурирование jhbuild без autotools Введите «make» чтобы скомпилировать jhbuild Builds successfully
Great, thanks for testing! *** This bug has been marked as a duplicate of bug 706497 ***