From owner-freebsd-questions@FreeBSD.ORG Sat Sep 6 17:32:31 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 681CF1065687 for ; Sat, 6 Sep 2008 17:32:31 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id 412728FC0A for ; Sat, 6 Sep 2008 17:32:31 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so900597wfg.7 for ; Sat, 06 Sep 2008 10:32:30 -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:in-reply-to:mime-version:content-type:references; bh=bVyIsqtjLWpE11FwgzzW38g+oYpLJMEUUS1J6237/BU=; b=LRG3PT9gkW2m8gy/WtcIotrAHjluLPUN6X4GvYGt2KTI9swrn8F7U0Sj9uuSyRb6qk USYMH23fhDnl7uupQY8a5OVo7S+FlUV6N+LGRAJyFq77bAIp//BoKUu0XMXd42FDMRBP FoqiBdi+7SYASar/3vg5SgAZs0uwhDMHdV+dk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=usAcigVKm7HQ5Ry7MrpwrszLZ+FHk1JP7IOvEVjXT28hoPO/C8MbRD5czxVKSmmt0R rebVN7hWVcyCegMAz3fc9xKUb8Vz1KRUPTXf5s1X85CdSeGAfCa2Guktw9a8/Y9tYQF0 D0JWvdSV1+WiKumekaDC+SozD9ehnyydVZmJQ= Received: by 10.142.132.2 with SMTP id f2mr4531841wfd.287.1220720409945; Sat, 06 Sep 2008 10:00:09 -0700 (PDT) Received: by 10.142.170.7 with HTTP; Sat, 6 Sep 2008 10:00:09 -0700 (PDT) Message-ID: <28283d910809061000q65e039b5q9e79742203368888@mail.gmail.com> Date: Sat, 6 Sep 2008 13:00:09 -0400 From: "matt donovan" To: freebsd-questions@freebsd.org In-Reply-To: <44r67xuz5v.fsf@lowell-desk.lan> MIME-Version: 1.0 References: <30fc78250809051123t4c1f8c59t20bf429c890a85d7@mail.gmail.com> <44r67xuz5v.fsf@lowell-desk.lan> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: 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: Sat, 06 Sep 2008 17:32:31 -0000 On Sat, Sep 6, 2008 at 10:28 AM, Lowell Gilbert < freebsd-questions-local@be-well.ilk.org> wrote: > "Aggelidis Nikos" writes: > > > 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? > > Looks like portupgrade itself might be the thing having the problem. > Try rebuilding it. > > -- > Lowell Gilbert, embedded/networking software engineer, Boston area > http://be-well.ilk.org/~lowell/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > actually this is a well known problem you need to recompile glib20 to fix your problem