Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448536 - =dev-perl/Moose-2.60.400 does not respect CFLAGS
Summary: =dev-perl/Moose-2.60.400 does not respect CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-25 15:28 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2013-05-03 12:46 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 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-12-25 15:28:55 UTC
# grep gcc Moose-2.60.400\:20121225-145640.log | head -n1
powerpc-unknown-linux-gnu-gcc -c   -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O1 -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe   -DVERSION=\"2.0604\" -DXS_VERSION=\"2.0604\" -o xs/Attribute.o -fPIC "-I/usr/lib/perl5/5.12.4/powerpc-linux/CORE"   xs/Attribute.c
ibook dev-perl # emerge --info | grep ^CFLAGS

# emerge --info | grep ^CFLAGS
CFLAGS="-O2 -pipe -mcpu=7450 -maltivec -mabi=altivec -g0"
Comment 1 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-12-25 16:00:20 UTC
Calling emake OPTIMIZE="${CFLAGS}" is enough to fix this issue.
Comment 2 Vicente Olivert Riera (RETIRED) gentoo-dev 2013-03-29 12:46:05 UTC
ping

I'll apply that change to the ebuild in 30 days if you don't have any objection.
Comment 3 Vicente Olivert Riera (RETIRED) gentoo-dev 2013-05-03 12:46:01 UTC
Done.