Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196431 - dev-libs/libedit-20061103-r2 compilation fails
Summary: dev-libs/libedit-20061103-r2 compilation fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-19 17:18 UTC by BedOS_Gui
Modified: 2007-10-19 17:23 UTC (History)
0 users

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


Attachments
emerge--log (dev-libs:libedit-20061103-r2:20071019-171613.log,29.71 KB, text/plain)
2007-10-19 17:18 UTC, BedOS_Gui
Details
emerge--info (emerge--info,9.57 KB, text/plain)
2007-10-19 17:19 UTC, BedOS_Gui
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BedOS_Gui 2007-10-19 17:18:37 UTC
cc -march=native -mtune=native -O3 -pipe -msse3 -ftree-vectorize -fstack-protector -mfpmath=sse -funroll-all-loops -fforce-addr -fgcse-sm -fgcse-las -fgcse-after-reload -funswitch-loops -finline-functions -ftracer -fvariable-expansion-in-unroller -fprofile-use -momit-leaf-frame-pointer -I. -include ../glibc-bsd-glue/bsdcompat.h -I../glibc-compat -I../glibc-bsd-glue -fPIC -c readline.c -o .so/readline
readline.c: In function ‘_rl_update_pos’:
readline.c:1807: note: file .so/readline.gcda not found, execution counts estimated
ar -r libedit.a .a/*
cc --shared -o libedit.so .so/* -lncurses -Wl,-soname,libedit.so
ar: creating libedit.a
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.2/../../../../x86_64-pc-linux-gnu/bin/ld:.so/chared.gcno: file format not recognized; treating as linker script
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.2/../../../../x86_64-pc-linux-gnu/bin/ld:.so/chared.gcno:1: syntax error
collect2: ld a retourné 1 code d'état d'exécution
make: *** [libedit.so] Erreur 1
 * 
 * ERROR: dev-libs/libedit-20061103-r2 failed.
 * Call stack:
 *                    ebuild.sh, line 1695:  Called dyn_compile
 *                    ebuild.sh, line 1033:  Called qa_call 'src_compile'
 *                    ebuild.sh, line   44:  Called src_compile
 *   libedit-20061103-r2.ebuild, line   38:  Called die
 * The specific snippet of code:
 *      emake || die "make"
 *  The die message:
 *   make


Reproducible: Always
Comment 1 BedOS_Gui 2007-10-19 17:18:58 UTC
Created attachment 133908 [details]
emerge--log
Comment 2 BedOS_Gui 2007-10-19 17:19:11 UTC
Created attachment 133909 [details]
emerge--info
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-10-19 17:23:57 UTC
<snip>
CFLAGS="-march=native -mtune=native -O3 -pipe -msse3 -ftree-vectorize
-fstack-protector -mfpmath=sse -funroll-all-loops -fforce-addr -fgcse-sm
-fgcse-las -fgcse-after-reload -funswitch-loops -finline-functions -ftracer
-fvariable-expansion-in-unroller -fprofile-use -momit-leaf-frame-pointer"
CXXFLAGS="-march=native -mtune=native -O3 -pipe -msse3 -ftree-vectorize
-fstack-protector -mfpmath=sse -funroll-all-loops -fforce-addr -fgcse-sm
-fgcse-las -fgcse-after-reload -funswitch-loops -finline-functions -ftracer
-fvariable-expansion-in-unroller -fprofile-use -momit-leaf-frame-pointer"
</snip>

Sorry, the above is completely unsupported, marking INVALID. Please review the
following before reporting similar bugs:

http://devmanual.gentoo.org/ebuild-writing/functions/src_compile/build-environment/index.html
http://www.gentoo.org/doc/en/gcc-optimization.xml