From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 18:54:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAFB61065675 for ; Fri, 5 Sep 2008 18:54:23 +0000 (UTC) (envelope-from aggelidis.news@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id BFF548FC1D for ; Fri, 5 Sep 2008 18:54:23 +0000 (UTC) (envelope-from aggelidis.news@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so546956wfg.7 for ; Fri, 05 Sep 2008 11:54:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=qEUY4sN4P51jG6mplmFk6DYv6xBGOp2R4QhH1FNuWTI=; b=FoXhBTUaAKSNtlcgH7sYgvdjAi/hWo3BubrzBNG8p8FIFb8BRWCinkZOdn3k8lu7Ej umoMuD6eJKXd7nTjfIXlbiyXm4sam/iKeJh/HzePDwhzDiOLvXYBlZlgFlH0urFy03zs J0AedR/RCxreN5aYihpgsFG8n5t3fO4/DFmaI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=v1lCrvd1aEyIRnZei5Eymy7o+uBmJTYOo9yieKLFLskFhOxnxOYzSQC3RBT+YZf2jK wOQ+krUQPOj2neEpt7FLXckq2gZUYyXY/7y9ly6dSlQmHyIgSJ+Wvmz2yddoEN1kr0qD tFeNJZahipYxldCstFogb9YcTTPTaCeHikeDU= Received: by 10.142.179.12 with SMTP id b12mr4170586wff.282.1220639037821; Fri, 05 Sep 2008 11:23:57 -0700 (PDT) Received: by 10.142.87.12 with HTTP; Fri, 5 Sep 2008 11:23:57 -0700 (PDT) Message-ID: <30fc78250809051123t4c1f8c59t20bf429c890a85d7@mail.gmail.com> Date: Fri, 5 Sep 2008 21:23:57 +0300 From: "Aggelidis Nikos" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problems building port, missing library(?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 18:54:24 -0000 Hi to all the list, i tried to install gtk-murrine-engine from ports... So i first updated them: * removed the old ports directory to start fresh and then did csup -L 2 -h cvsup.fr.FreeBSD.org /usr/share/examples/cvsup/ports-supfile *i then typed [root@apollo /usr]# portupgrade -P -N gtk-murrine-engine and i got the following output: [snip] /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 Stop in /usr/ports/devel/gio-fam-backend. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.69428.0 env make reinstall ** Fix the installation problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! x11-themes/gtk-murrine-engine (install error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed so then i tried installing gio-fam-backend so i typed: [root@apollo /usr]# portupgrade -P -N gio-fam-backend /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 Stop in /usr/ports/devel/gio-fam-backend. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.93689.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! devel/gio-fam-backend (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed i think the important part is: /usr/bin/ld: cannot find -lgio-2.0 any ideas why this happened and how can i fix it? thanks in advance for your time, -nicolas