From owner-freebsd-ports@FreeBSD.ORG Mon Nov 29 15:34:00 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC20516A4CE for ; Mon, 29 Nov 2004 15:34:00 +0000 (GMT) Received: from web53604.mail.yahoo.com (web53604.mail.yahoo.com [206.190.37.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C95A43D55 for ; Mon, 29 Nov 2004 15:34:00 +0000 (GMT) (envelope-from scott@sremick.net) Received: (qmail 96669 invoked by uid 60001); 29 Nov 2004 15:33:59 -0000 Message-ID: <20041129153359.96661.qmail@web53604.mail.yahoo.com> Received: from [65.213.7.6] by web53604.mail.yahoo.com via HTTP; Mon, 29 Nov 2004 07:33:58 PST X-RocketYMMF: siremick Date: Mon, 29 Nov 2004 07:33:58 -0800 (PST) From: "Scott I. Remick" To: lioux@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: ports@FreeBSD.org Subject: FreeBSD Port: mpeg4ip-1.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:34:00 -0000 Still having troubles getting mpeg4ip to compile. There have been some updates to ports and I was hoping given time it would get fixed but apparently not. I'm getting new/different errors than before, though. This is on a 5.3R system. Here's where it dies: c++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../player/src -I/player/lib -I../../../../include -I../../../../lib -I../../../../lib/sdp -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -DNOCONTROLS -fexceptions -Wall -Werror -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=2 -O -pipe -DMPEG4IP -MT rawa.lo -MD -MP -MF .deps/rawa.Tpo -c rawa.cpp -fPIC -DPIC -o .libs/rawa.o rawa.cpp:22:17: mp4.h: No such file or directory rawa.cpp: In function `codec_data_t* rawa_codec_create(const char*, int, int, format_list_t*, audio_info_t*, const uint8_t*, uint32_t, audio_vft_t*, void*)': rawa.cpp:70: error: `MP4_PCM16_BIG_ENDIAN_AUDIO_TYPE' undeclared (first use this function) rawa.cpp:70: error: (Each undeclared identifier is reported only once for each function it appears in.) rawa.cpp: In function `int rawa_codec_check(void (*)(int, const char*, const char*, ...), const char*, int, int, format_list_t*, const uint8_t*, uint32_t, CConfigSet*)': rawa.cpp:234: error: `MP4_PCM16_LITTLE_ENDIAN_AUDIO_TYPE' undeclared (first use this function) rawa.cpp:235: error: `MP4_PCM16_BIG_ENDIAN_AUDIO_TYPE' undeclared (first use this function) gmake[4]: *** [rawa.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/player/plugin/audio/raw' gmake[3]: *** [install-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/player/plugin/audio' gmake[2]: *** [install-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/player/plugin' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/player' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /usr/ports/multimedia/mpeg4ip. *** Error code 1 Stop in /usr/ports/multimedia/mpeg4ip. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade75555.0 make reinstall egrep: /var/db/pkg/mpeg4ip-1.0/+CONTENTS: No such file or directory ---> Restoring the old version ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 489 packages found (-0 +1) . done] ** Listing the failed packages (*:skipped / !:failed) ! multimedia/mpeg4ip (mpeg4ip-1.0) (install error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Working with a current ports tree. I have read /usr/ports/UPDATING and tried removing and reinstalling the ports listed in the order given. Unfortunately that did not help and because I was unable to reinstall mpeg4ip it hosed my dependencies, so I had to install 1.0 from packages to straighten things out. I have also removed the /usr/local/bin/auto* files that don't have version numbers in the name. I also did a pkg_delete on all the older versions so I only have the current ones.