First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 29163
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: James Cloos <cloos@jhcloos.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 29163 depends on: Show dependency tree
Bug 29163 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-09-19 19:27 0000
pari has assembly kernels for several architectures, as well as a reference C
kernel for other archs.  If you just run ./Configure it chooses its ix86 kernel,
but the ebuild passes --host=${CHOST} to Configure, and for the standard CHOST
of i686-pc-linux-gnu that fails to choose the ix86 kernel.

If the ebuild will continue to specify --host (rather than letting Configure get
it from uname(1)), it should munge CHOST to just arch-os, eg i686-linux.

Perhaps something like:

--host=${CHOST/%-*/}-linux

or just let it get it from uname(1).

------- Comment #1 From Patrick Kursawe 2004-03-15 04:37:05 0000 -------
Thanks for the hint. Fixed in -r1.
Decided to use --host="$(echo ${CHOST} | cut -f "1 3" -d '-')"

First Last Prev Next    No search results available      Search page      Enter new bug