Spec URL: http://aglitke.fedorapeople.org/kimchi.spec SRPM URL: http://aglitke.fedorapeople.org/kimchi-1.0.1-0.fc19.src.rpm Description: Kimchi is an HTML5 based management tool for KVM. It is designed to make it as easy as possible to get started with KVM and create your first guest. Fedora Account System Username: aglitke
Will this package be pushed to EPEL5?
What a nice project name :)
Package doesn't build on Fedora 20 : + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build-aux/config.sub ++ basename ./build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr - checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for a Python interpreter with version >= 2.6... none configure: error: no suitable Python interpreter found Also : - there is no Url anywhere - make should use -j - %post should use the systemd macros - there is lots of unowned directory ( /etc/kimchi , /usr/share/kimchi and others ) there is also bundled javascript libraries ( jquery, novnc ), I am not sure where we are on this, and there is bundled fonts, which is also a grey area, last time I looked.
(In reply to Michael Scherer from comment #3) > Package doesn't build on Fedora 20 : > + '[' -f /usr/lib/rpm/redhat/config.sub ']' > + /usr/bin/rm -f ./build-aux/config.sub > ++ basename ./build-aux/config.sub > + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub > '/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' > + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu > --program-prefix= --disable-dependency-tracking --prefix=/usr > --exec-prefix=/usr - > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /usr/bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether make supports nested variables... yes > checking for a Python interpreter with version >= 2.6... none > configure: error: no suitable Python interpreter found I am able to build Kimchi on a freshly installed Fedora 20. Regarding the Python environment detection, here is the output I've got: checking for a Python interpreter with version >= 2.6... python checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking for pep8... /usr/bin/pep8 I am using the latest Kimchi code from GitHub. Michael Scherer, could you try to build Kimchi with the latest code and make sure the problem still happens for you? The repository can be found here: https://github.com/kimchi-project/kimchi.
Created attachment 851567 [details] "autogen.sh" output That is the output of "autogen.sh" taken from a freshly installed Fedora 20. Everything went fine.
*** This bug has been marked as a duplicate of bug 1126990 ***