Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305113 - [PATCH] media-video/ffmpeg fails to build (binutils bug)
Summary: [PATCH] media-video/ffmpeg fails to build (binutils bug)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: IA64 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL: http://sourceware.org/bugzilla/show_b...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-14 18:54 UTC by Raúl Porcel (RETIRED)
Modified: 2010-03-07 16:36 UTC (History)
2 users (show)

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 Raúl Porcel (RETIRED) gentoo-dev 2010-02-14 18:54:28 UTC
libavcodec/mpeg12enc.o: In function `ff_mpeg1_encode_init':
mpeg12enc.c:(.text+0x481): relocation truncated to fit: GPREL22 against `.bss'
mpeg12enc.c:(.text+0x482): relocation truncated to fit: GPREL22 against `.bss'
mpeg12enc.c:(.text+0x791): relocation truncated to fit: GPREL22 against `.bss'
mpeg12enc.c:(.text+0x7a1): relocation truncated to fit: GPREL22 against `.bss'
libavcodec/mpeg12enc.o: In function `mpeg1_encode_block':
mpeg12enc.c:(.text+0x37e1): relocation truncated to fit: GPREL22 against `.bss'
mpeg12enc.c:(.text+0x3840): relocation truncated to fit: GPREL22 against `.bss'
mpeg12enc.c:(.text+0x3aa0): relocation truncated to fit: GPREL22 against `.bss'
mpeg12enc.c:(.text+0x3aa1): relocation truncated to fit: GPREL22 against `.bss'
/usr/lib/gcc/ia64-unknown-linux-gnu/4.4.3/../../../../ia64-unknown-linux-gnu/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make: *** [libavcodec/libavcodec.so.52] Error 1


See $URL for patch for binutils

Please apply the patch to 2.19 as well since it fails as well with newer versions of ffmpeg
Comment 1 SpanKY gentoo-dev 2010-03-07 16:36:09 UTC
added patch to binutils-2.20.1.  thanks !