all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: David Thompson <dthompson2@worcester.edu>
Cc: 15615-done@debbugs.gnu.org
Subject: bug#15615: Pulseaudio build fails
Date: Thu, 17 Oct 2013 14:17:39 +0200	[thread overview]
Message-ID: <20131017121739.GA6484@debian.eduroam.u-bordeaux.fr> (raw)
In-Reply-To: <525F3BCF.6080707@worcester.edu>

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

  parent reply	other threads:[~2013-10-17 12:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-14 22:45 bug#15615: Pulseaudio build fails David Thompson
2013-10-16 13:15 ` Ludovic Courtès
2013-10-17  1:22   ` David Thompson
2013-10-17  2:06     ` Mark H Weaver
2013-10-17 11:37     ` Ludovic Courtès
2013-10-17 12:17     ` Andreas Enge [this message]
2013-10-28 15:19 ` Thompson, David

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131017121739.GA6484@debian.eduroam.u-bordeaux.fr \
    --to=andreas@enge.fr \
    --cc=15615-done@debbugs.gnu.org \
    --cc=dthompson2@worcester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.