Date: Tue, 12 Nov 2002 22:33:44 -0800 From: Adam Weinberger <adamw@FreeBSD.ORG> To: Jared Waddell <jared.waddell5@verizon.net> Cc: naddy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: audio/vorbis-tools build error Message-ID: <20021113063343.GV35297@vectors.cx> In-Reply-To: <3DD1F0A9.6030407@verizon.net> References: <3DD1F0A9.6030407@verizon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (11.12.2002 @ 2226 PST): Jared Waddell said, in 25K: << > From the console: > configure: error: Ogg needed! > Stop in /usr/ports/audio/vorbis-tools. > > Attached is the package list (pkg_db.txt) and the config.log file > (config.log). > > libogg-1.0,3 > > configure:7452: cc -o conftest -fsigned-char -O -pipe -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/lib -logg 1>&5 > configure:7445: ogg/ogg.h: No such file or directory >> end of "audio/vorbis-tools build error" from Jared Waddell << Well, /usr/local/include/ogg/ogg.h is a part of the libogg package, which you have installed. vorbis-tools requires libvorbis which requires libogg, IIRC. Hence, the build found libogg.so.4, and assumed things were OK. So, you have libogg.so.4, but not ogg.h. Sounds to me like your package is either incomplete, or out of date. And, for that matter, it is: the current version of libogg is libogg-1.0_1,3. Update your ports tree, reinstall the newer version of libogg, and you'll probably find success. /Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90fJHo8KM2ULHQ/0RAgZjAJ9oj+J0x+vDpH+oRN6QoFetivuQqQCeIYyo Ixkmtf8uqg+Yabgypli8hTU= =gF1W -----END PGP SIGNATURE----- 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?20021113063343.GV35297>