From: Vizion on


> -----Original Message-----
> From: Lowell Gilbert [mailto:freebsd-ports-local(a)be-well.ilk.org]
> Sent: Friday, March 02, 2007 5:57 AM
> To: Vizion
> Cc: ports(a)freebsd.org
> Subject: Re: portupgrade query
>
> 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.
>
Thanks

that is in my pkgtools.conf file --
and the issue remains

the only thing that enabled portupgrade was to use portupgrade -a -O. But that not mean any stale dependencies are ignored?

Maybe the best way is to fix the stale dependencies for bsdpan if there is no other way.

Any idea how that is done?

Thanks


_______________________________________________
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: Sam Nilsson on
Vizion wrote:
> 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

pkgdb -f != pkgdb -F

Case sensitivity is what you are missing judging by your written
description.

i recommend that you 'man pkgdb' and read the description of each option
to get a better idea of what you are doing when you run the command.
When you do that i think you will find that pkgdb doesn't take a "-O"
argument, but that is a different issue than your "-f" troubles.

Peace,
- Sam
_______________________________________________
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"
First  |  Prev  | 
Pages: 1 2
Prev: bsd-pan
Next: libMagick -compile error -SOLVED+-!!