From owner-freebsd-stable@FreeBSD.ORG Sat Jan 11 11:22:01 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB173CD6; Sat, 11 Jan 2014 11:22:01 +0000 (UTC) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 887A51A58; Sat, 11 Jan 2014 11:22:01 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward12.mail.yandex.net (Yandex) with ESMTP id 65FA4C22191; Sat, 11 Jan 2014 15:21:52 +0400 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id E7BCA16A02F9; Sat, 11 Jan 2014 15:21:51 +0400 (MSK) Received: from 93.91.1.89.tel.ru (93.91.1.89.tel.ru [93.91.1.89]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id TSNX3UMYoV-Lpn4Tx8t; Sat, 11 Jan 2014 15:21:51 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: c7fa213b-7ab1-4980-b04a-72bb058e4960 Message-ID: <52D1294E.4090107@passap.ru> Date: Sat, 11 Jan 2014 15:21:50 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: CeDeROM , Gerald Pfeifer Subject: Re: FreeBSD 10.0-RC5 AMD64 pkg upgrade fail by gcc/gcc46 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org, freebsd-ports X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2014 11:22:01 -0000 11.01.2014 14:37, CeDeROM пишет: > On Sat, Jan 11, 2014 at 11:29 AM, CeDeROM wrote: >> On Sat, Jan 11, 2014 at 3:18 AM, Gerald Pfeifer 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