Date: Wed, 24 Jul 2002 13:20:03 -0700 (PDT) From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/40770: avifile compilation ..problem.... Message-ID: <200207242020.g6OKK3gC087556@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40770; it has been noted by GNATS. From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: jbw <j.bw@verizon.net> Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/40770: avifile compilation ..problem.... Date: Wed, 24 Jul 2002 16:24:40 -0300 On Fri, Jul 19, 2002 at 05:30:38AM -0700, jbw wrote: > >Description: > compilation error in avifile make..at the following point > > /usr/local/bin/bash ../libtool --mode=link c++ -O -pipe -I/usr/local/include -pipe -L/usr/local/lib -pthread -o aviplay main.o playercontrol.o decoder_config.o configdialog.o configdialog_impl.o ../libavqt/libqavm.la -lqt2-mt ../lib/libaviplay.la -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -pthread -L/usr/X11R6/lib -lSM -lICE -lXxf86dga -lXxf86vm -lXi -lXft -lXv -lXext -lX11 -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -lgcc -lstdc++ > mkdir .libs > c++ -O -pipe -I/usr/local/include -pipe -L/usr/local/lib -pthread -o .libs/aviplay main.o playercontrol.o decoder_config.o configdialog.o configdialog_impl.o ../libavqt/.libs/libqavm.so -pthread -L/usr/X11R6/lib -lqt2-mt -ljpeg -lgcc -lstdc++ -lqt2-mt ../lib/.libs/libaviplay.so -pthread -pthread -ljpeg -lgcc -lstdc++ -pthread -pthread -ljpeg -lgcc -lstdc++ -pthread -pthread -ljpeg -lgcc -lstdc++ /usr/local/lib/liba52.so -ljpeg -lgcc -lstdc++ -ljpeg -lgcc -lstdc++ -pthread -ljpeg -lgcc -lstdc++ -pthread - ljpeg -lgcc -lstdc++ -pthread -ljpeg -lgcc -lstdc++ -pthread -lSDL-1.1 -pthread -lSM -lICE -lXxf86dga -lXxf86vm -lXi -lXft -lXv -lXext -lX11 -ljpeg -lgcc -lstdc++ -pthread -ljpeg -lgcc -lstdc++ -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -pthread -L/usr/X11R6/lib -lSM -lICE -lXxf86dga -lXxf86vm -lXi -lXft -lXv -lXext -lX11 -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -lgcc -lstdc++ -Wl,--rpath -Wl,/usr/local/lib > /usr/local/lib/liba52.so: undefined reference to `fftc4_un64' > /usr/local/lib/liba52.so: undefined reference to `fftc4_un128' > gmake[1]: *** [aviplay] Error 1 > gmake[1]: Leaving directory `/usr/ports/graphics/avifile/work/avifile0.7-0.7.11/player' > gmake: *** [all-recursive] Error 1 > *** Error code 2 Okay, this is not an avifile problem per se, yet it is something with liba52. For some reason, avifile is not being able to link against djbfft library required by liba52. First, try reinstalling liba52. Then, try building avifile. If it still doesn't work, could you try the following patch updating avifile to latest version? --- distinfo.orig Wed Jul 24 16:00:03 2002 +++ distinfo Wed Jul 24 13:33:44 2002 @@ -1 +1 @@ -MD5 (avifile-0.7.11-20020711.tgz) = 3e3cd43f2d383a364789bdf672ba10e8 +MD5 (avifile-0.7.12-20020719.tgz) = 2d12eeb35fa22b3edd9d23ec7e1c6344 --- Makefile.orig Wed Jul 24 15:58:54 2002 +++ Makefile Wed Jul 24 15:59:20 2002 @@ -6,7 +6,7 @@ # PORTNAME= avifile -PORTVERSION= 0.7.11.20020711 +PORTVERSION= 0.7.12.20020719 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= http://avifile.sourceforge.net/ --- pkg-plist.orig Fri Jul 12 20:06:36 2002 +++ pkg-plist Wed Jul 24 14:08:40 2002 @@ -12,7 +12,6 @@ include/avifile/audioencoder.h include/avifile/avifile.h include/avifile/aviplay.h -include/avifile/avm_output.h include/avifile/avm_stl.h include/avifile/configfile.h include/avifile/cpuinfo.h -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature 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?200207242020.g6OKK3gC087556>