Alexander E. Patrakov | 7 Sep 2007 17:21
Picon

Obsolete hints

Hello,

the following hints are obsolete and should be moved to the "old" directory.

alfs_paco.txt: this is about using paco with the long-abandoned "nALFS" 
program.

apt.txt: provides wrong ./configure flags for dpkg, doesn't account for 
dpkg self-dependency (result: architecture misdetection), doesn't 
install debhelper (for building your own Debian packages) and sysv-rc 
(for update-rc.d), and turns your LFS system into Debian upon 
installation of the first package if you fix all of this. IMHO, it 
should be edited to mention this, or, better, removed completely.

kernel-2.4.txt: linuxthreads have been removed from the latest glibc 
package.

lfscd-remastering-howto.txt: please rename to 
lfscd-remastering-howto-6.2.txt and take an updated version from 
http://wiki.linuxfromscratch.org/livecd/browser/trunk/doc/lfscd-remastering-howto.txt?format=raw

man-i18n.txt: please add the following paragraph to the end of description:

This hint describes outdated programs and no longer applies for LFS. 
LFS-6.1 uses Man-DB, exactly because (as this hint shows) Man is too 
difficult to configure correctly. However, it may still be useful for 
people who want to understand why LFS switched to Man-DB, or for CLFS users.

--

-- 
Alexander E. Patrakov
(Continue reading)

Alexander E. Patrakov | 9 Sep 2007 12:52
Picon

Re: Obsolete hints

I wrote:

> Hello,
>
> the following hints are obsolete and should be moved to the "old" directory.

Here is one more - seems to be already merged to CLFS. lfs-from-osx.txt

--

-- 
Alexander E. Patrakov

Alexander E. Patrakov | 9 Sep 2007 16:57
Picon

Re: Obsolete hints

I wrote:
> man-i18n.txt: please add the following paragraph to the end of description:
>
> This hint describes outdated programs and no longer applies for LFS. 
> LFS-6.1 uses Man-DB, exactly because (as this hint shows) Man is too 
> difficult to configure correctly. However, it may still be useful for 
> people who want to understand why LFS switched to Man-DB, or for CLFS users.
>
>   

I meant LFS-6.2, not 6.1. Sorry. And maybe it makes sense to replace 
"CLFS" with "CLFS, HLFS and DIY Linux".

--

-- 
Alexander E. Patrakov

Alexander E. Patrakov | 9 Sep 2007 16:57
Picon

Re: Obsolete hints

Robert Connolly wrote:
> apt.txt <-- I'll email the author to see if they want to upgrade the hint
>   

-1. I vote for removal (because inclusion of the official Debian mirror
in /etc/apt/sources.list on LFS is an unforgivable mistake - see below)
and replacement with a hint about debian binary packages in general
(i.e., "ar x file.deb && tar -C / -xf data.tar.gz" as a way to install
them). I understand that this is way beyond my authority, but I insist
that the new hint, if any, is subject to my review before inclusion.

The current hint is too dangerous, because of the "libc6 is a dependency
of every package" issue that means that glibc from Debian will be
installed the first time you run apt-get. IOW, I don't want to see apt
in the hint unless instructions how to build deb packages and recreate
the Debian infrastructure are also in the hint.

--

-- 
Alexander E. Patrakov

Robert Connolly | 9 Sep 2007 16:41
Picon
Favicon

Re: Obsolete hints

Does anyone want to vote on these?:

alfs_paco.txt <-- Remove
apt.txt <-- I'll email the author to see if they want to upgrade the hint
kernel-2.4.txt <-- There might be a way to use Linux-2.4 with the new Glibc
mv lfscd-remastering-howto.txt lfscd-remastering-howto-6.2.txt
man-i18n.txt <-- Modification
lfs-from-osx.txt <-- Removal

robert
Does anyone want to vote on these?:

alfs_paco.txt <-- Remove
apt.txt <-- I'll email the author to see if they want to upgrade the hint
kernel-2.4.txt <-- There might be a way to use Linux-2.4 with the new Glibc
mv lfscd-remastering-howto.txt lfscd-remastering-howto-6.2.txt
man-i18n.txt <-- Modification
lfs-from-osx.txt <-- Removal

robert
Eloi Primaux | 30 Sep 2007 16:38

wpa-service-0.24.1

i've updated wpa-service from 0.24 to 0.24.1, it's just some trivial
fix, the installer works fine and the service works now out of the box,
just install drivers and wpa-supplicant and then type ./install
"eth0/ath0"

the primary url is now:
https://www.harasdebondereau.com/bliscat/hints/wpa-service/wpa-service-0.24.1.tar.bz2

Best Regards
Eloi Primaux

release tarball attached
Attachment (wpa-service-0.24.1.tar.bz2): application/x-bzip-compressed-tar, 7142 bytes
i've updated wpa-service from 0.24 to 0.24.1, it's just some trivial
fix, the installer works fine and the service works now out of the box,
just install drivers and wpa-supplicant and then type ./install
"eth0/ath0"

the primary url is now:
https://www.harasdebondereau.com/bliscat/hints/wpa-service/wpa-service-0.24.1.tar.bz2

Best Regards
Eloi Primaux

release tarball attached
robert | 30 Sep 2007 22:37
Picon
Favicon

r1083 - in trunk: . OLD

Author: robert
Date: 2007-09-30 14:37:55 -0600 (Sun, 30 Sep 2007)
New Revision: 1083

Added:
   trunk/OLD/alfs_paco.txt
Removed:
   trunk/alfs_paco.txt
