Re: pkgng - one "ervery day anoying" problem
On 2/4/2013 2:29 PM, Matthew Seaman wrote: > On 04/02/2013 19:06, Heino Tiedemann wrote: >> Daniel Nebdal wrote: >> >>> You might want to look at this: >>> https://github.com/pkgtools/pkgtools/issues/44 >>> In the meantime, could you deinstall/reinstall libreoffice? No guarantees, >>> but maybe it'll clean things up. >> >> >> I did >> >> Does not solve the stale dependency - it is still there :( > > Hi, Heino, > > This is a bug in portupgrade's pkgng integration: the whole 'pkgdb -Fu' > thing shouldn't be necessary with pkgng's built-in sqlite database. > Unfortunately the coding required to chop out the pkgdb related bits of > portupgrade and replace them with equivalents via 'pkg check' isn't > complete. I believe it needs some changes to 'pkg check' too, although > I have no details on that. Yup it's a combination of that. pkg-check needs a way to just list missing dependencies so portupgrade can fix it via ports. Portupgrade also should stop using a redundant pkgdb on top of pkg(8), but that is a bigger task I have not gotten to yet. > > It's an annoying message, but inaccurate and you can just ignore it. > You can use 'pkg check' and 'pkg info' to verify that liberoffice has > the correct dependencies installed and that all those packages are > correctly installed. Pretty much yes, just making sure the dependencies are installed should fix it. > > Cheers, > > Matthew > -- Regards, Bryan Drewery bdrewery@freenode/EFNet signature.asc Description: OpenPGP digital signature
Re: pkgng - one "ervery day anoying" problem
On 2/4/2013 1:07 PM, Heino Tiedemann wrote: > Daniel Nebdal wrote: > >> You might want to look at this: >> https://github.com/pkgtools/pkgtools/issues/44 >> In the meantime, could you deinstall/reinstall libreoffice? No guarantees, >> but maybe it'll clean things up. > > > Even a pkgdb -fu does not help: > > # pkgdb -fu > ---> Updating the pkgdb > [Rebuilding the pkgdb in /var/db/pkg ... USING PKGNG > - 856 packages found (-0 +856) > 100200300400500600700800 > done] > # portupgrade --all > USING PKGNG > USING PKGNG > Stale dependency: de-libreoffice-3.5.7 --> shared-mime-info-1.0_1 -- manually > run 'pkgdb -F' to fix, or specify -O to force. > > > > It is like "writen in stone" :( > > Heino Just install the missing dependencies first and then 'pkgdb -uf'. make -C /usr/ports/misc/shared-mime-info install clean pkgdb -uf -- Regards, Bryan Drewery bdrewery@freenode/EFNet signature.asc Description: OpenPGP digital signature
Re: pkgng - one "ervery day anoying" problem
On 04/02/2013 21:42, Heino Tiedemann wrote: > NO! portupgrade stops after thet message and does not upgrade > anything! How should I ignore that? Use portmaster instead? Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey signature.asc Description: OpenPGP digital signature
Re: pkgng - one "ervery day anoying" problem
Matthew Seaman wrote: > On 04/02/2013 19:06, Heino Tiedemann wrote: >> Daniel Nebdal wrote: >> >>> You might want to look at this: >>> https://github.com/pkgtools/pkgtools/issues/44 >>> In the meantime, could you deinstall/reinstall libreoffice? No guarantees, >>> but maybe it'll clean things up. >> >> >> I did >> >> Does not solve the stale dependency - it is still there :( > > Hi, Heino, > > This is a bug in portupgrade's pkgng integration: the whole 'pkgdb -Fu' > thing shouldn't be necessary with pkgng's built-in sqlite database. > Unfortunately the coding required to chop out the pkgdb related bits of > portupgrade and replace them with equivalents via 'pkg check' isn't > complete. I believe it needs some changes to 'pkg check' too, although > I have no details on that. > > It's an annoying message, but inaccurate and you can just ignore it. NO! portupgrade stops after thet message and does not upgrade anything! How should I ignore that? > You can use 'pkg check' and 'pkg info' to verify that liberoffice has > the correct dependencies installed and that all those packages are > correctly installed. Yes - but libreoffice is not the fact that I am talking about. like he has here https://github.com/pkgtools/pkgtools/issues/44 it is ANY stale dependency that stops portupgrade! Heino ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkgng - one "ervery day anoying" problem
On 04/02/2013 19:06, Heino Tiedemann wrote: > Daniel Nebdal wrote: > >> You might want to look at this: >> https://github.com/pkgtools/pkgtools/issues/44 >> In the meantime, could you deinstall/reinstall libreoffice? No guarantees, >> but maybe it'll clean things up. > > > I did > > Does not solve the stale dependency - it is still there :( Hi, Heino, This is a bug in portupgrade's pkgng integration: the whole 'pkgdb -Fu' thing shouldn't be necessary with pkgng's built-in sqlite database. Unfortunately the coding required to chop out the pkgdb related bits of portupgrade and replace them with equivalents via 'pkg check' isn't complete. I believe it needs some changes to 'pkg check' too, although I have no details on that. It's an annoying message, but inaccurate and you can just ignore it. You can use 'pkg check' and 'pkg info' to verify that liberoffice has the correct dependencies installed and that all those packages are correctly installed. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey signature.asc Description: OpenPGP digital signature
Re: pkgng - one "ervery day anoying" problem
Daniel Nebdal wrote: > You might want to look at this: > https://github.com/pkgtools/pkgtools/issues/44 > In the meantime, could you deinstall/reinstall libreoffice? No guarantees, > but maybe it'll clean things up. Even a pkgdb -fu does not help: # pkgdb -fu ---> Updating the pkgdb [Rebuilding the pkgdb in /var/db/pkg ... USING PKGNG - 856 packages found (-0 +856) 100200300400500600700800 done] # portupgrade --all USING PKGNG USING PKGNG Stale dependency: de-libreoffice-3.5.7 --> shared-mime-info-1.0_1 -- manually run 'pkgdb -F' to fix, or specify -O to force. It is like "writen in stone" :( Heino ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkgng - one "ervery day anoying" problem
Daniel Nebdal wrote: > You might want to look at this: > https://github.com/pkgtools/pkgtools/issues/44 > In the meantime, could you deinstall/reinstall libreoffice? No guarantees, > but maybe it'll clean things up. I did Does not solve the stale dependency - it is still there :( ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkgng - one "ervery day anoying" problem
Daniel Nebdal wrote: > You might want to look at this: > https://github.com/pkgtools/pkgtools/issues/44 > In the meantime, could you deinstall/reinstall libreoffice? No > guarantees, but maybe it'll clean things up. I reinstalled it with -O , but the problem still there ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkgng - one "ervery day anoying" problem
You might want to look at this: https://github.com/pkgtools/pkgtools/issues/44 In the meantime, could you deinstall/reinstall libreoffice? No guarantees, but maybe it'll clean things up. -- Daniel Nebdal On Mon, Feb 4, 2013 at 3:32 PM, Heino Tiedemann wrote: > Hi there, > > > from time to time I do this > > > , > | portsnap fetch update && portupgrade --fetch-only --all --keep-going > ` > > > Always, realy always(!)comes this message: > > > , > | Stale dependency: de-libreoffice-3.5.7 --> nss-3.14 -- manually run > 'pkgdb -F' to fix, or specify -O to force. > ` > > > I get this every time - again and again. > > > Well, I cannot run 'pkgdb -F' > > and pkg check does not help anyrthing. > > > > > WHAT TO DO? > > > Heino > > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
pkgng - one "ervery day anoying" problem
Hi there, from time to time I do this , | portsnap fetch update && portupgrade --fetch-only --all --keep-going ` Always, realy always(!)comes this message: , | Stale dependency: de-libreoffice-3.5.7 --> nss-3.14 -- manually run 'pkgdb -F' to fix, or specify -O to force. ` I get this every time - again and again. Well, I cannot run 'pkgdb -F' and pkg check does not help anyrthing. WHAT TO DO? Heino ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"