From nobody@FreeBSD.org  Mon Feb 28 09:13:25 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6D173106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Feb 2011 09:13:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 5C6428FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Feb 2011 09:13:25 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p1S9DPt2005524
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Feb 2011 09:13:25 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p1S9DPD6005509;
	Mon, 28 Feb 2011 09:13:25 GMT
	(envelope-from nobody)
Message-Id: <201102280913.p1S9DPD6005509@red.freebsd.org>
Date: Mon, 28 Feb 2011 09:13:25 GMT
From: Scot Hetzel <shetzel@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc: rhurlin@gwdg.de
Subject: devel/doxygen: dependancy loop
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: cyberbotx@cyberbotx.com

>Number:         155115
>Category:       ports
>Synopsis:       devel/doxygen: dependancy loop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 28 09:20:09 UTC 2011
>Closed-Date:    Thu Feb 28 17:10:13 UTC 2013
>Last-Modified:  Thu Feb 28 17:10:13 UTC 2013
>Originator:     Scot Hetzel
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD vbox.hetzel.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r218879: Sun Feb 20 08:46:49 UTC 2011
root@vbox.hetzel.local:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
While trying to build the devel/sdl12 port, I was able to create a dependancy loop with devel/doxygen.

There are 2 ways to cause the dependancy loop by choosing either the ARTS or PULSEAUDIO options.

devel/sdl12 - Choose ARTS option
 - audio/arts
   - audio/jack
     - devel/doxygen <- graphviz required to create docs
       - graphics/graphviz - Choose DEVIL option
         - graphics/devil - Choose SDL option
           - devel/sdl12
             - audio/arts

devel/sdl12 - Choose PULSEAUDIO option
 - audio/pulseaudio
   - audio/jack
     - devel/doxygen <- graphviz required to create docs
       - graphics/graphviz - Choose DEVIL option
         - graphics/devil - Choose SDL option
           - devel/sdl12
             - audio/pulseaudio

>How-To-Repeat:
On a clean system 
cd /usr/ports/devel/sdl12
make config

Choose either ARTS or PULSEAUDIO

make build

When it asks for the port options for graphics/graphviz choose DEVIL option.
When it asks for the port options for graphics/devil choose the SDL option

You will now have a dependancy loop.

The only way to break the dependancy loop is to install devel/doxygen first:

cd /usr/ports/devel/doxygen
make -DNOPORTDOCS install

Then devel/sdl12 installed.
>Fix:
One possible fix would be to split the devel/doxygen port as:

devel/doxygen - installs everything but the docs.
devel/doxygen-doc - installs only the doxygen docs.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Feb 28 09:20:25 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155115 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cyberbotx@cyberbotx.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/155115: devel/doxygen: dependancy loop
Date: Mon, 28 Feb 2011 09:20:23 UT

 Maintainer of devel/doxygen,
 
 Please note that PR ports/155115 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155115
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: open->feedback 
State-Changed-By: scheidell 
State-Changed-When: Tue Apr 10 12:14:10 UTC 2012 
State-Changed-Why:  
my error, back to feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155115 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Feb 28 17:10:11 UTC 2013 
State-Changed-Why:  
I close this pr. It seems that all was fixed 2 years ago. 

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