From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#15615: Pulseaudio build fails Date: Wed, 16 Oct 2013 15:15:28 +0200 Message-ID: <874n8hgxvz.fsf@gnu.org> References: <525C7408.5080409@worcester.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWQxP-00024A-Ki for bug-guix@gnu.org; Wed, 16 Oct 2013 09:16:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWQxG-00072L-HI for bug-guix@gnu.org; Wed, 16 Oct 2013 09:16:11 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:39829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWQxG-00072F-Dq for bug-guix@gnu.org; Wed, 16 Oct 2013 09:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VWQxG-0001xA-8Z for bug-guix@gnu.org; Wed, 16 Oct 2013 09:16:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <525C7408.5080409@worcester.edu> (David Thompson's message of "Mon, 14 Oct 2013 18:45:28 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: David Thompson Cc: 15615-done@debbugs.gnu.org David Thompson skribis: > `guix build pulseaudio` fails because of the following test: > > Running suite(s): Memblock > shm_open() failed: Function not implemented I think you hit the /dev/shm issue described in a footnote (info "(guix) Setting Up the Daemon"). (Of course, re-open this bug if this is not the case.) I=E2=80=99m not sure how to better avoid that situation. Perhaps =E2=80=98= guix-daemon=E2=80=99 could explicitly check whether /dev/shm is a symlink and emit a warning if it is? OTOH this won=E2=80=99t be a problem on the GNU distro where everything wil= l be correctly setup. Thanks, Ludo=E2=80=99.