From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 14:21:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6770616A4CE for ; Tue, 25 Nov 2003 14:21:29 -0800 (PST) Received: from mra03.ex.eclipse.net.uk (mra03.ex.eclipse.net.uk [212.104.129.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D0343F85 for ; Tue, 25 Nov 2003 14:21:28 -0800 (PST) (envelope-from fun@thingy.apana.org.au) Received: from localhost (localhost.localdomain [127.0.0.1]) by mra03.ex.eclipse.net.uk (Postfix) with ESMTP id DBDFD2E2BA5 for ; Tue, 25 Nov 2003 22:22:21 +0000 (GMT) Received: from mra03.ex.eclipse.net.uk ([127.0.0.1]) by localhost (mra03.ex.eclipse.net.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25574-02-68 for ; Tue, 25 Nov 2003 22:22:21 +0000 (GMT) Received: from thingy.apana.org.au (unknown [81.168.35.128]) by mra03.ex.eclipse.net.uk (Postfix) with ESMTP id 378B62E29C7 for ; Tue, 25 Nov 2003 22:22:21 +0000 (GMT) Message-ID: <3FC3D51E.90005@thingy.apana.org.au> Date: Tue, 25 Nov 2003 22:18:06 +0000 From: David Gerard User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031005 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <3FC3D263.70009@thingy.apana.org.au> In-Reply-To: <3FC3D263.70009@thingy.apana.org.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at eclipse.net.uk Subject: Re: Can't install gaim on FreeBSD 4.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 22:21:29 -0000 On 11/25/03 22:06, David Gerard wrote: > We're trying to install gaim on a 4.8-RELEASE box, and it's > acting like the package is broken. > lilith# pkg_add -v gaim-0.72.tar > Requested space: 42147840 bytes, free space: 46554032128 bytes in > /var/tmp/instmp.ko8CO8 > pkg_add: read_plist: bad command '@conflicts ja-gaim-*' > lilith# > Er, huh? I got the same on a 4.6.2 box. > Compiling from source gives a failure, which appears to > be from Linuxisms in the source. > Has anyone got gaim 0.71 or later working on FreeBSD 4.x? > What did you do to get it working? Further on this: when I tried compiling from source, ./configure seemed to work but this showed up in the middle: checking for ao... no *** Could not run ao test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means ao was incorrectly installed *** or that you have moved ao since it was installed. - and then 'make' went like this: -bash-2.05b$ make make all-recursive Making all in sounds Making all in plugins Making all in docklet Making all in gaim-remote Making all in gestures Making all in perl source='perl.c' object='perl.lo' libtool=yes depfile='.deps/perl.Plo' tmpdepfile='.deps/perl.TPlo' depmode=gcc /usr/local/bin/bash ../../depcomp /usr/local/bin/bash ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DVERSION=\"0.72\" -I../.. -I../../src -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/libdata/perl/5.00503/mach/CORE -g -O2 -Wall -g3 -c -o perl.lo `test -f 'perl.c' || echo './'`perl.c In file included from perl.c:87: perl-common.h:28: syntax error before `CV' perl.c:208: syntax error before `CV' perl.c: In function `gaim_perl_callXS': perl.c:213: `aTHX_' undeclared (first use in this function) perl.c:213: (Each undeclared identifier is reported only once perl.c:213: for each function it appears in.) perl.c:213: syntax error before `cv' perl.c: In function `destroy_package': perl.c:397: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from pointer target type *** Error code 1 Stop in /usr/home/lilith/gaim-0.72/plugins/perl. *** Error code 1 Stop in /usr/home/lilith/gaim-0.72/plugins. *** Error code 1 Stop in /usr/home/lilith/gaim-0.72. *** Error code 1 Stop in /usr/home/lilith/gaim-0.72. Any ideas? - d.