/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Platforms/portage/catalyst.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2015-08-21 03:52:00 UTC
  • Revision ID: csa@suren.me-20150821035200-xu1zh22cqlk2omcq
Profiling

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
catalyst
 
2
========
 
3
    - Wouldn't work correctly if "/var/tmp" symlinked to other place. Use
 
4
    "mount --bind" instead.
 
5
 
 
6
    - In order to build Stage1 the Catalyst requires stage3 of previous version
 
7
    with the same architecture (and other options). The older versions may not
 
8
    work as well. This is because the compilation is done inside this stage 3
 
9
    and resulting binaries may depend on the some unavailable libraries.
 
10
 
 
11
    For example I have following problems with glibc 2.4 in x86 build with 
 
12
    Stage3 taken from i686. The i686 allows nptl usage and uses glibc-2.4,
 
13
    in the x86 the nptl is forbiden and, therefore, glibc 2.3 is used. But
 
14
    several applications were compiled with dependence on glibc 2.4.
 
15
 
 
16