Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2002 06:03:53 -0700
From:      Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca>
To:        Richard Arends <richard@unixguru.nl>
Cc:        ports@FreeBSD.ORG, esk@ira.uka.de
Subject:   Re: xmms port does not build 
Message-ID:  <200205101303.g4AD3rmC019974@cwsys.cwsent.com>
In-Reply-To: Message from Richard Arends <richard@unixguru.nl>  of "Fri, 10 May 2002 14:21:50 %2B0200." <20020510141954.E67492-100000@mail.unixguru.nl> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205101303.g4AD3rmC019974>