Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349085 - app-text/texlive-core-2010 fails to compile with long LDFLAGS string
Summary: app-text/texlive-core-2010 fails to compile with long LDFLAGS string
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 355085
  Show dependency tree
 
Reported: 2010-12-19 15:38 UTC by Andrew Savchenko
Modified: 2011-05-18 18:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,639.54 KB, text/plain)
2010-12-19 15:38 UTC, Andrew Savchenko
Details
environment (environment,129.62 KB, text/plain)
2010-12-19 15:39 UTC, Andrew Savchenko
Details
emerge --info (emerge-info,7.13 KB, text/plain)
2010-12-19 15:39 UTC, Andrew Savchenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2010-12-19 15:38:08 UTC
Hello,

texlive-core-2010 fails to compile with long LDFLAGS string:
LDFLAGS="-march=atom -m32 --param l1-cache-line-size=64 --param l1-cache-size=32 --param l2-cache-size=512 -O2 -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-vectorize -mstackrealign -ftree-loop-linear  -ftree-loop-im -fweb -frename-registers -fomit-frame-pointer -mfpmath=sse -fexcess-precision=fast -pipe -Wl,-O1 -Wl,--as-needed"

Unable to open or read "../data/icupkg.inc" option file. status =
U_BUFFER_OVERFLOW_ERROR
make[6]: *** [packagedata] Error 255

I use icu-4.6, gcc-4.5.1-r1.

This problem looks like very similar to bug 326021, but:
1) proposed patch was applied upstream (with small changes) and is present in icu-4.6;
2) icu itself build well with long LDFLAGS;
3) with untouched long CFLAGS and CXXFLAGS strings and LDFLAGS reduced to "-march=atom -m32 -O2 -Wl,-O1 -Wl,--as-needed" texlive-core-2010 compiles.
Comment 1 Andrew Savchenko gentoo-dev 2010-12-19 15:38:30 UTC
Created attachment 257547 [details]
build.log
Comment 2 Andrew Savchenko gentoo-dev 2010-12-19 15:39:27 UTC
Created attachment 257549 [details]
environment
Comment 3 Andrew Savchenko gentoo-dev 2010-12-19 15:39:43 UTC
Created attachment 257550 [details]
emerge --info
Comment 4 Alexis Ballier gentoo-dev 2011-05-18 18:23:23 UTC
should be fixed now