Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460112 - net-dialup/xc-4.3.2-r3 does not respect STRIP
Summary: net-dialup/xc-4.3.2-r3 does not respect STRIP
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: prestripped
  Show dependency tree
 
Reported: 2013-03-03 12:02 UTC by Agostino Sarubbo
Modified: 2013-03-04 05:28 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 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