Summary: | app-crypt/rotix fails to build with -O0 and USE=nls | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | c1pher |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Build log
Patch for rotix.c New ebuild Ebuild diff |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 167303 [details]
Build log
%% CFLAGS="$(portageq envvar CFLAGS) -O0" ebuild rotix-0.83.ebuild install clean %% echo $? 0 Can't reproduce. Add USE=nls. Created attachment 238919 [details]
Patch for rotix.c
Created attachment 238921 [details]
New ebuild
Created attachment 238923 [details]
Ebuild diff
+ 16 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + files/0.83-respect-CFLAGS-and-dont-strip.patch, rotix-0.83.ebuild, + +files/rotix-0.83-locale.diff: + Apply patch from Dane Smith <smithdanea@gmail.com> to fix compilation + problems with USE=nls and -O0. Bug #239964. Respect LDFLAGS and drop + custom CFLAGS for debug mode + |