From owner-freebsd-ports@FreeBSD.ORG Sat Feb 25 14:58:13 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 2388A16A422 for ; Sat, 25 Feb 2006 14:58:13 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.200.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9862043D46 for ; Sat, 25 Feb 2006 14:58:12 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (sccrmhc13) with ESMTP id <20060225145811013001hctre>; Sat, 25 Feb 2006 14:58:11 +0000 Message-ID: <44007084.2050401@computer.org> Date: Sat, 25 Feb 2006 08:58:12 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Kris Kennaway References: <43FFDB8F.1000703@computer.org> <20060225051211.GA43455@xor.obsecurity.org> <440063BD.9020108@computer.org> <200602250811.17053.duncan.fbsd@gmail.com> <20060225141918.GA95617@xor.obsecurity.org> In-Reply-To: <20060225141918.GA95617@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Trouble building gnomeprint... 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: Sat, 25 Feb 2006 14:58:13 -0000 Kris Kennaway wrote: > On Sat, Feb 25, 2006 at 08:11:16AM -0600, Donald J. O'Neill wrote: >> On Saturday 25 February 2006 08:03, Eric Schuele wrote: >>> Kris Kennaway wrote: >>>> On Fri, Feb 24, 2006 at 10:22:39PM -0600, Eric Schuele wrote: >>>>> During a regular portupgrade, I ran into the following: >>>>> >>>>> /usr/bin/ld: cannot find -lgtk12 >>>>> gmake[2]: *** [libgnomeprint.la] Error 1 >>>>> gmake[2]: Leaving directory >>>>> `/usr/ports/print/gnomeprint/work/gnome-print-0.37/libgnomeprint' >>>>> gmake[1]: *** [all-recursive] Error 1 >>>>> gmake[1]: Leaving directory >>>>> `/usr/ports/print/gnomeprint/work/gnome-print-0.37' >>>>> gmake: *** [all-recursive-am] Error 2 >>>>> *** Error code 2 >>>>> >>>>> Stop in /usr/ports/print/gnomeprint. >>>>> ** Command failed [exit code 1]: /usr/bin/script -qa >>>>> /tmp/portupgrade90656.30 make >>>>> ** Fix the problem and try again. >>>>> >>>>> I've done some looking around. Not sure how to fix it. Looks >>>>> like it can't find gtk12? So I deinstalled/reinstalled it, and >>>>> rebuilt pkgdb. No go. Am I way off base here? What am I missing? >>>> /usr/ports/UPDATING; you need to portupgrade -a or equivalent. >>>> >>>> Kris >>> I generally use `portupgrade -arR`. This is how I ran into the >>> problem. Tried just `portupgrade -a` as well, with the same results. >>> >>> Any other way (besides removing all ports, and reinstalling)? >>> >>> Thanks. >> Hi Eric, >> >> possibly Kris was trying to refer you to this from /usr/ports/UPGRADING: >> >> 20051105: >> AFFECTS: all users of gnome/glib/gtk >> AUTHOR: gnome@FreeBSD.org >> >> GNOME has been updated to 2.12 and gtk/glib to 2.8. >> DO NOT USE portupgrade(1) to update your ports. Instead, use >> the gnome_upgrade.sh script from >> http://www.marcuscom.com/downloads/gnome_upgrade212.sh >> >> Any possibility of this? > > No, the libtool entry. Maybe something got out of whack on my machine. Seems I noticed that libtool needed attention, it mentioned "stale origins". Then within a day or so, libtool got bumped. So I did a portupgrade and it upgraded. Then many of my ports needed upgrading (used `portupgrade -arR`). So this is what I was in the middle of when that error occurred. Many (most?) got upgraded fine. I'm left with nine or so that are blocking on this error. Anything I can do to get past it? > > Kris > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Regards, Eric