Date: Sat, 11 Jan 2014 13:09:43 +0100 From: CeDeROM <cederom@tlen.pl> To: Boris Samorodov <bsam@passap.ru> Cc: Gerald Pfeifer <gerald@pfeifer.com>, freebsd-stable@freebsd.org, freebsd-ports <freebsd-ports@freebsd.org> Subject: Re: FreeBSD 10.0-RC5 AMD64 pkg upgrade fail by gcc/gcc46 Message-ID: <CAFYkXj=qh%2BEKkgSeL75X_rZF72t9zxzcRk2TgY3=SNMR2AO=OQ@mail.gmail.com> In-Reply-To: <52D1294E.4090107@passap.ru> References: <CAFYkXjmxQOs9Rj3exmjXRwFvSCSn-fx1bM2t3-tNchuyJqoBJQ@mail.gmail.com> <c58b9c7d-5acc-43ca-992c-abc34aea5cdc@email.android.com> <CAFYkXjnPZsPdKkqQS-v4Qnk1smuAwrUg=wq995XGnw97otbu6A@mail.gmail.com> <CAFYkXjmzr1nM52vXU9wb9XD2-%2B4Wksq57ieKB1JwFRBBwtt_JQ@mail.gmail.com> <52D1294E.4090107@passap.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 11, 2014 at 12:21 PM, Boris Samorodov <bsam@passap.ru> wrote: > 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 > ----- % sh $ for o in `pkg info -aoq`; do \[ \! -z `pkg query %dn-%dv -o $o | grep gcc46` \] && echo $o; done $ no results :-( > In my case opera and one more (may be virtualbox) packages used gcc46. > Just remove them, then remove gcc46 and upgrade packages. I did something different - I have removed both gcc and gcc46, then installed gcc46 to see what depends on it - result list empty - so it seems nothing on the port list depends on the lang/gcc46, the problem might be somewhere else..? Now when GCC is installed I cannot install GCC46. pkg clean does not help. Where did that GCC46 get from? :-) Thank you! :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFYkXj=qh%2BEKkgSeL75X_rZF72t9zxzcRk2TgY3=SNMR2AO=OQ>