From 0afddf5c99bdaa3bf904ad9b11dd11de25b5f051 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 9 Feb 2001 21:18:06 +0000 Subject: Removed "zoneinfo files" problem TODO git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- TODO | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/TODO b/TODO index 871124662..732bc5430 100644 --- a/TODO +++ b/TODO @@ -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 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/ - 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 package b" but a list like "package b depends on the files c, d and e 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 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 Perreault at http://download.linuxfromscratch.org/misc/runlevels.txt -- cgit v1.2.3-54-g00ecf