source: xincludes/mozshm.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;]>
6
7
8 <!-- to go inside a NOTE on mozilla packages which need shm
9 mounted when configured or similar in chroot.
10 Unfortunately, the DTD says an xinclude can only include
11 one paragraph.
12
13 We now have exactly one paragraph, git blame this line for
14 details. -->
15
16 <para>
17 If you are compiling this package in chroot you must
18 ensure that <filename>/dev/shm</filename> is mounted. If you do not
19 do this, the <application>Python</application> configuration will fail
20 with a traceback report referencing
21 <filename>/usr/lib/pythonN.N/multiprocessing/synchronize.py</filename>.
22 As the &root; user, run:
23
24<screen role="nodump"><userinput>mountpoint -q /dev/shm || mount -t tmpfs devshm /dev/shm</userinput></screen>
25
26 </para>
Note: See TracBrowser for help on using the repository browser.