From owner-freebsd-gnome Sat Mar 15 3:13:14 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D123037B401 for ; Sat, 15 Mar 2003 03:13:11 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA5BD43F93 for ; Sat, 15 Mar 2003 03:13:10 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 504717644F; Sat, 15 Mar 2003 12:13:09 +0100 (CET) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1:10024]) (amavisd-new) with ESMTP id 96203-01; Sat, 15 Mar 2003 12:13:07 +0100 (CET) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 362DC76447; Sat, 15 Mar 2003 12:13:07 +0100 (CET) Subject: Re: mozill port compile error From: Franz Klammer To: Neil Short Cc: FreeBSD-gnome In-Reply-To: <20030315032414.95141.qmail@web12804.mail.yahoo.com> References: <20030315032414.95141.qmail@web12804.mail.yahoo.com> Content-Type: text/plain Organization: Message-Id: <1047726787.638.40.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 15 Mar 2003 12:13:07 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Am Sa, 2003-03-15 um 04.24 schrieb Neil Short: > installed fbsd 4.7 release. updated ports. Attempted > to install mozilla: wouldn't compile. > > updated to 4.8 RC (stable). Reattempted port compile > of Mozilla: > > ===> mozilla-1.2.1_1,2 depends on shared library: > mng.1 - not found > ===> Verifying install for mng.1 in > /usr/ports/graphics/libmng > ===> Building for libmng-1.0.4 > Warning: Object directory not changed from original > /usr/ports/graphics/libmng/work/libmng-1.0.4 > cc -O -pipe -I/usr/local/include -DMNG_FULL_CMS -c > libmng_callback_xs.c -o libmng_callback_xs.o > cc -fpic -DPIC -O -pipe -I/usr/local/include > -DMNG_FULL_CMS -c libmng_callback_xs.c -o > libmng_callback_xs.So > In file included from libmng.h:307, > In file included from libmng.h:307, > from libmng_callback_xs.c:48: > libmng_types.h:158: lcms/lcms.h: No such file or > directory you problem is, that mozilla depends on graphics/libmng and libmng depends on graphics/lcms. as the error above say libmng didn't find lcms.h though it has it in it's lib-depends. if you use sysutils/portupgrade (if not i highly recommend it) try portupgrade -R mozilla that would also upgrade all ports needed by mozilla resp. by the given port. > ===> mozilla-1.2.1_1,2 depends on shared library: mng.1 - not found > ===> Verifying install for mng.1 in /usr/ports/graphics/libmng > ===> Building for libmng-1.0.4 here makes me also something to think. take a look at my output below. i didn't find extracting, patching in your buildlog. mabee you should first remove all your /work - directories before building. also you should first do the following steps: - cvsup your ports (if not already done) - check with pkg_version -l \< for ports where newer versions available (i'm sure the list is very long!) you can update _all_ your outdated ports with one single command: portupgrade -rak if some of the ports fail to upgrade, look why and do it then with only portupgrade -r what's the output of ls -al /var/log/pkg? are there some ports two or more time listed? if so: that's not good! franz. ------ begin my output below ;-) ----- ===> Extracting for libmng-1.0.4 >> Checksum OK for libmng-1.0.4.tar.gz. ===> Patching for libmng-1.0.4 test ! -e /usr/local/include/lcms.h || /usr/bin/sed -i.bak -e 's%lcms/lcms.h%lcms.h%' /usr/ports/graphics/libmng/work/libmng-1.0.4/libmng_types.h ===> Configuring for libmng-1.0.4 ===> libmng-1.0.4 depends on shared library: jpeg.9 - found ===> libmng-1.0.4 depends on shared library: lcms.1 - found ===> Building for libmng-1.0.4 -------------------------------------- > Do you Yahoo!? > Yahoo! Web Hosting - establish your business online > http://webhosting.yahoo.com > > ______________________________________________________________________ -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message