make recursion error

2010-04-07 Thread gahn
Hi guru:

trying to compile /usr/ports/graphics/graphviz and running into problems. the 
make processes kept recycling until running out of buffer:

-



make: Max recursion level (500) exceeded.: Resource temporarily unavailable
*** Error code 2
Stop in /usr/ports/devel/doxygen.
*** Error code 1

Stop in /usr/ports/devel/doxygen.
*** Error code 1

Stop in /usr/ports/audio/jack.
*** Error code 1

Stop in /usr/ports/audio/arts.
*** Error code 1

Stop in /usr/ports/audio/arts.
*** Error code 1

Stop in /usr/ports/devel/sdl12.
*** Error code 1

Stop in /usr/ports/devel/sdl12.
*** Error code 1

Stop in /usr/ports/graphics/devil.
*** Error code 1

Stop in /usr/ports/graphics/devil.
*** Error code 1

Stop in /usr/ports/graphics/graphviz.
*** Error code 1

Stop in /usr/ports/graphics/graphviz.
...
...
...
...
...
-

how could i fix this?

thanks.




  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: make recursion error

2010-04-07 Thread gahn
Hi all:


Looks like those packages are mutually dependent:


===   arts-1.5.10_4,1 depends on shared library: jack - not found
===Verifying install for jack in /usr/ports/audio/jack
===   jackit-0.116.2_4 depends on executable: doxygen - not found
===Verifying install for doxygen in /usr/ports/devel/doxygen
===   doxygen-1.6.3_1 depends on executable: tmake - found
===   doxygen-1.6.3_1 depends on executable: dot - not found



--

how could i untangle this mess?

thanks


--- On Wed, 4/7/10, gahn ipfr...@yahoo.com wrote:

 From: gahn ipfr...@yahoo.com
 Subject: make recursion error
 To: freebsd general questions freebsd-questions@freebsd.org
 Date: Wednesday, April 7, 2010, 5:34 PM
 Hi guru:
 
 trying to compile /usr/ports/graphics/graphviz and running
 into problems. the make processes kept recycling until
 running out of buffer:
 
 -
 
 
 
 make: Max recursion level (500) exceeded.: Resource
 temporarily unavailable
 *** Error code 2
 Stop in /usr/ports/devel/doxygen.
 *** Error code 1
 
 Stop in /usr/ports/devel/doxygen.
 *** Error code 1
 
 Stop in /usr/ports/audio/jack.
 *** Error code 1
 
 Stop in /usr/ports/audio/arts.
 *** Error code 1
 
 Stop in /usr/ports/audio/arts.
 *** Error code 1
 
 Stop in /usr/ports/devel/sdl12.
 *** Error code 1
 
 Stop in /usr/ports/devel/sdl12.
 *** Error code 1
 
 Stop in /usr/ports/graphics/devil.
 *** Error code 1
 
 Stop in /usr/ports/graphics/devil.
 *** Error code 1
 
 Stop in /usr/ports/graphics/graphviz.
 *** Error code 1
 
 Stop in /usr/ports/graphics/graphviz.
 ...
 ...
 ...
 ...
 ...
 -
 
 how could i fix this?
 
 thanks.
 
 
 
 
       
 ___
 freebsd-questions@freebsd.org
 mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: make recursion

2002-11-14 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 (11.14.2002 @ 0440 PST): Miklos Janosi said, in 3.2K: 
 /usr/ports/textproc/scrollkeeper is the port that's
 stuck in an infinite loop, but the port I am trying
 to compile is /usr/ports/net/gaim. I got the latest
 version from the following url:
 
 http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/gaim/gaim.tar.gz?tarball=1
 
 But when I tried to make it I got this:
 # make
 Makefile, line 40: Malformed conditional (${HAVE_GNOME:Mlibpanel}!= 
  !exists(${GNOME_PANEL2}))
 Makefile, line 46: if-less else
 Makefile, line 46: Need an operator
 Makefile, line 49: if-less endif
 Makefile, line 49: Need an operator
 Makefile, line 51: Malformed conditional (${HAVE_GNOME:Mesound}!=)
 Makefile, line 58: if-less else
 Makefile, line 58: Need an operator
 Makefile, line 60: if-less endif
 Makefile, line 60: Need an operator
 make: fatal errors encountered -- cannot continue
 end of Re: make recursion from Miklos Janosi 

Sounds like you're running an old version of make and/or ports/Mk files.
Update your ports-base package, and upgrade your version of FreeBSD.

/Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE906+9o8KM2ULHQ/0RAtF6AJ46wel1SN3+SS/GX+KRhCsKWQ8qjQCgx/t/
Q2SfU2L3w27MdPWVD2emC4E=
=TbJ9
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



make recursion

2002-11-13 Thread Miklos Janosi
I am trying to make a port and I get recursion
until my machine locks up. Does anyone know a way
to debug this? TIA

--
--   __/|___  Two||
--  |  |  / | wrongs |  Miki Janosi   |
-- _|  |_ \  ___| won't  |  [EMAIL PROTECTED]|
-- \/  \| make a |  (330) 972-8640|
--  \  /  ___|\   right. ||
--   \/  | \  /---/   |
--   |___  /  \ 3 lefts will. \ _/
--   |/`

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: make recursion

2002-11-13 Thread Jeff Jirsa
On Wed, 13 Nov 2002, Miklos Janosi wrote:

 I am trying to make a port and I get recursion
 until my machine locks up. Does anyone know a way
 to debug this? TIA


Start with telling us which port you're trying to make,
and then maybe some of the messages on the screen when the
machine finally locks.


- Jeff Jirsa





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message