Bug 86023 - libusb fails to configure on PPC Linux
Bug#: 86023 Product:  Gentoo Linux Version: unspecified Platform: PPC
OS/Version: Linux Status: CLOSED Severity: normal Priority: P2
Resolution: FIXED Assigned To: liquidx@gentoo.org Reported By: ziktar@deadmoose.com
Component: Ebuilds
URL: 
Summary: libusb fails to configure on PPC Linux
Keywords:  
Status Whiteboard: 
Opened: 2005-03-20 09:11 0000
Description:   Opened: 2005-03-20 09:11 0000
Emerging libusb-0.1.10a results in:

>>> Unpacking libusb-0.1.10a.tar.gz to /var/tmp/portage/libusb-0.1.10a/work
aclocal-1.9: `configure.ac' or `configure.in' is required

Looking at the ebuild, I see some special casing is done for macos, and that it is also done for generic PPC...

So, I changed line 23 from:
	if use ppc || use ppc-macos ; then
to:
	if use ppc-macos ; then

I don't know if this is the correct fix, but it did allow me to emerge successfuly.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Alastair Tse (RETIRED) 2005-03-21 06:21:49 0000 -------
can ppc guys confirm this?

------- Comment #2 From Lars Weiler (RETIRED) 2005-03-21 07:07:33 0000 -------
Yes, I can confirm this error.  And I can also confirm the fix.

------- Comment #3 From Jouni Rinne 2005-03-21 09:03:57 0000 -------
The same here (on Gentoo-PPC): same error, and the fix worked

------- Comment #4 From Wouter Depuydt 2005-03-23 05:24:17 0000 -------
I also can confirm this error, and the proposed fix solves it.
Running gentoo-ppc 2004.3 on a Powerbook DVI 667MHz.

------- Comment #5 From Alastair Tse (RETIRED) 2005-03-23 06:08:30 0000 -------
thanks, sorry for the delay as i was away from my dev machine for acouple of
days.

------- Comment #6 From Nick Lassonde 2005-05-11 00:36:15 0000 -------
Forgot to mark closed. Thanks.