Opened 16 years ago
Last modified 16 years ago
#1428 assigned defect
fails to build on mips with --enable-debug
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
please see http://bugs.debian.org/520113 for details.
mplayer fails to link on mips with "non-dynamic relocations refer to dynamic symbol free@@GLIBC_2.0"
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | mplayer_1.0~rc2+svn20090303-2.1_mipsel.build.gz added |
---|
comment:1 by , 16 years ago
This is a buildlog from a pretty much unpatched mplayer copy of SVN date 2009/03/03 (the branch point for the ffmpeg 0.5 release)
comment:3 by , 16 years ago
Summary: | fails to build on mips → fails to build on mips with --enable-debug |
---|
comment:4 by , 16 years ago
we worked around by not using --enable-debug on mips:
---
# generate debugging symbols for mplayer-dbg for all archs but mipsen,
# see bug #520113
ifeq (,$(findstring mips,$(DEB_HOST_ARCH)))
DEB_BUILD_CONFIGURE += --enable-debug
endif
---
I've updated the bug description accordingly.
build log from current debian/unstable mips system