Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73538 - emerge builds prepend "i686-pc-linux-gnu-" to the binary file names
Summary: emerge builds prepend "i686-pc-linux-gnu-" to the binary file names
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
: 73459 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-06 02:51 UTC by francesco r
Modified: 2004-12-06 05:59 UTC (History)
1 user (show)

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


Attachments
Emerge output with debug activated (nohup_emerge_-dB_--oneshot_ncurses.out.gz,44.09 KB, application/octet-stream)
2004-12-06 04:31 UTC, francesco r
Details

Note You need to log in before you can comment on or make changes to this bug.
Description francesco r 2004-12-06 02:51:41 UTC
A lot of ebuilds when emerged prepend to their binary files the 
i686-pc-linux-gnu- string, three examples:
sys-libs/ncurses
sys-apps/module-init-tools
app-editors/nano

some others dont
sys-boot/grub (binary)
app-misc/colordiff (perl script) 

it seems to me that it's a problem with new autoconf/automake system, but it's not  confermed.

I've found this problems installing a ne machine so I have the freedom to do quite everithing with it, feel free to ask me to format hard disk if this can help you to squash th bug.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
qpkg -l ncurses | grep bin
/usr/bin
/usr/bin/i686-pc-linux-gnu-tic
/usr/bin/i686-pc-linux-gnu-toe
/usr/bin/i686-pc-linux-gnu-infotocap -> i686-pc-linux-gnu-tic 1102299920
/usr/bin/i686-pc-linux-gnu-captoinfo -> i686-pc-linux-gnu-tic 1102299920
/usr/bin/i686-pc-linux-gnu-infocmp
/usr/bin/i686-pc-linux-gnu-clear
/usr/bin/i686-pc-linux-gnu-tput
/usr/bin/i686-pc-linux-gnu-tset
/usr/bin/i686-pc-linux-gnu-reset -> i686-pc-linux-gnu-tset 1102299920
/usr/bin/tack


Expected Results:  
qpkg -l vim | grep bin
/usr/bin
/usr/bin/vimtutor
/usr/bin/xxd
/usr/share/vim/vim63/syntax/bindzone.vim
/usr/bin
/usr/bin/vim
/usr/bin/vimdiff -> vim 1102333193
/usr/bin/rvim -> vim 1102333193
/usr/bin/ex -> vim 1102333193
/usr/bin/view -> vim 1102333193
/usr/bin/rview -> vim 1102333193
Comment 1 francesco r 2004-12-06 04:31:52 UTC
Created attachment 45373 [details]
Emerge output with debug activated 

emerge --info
Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 AMD Athlon(TM) XP 1600+
Gentoo Base System version 1.6.7
Python: 	     dev-lang/python-2.3.4 [2.3.4 (#1, Dec  6 2004, 00:56:17)]
distcc 2.18.2 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.9.3, 1.5, 1.8.5-r2, 1.6.3, 1.7.9, 1.4_p6
sys-devel/binutils:  2.14.90.0.8-r1, 2.15.92.0.2-r1
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/
http://gentoo.osuosl.org/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"

MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X acl alsa apache2 apm arts artswrappersuid avi berkdb bitmap-fonts
crypt cups dio directfb encode erandom exif f77 fam fbcon foomaticdb gd gdbm
gif gmp gnome gpm gtk gtk2 iconv imlib insecure-drivers ipv6 jpeg kde libg++
libwww mad maildir mikmod mmx motif mpeg mysql mysqli ncurses nls nptl nptlonly
offensive oggvorbis opengl pam pdflib perl pic plotutils png python qt
quicktime readline samba sdl spell ssl svg svga tcpd tiff truetype
truetype-fonts type1-fonts utf8 wmf wxwindows x86 xml2 xmms xprint xsl xv zlib
linguas_it"
Comment 2 Matt MacLeod 2004-12-06 05:51:37 UTC
I'm getting this emerging gtk-sharp. See bug #73459.

autoconf 2.59-r5
automake 1.85-r1
libtool 1.52-r7
binutils 2.15.90.0.1.1-r3
m4 1.4.1
Comment 3 SpanKY gentoo-dev 2004-12-06 05:59:18 UTC
update to gcc-config-1.3.7-r5
remove CTARGET from files in /etc/env.d/gcc/
run gcc-config
unset CTARGET in your environment
rebuild packages that are broken
Comment 4 SpanKY gentoo-dev 2004-12-06 05:59:29 UTC
*** Bug 73459 has been marked as a duplicate of this bug. ***