Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 460112

Summary: net-dialup/xc-4.3.2-r3 does not respect STRIP
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Dialup Developers <net-dialup>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 239866    

Description Agostino Sarubbo gentoo-dev 2013-03-03 12:02:02 UTC
x86_64-pc-linux-gnu-gcc -march=native -O2 -g0 -pipe  -D_XOPEN_SOURCE -fno-strength-reduce  -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu xcb+.o xcdbglog.o xcdial.o xcmain.o xcport.o xcscrpt.o xcsubs.o xcterm.o xcxmdm.o -o xc  -lncurses  -lncurses editline/libedit.a 
cp  ./xc ./bin
cp  ./crc ./bin
strip ./bin/xc ./bin/crc
All targets are up to date
Now you may execute 'make install'
>>> Source compiled.


and in the makefile:

bin: xc crc
        cp  ./xc ./bin
        cp  ./crc ./bin
        strip ./bin/xc ./bin/crc
Comment 1 Sergey Popov gentoo-dev 2013-03-04 05:28:33 UTC
+  04 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> xc-4.3.2-r3.ebuild:
+  Remove unnecessary binary striping, wrt bug #460112. Thanks to Agostino
+  Sarubbo for discovering this issue