11.01.2014 14:37, CeDeROM пишет:
> On Sat, Jan 11, 2014 at 11:29 AM, CeDeROM <cede...@tlen.pl> wrote:
>> On Sat, Jan 11, 2014 at 3:18 AM, Gerald Pfeifer <ger...@pfeifer.com> wrote:
>>> Wait a minute: is one of yoir ports hard coding lang/gcc46 instead of doing 
>>> USE_GCC? If so, here is the bug.
>>> Gerald
> 
> Here goes the full ouput of the "pkg upgrade" maybe it will help you
> find the solution :-)
> 
> http://tny.cz/c8b678b2

It's not a solution but a workaround which helped me. Run the following
command to find out which installed packages need gcc46 (note it's a
one line command):
-----
% for o in `pkg info -aoq`; do \[ \! -z `pkg query %dn-%dv -o $o | grep
gcc46` \] && echo $o; done
-----

In my case opera and one more (may be virtualbox) packages used gcc46.
Just remove them, then remove gcc46 and upgrade packages.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
_______________________________________________
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"

Reply via email to