Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385611 - build failed with gcc-parameter "--param" for media-libs/libdc1394-2.1.3-r1
Summary: build failed with gcc-parameter "--param" for media-libs/libdc1394-2.1.3-r1
Status: RESOLVED DUPLICATE of bug 383295
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 15:28 UTC by Thomas Rausch
Modified: 2011-10-05 08:28 UTC (History)
0 users

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


Attachments
emerge --info (info.txt,8.87 KB, text/plain)
2011-10-04 15:31 UTC, Thomas Rausch
Details
build.log (build.log,40.16 KB, text/plain)
2011-10-04 15:32 UTC, Thomas Rausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Rausch 2011-10-04 15:28:57 UTC
build failed with:
CFLAGS="-march=core2 -mcx16 -msahf -mpopcnt -msse4.2 --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=256 -mtune=core2" 

build ok with:
CFLAGS="-march=core2 -mcx16 -msahf -mpopcnt -msse4.2 -mtune=core2 -O2 -pipe"

Reproducible: Always

Steps to Reproduce:
1. insert into make.conf on CFLAGS "--param" (see Description)
2. emerge -1 media-libs/libdc1394
Actual Results:  
Build failed:
libtool: link: x86_64-pc-linux-gnu-gcc -Wall -Wunused -std=gnu99 -march=core2 -mcx16 -msahf -mpopcnt -msse4.2 --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=256 -mtune=core2 -Wl,-O1 -o .libs/dc1394_vloopback dc1394_vloopback.o affine.o  -Wl,--as-needed ../dc1394/.libs/libdc1394.so /usr/lib64/libraw1394.so -lusb-1.0 -lm
dc1394_vloopback.o: In function `capture_pipe':
dc1394_vloopback.c:(.text+0x7e5): undefined reference to `yuy2_to_yv16'
dc1394_vloopback.c:(.text+0x87f): undefined reference to `yuy2_to_yv12'
dc1394_vloopback.o: In function `capture_mmap':
dc1394_vloopback.c:(.text+0xa72): undefined reference to `yuy2_to_yv16'
dc1394_vloopback.c:(.text+0xb61): undefined reference to `yuy2_to_yv12'
collect2: ld returned 1 exit status
make[2]: *** [dc1394_vloopback] Fehler 1
make[2]: *** Warte auf noch nicht beendete Prozesse...
Comment 1 Thomas Rausch 2011-10-04 15:31:41 UTC
Created attachment 288779 [details]
emerge --info
Comment 2 Thomas Rausch 2011-10-04 15:32:07 UTC
Created attachment 288781 [details]
build.log
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2011-10-05 08:28:18 UTC

*** This bug has been marked as a duplicate of bug 383295 ***