Changeset 1891ac46 for README.BLFS


Ignore:
Timestamp:
08/16/2006 08:05:32 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
0306777
Parents:
fdb330a
Message:

Added text about generated build scrits issues and spell-checking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.BLFS

    rfdb330a r1891ac46  
    55     To automatize packages build from the BLFS book instructions is a huge
    66  task. The BLFS book isn't linear, some package pages need to use a non
    7   defaul layout, there are circular dependencies, several packages can be
    8   installed on a non default prifix, build commands can change based on what
     7  default layout, there are circular dependencies, several packages can be
     8  installed on a non default prefix, build commands can change based on what
    99  dependencies will be used, etc.
    1010
     
    20202. USAGE::
    2121
    22      Due the complexity of the BLFS book, the scripts/Mafile generation is
     22     Due the complexity of the BLFS book, the scripts/Makefile generation is
    2323  done in several steps:
    2424
     
    7474    directory named "HTML" that contains a galeon-based HTML book with all
    7575    dependencies in build order and a "scripts" directory with build scripts
    76     that uses sudo for commands that need root priviledges.
     76    that uses sudo for commands that need root privileges.
    7777
    7878    There is also two other directories that contains files generated while
     
    8080
    8181    Now is the time to review the generated book and scripts, making in the
    82     scripts any changes you want to fit your needs. Scripts for aditional
     82    scripts any changes you want to fit your needs. Scripts for additional
    8383    packages (i.e., for non-BLFS packages) can be inserted in an easy way.
    8484
     
    9494(Text is needed for the installed packages tracking system and like)
    9595
     963. PACKAGES INSTALLATION ISSUES::
     97
     98      In this section known issues with the generated build scripts are
     99   discussed. They are due build procedures and BLFS layout particularities
     100   than we can't handle. In some cases editing the build scripts is mandatory.
     101   You may need also to insert some build script created by you to resolve
     102   unhandled dependencies and/or to remove some script and install the
     103   affected package by hand.
     104
     105   3.1  BLFS BOOTSCRIPTS
     106
     107        For now, bootscripts installation will fail. You will need to edit the
     108     scripts for packages that install bootscripts and fix their installation
     109     command. That could be fixed in the future, but not sure.
     110
     111   3.2  PACKAGES CONFIGURATION
     112
     113        For that packages that have a "Configuration" section, you should to
     114     edit it build script to fit the configuration to your needs.
     115
     116   3.4  PDL and Perl modules.
     117
     118        The generated scripts for that packages are plainly broken and can't
     119     be fixed. You must to replace it by your own ones or install that
     120     packages by hand.
     121
     122   3.4  GCC, JDK, Sane, and KDE-multimedia
     123
     124        On the pages for that packages, the BLFS book actually have instructions
     125     to install two packages. You must to edit the scripts to fix it. We will
     126     try to fix some of them, but may not be possible.
     127
     128   3.5  OTHERS
     129
     130        May have other issues that we are not aware on them yet. If you find
     131     someone, please report it to <alfs-discuss@linuxfromscratch.org>.
     132
     133
Note: See TracChangeset for help on using the changeset viewer.