From owner-freebsd-ports Fri May 10 6:33:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id 4CF1837B404 for ; Fri, 10 May 2002 06:33:41 -0700 (PDT) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.3/8.12.3) with ESMTP id g4ADZnY9065513; Fri, 10 May 2002 09:35:49 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.3/8.12.3/Submit) id g4ADZniv065512; Fri, 10 May 2002 09:35:49 -0400 (EDT) Date: Fri, 10 May 2002 09:35:49 -0400 From: Alan E To: Cy Schubert - CITS Open Systems Group Cc: Richard Arends , ports@FreeBSD.ORG, esk@ira.uka.de Subject: Re: xmms port does not build Message-ID: <20020510133549.GA52737@wwweasel.geeksrus.net> References: <20020510141954.E67492-100000@mail.unixguru.nl> <200205101303.g4AD3rmC019974@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205101303.g4AD3rmC019974@cwsys.cwsent.com> User-Agent: Mutt/1.3.99i X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, May 10, 2002 at 06:03:53AM -0700, Cy Schubert - CITS Open Systems Group wrote: >In message <20020510141954.E67492-100000@mail.unixguru.nl>, Richard >Arends writ >es: >> Hello, >> >> Output from make install in xmms port dir: >> >> cc -O -pipe -D_THREAD_SAFE -Wall -Wpointer-arith -finline-functions >> -ffast-math -fomit-frame-pointer -o .libs/xmms bmp.o skin.o util.o >> output.o fft.o input.o effect.o general.o visualization.o fullscreen.o >> pluginenum.o playlist.o controlsocket.o dock.o widget.o sbutton.o >> pbutton.o tbutton.o textbox.o menurow.o hslider.o monostereo.o vis.o >> svis.o number.o playstatus.o playlist_list.o playlist_slider.o >> playlist_popup.o eq_graph.o eq_slider.o main.o skinwin.o prefswin.o >> playlistwin.o equalizer.o hints.o about.o sm.o getopt.o getopt1.o >> urldecode.o mkdtemp.o -Wl,-E -pthread -pthread -Wl,--export-dynamic >> -L/usr/X11R6/lib -L/usr/local/lib -lSM -lICE -lXxf86vm >> ./libxmms/.libs/libxmms.so -lgtk12 -lgdk12 -lgmodule12 -lgthread12 >> -lglib12 -lXext -lX11 -lm -Wl,--rpath -Wl,/usr/X11R6/lib >> util.o: In function `util_create_add_url_window': >> util.o(.text+0xe6d): undefined reference to `gettext' >> util.o(.text+0xf96): undefined reference to `gettext' >> util.o(.text+0x109b): undefined reference to `gettext' >The following patch should fix your problem. > >Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/xmms/Makefile,v >retrieving revision 1.40 >diff -u -r1.40 Makefile >--- Makefile 5 Mar 2002 21:09:07 -0000 1.40 >+++ Makefile 10 May 2002 12:59:13 -0000 >@@ -14,7 +14,8 @@ > > MAINTAINER?= esk@ira.uka.de > >-LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml >+LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ >+ intl.1:${PORTSDIR}/devel/gettext-old > That's not the problem. Notice the lack of -lintl on the link line? Xmms builds fine with libintl.so.2. I'm running it here. I think he should clear out his gettext ports and reinstall them. Something's mucked up there. Patching xmms is not the solution, as it is not required. -- AlanE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message