Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73629 - some apps create files arch-vendor-linux-uclibc-<app>
Summary: some apps create files arch-vendor-linux-uclibc-<app>
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 00:48 UTC by Peter S. Mazinger
Modified: 2005-01-11 19:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter S. Mazinger 2004-12-07 00:48:01 UTC
I have change my host to i386-gentoo-linux-uclibc
ncurses and module-init-tools use this prefix for all created files
(result: no /sbin/modprobe ... anymore)
solution 1: add --program-prefix= to both ebuilds when running econf
solution 2: add --program-prefix= to econf generally

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 solar (RETIRED) gentoo-dev 2004-12-07 03:44:53 UTC
I'm opting for solution #1
I'm not sure about solution #2 at this time. (much testing would have to be done)
Comment 2 solar (RETIRED) gentoo-dev 2004-12-07 06:14:45 UTC
1 down.
ncurses-5.4-r5 - Fixed in CVS 
------------------------------------------------------------------------------
- Stopped abusing uclibc for cxx handling, the ebuild now uses nocxx bug #73633
- enable work around --program-prefix= as ncurses will pick up the arch tuple and put it in the program prefix incorrectly as arch-vendor-linux-<libc>-<app>
------------------------------------------------------------------------------
Comment 3 solar (RETIRED) gentoo-dev 2004-12-07 06:20:33 UTC
[blocks B     ] sys-apps/modutils (from pkg sys-apps/module-init-tools-3.1)
[ebuild  N    ] sys-apps/module-init-tools-3.1  -debug -no-old-linux 349 kB 

I'm not keen on testing modules-init-tools right now. 
Provide patch please for others or another time.
Comment 4 Peter S. Mazinger 2004-12-07 06:28:50 UTC
it is module-init-tools-3.0-r2 too (stable)
-econf \
+econf --program-prefix=
Comment 5 SpanKY gentoo-dev 2005-01-11 19:45:26 UTC
file bugs against specific apps