[Bug 4530] New: ffmpeg Makefile calls install with -s, which results in host strip being called
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Thu Aug 28 23:30:15 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4530
Summary: ffmpeg Makefile calls install with -s, which results
in host strip being called
Classification: Unclassified
Product: Openembedded
Version: Angstrom 2008.x
Platform: Other
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: org.openembedded.dev
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: likewise at gmx.net
Need to remove the hard-coded "-s" argument to strip in the ffmpeg Makefiles,
as it uses the host's strip, as well as strips even if we want a non-stripped
library (in case we want a debug build).
This is a blocker for avr32, strip does not recognize the format:
pre1-r3/image/usr/lib/libavcodec.so.0.4.9'
| install: strip process terminated abnormally
| make[1]: *** [install] Error 1
| make[1]: Leaving directory
`/home/leon/sandbox/at32stk1002/openembedded/tmp/work/avr32-angstrom-linux-uclibc/ffmpeg-0.4.9-pre1-r3/ffmpeg-0.4.9-pre1/libavcodec'
| make: *** [install] Error 2
| FATAL: oe_runmake failed
| ERROR: Function do_install failed
NOTE: package ffmpeg-0.4.9-pre1-r3: task do_install: Failed
ERROR: TaskFailed event exception, aborting
NOTE: package ffmpeg-0.4.9-pre1: failed
NOTE: package ffmpeg-0.4.9-pre1: Failed
ERROR: Build of
/home/leon/sandbox/at32stk1002/openembedded/org.openembedded.dev/packages/ffmpeg/ffmpeg_0.4.9-pre1.bb
do_install failed
ERROR: Task 8
(/home/leon/sandbox/at32stk1002/openembedded/org.openembedded.dev/packages/ffmpeg/ffmpeg_0.4.9-pre1.bb,
do_install) failed with 256
ERROR:
'/home/leon/sandbox/at32stk1002/openembedded/org.openembedded.dev/packages/ffmpeg/ffmpeg_0.4.9-pre1.bb'
failed
leon at witty:~/sandbox/at32stk1002/openembedded$ ls -al
/home/leon/sandbox/at32stk1002/openembedded/tmp/work/avr32-angstrom-linux-uclibc/ffmpeg-0.4.9-pre1-r3/image/usr/lib/libavcodec.so.0.4.9
-rw------- 1 leon leon 1302217 2008-08-29 01:18
/home/leon/sandbox/at32stk1002/openembedded/tmp/work/avr32-angstrom-linux-uclibc/ffmpeg-0.4.9-pre1-r3/image/usr/lib/libavcodec.so.0.4.9
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list