From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-181119-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52D34139083 for <garchives@archives.gentoo.org>; Wed, 6 Dec 2017 06:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C920DE112F; Wed, 6 Dec 2017 06:55:07 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A21E1112 for <gentoo-user@lists.gentoo.org>; Wed, 6 Dec 2017 06:55:07 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from <lnx-gentoo-user@m.gmane.org>) id 1eMTbc-00005y-MP for gentoo-user@lists.gentoo.org; Wed, 06 Dec 2017 07:54:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras <realnc@gmail.com> Subject: [gentoo-user] Re: "The sound of Silence" by glibc Date: Wed, 6 Dec 2017 08:55:09 +0200 Message-ID: <p0847q$v6g$1@blaine.gmane.org> References: <20171205175421.tuxqu5rzuxx5hfsp@solfire> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@blaine.gmane.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 In-Reply-To: <20171205175421.tuxqu5rzuxx5hfsp@solfire> Content-Language: en-US X-Archives-Salt: 06e060bd-759a-4e9d-9979-3b02a3314d0c X-Archives-Hash: 187dbb8211a3f2f0361d54537ca7e52d On 05/12/17 19:54, tuxic@posteo.de wrote: > Hi, > > emerge -e @world installs glibc > > On my system this kills the build of pulseaudio...which in turn make > my linux PC one of the most quiet ones...sigh Use "emerge -a --resume --keep-going". This should continue the world rebuild, and will not abort the emerge when pulseaudio (or any other packages) fail to build. Then at the end, emerge will print a list of packages that failed to build. You should then fix those if you can. How urgent it is to fix them depends on the packages, of course.