Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2004 17:03:07 +0400 (MSD)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        ports@freebsd.org
Subject:   Re: ports subtree dependencies checking
Message-ID:  <20040603165941.P77791@woozle.rinet.ru>
In-Reply-To: <20040518220007.GA35570@xor.obsecurity.org>
References:  <20040518152749.M52881@woozle.rinet.ru> <20040518220007.GA35570@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 18 May 2004, Kris Kennaway wrote:

KK> On Tue, May 18, 2004 at 03:45:15PM +0400, Dmitry Morozovsky wrote:
KK> > Dear colleagues,
KK> >
KK> > as all of you knows, keeping up to date thw whole ports tree involves
KK> > tremendous number of disk operation per cvs/cvsup. So, I use small script to
KK> > keep up-to date rather small set of ports (less than 1000, comparing to 10k+
KK> > total ports in the tree).
KK> >
KK> > Sometimes this leads to broken dependencies (e.g., when tracked port becomes
KK> > dependent on some new port, or when dependency port moves). The latter case
KK> > partially can be covered by tracking MOVED file, the former can not.
KK> >
KK> > Previously, `make index' would complaint about missing dependencies, so these
KK> > ports can be caught. Now, with INDEX_JOBS parallel index building, these errors
KK> > are hidden in the process.
KK>
KK> They should not be.  Please provide evidence.

Well, here is my today's situation:

marck@woozle:/usr/ports> make index && echo ok
Generating INDEX - please wait.. Done.
46.563u 13.416s 1:07.48 88.8%   302+1497k 963+6io 3pf+0w
ok

marck@woozle:/usr/ports> (cd !$ && make clean)
( cd x11-themes/kdeartwork3 && make clean )
kdebase-3.2.2_1: "/usr/ports/audio/artswrapper" non-existent -- dependency list
incomplete
===>  Cleaning for nas-1.6
===>  Cleaning for gettext-0.13.1_1
===>  Cleaning for gmake-3.80_2
===>  Cleaning for jpeg-6b_2
===>  Cleaning for libglut-6.0.1
===>  Cleaning for libmng-1.0.7
===>  Cleaning for png-1.2.5_5
===>  Cleaning for openldap-client-2.1.30
===>  Cleaning for samba-libsmbclient-3.0.4_1
===>  Cleaning for cups-base-1.1.20.0
===>  Cleaning for libXft-2.1.6
===>  Cleaning for open-motif-2.2.2_2
===>  Cleaning for qt-3.3.2_2
===>  Cleaning for XFree86-libraries-4.3.0_7
===>  Cleaning for kdebase-3.2.2_1
===>  Cleaning for kdelibs-3.2.2_3
===>  Cleaning for kdeartwork-3.2.2

(so audio/artswrapper is missing, and `make index' misses this absence)

Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040603165941.P77791>