Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378647 - net-irc/xchat Please drop CFLAGS="-g -pipe"
Summary: net-irc/xchat Please drop CFLAGS="-g -pipe"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-10 12:51 UTC by Agostino Sarubbo
Modified: 2011-08-10 14:06 UTC (History)
1 user (show)

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 2011-08-10 12:51:44 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm   -DG_DISABLE_CAST_CHECKS -DLOCALEDIR=\"/usr/share/locale\"  -I/usr/include/freetype2    -march=native -O2 -g0 -Wall -pipe -g -Wno-pointer-sign -funsigned-char    -I/usr/include/freetype2   -MT plugin-tray.o -MD -MP -MF $depbase.Tpo -c -o plugin-tray.o plugin-tray.c &&\

amd64box xchat # emerge --info | grep CFLAGS
CFLAGS="-march=native -O2 -g0"

It installs also .la files. Please remove them if are not needed
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-08-10 13:53:53 UTC
+  10 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> xchat-2.8.8-r2.ebuild,
+  +files/xchat-2.8.8-cflags.patch:
+  Don't force "-g -pipe" on CFLAGS (bug #378647).
+

(In reply to comment #0)
> 
> It installs also .la files. Please remove them if are not needed

I don't have any .la files installed by xchat-2.8.8-r2 so I don't see what needs fixing here...
Comment 2 Agostino Sarubbo gentoo-dev 2011-08-10 13:58:45 UTC
(In reply to comment #1)
> I don't have any .la files installed by xchat-2.8.8-r2 so I don't see what
> needs fixing here...

amd64box ~ # qfile -v /usr/lib64/xchat/plugins/python.la
net-irc/xchat-2.8.8-r2 (/usr/lib64/xchat/plugins/python.la)

amd64box ~ # qfile -v /usr/lib64/xchat/plugins/perl.la
net-irc/xchat-2.8.8-r2 (/usr/lib64/xchat/plugins/perl.la)
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-08-10 14:06:54 UTC
+  10 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> xchat-2.8.8-r2.ebuild:
+  Don't install .la files
+