Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534134 - sys-libs/db-4.8.30-r2 install failed
Summary: sys-libs/db-4.8.30-r2 install failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-31 18:16 UTC by Joe M
Modified: 2014-12-31 20:43 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,474.57 KB, text/plain)
2014-12-31 18:20 UTC, Joe M
Details
environment for the above build error (environment,193.93 KB, text/plain)
2014-12-31 18:21 UTC, Joe M
Details
sudo emerge --info =db-4.8.30 (emerge-info.log,20.45 KB, text/plain)
2014-12-31 18:21 UTC, Joe M
Details
emerge --info '=sys-libs/db-4.8.30-r2::gentoo' (emerge-info-sys-libs-db-4.8.30-r2.log,43.20 KB, text/plain)
2014-12-31 18:22 UTC, Joe M
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe M 2014-12-31 18:16:57 UTC
Build error

 -mpclmul -mpopcnt -mabm -mlwp -mfma -mfma4 -mxop -mno-bmi -mtbm -mavx -msse4.2 -msse4.1 -mtune=bdver1 -Wl,-O1 -Wl,--default-symver   -Wl,-soname -Wl,libdb_stl-4.8.so -o .libs/libd
b_stl-4.8.so
.libs/bt_compress.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
Makefile:787: recipe for target 'libdb_cxx-4.8.la' failed
make: *** [libdb_cxx-4.8.la] Error 1
Makefile:804: recipe for target 'libdb_stl-4.8.la' failed
make: *** [libdb_stl-4.8.la] Error 1
 * ERROR: sys-libs/db-4.8.30-r2::gentoo failed (compile phase):
 *   emake failed
 *

Reproducible: Always
Comment 1 Joe M 2014-12-31 18:20:40 UTC
Created attachment 392800 [details]
build.log
Comment 2 Joe M 2014-12-31 18:21:10 UTC
Created attachment 392802 [details]
environment for the above build error
Comment 3 Joe M 2014-12-31 18:21:35 UTC
Created attachment 392804 [details]
sudo emerge --info =db-4.8.30
Comment 4 Joe M 2014-12-31 18:22:09 UTC
Created attachment 392806 [details]
emerge --info '=sys-libs/db-4.8.30-r2::gentoo'
Comment 5 Joe M 2014-12-31 20:43:04 UTC
changed the cflags to: export CFLAGS="-O2 -march=native -pipe" and it resolved the issue