Opened 15 years ago

Last modified 15 years ago

#1428 assigned defect

fails to build on mips with --enable-debug

Reported by: siretart@… Owned by: diego@…
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)

mplayer_1.0~rc2+svn20090303-2.1_mipsel.build.gz (96.4 KB ) - added by siretart@… 15 years ago.
build log from current debian/unstable mips system

Download all attachments as: .zip

Change History (5)

by siretart@…, 15 years ago

build log from current debian/unstable mips system

comment:1 by siretart@…, 15 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:2 by diego@…, 15 years ago

Status: newassigned

Reinhard, has this issue been resolved?

comment:3 by siretart@…, 15 years ago

Summary: fails to build on mipsfails to build on mips with --enable-debug

comment:4 by siretart@…, 15 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.

Note: See TracTickets for help on using tickets.