From owner-freebsd-stable@FreeBSD.ORG Sat Jan 11 12:09:44 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 D86936AE; Sat, 11 Jan 2014 12:09:44 +0000 (UTC) Received: from mail-qa0-x236.google.com (mail-qa0-x236.google.com [IPv6:2607:f8b0:400d:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82DE31E14; Sat, 11 Jan 2014 12:09:44 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id i13so154862qae.13 for ; Sat, 11 Jan 2014 04:09:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ijqR8z2n9MwdPFY8+8Hs+QWUCau9/rsH9avJ3tzHOSU=; b=Ro8KzQXEZtWA0dqEsKXfzDhamxYYEc/c4n7/PZiUWGa6W3HUadGMxw6UE28rTSeIwy lODs9Qrt7CP31/K1tuj5lK71Y03XIQvohZDsYIaoUZshk/+GMFHy8pYUDCwltl9/H5sQ 4THA1rxaozGjawT7H+AYpH78CHvBZb2axMrVrHoIg7N7Nc1GZE9zKBcAHkUcM1JxPV66 ffdHRmCxcrVurhts3XCfB2+Y34MNlj2qI5lW43ya5AztAhKaqZmEKQT5fiPJEx+ahAZl xVsbCh8C72q+kDRaVcdFwc4uWx7oBxKpNKck0j//D/InJkbjf2RQ98hrHcow34chfAlx UkUA== MIME-Version: 1.0 X-Received: by 10.49.3.72 with SMTP id a8mr18227026qea.41.1389442183751; Sat, 11 Jan 2014 04:09:43 -0800 (PST) Sender: tomek.cedro@gmail.com Received: by 10.229.151.73 with HTTP; Sat, 11 Jan 2014 04:09:43 -0800 (PST) In-Reply-To: <52D1294E.4090107@passap.ru> References: <52D1294E.4090107@passap.ru> Date: Sat, 11 Jan 2014 13:09:43 +0100 X-Google-Sender-Auth: fMtHkIx2ezWNhrdZUjWz3SxtZrQ Message-ID: Subject: Re: FreeBSD 10.0-RC5 AMD64 pkg upgrade fail by gcc/gcc46 From: CeDeROM To: Boris Samorodov Content-Type: text/plain; charset=UTF-8 Cc: Gerald Pfeifer , 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 12:09:44 -0000 On Sat, Jan 11, 2014 at 12:21 PM, Boris Samorodov 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