GNU bug report logs - #15615
Pulseaudio build fails

Previous Next

Package: guix;

Reported by: David Thompson <dthompson2 <at> worcester.edu>

Date: Mon, 14 Oct 2013 23:47:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #22 received at 15615-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: David Thompson <dthompson2 <at> worcester.edu>
Cc: Ludovic Courtès <ludo <at> gnu.org>,
 15615-done <at> debbugs.gnu.org
Subject: Re: bug#15615: Pulseaudio build fails
Date: Thu, 17 Oct 2013 14:17:39 +0200
On Wed, Oct 16, 2013 at 09:22:23PM -0400, David Thompson wrote:
> Have other Debian users worked around this issue?

Well, you can delete the symbolic link, create a directory /dev/shm and
mount a new tmpfs there:
   rm /dev/shm
   mkdir /dev/shm
   mount -t tmpfs -o size=1G tmpfs /dev/shm

I did this once or twice to compile a package the tests of which would
otherwise fail. I do not know what happens if you reboot; each time,
I reverted the changes with
   umount /dev/shm
   rmdir /dev/shm
   ln -s /run/shm /dev/shm

Andreas





This bug report was last modified 11 years and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.