From owner-freebsd-ports@FreeBSD.ORG Fri Apr 4 15:09:45 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5117C1065670 for ; Fri, 4 Apr 2008 15:09:45 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.191]) by mx1.freebsd.org (Postfix) with ESMTP id 0C8F18FC0A for ; Fri, 4 Apr 2008 15:09:44 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: by rn-out-0910.google.com with SMTP id s46so156464rnb.3 for ; Fri, 04 Apr 2008 08:09:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:x-envelope-to:to:cc:subject:in-reply-to:user-agent:references:from:organization:mail-followup-to:date:message-id:mime-version:content-type; bh=PpzVvY40mJ5gu3PiGVrc/1wrnrTemXn2o6r4oImZo84=; b=uuGF4LDkID5N6Yqw1cOpWr6M6MLXtWFSmdD8MOapAV/rDnWrC3mSNkGXbaw+ZplU50TTHM3fo/dPTo8AQL4A8aWQ5kaJnt4WUp5NN/UZjcbfaZIqXYUlai1v03ZHZkohtZHuv7c5jMQg09uKH83ppo5ByhT7aF+t3YkiK/3R/Ok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-envelope-to:to:cc:subject:in-reply-to:user-agent:references:from:organization:mail-followup-to:date:message-id:mime-version:content-type; b=qg1AUY9krEz3TLLckCIHXoJY0QGdgBLsUqvCHNUmJt8yPkZy3RbZGAhcVFAABZUnrICIn94sYRoS16E4SP46Ii21zm7nPI21fIRWPUVxxZeZ50yv+d5ZTciMQl6SMrn3WIujl7ieXgO+wFlDv9/J/5HxH6qom+1i6LJ1jW088NE= Received: by 10.115.54.1 with SMTP id g1mr2074121wak.136.1207321782317; Fri, 04 Apr 2008 08:09:42 -0700 (PDT) Received: from pluton.xbsd.name ( [125.34.66.26]) by mx.google.com with ESMTPS id n22sm7514402pof.13.2008.04.04.08.09.38 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Apr 2008 08:09:41 -0700 (PDT) X-Envelope-To: To: Christopher Arnold In-Reply-To: <20080404164242.G4564@localhost> (Christopher Arnold's message of "Fri\, 4 Apr 2008 16\:48\:37 +0200 \(CEST\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) References: <20080403221701.GB67379@0lsen.net> <864paiutg8.fsf@pluton.xbsd.name> <20080404164242.G4564@localhost> From: darcsis@gmail.com (Denise H. G.) Organization: Terra Firma Mail-Followup-To: Christopher Arnold , Clint Olsen , gnome@freebsd.org, ports@freebsd.org Date: Fri, 04 Apr 2008 23:09:32 +0800 Message-ID: <86k5jd3bdf.fsf@pluton.xbsd.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: gnome@freebsd.org, ports@freebsd.org, Clint Olsen Subject: Re: Gnome ports messed up (dependency loops) 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: Fri, 04 Apr 2008 15:09:45 -0000 Christopher Arnold writes: > On Fri, 4 Apr 2008, Denise H. G. wrote: > >> Clint Olsen writes: >> >>> After a few days of portupgrading and cussing, I got things updated, but >>> portupgrade takes eons because of these messages: >>> >>> ===> Registering installation for eel-2.22.1 >>> pkg_create: dependency loop detected for package libgnomeui-2.22.01:x11-toolkits/libgnomeui >>> pkg_create: dependency loop detected for package gnome-desktop-2.22.0:x11/gnome-desktop >>> pkg_create: dependency loop detected for package gnome-desktop-2.22.0:x11/gnome-desktop >>> ===> Cleaning for eel-2.22.1 >>> >>> Of course, nothing here tells me what is precisely looping. Is it an >>> immediate loop or indirect loop? >>> >> Manually run 'pkgdb -Fu'. It might help. >> > Following the information in /usr/pors/UPDATING takes care of the > dependency loop... > (And yes it includes pkgdb -Ff) > > So it got me further, but i still have issues with compoiling gnome2, > gnome2-power-tools and evince. > > I belive evince is the showstopper here with: > checking for gsapi_new_instance in -lgs... no > configure: error: You need libgs in order to compile libspectre > > > Am i the only one? Or is everyone else also waiting for a final update > taking care of this? I don't have problems compiling libspectre or evince. Have you updated your ports tree to the latest? My box is 7-STABLE/amd64. > > /Chris -- Denise H. G.