From owner-freebsd-ports@FreeBSD.ORG Wed Jun 30 13:25:05 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 2F13D16A4CE for ; Wed, 30 Jun 2004 13:25:05 +0000 (GMT) Received: from smart.eusc.inter.net (smart.eusc.inter.net [213.73.101.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A552943D48 for ; Wed, 30 Jun 2004 13:25:04 +0000 (GMT) (envelope-from plexus@snafu.de) Received: from pd9e797b8.dip.t-dialin.net ([217.231.151.184] helo=snafu.de) by smart.eusc.inter.net with asmtp (Exim 3.36 #4) id 1Bff2o-0003aE-00 for ports@freebsd.org; Wed, 30 Jun 2004 15:22:34 +0200 Message-ID: <40E2BE95.3050701@snafu.de> Date: Wed, 30 Jun 2004 15:22:29 +0200 From: Oliver Fischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040616 X-Accept-Language: de-de, en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with some ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 13:25:05 -0000 Dear list, I have problems with linking some ports from the ports collection. For example I am not able to finish the build of doxygen. If it comes to the point where it is necessary to link doxygen I get the following errors -- start /usr/bin/ld: warning: libaudio.so.2, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libXt.so.6, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libmng.so.1, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libjpeg.so.9, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libpng.so.5, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libGL.so.1, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libXmu.so.6, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libXi.so.6, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libXrender.so.1, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libXrandr.so.2, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libXcursor.so.1, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libqt-mt.so, not found (try using -rpath or -rpath-link) -- end But all these libs exist on my system. Why are they not found? MfG Oliver Fischer P.S.: I have similar problems with the jdk 1.4.2 port.