X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id DE39CDC0167 for ; Sun, 1 Dec 2013 01:35:01 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1121E20FE2 for ; Sat, 30 Nov 2013 20:35:01 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Sat, 30 Nov 2013 20:35:01 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=O016Bgywvbmhakv9mm3xua9s54E=; b=hKP3wbU+lPGD6dShppmQV1be+bxj bWI1W+uKHkPoB8fCk3G91oCYvxxuvunjOtI8glLnNfHDqIDUELzUKOaZ3iBzxxV+ ZuQbNv25JtZErRlGN8QzuMzV7N8CrkVJbjpom4igOp8fAgoO3kqTO60dlP+koPME 4x1PzxWz97Li2e0= X-Sasl-enc: PKwdOoUMu532lN1Zfd0c+Y+MJPYDQ+zNWt5QsnJMHxtx 1385861700 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id C32E5680116 for ; Sat, 30 Nov 2013 20:35:00 -0500 (EST) Date: Sat, 30 Nov 2013 20:35:00 -0500 From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] cryptsetup / mkinitfs mismatch Message-ID: <20131201013500.GC1689@zen> Mail-Followup-To: alpine-devel@lists.alpinelinux.org References: <20130705150557.GQ1550@zen> <20131201011714.GB1689@zen> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131201011714.GB1689@zen> User-Agent: Mutt/1.5.21 (2010-09-15) On Sat, Nov 30, 2013 at 08:17:14PM -0500, Dubiousjim wrote: > I just applied a backlog of upgrades to my laptop, which has an encrypted > root volume. I discovered that the initramfs that got created didn't > include all the libraries that cryptsetup needs, so I couldn't boot. I'm > not sure whether the correct fix is to: > > 1. Tell mkinitfs to install the additional libraries to the initramfs. > This can be done by adding the following line: > > /lib/libpthread*.so* > > to the end of /etc/mkinitfs/files.d/cryptsetup. > > Or: > > 2. Make cryptsetup build without depending on the threading library, as > I presume was the former behavior. I don't know whether this can be done > with current versions, or if it can, whether it's desirable. I should have checked the bugtracker before emailing, but this wasn't listed there. Bug #2360 (which has been fixed) is similar, but involves a different missing dependency. I added this as Issue #2445. -- Dubiousjim dubiousjim@gmail.com --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---