From nobody@FreeBSD.org  Sun Feb 18 16:55:38 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6956216A400
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Feb 2007 16:55:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 5A5E313C494
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Feb 2007 16:55:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1IGtbla093464
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Feb 2007 16:55:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l1IGtbGi093463;
	Sun, 18 Feb 2007 16:55:37 GMT
	(envelope-from nobody)
Message-Id: <200702181655.l1IGtbGi093463@www.freebsd.org>
Date: Sun, 18 Feb 2007 16:55:37 GMT
From: Marcin Koziej<mkoziej@elka.pw.edu.pl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Dependency loop between devel/libunicode and x11-toolkits/gal with USE_GNOME=yes
X-Send-Pr-Version: www-3.0

>Number:         109281
>Category:       ports
>Synopsis:       Dependency loop between devel/libunicode and x11-toolkits/gal with USE_GNOME=yes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 18 17:00:12 GMT 2007
>Closed-Date:    Sun Feb 18 17:07:31 GMT 2007
>Last-Modified:  Sun Feb 18 17:07:31 GMT 2007
>Originator:     Marcin Koziej
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD carnivore 6.2-STABLE FreeBSD 6.2-STABLE #4: Sat Feb 10 17:44:12 CET 2007     creep@carnivore:/home/src/sys/i386/compile/WRECK  i386

>Description:
Ports tree up-to-date (18/02/2007)
When i set USE_GNOME=yes in my /etc/make.conf
building ports falls into an infinite loop:

===>   libunicode-0.4_6 depends on file: /usr/local/bin/python - found
===>   libunicode-0.4_6 depends on file: /usr/local/bin/ruby18 - found
===>   libunicode-0.4_6 depends on executable in : gmake - found
===>   libunicode-0.4_6 depends on file: /usr/local/bin/libtool - found
===>   libunicode-0.4_6 depends on executable in : pkg-config - found
===>   libunicode-0.4_6 depends on shared library: esd.2 - found
===>   libunicode-0.4_6 depends on shared library: bonobo.2 - found
===>   libunicode-0.4_6 depends on shared library: gal.23 - not found
===>    Verifying install for gal.23 in /usr/ports/x11-toolkits/gal
===>   gal-0.24_2 depends on file: /usr/local/bin/python2.5 - found
===>   gal-0.24_2 depends on file: /usr/local/bin/ruby18 - found
===>   gal-0.24_2 depends on executable in : gmake - found
===>   gal-0.24_2 depends on file: /usr/local/bin/perl5.8.8 - found
===>   gal-0.24_2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found
===>   gal-0.24_2 depends on executable in : pkg-config - found
===>   gal-0.24_2 depends on shared library: unicode.0 - not found
===>    Verifying install for unicode.0 in /usr/ports/devel/libunicode
(... and so on..)
>How-To-Repeat:
set USE_GNOME=yes in make.conf
and issue a build
>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 18 17:00:19 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109281 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Feb 18 17:06:55 UTC 2007 
State-Changed-Why:  
USE_* macros must NEVER be set in the environment or in make.conf.  What 
you really want is WITH_GNOME=yes. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109281 
>Unformatted:
