Up-to-date binaries

  • Thread starter Thread starter Anonymous
  • Start date Start date
It's a mess.

pkg upgrade gives a lot of messages:
Code:
Conflict found on path /usr/local/info/gcc46/gfortran.info between gcc-4.6.4(lang/gcc) and gcc46-4.6.4_1,1(lang/gcc46)

Conflict found on path /usr/local/info/gcc46/libgomp.info between gcc-4.6.4(lang/gcc) and gcc46-4.6.4_1,1(lang/gcc46)

Conflict found on path /usr/local/info/gcc46/libquadmath.info between gcc-4.6.4(lang/gcc) and gcc46-4.6.4_1,1(lang/gcc46)

I have deinstalled both via the port. The directories are not existent and the messages stays the same.

What to do? There's no pkgdb -F or something like that. How to repair this....?
 
I have gotten help from the pkgng-channel on freenode.

The solution was:
Code:
pkg lock pdftk
pkg upgrade
pkg unlock pdftk
pkg set -o lang/gcc:lang/gcc46
pkg install pdftk
pkg set -o lang/gcc46:lang/gcc
but some other problem occurred, nothing essentielal, but I got angry. It seems PKGNG is crap...
 
Back
Top