From owner-freebsd-ports@FreeBSD.ORG Tue Jun 5 21:05:19 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2011616A421 for ; Tue, 5 Jun 2007 21:05:19 +0000 (UTC) (envelope-from mark@foster.cc) Received: from alnrmhc13.comcast.net (alnrmhc13.comcast.net [206.18.177.53]) by mx1.freebsd.org (Postfix) with ESMTP id ED03813C46A for ; Tue, 5 Jun 2007 21:05:18 +0000 (UTC) (envelope-from mark@foster.cc) Received: from fosgate.dyndns.org ([71.227.137.90]) by comcast.net (alnrmhc13) with ESMTP id <20070605210518b1300qhd2ie>; Tue, 5 Jun 2007 21:05:18 +0000 Received: from localhost (localhost [127.0.0.1]) by fosgate.dyndns.org (Postfix) with ESMTP id DFBAF39836 for ; Tue, 5 Jun 2007 14:03:32 -0700 (PDT) X-Virus-Scanned: amavisd-new at foster.cc Received: from fosgate.dyndns.org ([127.0.0.1]) by localhost (sonar.foster.dmz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id evuf27z7aEuD for ; Tue, 5 Jun 2007 14:03:27 -0700 (PDT) Received: from [10.1.253.78] (fis-gw1.portseattle.org [198.134.96.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by fosgate.dyndns.org (Postfix) with ESMTP id B811539835 for ; Tue, 5 Jun 2007 14:03:26 -0700 (PDT) Message-ID: <4665D005.8020703@foster.cc> Date: Tue, 05 Jun 2007 14:05:09 -0700 From: Mark Foster User-Agent: Thunderbird 1.5.0.10 (X11/20070403) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: qt linking issue building xca-0.6.3 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 21:05:19 -0000 I'm working on an upgrade to the xca port (0.5.1 -> 0.6.3) that will obviate ports/109045 Mostly it is working except for the final stage & I am stuck... any guidance as to how I might make this work is highly welcomed and appreciated. gcc -rpath=/usr/lib:/usr/local/lib -O2 -fno-strict-aliasing -pipe -Wall -ggdb xca.o -lQtGui -lc_r -lcrypto -o xca /usr/bin/ld: cannot find -lQtGui gmake: *** [xca] Error 1 *** Error code 2 # ldconfig -r | grep Qt 143:-lQtCore.4 => /usr/X11R6/lib/libQtCore.so.4 145:-lQtGui.4 => /usr/X11R6/lib/libQtGui.so.4 146:-lQtNetwork.4 => /usr/X11R6/lib/libQtNetwork.so.4 147:-lQtSql.4 => /usr/X11R6/lib/libQtSql.so.4 148:-lQtXml.4 => /usr/X11R6/lib/libQtXml.so.4 149:-lQt3Support.4 => /usr/X11R6/lib/libQt3Support.so.4 152:-lQtDBus.4 => /usr/X11R6/lib/libQtDBus.so.4 153:-lQtAssistantClient.4 => /usr/X11R6/lib/libQtAssistantClient.so.4 154:-lQtDesigner.4 => /usr/X11R6/lib/libQtDesigner.so.4 155:-lQtDesignerComponents.4 => /usr/X11R6/lib/libQtDesignerComponents.so.4 163:-lQtOpenGL.4 => /usr/X11R6/lib/libQtOpenGL.so.4 164:-lQtTest.4 => /usr/X11R6/lib/libQtTest.so.4 165:-lQtSvg.4 => /usr/X11R6/lib/libQtSvg.so.4 231:-lQtCore.4 => /usr/local/lib/libQtCore.so.4 233:-lQtGui.4 => /usr/local/lib/libQtGui.so.4 234:-lQtNetwork.4 => /usr/local/lib/libQtNetwork.so.4 235:-lQtSql.4 => /usr/local/lib/libQtSql.so.4 236:-lQtXml.4 => /usr/local/lib/libQtXml.so.4 237:-lQt3Support.4 => /usr/local/lib/libQt3Support.so.4 240:-lQtDBus.4 => /usr/local/lib/libQtDBus.so.4 241:-lQtAssistantClient.4 => /usr/local/lib/libQtAssistantClient.so.4 242:-lQtDesigner.4 => /usr/local/lib/libQtDesigner.so.4 243:-lQtDesignerComponents.4 => /usr/local/lib/libQtDesignerComponents.so.4 251:-lQtOpenGL.4 => /usr/local/lib/libQtOpenGL.so.4 252:-lQtTest.4 => /usr/local/lib/libQtTest.so.4 253:-lQtSvg.4 => /usr/local/lib/libQtSvg.so.4 # ls -al /usr/local/lib/libQtGui.so lrwxr-xr-x 1 root wheel 17 Jun 4 13:19 /usr/local/lib/libQtGui.so -> libQtGui.so.4.2.3 # ls -al /usr/local/lib/libQtGui.so.4 lrwxr-xr-x 1 root wheel 17 Jun 4 13:19 /usr/local/lib/libQtGui.so.4 -> libQtGui.so.4.2.3 # ls /var/db/pkg/ | grep qt dbus-qt4-4.2.3_3 qt4-4.2.3_2 qt4-assistant-4.2.3_2 qt4-codecs-cn-4.2.3 qt4-codecs-jp-4.2.3 qt4-codecs-kr-4.2.3 qt4-codecs-tw-4.2.3 qt4-corelib-4.2.3_2 qt4-designer-4.2.3_3 qt4-doc-4.2.3 qt4-gui-4.2.3_2 qt4-iconengines-4.2.3_1 qt4-imageformats-4.2.3_1 qt4-inputmethods-4.2.3_1 qt4-libQtAssistantClient-4.2.3_2 qt4-linguist-4.2.3_3 qt4-moc-4.2.3_1 qt4-network-4.2.3_2 qt4-opengl-4.2.3_2 qt4-pixeltool-4.2.3_1 qt4-porting-4.2.3 qt4-qt3support-4.2.3_2 qt4-qtconfig-4.2.3_2 qt4-qtestlib-4.2.3_1 qt4-qvfb-4.2.3_2 qt4-rcc-4.2.3 qt4-sql-4.2.3_2 qt4-svg-4.2.3_2 qt4-uic-4.2.3_1 qt4-uic3-4.2.3_1 qt4-xml-4.2.3_1 -- Said one park ranger, 'There is considerable overlap between the intelligence of the smartest bears and the dumbest tourists.' Mark D. Foster, CISSP http://mark.foster.cc/