Prev: bsd-pan
Next: libMagick -compile error -SOLVED+-!!
From: Vizion on 1 Mar 2007 10:20 I have multiple lines of stale dependencies reported from pkgdb -F all of which relate to bsdpan-Archive-Tar-1.30 or 1.16 witha report that the package is held. The lines are Stale dependency:bsdpan-Archive-Tar-[version] -> [see NOTE below]: -> Ignored (the package is held; specify -f to force) How do I get out of the following loop!!!!! : I run # pkgdb -f Then try # portupgrade -a and get Stale dependency ......... manuall run 'pkgdb -F to fix or specify -O to force I run # pkgdb -O then run # portupgrade -a and get Stale dependencies ......manually run 'pkgdb -F' to fix or specify -O to force NOTE the references are to p5-Text-Diff-0.35 (textproc/p5-Text-Diff) etc p5-PathTools [ver] [port] p5- [App] [ver] [port] thanks in advance david _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: "Jim Trigg" on 1 Mar 2007 10:48 On Thu, March 1, 2007 10:02 am, Vizion wrote: > I have multiple lines of stale dependencies reported from pkgdb -F all of > which relate to bsdpan-Archive-Tar-1.30 or 1.16 witha report that the > package is held. > > The lines are > Stale dependency:bsdpan-Archive-Tar-[version] -> [see NOTE below]: -> > Ignored (the package is held; specify -f to force) > > How do I get out of the following loop!!!!! > : > I run > # pkgdb -f > Then try > # portupgrade -a > and get > Stale dependency ......... manuall run 'pkgdb -F to fix or specify -O to > force > I run > # pkgdb -O You're misreading the message -- you need to run "pkgdb -F" to fix the database or run "portupgrade -a -O" to force the portupgrade to ignore the stale dependencies. Jim _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Sergey Matveychuk on 2 Mar 2007 02:57 Vizion wrote: > I have multiple lines of stale dependencies reported from pkgdb -F all of which relate to bsdpan-Archive-Tar-1.30 or 1.16 witha report that the package is held. > > The lines are > Stale dependency:bsdpan-Archive-Tar-[version] -> [see NOTE below]: -> Ignored (the package is held; specify -f to force) > bsdpan-* are not real ports. They can't be processed as real ports. So they should be ignored (hold). Install them from ports or ignore the messages. -- Dixi. Sem. _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Vizion on 2 Mar 2007 05:35 > -----Original Message----- > From: Sergey Matveychuk [mailto:sem(a)FreeBSD.org] > Sent: Thursday, March 01, 2007 11:54 PM > To: Vizion > Cc: freebsd-ports(a)freebsd.org > Subject: Re: portupgrade query > > Vizion wrote: > > I have multiple lines of stale dependencies reported from > pkgdb -F all of which relate to bsdpan-Archive-Tar-1.30 or > 1.16 witha report that the package is held. > > > > The lines are > > Stale dependency:bsdpan-Archive-Tar-[version] -> [see NOTE > below]: -> Ignored (the package is held; specify -f to force) > > > > bsdpan-* are not real ports. They can't be processed as real ports. So > they should be ignored (hold). Install them from ports or ignore the > messages. > > -- > Dixi. > Sem. > Thanks Sem But on its own, as shown in my original posting, that does not solve the problem as portupgrade -a does not know that and throws the error, reports a stale dependency and requires me to fix the problem!! I must be missing something here!! David _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Lowell Gilbert on 2 Mar 2007 09:06
Vizion <vizion(a)vizion.occoxmail.com> writes: >> -----Original Message----- >> From: Sergey Matveychuk [mailto:sem(a)FreeBSD.org] >> Sent: Thursday, March 01, 2007 11:54 PM >> To: Vizion >> Cc: freebsd-ports(a)freebsd.org >> Subject: Re: portupgrade query >> >> Vizion wrote: >> > I have multiple lines of stale dependencies reported from >> pkgdb -F all of which relate to bsdpan-Archive-Tar-1.30 or >> 1.16 witha report that the package is held. >> > >> > The lines are >> > Stale dependency:bsdpan-Archive-Tar-[version] -> [see NOTE >> below]: -> Ignored (the package is held; specify -f to force) >> > >> >> bsdpan-* are not real ports. They can't be processed as real ports. So >> they should be ignored (hold). Install them from ports or ignore the >> messages. >> >> -- >> Dixi. >> Sem. >> > Thanks Sem > > But on its own, as shown in my original posting, that does not solve the problem as portupgrade -a does not know that and throws the error, reports a stale dependency and requires me to fix the problem!! > > I must be missing something here!! By default, portupgrade *does* hold those ports. The sample pkgtools.conf file includes a hold section precisely for that purpose: HOLD_PKGS = [ 'bsdpan-*', ] so just put that back in your own configuration and you should be fine. _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" |