|
@@ -40,24 +40,6 @@ These are the TODO items for the next LFS release (3.0):
|
|
* Re-arrange the list in chapter 3 to match the order in which
|
|
* Re-arrange the list in chapter 3 to match the order in which
|
|
packages are installed.
|
|
packages are installed.
|
|
|
|
|
|
-* Find out why zoneinfo file are not installed when installing Glibc in
|
|
|
|
- chapter 6
|
|
|
|
-
|
|
|
|
- From an email to lfs-discuss:
|
|
|
|
-
|
|
|
|
- I agree. Let me ask you this, though. Is there anything that
|
|
|
|
- doesn't get
|
|
|
|
- installed besides the zoneinfo? I figured out how to install that
|
|
|
|
- manually, if it's all that's missing. It's simply:
|
|
|
|
- zic /path/to/glibc/source/timezone/<continent>
|
|
|
|
- If that's all it's missing, no need to install a static perl even.
|
|
|
|
-
|
|
|
|
- Another lead: possibly cross-compiler detection. Fix with:
|
|
|
|
- sed s,"cross-compiling = yes","cross-compiling = no", \
|
|
|
|
- config.make > config.make~ && mv config.make~ config.make
|
|
|
|
- make && make install
|
|
|
|
-
|
|
|
|
-
|
|
|
|
* Full dependency list. This list isn't a list of "package a depends on
|
|
* Full dependency list. This list isn't a list of "package a depends on
|
|
package b" but a list like "package b depends on the files c, d and e
|
|
package b" but a list like "package b depends on the files c, d and e
|
|
from package f".
|
|
from package f".
|
|
@@ -72,10 +54,6 @@ These are the TODO items for the next LFS release (3.0):
|
|
you run; it makes debugging easier for us knowing which LFS version a user
|
|
you run; it makes debugging easier for us knowing which LFS version a user
|
|
is running).
|
|
is running).
|
|
|
|
|
|
-* Check to see if we need the configparms file when installing Glibc.
|
|
|
|
- Rumours have it that the --prefix=/usr we use causes
|
|
|
|
- slibdir=/lib and sysconfdir=/etc to be assumed.
|
|
|
|
-
|
|
|
|
* Explain how changing runlevels works. Use the file written by Simon
|
|
* Explain how changing runlevels works. Use the file written by Simon
|
|
Perreault at http://download.linuxfromscratch.org/misc/runlevels.txt
|
|
Perreault at http://download.linuxfromscratch.org/misc/runlevels.txt
|
|
|
|
|