From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 10 00:40:06 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA3537B401 for ; Sat, 10 May 2003 00:40:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A624A43FBF for ; Sat, 10 May 2003 00:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4A7e4Up092379 for ; Sat, 10 May 2003 00:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4A7e4pR092378; Sat, 10 May 2003 00:40:04 -0700 (PDT) Resent-Date: Sat, 10 May 2003 00:40:04 -0700 (PDT) Resent-Message-Id: <200305100740.h4A7e4pR092378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Heiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C182937B401 for ; Sat, 10 May 2003 00:33:26 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 84D2743FA3 for ; Sat, 10 May 2003 00:33:21 -0700 (PDT) (envelope-from h.eichmann@gmx.de) Received: (qmail 22599 invoked by uid 65534); 10 May 2003 07:33:20 -0000 Received: from pD9EC2D44.dip.t-dialin.net (EHLO 192.168.254.43) (217.236.45.68) by mail.gmx.net (mp023-rz3) with SMTP; 10 May 2003 09:33:20 +0200 Message-Id: <200305100932.58105.h.eichmann@gmx.de> Date: Sat, 10 May 2003 08:32:57 +0100 From: Heiner To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52024: port multimedia/libdv fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 07:40:06 -0000 >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 >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: