bsd.port.mk dependency loop checking patch (Re: Who broke 'make clean' for ports ?)

2002-05-11 Thread KOMATSU Shinichiro
(add To: [EMAIL PROTECTED]) From: Garrett Rooney [EMAIL PROTECTED] Subject: Re: Who broke 'make clean' for ports ? Date: Sat, May 11, 2002 at 02:31:32AM JST there's a circular dependency that was just introduced to gettext. gettext now depends on expat, which depends on gmake, which depends

Re: bsd.port.mk dependency loop checking patch (Re: Who broke 'make clean' for ports ?)

2002-05-11 Thread Maxim Sobolev
KOMATSU Shinichiro wrote: (add To: [EMAIL PROTECTED]) From: Garrett Rooney [EMAIL PROTECTED] Subject: Re: Who broke 'make clean' for ports ? Date: Sat, May 11, 2002 at 02:31:32AM JST there's a circular dependency that was just introduced to gettext. gettext now depends on expat

Re: bsd.port.mk dependency loop checking patch (Re: Who broke 'make clean' for ports ?)

2002-05-11 Thread Oliver Braun
* Maxim Sobolev [EMAIL PROTECTED] [2002-05-11 15:00]: KOMATSU Shinichiro wrote: (add To: [EMAIL PROTECTED]) From: Garrett Rooney [EMAIL PROTECTED] Subject: Re: Who broke 'make clean' for ports ? Date: Sat, May 11, 2002 at 02:31:32AM JST there's a circular dependency

Re: bsd.port.mk dependency loop checking patch (Re: Who broke 'make clean' for ports ?)

2002-05-11 Thread Kris Kennaway
On Sat, May 11, 2002 at 04:00:53PM +0300, Maxim Sobolev wrote: KOMATSU Shinichiro wrote: (add To: [EMAIL PROTECTED]) From: Garrett Rooney [EMAIL PROTECTED] Subject: Re: Who broke 'make clean' for ports ? Date: Sat, May 11, 2002 at 02:31:32AM JST there's a circular dependency

Who broke 'make clean' for ports ?

2002-05-10 Thread Riccardo Torrini
After a cvsup of 10 minutes ago either on 5.0-CURRENT and on 4.6-PRERELEASE (both of May 8, 02:46 CEST) making a # make clean into /usr/ports/deve/gettext spawn zillions(!) of make process, lead to cpu load average at 96.xx before a reboot :-( Up to yesterday it works. Doing this into others

RE: Who broke 'make clean' for ports ?

2002-05-10 Thread Riccardo Torrini
On 10-May-2002 (17:01:26/GMT) Riccardo Torrini wrote: into /usr/ports/deve/gettext s/deve/devel/ I use make clean to show dependencies before install/update. No, I don't use neither pkg_update nor portupgrade. Riccardo. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Who broke 'make clean' for ports ?

2002-05-10 Thread Dan Nelson
In the last episode (May 10), Riccardo Torrini said: After a cvsup of 10 minutes ago either on 5.0-CURRENT and on 4.6-PRERELEASE (both of May 8, 02:46 CEST) making a # make clean into /usr/ports/deve/gettext spawn zillions(!) of make process, lead to cpu load average at 96.xx before a

Re: Who broke 'make clean' for ports ?

2002-05-10 Thread Garrett Rooney
On Fri, May 10, 2002 at 12:26:56PM -0500, Dan Nelson wrote: In the last episode (May 10), Riccardo Torrini said: After a cvsup of 10 minutes ago either on 5.0-CURRENT and on 4.6-PRERELEASE (both of May 8, 02:46 CEST) making a # make clean into /usr/ports/deve/gettext spawn

Re: Who broke 'make clean' for ports ?

2002-05-10 Thread Riccardo Torrini
On 10-May-2002 (17:26:56/GMT) Dan Nelson wrote: After a cvsup of 10 minutes ago either on 5.0-CURRENT and on 4.6-PRERELEASE (both of May 8, 02:46 CEST) making a # make clean into /usr/ports/deve/gettext spawn zillions(!) of make process, lead to cpu load average at 96.xx before a reboot

Re: Who broke 'make clean' for ports ?

2002-05-10 Thread Riccardo Torrini
On 10-May-2002 (17:31:32/GMT) Garrett Rooney wrote: there's a circular dependency that was just introduced to gettext. gettext now depends on expat, which depends on gmake, which depends on gettext. it's a known problem, and is being worked on. Ok, thanks. Sorry for alarm but I don't see

Re: Who broke 'make clean' for ports ?

2002-05-10 Thread Garrett Rooney
On Fri, May 10, 2002 at 07:41:44PM +0200, Riccardo Torrini wrote: On 10-May-2002 (17:31:32/GMT) Garrett Rooney wrote: there's a circular dependency that was just introduced to gettext. gettext now depends on expat, which depends on gmake, which depends on gettext. it's a known problem,

Re: Who broke 'make clean' for ports ?

2002-05-10 Thread Riccardo Torrini
On 10-May-2002 (17:44:21/GMT) Garrett Rooney wrote: Ok, thanks. Sorry for alarm but I don't see any message before my own. Can I back-cvsup to a stable date? When (sh)it happens? the change is just a few hours old. you can just remove expat2 from the LIB_DEPENDS in