You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run autogen.sh failed with the following
[chandra@localhost ginger-master]$ ./autogen.sh --system
configure.ac:41: installing 'build-aux/compile'
configure.ac:41: installing 'build-aux/config.guess'
configure.ac:41: installing 'build-aux/config.sub'
configure.ac:35: installing 'build-aux/install-sh'
configure.ac:35: installing 'build-aux/missing'
Makefile.am:29: installing 'build-aux/py-compile'
configure: loading site script /usr/share/config.site
configure: error: package version not defined
Machine Details: Fedora 21
$ uname -a
Linux localhost.localdomain 3.18.3-201.fc21.x86_64 #1 SMP Mon Jan 19 15:59:31 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
But when I tried download source code using git command "git clone https://github.com/kimchi-project/ginger" instead "Download ZIP", autogen.sh went fine with out any issues. Now I am able to install ginger successfully.
So was there a difference in git vs "Download ZIP" content ?
Thanks in advance,
Chandra
The text was updated successfully, but these errors were encountered:
potula-chandra
changed the title
./autogen.sh --system failed with error
./autogen.sh --- system failed with error
Feb 4, 2015
Issues #9 and #10 describe errors related to the absence of the
VERSION file in the zip/tarball downloaded from Ginger webpage
in Github. This happens because Github does not include in the
compressed file any file that are in .gitignore. Excluding the
VERSION file from .gitignore fixes both issues.
Issue #12 says that the ChangeLog is missing from the zip/tarball.
This was fixed before in a previous commit, but to make it
available we need to retag Ginger to force Github to create
a new tarball.
There's also a minor issue with the previous naming used for the
Ginger tags. Naming the tags as 'ginger-<version>' forces Github
to create a tarball with name 'ginger-<tag>', thus the file name
becomes 'ginger-ginger-<version>'. Since we need to retag the
project due to these issues, the tag name will be changed to
just '<version>'. To reflect that, pkg-version was changed.
Signed-off-by: Daniel Henrique Barboza <dhbarboza82@gmail.com>
[chandra@localhost ginger-master]$ ./autogen.sh --system
configure.ac:41: installing 'build-aux/compile'
configure.ac:41: installing 'build-aux/config.guess'
configure.ac:41: installing 'build-aux/config.sub'
configure.ac:35: installing 'build-aux/install-sh'
configure.ac:35: installing 'build-aux/missing'
Makefile.am:29: installing 'build-aux/py-compile'
configure: loading site script /usr/share/config.site
configure: error: package version not defined
Machine Details: Fedora 21
$ uname -a
Linux localhost.localdomain 3.18.3-201.fc21.x86_64 #1 SMP Mon Jan 19 15:59:31 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
But when I tried download source code using git command "git clone https://github.com/kimchi-project/ginger" instead "Download ZIP", autogen.sh went fine with out any issues. Now I am able to install ginger successfully.
So was there a difference in git vs "Download ZIP" content ?
Thanks in advance,
Chandra
The text was updated successfully, but these errors were encountered: