From nobody@FreeBSD.org  Wed Aug 12 02:56:01 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CD4AF1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Aug 2009 02:56:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BC8748FC3D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Aug 2009 02:56:01 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7C2u1rW005341
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Aug 2009 02:56:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n7C2u1NX005340;
	Wed, 12 Aug 2009 02:56:01 GMT
	(envelope-from nobody)
Message-Id: <200908120256.n7C2u1NX005340@www.freebsd.org>
Date: Wed, 12 Aug 2009 02:56:01 GMT
From: Jimmie James <jimmiejaz@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: libquicktime-1.1.3 build failure
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         137687
>Category:       ports
>Synopsis:       multimedia/libquicktime 1.1.3 build failure
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 12 03:00:17 UTC 2009
>Closed-Date:    Thu Dec 31 09:52:44 UTC 2009
>Last-Modified:  Thu Dec 31 09:52:44 UTC 2009
>Originator:     Jimmie James
>Release:        7.2-STABLE
>Organization:
>Environment:
FreeBSD jimmiejaz.org 7.2-STABLE FreeBSD 7.2-STABLE #0: Sun Aug  2 01:00:16 EDT 2009     root@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO  i386
>Description:
Making all in utils
gmake[2]: Entering directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.1.3/utils'
gmake[3]: Entering directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.1.3/utils'
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include/quicktime -I/usr/local/include   -I/usr/local/include  -DLOCALE_DIR=\"/usr/local/share/locale\" -O2 -fno-strict-aliasing -pipe -march=pentium4 -fPIC  -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -MT lqtplay.o -MD -MP -MF .deps/lqtplay.Tpo -c -o lqtplay.o lqtplay.c
mv -f .deps/lqtplay.Tpo .deps/lqtplay.Po
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include/quicktime -I/usr/local/include   -I/usr/local/include  -DLOCALE_DIR=\"/usr/local/share/locale\" -O2 -fno-strict-aliasing -pipe -march=pentium4 -fPIC  -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c
mv -f .deps/common.Tpo .deps/common.Po
/bin/sh ../libtool --tag=CC   --mode=link cc -DLOCALE_DIR=\"/usr/local/share/locale\" -O2 -fno-strict-aliasing -pipe -march=pentium4 -fPIC  -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden  -L/usr/local/lib -pthread -o lqtplay lqtplay.o common.o ../src/libquicktime.la  -L/usr/local/lib -R/usr/local/lib -lXaw -lXt  -lSM -lICE -lXext -lXv -lGL -lX11  -lm   -lm -lz 
libtool: link: cc -DLOCALE_DIR=\"/usr/local/share/locale\" -O2 -fno-strict-aliasing -pipe -march=pentium4 -fPIC -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -pthread -o .libs/lqtplay lqtplay.o common.o  -L/usr/local/lib ../src/.libs/libquicktime.so /usr/local/lib/libiconv.so -lXaw /usr/local/lib/libXt.so -luuid /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libXv.so /usr/local/lib/libXext.so -lGL /usr/local/lib/libX11.so /usr/local/lib/libxcb.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so -lrpcsvc -lm -lz -pthread -Wl,-rpath -Wl,/usr/local/lib
lqtplay.o(.text+0xd0): In function `x11_init':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x5a0): In function `xv_init':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x693): In function `xv_init':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x8e0): In function `gl_init':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x8f7): In function `gl_init':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x987): more undefined references to `libintl_dgettext' follow
lqtplay.o(.text+0x2ab7): In function `main':
: undefined reference to `libintl_bindtextdomain'
lqtplay.o(.text+0x2bc7): In function `main':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x2c81): In function `main':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x2cc1): In function `main':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x2cfd): In function `main':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x2d47): In function `main':
: undefined reference to `libintl_dgettext'
lqtplay.o(.text+0x2d81): more undefined references to `libintl_dgettext' follow
gmake[3]: *** [lqtplay] Error 1
gmake[3]: Leaving directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.1.3/utils'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.1.3/utils'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.1.3'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/multimedia/libquicktime.
*** Error code 1

Stop in /usr/ports/multimedia/libquicktime.

>How-To-Repeat:
Build multimedia/libquicktime.  Same error no matter what options are selected.
>Fix:
Something with libintl maybe?

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Aug 12 07:24:42 UTC 2009 
Responsible-Changed-Why:  
Fix synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137687 

From: Jimmie James <jimmiejaz@gmail.com>
To: bug-followup@FreeBSD.org, jimmiejaz@gmail.com
Cc:  
Subject: Re: ports/137687: multimedia/libquicktime 1.1.3 build failure [SOLVED]
Date: Wed, 12 Aug 2009 20:05:47 -0400

 If you have WIHTOU_NLS= defined, that's the cause.
 
 Unsetting it in /etc/make.conf fixes the build, as well as adding -lintl 
 to the .else.
 
 
 .if !defined(WITHOUT_NLS)
 CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl"
 .else
 CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 .endif
 
 
 
 
Responsible-Changed-From-To: freebsd-multimedia->mm 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Oct 16 10:12:49 UTC 2009 
Responsible-Changed-Why:  
over to current maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137687 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137687: commit references a PR
Date: Thu, 31 Dec 2009 09:41:17 +0000 (UTC)

 mm          2009-12-31 09:41:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/libquicktime Makefile pkg-plist 
   Log:
   - Remove support for WITHOUT_NLS as this port does not support it properly
   - Bump PORTREVISION
   
   PR:             ports/137687
   Reported by:    Jimmie James <jimmiejaz@gmail.com>
   
   Revision  Changes    Path
   1.73      +5 -14     ports/multimedia/libquicktime/Makefile
   1.22      +1 -1      ports/multimedia/libquicktime/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: mm 
State-Changed-When: Thu Dec 31 09:52:43 UTC 2009 
State-Changed-Why:  
Fixed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137687 
>Unformatted:
