Date: Tue, 25 Nov 2003 22:18:06 +0000 From: David Gerard <fun@thingy.apana.org.au> To: questions@freebsd.org Subject: Re: Can't install gaim on FreeBSD 4.x Message-ID: <3FC3D51E.90005@thingy.apana.org.au> In-Reply-To: <3FC3D263.70009@thingy.apana.org.au> References: <3FC3D263.70009@thingy.apana.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FC3D51E.90005>