All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1195882] [NEW] Make fails on Centos - can't find autoreconf
@ 2013-06-28 20:36 Todd Ross
  2013-06-28 22:20 ` [Qemu-devel] [Bug 1195882] " Iggy
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Todd Ross @ 2013-06-28 20:36 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

  [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?

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1195882] Re: Make fails on Centos - can't find autoreconf
  2013-06-28 20:36 [Qemu-devel] [Bug 1195882] [NEW] Make fails on Centos - can't find autoreconf Todd Ross
@ 2013-06-28 22:20 ` Iggy
  2013-06-29 11:56   ` Todd Ross
  2013-06-29  0:12 ` Todd Ross
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Iggy @ 2013-06-28 22:20 UTC (permalink / raw)
  To: qemu-devel

autoreconf is part of the autoconf package. Do you have that installed?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 1195882] Re: Make fails on Centos - can't find autoreconf
  2013-06-28 20:36 [Qemu-devel] [Bug 1195882] [NEW] Make fails on Centos - can't find autoreconf Todd Ross
  2013-06-28 22:20 ` [Qemu-devel] [Bug 1195882] " Iggy
@ 2013-06-29  0:12 ` Todd Ross
  2013-06-29  4:12 ` Eric Blake
  2016-06-15  9:24 ` T. Huth
  3 siblings, 0 replies; 7+ messages in thread
From: Todd Ross @ 2013-06-29  0:12 UTC (permalink / raw)
  To: qemu-devel

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 <iggy@theiggy.com> 
Date:  
To: tross@seraband.com 
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

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1195882] Re: Make fails on Centos - can't find autoreconf
  2013-06-28 20:36 [Qemu-devel] [Bug 1195882] [NEW] Make fails on Centos - can't find autoreconf Todd Ross
  2013-06-28 22:20 ` [Qemu-devel] [Bug 1195882] " Iggy
  2013-06-29  0:12 ` Todd Ross
@ 2013-06-29  4:12 ` Eric Blake
  2013-06-29 11:59   ` Todd Ross
  2016-06-15  9:24 ` T. Huth
  3 siblings, 1 reply; 7+ messages in thread
From: Eric Blake @ 2013-06-29  4:12 UTC (permalink / raw)
  To: qemu-devel

> 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 received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 1195882] Re: Make fails on Centos - can't find autoreconf
  2013-06-28 22:20 ` [Qemu-devel] [Bug 1195882] " Iggy
@ 2013-06-29 11:56   ` Todd Ross
  0 siblings, 0 replies; 7+ messages in thread
From: Todd Ross @ 2013-06-29 11:56 UTC (permalink / raw)
  To: qemu-devel

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.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 1195882] Re: Make fails on Centos - can't find autoreconf
  2013-06-29  4:12 ` Eric Blake
@ 2013-06-29 11:59   ` Todd Ross
  0 siblings, 0 replies; 7+ messages in thread
From: Todd Ross @ 2013-06-29 11:59 UTC (permalink / raw)
  To: qemu-devel

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

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1195882] Re: Make fails on Centos - can't find autoreconf
  2013-06-28 20:36 [Qemu-devel] [Bug 1195882] [NEW] Make fails on Centos - can't find autoreconf Todd Ross
                   ` (2 preceding siblings ...)
  2013-06-29  4:12 ` Eric Blake
@ 2016-06-15  9:24 ` T. Huth
  3 siblings, 0 replies; 7+ messages in thread
From: T. Huth @ 2016-06-15  9:24 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1195882

Title:
  Make fails on Centos - can't find autoreconf

Status in QEMU:
  Invalid

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-06-15 17:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28 20:36 [Qemu-devel] [Bug 1195882] [NEW] Make fails on Centos - can't find autoreconf Todd Ross
2013-06-28 22:20 ` [Qemu-devel] [Bug 1195882] " Iggy
2013-06-29 11:56   ` Todd Ross
2013-06-29  0:12 ` Todd Ross
2013-06-29  4:12 ` Eric Blake
2013-06-29 11:59   ` Todd Ross
2016-06-15  9:24 ` T. Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.