From owner-freebsd-ports@FreeBSD.ORG Tue Aug 19 17:03:40 2003 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 B8C5016A4C0 for ; Tue, 19 Aug 2003 17:03:40 -0700 (PDT) Received: from bbnest.dyndns.org (r136232.ap.plala.or.jp [220.108.136.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D96F43FAF for ; Tue, 19 Aug 2003 17:03:39 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h7K03B0j085347; Wed, 20 Aug 2003 09:03:12 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F42BABF.2060802@FreeBSD.org> Date: Wed, 20 Aug 2003 09:03:11 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030807 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shawn Yeager References: <90E574D6-D29D-11D7-9423-000A95682EB0@shawnyeager.com> In-Reply-To: <90E574D6-D29D-11D7-9423-000A95682EB0@shawnyeager.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: workrave-1.2.2 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, 20 Aug 2003 00:03:41 -0000 Shawn Yeager wrote: > Hi. In attempting to build gnome2-fifth-toe, I encountered a failed > build of one of the component, dependent packages, workrave. The > failure occurs because workrave has a downstream dependency on > libgnomemm-2.0, though only libgnomemm-1.3.10 exists in Ports. The > tail end of the error follows: > > checking for libgnomeui-2.0 >= 1.111.1 libgnomemm-2.0 >= 1.3.8 > libgnomecanvasmm-2.0 >= 2.0.0 gconfmm-2.0 >= 2.0.1 libbonobouimm-2.0 > >= 1.3.5 libglademm-2.0 >= 2.0.0... Package libgnomemm-2.0 was not > found in the pkg-config search path. > Perhaps you should add the directory containing `libgnomemm-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libgnomemm-2.0' found In fact this is complain about pkgconfig module not FreeBSD port installed. So a s a quick solution you need manually install x11/libgnomemm. But anyway this is strange casae since libgnomemm should be picked up from the dependency list. Could you send me a full build output + uname -a? All th best, Alexander. > > > configure: error: Library requirements (libgnomeui-2.0 >= 1.111.1 > libgnomemm-2.0 >= 1.3.8 libgnomecanvasmm-2.0 >= 2.0.0 gconfmm-2.0 >= > 2.0.1 libbonobouimm-2.0 >= 1.3.5 libglademm-2.0 >= 2.0.0) not met; > consider adjusting the PKG_CONFIG_PATH environment variable if your > libraries are in a nonstandard prefix so pkg-config can find them. > ===> Script "configure" failed unexpectedly. > Please report the problem to bland@FreeBSD.org [maintainer] and > attach > the > "/usr/ports/x11-toolkits/libgnomeuimm/work/libgnomeuimm-1.3.16/ > config.log" > including the output of the failure of your make command. Also, > it might > be a good idea to provide an overview of all packages installed > on your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/libgnomeuimm. > *** Error code 1 > > Stop in /usr/ports/x11/workrave. > *** Error code 1 > > Stop in /usr/ports/x11/gnome2-fifth-toe. > > Shawn >