Date: Tue, 25 Apr 2006 16:40:29 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Hans Lambermont <hans@lambermont.dyndns.org> Cc: freebsd-ports@freebsd.org, Kris Kennaway <kris@obsecurity.org> Subject: Re: libtool upgrade, entry 20060223 in UPDATING Message-ID: <20060425204029.GA58472@xor.obsecurity.org> In-Reply-To: <20060425201834.GC4435@leia.lambermont.dyndns.org> References: <20060425154800.GB1351@leia.lambermont.dyndns.org> <444E4624.6070509@vonostingroup.com> <20060425182639.GC1351@leia.lambermont.dyndns.org> <444E6D2A.8090001@vonostingroup.com> <20060425200019.GA4435@leia.lambermont.dyndns.org> <20060425201048.GA57867@xor.obsecurity.org> <20060425201834.GC4435@leia.lambermont.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 25, 2006 at 10:18:34PM +0200, Hans Lambermont wrote: > Kris Kennaway wrote: >=20 > > Hans Lambermont wrote: > >> Frank Laszlo wrote: > >>> the '-p' argument for portupgrade will build packages on your > >>> staging server, these packages can then be moved over to the > >>> production machine to be installed. Downtime should be minimal. > >>=20 > >> Well, in my first mail I started here; I have the full list of > >> packages already built on the staging server. I moved them over to > >> the production server, removed all old ports, and tried to install > >> all of them with this : pkg_add *.tgz . But pkg_add refuses to > >> proceed, complaining "pkg_add: too many packages (max 200)". I have > >> over 400. If I choose a smaller subset with for instance pkg_add > >> [a-f]*.tgz I get dependency problems, +REQUIRED files that are not > >> there yet etc. > >>=20 > >> Perhaps I should up the hardcoded 200 to 500 in pkg_add and retry ? > >=20 > > Just specify the path where to find the dependencies and it'll do it > > automatically, see the manpage. >=20 > Well, I ran the pkg_add [somesubset]*.tgz in the directory with the > packages, and according to PKG_ADD(1) they should have been picked up > already (...If the packages are not found in the current working > directory, pkg_add will search them in...). >=20 > Maybe it worked for the first few, and then the packages list grew to > still hit the max-200 limit ? I think that is what happened. Yeah, could be. find . -name \*.tbz | xargs -n 10 pkg_add would have done it though. Kris --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFETok9Wry0BWjoQKURAkt5AKCVgWKn2/Ox5SPWvZKfRTwt20IuIgCffNgj A9m4RBGH6h/IUfx3Qd9uk3I= =//O3 -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060425204029.GA58472>