Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2008 15:54:49 GMT
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126043: multimedia/ffmpeg: ffplay returns Undefined symbol "pthread_join"
Message-ID:  <200807281554.m6SFsne4080295@www.freebsd.org>
Resent-Message-ID: <200807281600.m6SG08fh009461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126043
>Category:       ports
>Synopsis:       multimedia/ffmpeg: ffplay returns Undefined symbol "pthread_join"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 28 16:00:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Tatsuki Makino
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
FreeBSD FreeBSD-C2D.DHCP.test 6.3-STABLE FreeBSD 6.3-STABLE #0: Sat Jul 26 10:54:43 UTC 2008     root@FreeBSD-C2D.DHCP.test:/usr/obj/usr/src/sys/SMP  i386
>Description:
ffplay returns

/libexec/ld-elf.so.1: /usr/local/lib/libavcodec.so.1: Undefined symbol "pthread_join"

and cannot play file.

ffmpeg command's behavior is also strange.
>How-To-Repeat:
cd /usr/ports/multimedia/ffmpeg
make USE_GCC=4.2+ install
ffplay strike_witches_1.avi
>Fix:
Remove line

check_ldflags -Wl,--as-needed

from configure script.
I don't know detail of this line. :)

This problem happens because of this change.
h ttp://svn.mplayerhq.hu/ffmpeg?view=rev&revision=14263
(ffmpeg-2008.07.27 is used revision 14424)

Please fix http://www.freebsd.org/cgi/query-pr.cgi?pr=123409 incidentally. ;)

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807281554.m6SFsne4080295>