diff options
Diffstat (limited to 'results/classifier/108/other/1195882')
| -rw-r--r-- | results/classifier/108/other/1195882 | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/results/classifier/108/other/1195882 b/results/classifier/108/other/1195882 new file mode 100644 index 000000000..1865d53c5 --- /dev/null +++ b/results/classifier/108/other/1195882 @@ -0,0 +1,156 @@ +other: 0.836 +vnc: 0.833 +permissions: 0.831 +semantic: 0.830 +PID: 0.829 +device: 0.826 +graphic: 0.824 +network: 0.811 +debug: 0.809 +boot: 0.804 +files: 0.800 +KVM: 0.795 +performance: 0.792 +socket: 0.788 + +Make fails on Centos - can't find autoreconf + + [root@H002 qemu-1.4.2]# make +\ GEN i386-softmmu/config-devices.mak + GEN x86_64-softmmu/config-devices.mak + GEN alpha-softmmu/config-devices.mak + GEN arm-softmmu/config-devices.mak + GEN cris-softmmu/config-devices.mak + GEN lm32-softmmu/config-devices.mak + +( .... ) + +GEN unicore32-linux-user/config-devices.mak + GEN s390x-linux-user/config-devices.mak + GEN config-all-devices.mak + GEN config-host.h +(cd /opt/qemu/qemu-1.4.2/pixman; autoreconf -v --install) +/bin/sh: autoreconf: command not found +make: *** [/opt/qemu/qemu-1.4.2/pixman/configure] Error 127 + +***************** + +Exact same error for 1.5.1 build +So, qemu not supported on anything but Ubuntu? + +autoreconf is part of the autoconf package. Do you have that installed? + +As far as I know, autoreconf does not exist in the red hat/fedora/centos world. + +Can't find a yum, rpm. or other distro for it on the above os. + +Am I missing something obvious hrte? + +Thanks.... + + +Sent from a mobile device. + +-------- Original message -------- +From: Iggy <email address hidden> +Date: +To: <email address hidden> +Subject: [Bug 1195882] Re: Make fails on Centos - can't find autoreconf + +autoreconf is part of the autoconf package. Do you have that installed? + +-- +You received this bug notification because you are subscribed to the bug +report. +https://bugs.launchpad.net/bugs/1195882 + +Title: + Make fails on Centos - can't find autoreconf + +Status in QEMU: + New + +Bug description: + [root@H002 qemu-1.4.2]# make + \ GEN i386-softmmu/config-devices.mak + GEN x86_64-softmmu/config-devices.mak + GEN alpha-softmmu/config-devices.mak + GEN arm-softmmu/config-devices.mak + GEN cris-softmmu/config-devices.mak + GEN lm32-softmmu/config-devices.mak + + ( .... ) + + GEN unicore32-linux-user/config-devices.mak + GEN s390x-linux-user/config-devices.mak + GEN config-all-devices.mak + GEN config-host.h + (cd /opt/qemu/qemu-1.4.2/pixman; autoreconf -v --install) + /bin/sh: autoreconf: command not found + make: *** [/opt/qemu/qemu-1.4.2/pixman/configure] Error 127 + + ***************** + + Exact same error for 1.5.1 build + So, qemu not supported on anything but Ubuntu? + +To manage notifications about this bug go to: +https://bugs.launchpad.net/qemu/+bug/1195882/+subscriptions + + +> As far as I know, autoreconf does not exist in the red hat/fedora/centos world. +> +> Can't find a yum, rpm. or other distro for it on the above os. + +You aren't looking very hard; on my RHEL 6.4 box (which has the same +packages as what you can install in CentOS), I see: + +$ rpm -qf `which autoreconf` +autoconf-2.63-5.1.el6.noarch + + +On Friday 28 June 2013 18:20:29 you wrote: +> autoreconf is part of the autoconf package. Do you have that installed? +> +Hi, + +Thanks for the response. + +You're right, it was the lack of autoconf. Actually, on CentOS/RH, you need +to check for + +autoconf +automake (includes autoconf?) +libtools + +Seems to be building happily now. Sorry for the newbie question. + +/T. + + +On Saturday 29 June 2013 00:12:17 you wrote: +> > As far as I know, autoreconf does not exist in the red +> > hat/fedora/centos world. +> > +> > Can't find a yum, rpm. or other distro for it on the above os. +> +> You aren't looking very hard; on my RHEL 6.4 box (which has the same +> packages as what you can install in CentOS), I see: +> +> $ rpm -qf `which autoreconf` +> autoconf-2.63-5.1.el6.noarch +> +You're right. Also installed automake which supplies an 'aclocal' +executable that's not in the autoconf distro, and libtool to fix a 'possibly +undefined macro AC_LIBTOOL' issue. + +Seems to be happily compiling/linking now. + +My apologies for the pseudo-bug report. + +BTW, thank you for your assistance. + +/Todd + + + |