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
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[4efd668]2<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
[96e0c171]3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;]>
[5b0a978e]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
[96e0c171]11 one paragraph.
12
13 We now have exactly one paragraph, git blame this line for
14 details. -->
[5b0a978e]15
16 <para>
[96e0c171]17 If you are compiling this package in chroot you must
[5b0a978e]18 ensure that <filename>/dev/shm</filename> is mounted. If you do not
[cf31c27]19 do this, the <application>Python</application> configuration will fail
[5b0a978e]20 with a traceback report referencing
21 <filename>/usr/lib/pythonN.N/multiprocessing/synchronize.py</filename>.
[96e0c171]22 As the &root; user, run:
[5b0a978e]23
[e712213]24<screen role="nodump"><userinput>mountpoint -q /dev/shm || mount -t tmpfs devshm /dev/shm</userinput></screen>
[5b0a978e]25
26 </para>
Note: See TracBrowser for help on using the repository browser.