Date: Sat, 10 May 2003 08:32:57 +0100 From: Heiner <h.eichmann@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52024: port multimedia/libdv fails to build Message-ID: <200305100932.58105.h.eichmann@gmx.de> Resent-Message-ID: <200305100740.h4A7e4pR092378@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52024 >Category: ports >Synopsis: port multimedia/libdv fails to build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 10 00:40:04 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Heiner Eichmann <h.eichmann@gmx.de> >Release: FreeBSD 4.8-RC2 >Organization: Sirius Cybernetics Corp. >Environment: System: FreeBSD 4.8-RC #2: Thu Apr 3 11:05:05 CEST 2003 root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: make in multimedia/libdv ends with: source='dovlc.c' object='dovlc.o' libtool=no depfile='.deps/dovlc.Po' tmpdepfile='.deps/dovlc.TPo' depmode=gcc /bin/sh ../depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -D_THREAD_SAFE -pipe -Wall -g -c `test -f 'dovlc.c' || echo './'`dovlc.c /bin/sh ../libtool --silent --mode=link cc -pipe -Wall -g -L/usr/local/lib -pthread -o dovlc dovlc.o libdv.la -lm dovlc.o: In function `main': /usr/ports/multimedia/libdv/work/libdv-0.99/libdv/dovlc.c(.text+0x1e0): undefined reference to `dv_peek_vlc' .libs/libdv.so: undefined reference to `mmx_ok' *** Error code 1 >How-To-Repeat: make in multimedia/libdv >Fix: --- Makefile.orig Sat May 10 09:30:05 2003 +++ Makefile Sat May 10 09:30:23 2003 @@ -22,7 +22,7 @@ USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -O" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${X11BASE}/libdata/pkgconfig INSTALLS_SHLIB= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305100932.58105.h.eichmann>