[877cc6a] | 1 | $Id$
|
---|
[4457252] | 2 |
|
---|
[877cc6a] | 3 | 1. INTRODUCTION::
|
---|
[4457252] | 4 |
|
---|
[73e5448] | 5 | This collection of scripts, known as jhalfs, strives to create
|
---|
[877cc6a] | 6 | accurate makefiles from the Linux From Scratch book series XML files.
|
---|
[50b1fb7] | 7 | This software is an evolution of the original "jhalfs-0.2" code developed
|
---|
| 8 | by Jeremy Huntwork.
|
---|
[4457252] | 9 |
|
---|
[877cc6a] | 10 | The usage of this script assumes you have read and are familiar with
|
---|
[50b1fb7] | 11 | the book(s) and, therefore, the configuration variables found in menuconfig
|
---|
| 12 | interface will have meaning to you.
|
---|
| 13 |
|
---|
| 14 | The list of supported books can be found at
|
---|
| 15 | http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks
|
---|
| 16 |
|
---|
[877cc6a] | 17 | NOTES::
|
---|
| 18 | *. The resulting Makefile takes considerable time to run to completion.
|
---|
| 19 | Lay in a supply of caffeine beverages.
|
---|
[4457252] | 20 |
|
---|
[877cc6a] | 21 | *. It is recommended that you temporarily unpack your linux kernel,
|
---|
[e51d4db] | 22 | run <make menuconfig>, configure the kernel as per the book and save
|
---|
[877cc6a] | 23 | the resulting .config file. This suggestion also applies to the
|
---|
| 24 | configuration of the uClibc package when building a HLFS system using
|
---|
| 25 | uClibc rather than glibc.
|
---|
| 26 |
|
---|
[3e7ceed] | 27 | *. Read carefully this file and the other README.* files before start
|
---|
| 28 | using the tool.
|
---|
| 29 |
|
---|
[f4ed135] | 30 | 2. PREREQUISITES::
|
---|
| 31 |
|
---|
| 32 | To use this tool you MUST:
|
---|
| 33 |
|
---|
| 34 | - have experience building {c,h,b}LFS packages
|
---|
| 35 | - know how to edit and write shell scripts
|
---|
| 36 | - know how a Makefile works
|
---|
| 37 | - be able to trace build failures and to find what is causing it
|
---|
| 38 | (user error, package bug, {c,h,b}LFS command bug, or jhalfs code bug)
|
---|
| 39 |
|
---|
[597d802] | 40 | If you do not have the above skills, please don't use this tool.
|
---|
[f4ed135] | 41 |
|
---|
| 42 |
|
---|
| 43 | 3. INSTALLATION::
|
---|
[597d802] | 44 |
|
---|
[50b1fb7] | 45 | No installation is required. System-wide installation is not allowed.
|
---|
[877cc6a] | 46 |
|
---|
[50b1fb7] | 47 | 4. CONFIGURATION::
|
---|
[877cc6a] | 48 |
|
---|
[a705708] | 49 | We have installed the familiar menu based configuration tool driven by
|
---|
[50b1fb7] | 50 | GNU make. see the section RUNNING, for details
|
---|
[a705708] | 51 |
|
---|
[f4ed135] | 52 | 5. RUNNING::
|
---|
[7785f91] | 53 |
|
---|
[597d802] | 54 | The command <make> will launch a menu based configuration program. You will
|
---|
[50b1fb7] | 55 | recognize the layout from building the kernel or uClibc/BusyBox. The
|
---|
| 56 | underlying menu code was borrowed from BusyBox and slightly modified for
|
---|
[597d802] | 57 | our use.
|
---|
[7785f91] | 58 |
|
---|
[6acdc9c] | 59 | Help on parameter function is available from the on-line help. Please
|
---|
[86d7ef3] | 60 | make use of that feature for additional information not in this file.
|
---|
[50b1fb7] | 61 |
|
---|
| 62 | Once you have set the parameters you wish and have saved your work the
|
---|
| 63 | jhalfs script is launch. The script verify first that the host can run
|
---|
| 64 | it and build the xLFS system, then validate the configuration and present
|
---|
| 65 | you with your selections which you may accept or reject.
|
---|
| 66 |
|
---|
[597d802] | 67 | If you accepted the displayed settings jhalfs will proceed to create the
|
---|
[50b1fb7] | 68 | Makefile, optionally download packages.
|
---|
| 69 |
|
---|
| 70 | ::NEWS::
|
---|
| 71 | You must be logged as a normal user with sudo privileges to run
|
---|
| 72 | the Makefile.
|
---|
[ddde18e] | 73 |
|
---|
[50b1fb7] | 74 | NOTE::
|
---|
| 75 | If you run the jhalfs script directly the only function you can select
|
---|
| 76 | is to display the version number running <./jhalfs -v>
|
---|
[ddde18e] | 77 |
|
---|
[c2b6002] | 78 | 6. BLFS_TOOL SUPPORT::
|
---|
[7785f91] | 79 |
|
---|
[d7818f5] | 80 | For books that support it (TODO: which ones?), there is an option
|
---|
| 81 | to install an automated framework for building BLFS packages. Let
|
---|
| 82 | us call it blfs-tool for now. When you tick `BOOK Settings/Add
|
---|
| 83 | blfs-tool support' in jhalfs configuration menu, the tools are
|
---|
| 84 | installed in $BLFS_ROOT (default /blfs_root) on the xLFS system,
|
---|
| 85 | and a few dependencies (which you may select) are built at the
|
---|
| 86 | end of the jhalfs run. The pre-made build dependencies
|
---|
[52b0d10] | 87 | scripts has been written based on a LFS build. For CLFS and HLFS
|
---|
[d7818f5] | 88 | builds you may need to adjust those scripts, that are found into the
|
---|
[1838bc7] | 89 | common/blfs-tool-deps directory in the jhalfs sources tree.
|
---|
[c2b6002] | 90 |
|
---|
[d7818f5] | 91 | (TODO: is this relevant to present CLFS?)
|
---|
[52b0d10] | 92 | WARNING:: If you add blfs-tool support on a CLFS Sysroot build
|
---|
[d7818f5] | 93 | you MUST edit the scripts to fix the installation paths.
|
---|
[cd4466f] | 94 |
|
---|
[c2b6002] | 95 | After booting the new xLFS system some steps are needed to finish
|
---|
[d7818f5] | 96 | the installation of the automated tools:
|
---|
[c2b6002] | 97 |
|
---|
[9416165] | 98 | - A user account must be created. You must be logged on that user
|
---|
[d7818f5] | 99 | account to use blfs-tool. This is not strictly necessary,
|
---|
| 100 | since the packages can be built as root, too, but it is
|
---|
| 101 | never a good idea to build packages as root.
|
---|
[c2b6002] | 102 |
|
---|
[9416165] | 103 | - Move /blfs-root to that user's home and change ownership of the
|
---|
| 104 | directory and files to the user.
|
---|
[c2b6002] | 105 |
|
---|
[9416165] | 106 | - Give the user read and write privileges over the $TRACKING_DIR
|
---|
[c2b6002] | 107 | directory and the files that it contains.
|
---|
| 108 |
|
---|
[339fd84] | 109 | - If you think that you may need the libxml2/libxslt Python modules,
|
---|
| 110 | remove the libxml2 and libxslt trackin files found in $TRACKING_DIR.
|
---|
| 111 |
|
---|
[d7818f5] | 112 | - Configure sudo, adding the needed privileges for the user. For
|
---|
| 113 | newer sudo version, do not forget to add a line Defaults secure_path=
|
---|
| 114 | containing /sbin and /usr/sbin (in /etc/sudoers), otherwise some
|
---|
| 115 | executables are not found.
|
---|
| 116 |
|
---|
| 117 | - Although it is not strictly necessary, it is recommended to install
|
---|
| 118 | the bash shell startup files (as per `3.After LFS Configuration
|
---|
| 119 | Issues' of the BLFS book), as some instructions in BLFS rely on
|
---|
| 120 | their being present.
|
---|
[c2b6002] | 121 |
|
---|
| 122 | We assume that blfs-tool will be used on a running fresh xLFS system.
|
---|
| 123 | To use it to build BLFS packages from the chroot jail is also possible,
|
---|
[d7818f5] | 124 | but not supported.
|
---|
[c2b6002] | 125 |
|
---|
[d7818f5] | 126 | To know how to use blfs-tool, see README.BLFS.
|
---|
[c2b6002] | 127 |
|
---|
| 128 | 7. LAYOUT::
|
---|
[877cc6a] | 129 |
|
---|
[50b1fb7] | 130 | /BLFS (see README.BLFS)
|
---|
| 131 |
|
---|
| 132 | /CLFS/master.sh
|
---|
| 133 | /clfs.xsl
|
---|
[d3b8635] | 134 |
|
---|
[50b1fb7] | 135 | /CLFS2/master.sh
|
---|
| 136 | /clfs2.xsl
|
---|
[7432834] | 137 |
|
---|
[d517356] | 138 | /CLFS3/master.sh
|
---|
| 139 | /clfs3.xsl
|
---|
| 140 |
|
---|
[50b1fb7] | 141 | /HLFS/master.sh
|
---|
| 142 | /hlfs.xsl
|
---|
[b240ee6] | 143 |
|
---|
[50b1fb7] | 144 | /LFS/master.sh
|
---|
| 145 | /lfs.xsl
|
---|
[b240ee6] | 146 |
|
---|
[50b1fb7] | 147 | /common/common_functions
|
---|
[b240ee6] | 148 | /makefile_functions
|
---|
[50b1fb7] | 149 | /packages.xsl
|
---|
| 150 | /urls.xsl
|
---|
| 151 | /create-sbu_du-report.sh
|
---|
| 152 | /progress_bar.sh
|
---|
| 153 | /blfs-tool-deps/9xx-*
|
---|
[fe30c61] | 154 | /libs/func_*
|
---|
[b240ee6] | 155 |
|
---|
[daa489d] | 156 | /custom/template
|
---|
| 157 | /config/
|
---|
| 158 | /examples/*
|
---|
| 159 | /examples_CLFS-E/*
|
---|
[b240ee6] | 160 |
|
---|
[50b1fb7] | 161 | /extras/do_copy_files
|
---|
[b240ee6] | 162 | /do_ica_prep
|
---|
| 163 | /do_ica_work
|
---|
| 164 | /farce
|
---|
| 165 | /filelist
|
---|
| 166 |
|
---|
[50b1fb7] | 167 | /optimize/opt_config
|
---|
| 168 | /opt_override
|
---|
| 169 | /optimize_functions
|
---|
| 170 | /opt_config.d/noOpt
|
---|
| 171 | /noSymbols
|
---|
| 172 | /O3pipe
|
---|
| 173 | /O3pipe_march
|
---|
| 174 | /defOpt_fPIC
|
---|
| 175 |
|
---|
| 176 | /menu/*
|
---|
| 177 |
|
---|
[597d802] | 178 | README
|
---|
[50b1fb7] | 179 | README.BLFS
|
---|
[daa489d] | 180 | README.CLFS
|
---|
[50b1fb7] | 181 | README.HLFS
|
---|
[daa489d] | 182 | README.CUSTOM
|
---|
[50b1fb7] | 183 | TODO
|
---|
| 184 | LICENSE
|
---|
[d3b8635] | 185 |
|
---|
[50b1fb7] | 186 | Config.in
|
---|
| 187 | Makefile
|
---|
| 188 | jhalfs
|
---|
| 189 | blfs-tool
|
---|
[d3b8635] | 190 |
|
---|
[c2b6002] | 191 | 8. FAQ::
|
---|
[60a5064] | 192 | Q. "This 'help' file is very sparse"
|
---|
| 193 | A. Yes, it is. This tool, jhalfs, is for those who understand the LFS books
|
---|
| 194 | and wish to automate the build. 99% of any problems that arise can be
|
---|
| 195 | solved by reading the book(s).
|
---|
[6ad5a2f] | 196 |
|
---|
[e51d4db] | 197 | Q. "It doesn't work!"
|
---|
[597d802] | 198 | A. Yes it does, try >> make
|
---|
[50b1fb7] | 199 | Remember you must have 'sudo' privileges.
|
---|
[7785f91] | 200 |
|
---|
[ac1d897] | 201 | Q. "It still doesn't work"
|
---|
[50b1fb7] | 202 | A. jhalfs was designed to work against the development versions of the LFS
|
---|
[ac1d897] | 203 | series of books. Consequently changes in a book(s) sometimes breaks older
|
---|
| 204 | versions of jhalfs. Before you start pulling out your hair download the
|
---|
[7785f91] | 205 | latest version of jhalfs to see if that solves your problem.
|
---|
[d3b8635] | 206 |
|
---|
[e51d4db] | 207 | Q. "How do I specify the build location?"
|
---|
[d385453] | 208 | A. The original LFS document worked against the well known location /mnt/lfs.
|
---|
[511923a] | 209 | This script automates the build of all of the LFS series of books and uses
|
---|
[d385453] | 210 | a generic location $BUILDDIR with a default value of /mnt/build_dir.
|
---|
[511923a] | 211 | You may change this value to suit your needs.
|
---|
[d3b8635] | 212 |
|
---|
[511923a] | 213 | The layout below $BUILDDIR is as follows.
|
---|
| 214 | $BUILDDIR/
|
---|
[50b1fb7] | 215 | jhalfs (Makefile, cmd scripts, logs, etc..)
|
---|
| 216 | sources (where packages reside)
|
---|
| 217 | tools (temporary bootstrap system)
|
---|
| 218 | cross-tools (temporary CLFS only)
|
---|
| 219 | ...
|
---|
| 220 | FHS dir structure
|
---|
| 221 | ...
|
---|
| 222 | blfs_root (files to use blfs-tool if selected to install it)
|
---|
[d3b8635] | 223 |
|
---|
[e51d4db] | 224 | Q. "What is the function of the SRC_ARCHIVE variable?"
|
---|
[50b1fb7] | 225 | A. When jhalfs runs and packages download was selected, it creates a local
|
---|
| 226 | copy of the necessary packages in BUILDDIR/sources by downloading the
|
---|
| 227 | files. If the variable SRC_ARCHIVE is defined the software will first
|
---|
| 228 | look in this location for the file and, if found, will copy it to
|
---|
| 229 | BUILDDIR/sources.
|
---|
[73e5448] | 230 | If the files are not found in SRC_ARCHIVE _and_ you have write priv to
|
---|
[f4b3d20] | 231 | the directory any downloaded files will be mirrored there.
|
---|
[d3b8635] | 232 |
|
---|
[e51d4db] | 233 | Q. "How do I set the SRC_ARCHIVE location?"
|
---|
[511923a] | 234 | A. The best way to set the value of SRC_ARCHIVE is
|
---|
[50b1fb7] | 235 |
|
---|
[511923a] | 236 | export SRC_ARCHIVE=/wherever/you/store/downloaded/packages
|
---|
[50b1fb7] | 237 |
|
---|
| 238 | or you can set the full path in the proper menu entry.
|
---|
[d3b8635] | 239 |
|
---|
[e51d4db] | 240 | Q. "Why have 2 copies of the files?"
|
---|
[73e5448] | 241 | A. The package files must be visible during the chroot phase and this is a
|
---|
[877cc6a] | 242 | simple and reliable method of doing so. This method also handles the CLFS
|
---|
[50b1fb7] | 243 | boot build method where the final build may be done on a separate machine.
|
---|
| 244 |
|
---|
| 245 | Q. "What is the function of "User account" and "Group account" menu settings?"
|
---|
| 246 | A. If you are running jhalfs from a low or non-privileged account you may not
|
---|
[b11c10b] | 247 | have the priv to create/delete the user needed to build temporary tools.
|
---|
[50b1fb7] | 248 | These settings allow you to use your own user and group name to do that
|
---|
| 249 | build steps.
|
---|
| 250 |
|
---|
| 251 | These variables are adjustable also when invoking make:
|
---|
[877cc6a] | 252 |
|
---|
[597d802] | 253 | $BUILDDIR make LUSER=myaccount LGROUP=mygroup
|
---|
[6ad5a2f] | 254 |
|
---|
[50b1fb7] | 255 | The only changes to your account will be the creation of a NEW .bashrc
|
---|
| 256 | after saving your original to .bashrc.XXX
|
---|
| 257 |
|
---|
| 258 | Q. "When I try to build CLFS the Makefile fails at the mid-point"
|
---|
[bab90a1] | 259 | A. There could be numerous reasons for the failure but the most likely reason
|
---|
| 260 | is you are doing a cross-build using the 'chroot' method and the target is
|
---|
| 261 | not compatible with the host. If you choose to build using the chroot
|
---|
| 262 | method a test is performed at the end of the temptools phase. If the test
|
---|
| 263 | succeeds the build continues inside a chroot jail. However if the test fails
|
---|
[7785f91] | 264 | it means the host and target are not compatible an you should use the
|
---|
| 265 | 'boot' method to create your target code.
|
---|
| 266 | As an extreme example: You can build a sparc target on a x86 platform but
|
---|
[50b1fb7] | 267 | only the temptools phase. You must select the 'boot' method and not the
|
---|
[597d802] | 268 | 'chroot.' You must transfer the toolchain to a sparc platform, reboot the
|
---|
| 269 | sparc box and continue the build.
|
---|
[d385453] | 270 | Of all the LFS series of books Cross-LFS requires the greatest
|
---|
[bab90a1] | 271 | understanding of host/target hardware combination. Please read the book
|
---|
| 272 | carefully and don't skip the easy parts (there are none..)
|
---|
[7785f91] | 273 |
|
---|
[dbcdfd7] | 274 | Q. "How could I stop the build at a predefined chosen point?"
|
---|
| 275 | A. Launch the Makefile manually passing the last numbered target to be build
|
---|
| 276 | as the break point. For example:
|
---|
| 277 |
|
---|
| 278 | make BREAKPOINT=84-bash
|
---|
| 279 |
|
---|
| 280 | The build can be stopped also at the end of a top-level build phase by
|
---|
| 281 | calling directly the appropriate mk_* target. For example:
|
---|
| 282 |
|
---|
| 283 | make mk_LUSER
|
---|
| 284 |
|
---|
| 285 | See the Makefile to know the proper target names for that book build.
|
---|
| 286 |
|
---|
[877cc6a] | 287 | Authors:
|
---|
| 288 | George Boudreau
|
---|
| 289 | Manuel Canales Esparcia
|
---|