From owner-freebsd-ports Fri May 10 6: 4:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 4207637B406 for ; Fri, 10 May 2002 06:04:36 -0700 (PDT) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id GAA13285; Fri, 10 May 2002 06:04:21 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda13283; Fri May 10 06:04:17 2002 Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.3/8.12.3) with ESMTP id g4AD3x4i058174; Fri, 10 May 2002 06:04:11 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.3/8.12.3) with ESMTP id g4AD3rmC019974; Fri, 10 May 2002 06:03:53 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200205101303.g4AD3rmC019974@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-Sender: schubert To: Richard Arends Cc: ports@FreeBSD.ORG, esk@ira.uka.de Subject: Re: xmms port does not build In-Reply-To: Message from Richard Arends of "Fri, 10 May 2002 14:21:50 +0200." <20020510141954.E67492-100000@mail.unixguru.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 10 May 2002 06:03:53 -0700 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 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' > util.o: In function `util_create_filebrowser': > util.o(.text+0x165f): undefined reference to `gettext' > util.o(.text+0x1816): undefined reference to `gettext' > util.o(.text+0x188c): more undefined references to `gettext' follow > main.o: In function `main': > main.o(.text+0x80e9): undefined reference to `bindtextdomain' > main.o(.text+0x80f6): undefined reference to `textdomain' > main.o(.text+0x813d): undefined reference to `gettext' > main.o(.text+0x832f): undefined reference to `gettext' > main.o: In function `mainwin_adjust_volume_motion': > main.o(.text+0x89d4): undefined reference to `gettext' > main.o: In function `segfault_handler': > main.o(.text+0x9d4b): undefined reference to `gettext' > skinwin.o: In function `create_skin_window': > skinwin.o(.text+0x21): undefined reference to `gettext' > skinwin.o(.text+0x127): more undefined references to `gettext' follow > gmake[4]: *** [xmms] Error 1 > gmake[4]: Leaving directory `/usr/ports/audio/xmms/work/xmms-1.2.7/xmms' > gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/audio/xmms/work/xmms-1.2.7/xmms' > gmake[2]: *** [all-recursive-am] Error 2 > gmake[2]: Leaving directory `/usr/ports/audio/xmms/work/xmms-1.2.7/xmms' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/audio/xmms/work/xmms-1.2.7' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > --------------------------------------------------------------- > FreeBSD 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #30: Sun > May 5 11:51:02 GMT 2002 > > Ports collection updated 2 hours ago... 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 USE_BZIP2= yes USE_X_PREFIX= yes Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message