Log:
Moved alfs_paco.txt hint to the OLD directory. This hint no longer works with the recent ALFS

Copied: trunk/OLD/alfs_paco.txt (from rev 1082, trunk/alfs_paco.txt)
===================================================================
--- trunk/OLD/alfs_paco.txt	                        (rev 0)
+++ trunk/OLD/alfs_paco.txt	2007-09-30 20:37:55 UTC (rev 1083)
 <at>  <at>  -0,0 +1,607  <at>  <at> 
+AUTHOR:       David Rosal i Ricart <david.rosal <at> upf.edu>
+
+DATE:         2005-10-24
+
+LICENSE:      GNU Free Documentation License Version 1.2
+
+SYNOPSIS:     Using paco in ALFS
+
+PRIMARY URI:  http://paco.sourceforge.net/doc/
+
+
+
+DESCRIPTION:
+The program paco can be used along with nALFS to track the installation of an
(Continue reading)

robert | 30 Sep 2007 22:42
Picon
Favicon

r1085 - trunk

Author: robert
Date: 2007-09-30 14:42:53 -0600 (Sun, 30 Sep 2007)
New Revision: 1085

Added:
   trunk/lfscd-remastering-howto.txt
Log:
Added new lfscd-remastering-howto.txt hint

Added: trunk/lfscd-remastering-howto.txt
===================================================================
--- trunk/lfscd-remastering-howto.txt	                        (rev 0)
+++ trunk/lfscd-remastering-howto.txt	2007-09-30 20:42:53 UTC (rev 1085)
 <at>  <at>  -0,0 +1,188  <at>  <at> 
+AUTHOR:		Alexander E. Patrakov <patrakov <at> ums.usu.ru>, Sylvie Migneault <alisou <at> alixe.org>
+
+DATE:		2007-08-28
+
+LICENSE:	GNU Free Documentation License Version 1.2
+
+SYNOPSIS:	lfscd-remastering-HOWTO, for LFS LiveCD version 6.3
+
+DESCRIPTION:	This is a guide that shows you how to remaster LFS LiveCD 6.3
+
+PREREQUISITES:	LFS LiveCD 6.3
+
+For LFS LiveCD 6.1-x, see the old "lfscd-remastering-howto-6.1.txt" hint by
+Sylvie Migneault. For LFS LiveCD 6.1.1-x, the old hint should work if one
+globally replaces LFS_CD with lfslivecd-VERSION, e.g. lfslivecd-x86-6.1.1-3.
+
(Continue reading)

robert | 30 Sep 2007 22:42
Picon
Favicon

r1084 - trunk

Author: robert
Date: 2007-09-30 14:42:11 -0600 (Sun, 30 Sep 2007)
New Revision: 1084

Added:
   trunk/lfscd-remastering-howto-6.2.txt
Removed:
   trunk/lfscd-remastering-howto.txt
Log:
Renamed lfscd-remastering-howto.txt to lfscd-remastering-howto-6.2.txt

Copied: trunk/lfscd-remastering-howto-6.2.txt (from rev 1083, trunk/lfscd-remastering-howto.txt)
===================================================================
--- trunk/lfscd-remastering-howto-6.2.txt	                        (rev 0)
+++ trunk/lfscd-remastering-howto-6.2.txt	2007-09-30 20:42:11 UTC (rev 1084)
 <at>  <at>  -0,0 +1,171  <at>  <at> 
+AUTHOR:		Alexander E. Patrakov <patrakov at ums.usu.ru>, Sylvie Migneault <alisou at alixe.org>
+
+DATE:		2006-08-06
+
+LICENSE:	GNU Free Documentation License Version 1.2
+
+SYNOPSIS:	lfscd-remastering-HOWTO, for LFS LiveCD version 6.2-x
+
+DESCRIPTION:	This is a guide that will show you how to remaster LFS liveCD-x86-6.2-x
+
+PREREQUISITES:	LFS LiveCD 6.2-x.
+
+For LFS LiveCD 6.1-x, see the old "lfscd-remastering-howto-6.1.txt" hint by
+Sylvie Migneault. For LFS LiveCD 6.1.1-x, the old hint should work if one
(Continue reading)

robert | 30 Sep 2007 22:45
Picon
Favicon

r1086 - trunk

Author: robert
Date: 2007-09-30 14:45:50 -0600 (Sun, 30 Sep 2007)
New Revision: 1086

Modified:
   trunk/man-i18n.txt
Log:
Updated the man-i18n.txt hint

Modified: trunk/man-i18n.txt
===================================================================
--- trunk/man-i18n.txt	2007-09-30 20:42:53 UTC (rev 1085)
+++ trunk/man-i18n.txt	2007-09-30 20:45:50 UTC (rev 1086)
 <at>  <at>  -1,11 +1,16  <at>  <at> 
 AUTHOR: Alexander E. Patrakov <patrakov <at> ums.usu.ru>
-DATE: 2005-04-09
+DATE: 2007-09-30
 LICENSE: Public domain
 SYNOPSIS: Localized Manual Pages
 DESCRIPTION:
 Steps needed to view manual pages in languages other than English are
 described in more detail than it is done in the LFS book.

+This hint describes outdated programs and no longer applies for LFS. LFS-6.1
+uses Man-DB, exactly because (as this hint shows) Man is too difficult to
+configure correctly. However, it may still be useful for people who want to
+understand why LFS switched to Man-DB, or for CLFS users.
+
 PREREQUISITES: LFS 6.0 or later, or
                any LFS with locale and terminal properly configured
(Continue reading)


Gmane