Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./autogen.sh --- system failed with error #10

Closed
potula-chandra opened this issue Feb 3, 2015 · 1 comment
Closed

./autogen.sh --- system failed with error #10

potula-chandra opened this issue Feb 3, 2015 · 1 comment

Comments

@potula-chandra
Copy link
Member

  1. Down loaded the source code from https://github.com/kimchi-project/ginger using "Download ZIP".
  2. Extracted the zip file
  3. 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

@potula-chandra potula-chandra changed the title ./autogen.sh --system failed with error ./autogen.sh --- system failed with error Feb 4, 2015
danielhb added a commit that referenced this issue Feb 19, 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>
@danielhb
Copy link
Contributor

This issue was fixed in the lastest Ginger release 1.3.0.1

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants