From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: bug#15615: Pulseaudio build fails Date: Wed, 16 Oct 2013 21:22:23 -0400 Message-ID: <525F3BCF.6080707@worcester.edu> References: <525C7408.5080409@worcester.edu> <874n8hgxvz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWcIw-0002UI-UB for bug-guix@gnu.org; Wed, 16 Oct 2013 21:23:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWcIo-0006Gc-RC for bug-guix@gnu.org; Wed, 16 Oct 2013 21:23:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:40748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWcIo-0006GY-Nr for bug-guix@gnu.org; Wed, 16 Oct 2013 21:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VWcIo-0003it-Bp for bug-guix@gnu.org; Wed, 16 Oct 2013 21:23:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874n8hgxvz.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 15615-done@debbugs.gnu.org On 10/16/2013 09:15 AM, Ludovic Courtès wrote: > 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.) That is indeed the case. /dev/shm is a symlink to /run/shm. > > I’m not sure how to better avoid that situation. Perhaps ‘guix-daemon’ > could explicitly check whether /dev/shm is a symlink and emit a warning > if it is? > > OTOH this won’t be a problem on the GNU distro where everything will be > correctly setup. > > Thanks, > Ludo’. Have other Debian users worked around this issue?