Re: [lfs-dev] Differences in package description texts beween LFS and BLFS

2020-03-23 Thread Pierre Labastie via lfs-dev
Le 23/03/2020 à 10:12, Kevin Buckley via lfs-dev a écrit : > On Mon, 23 Mar 2020 at 16:59, Pierre Labastie via lfs-dev > wrote: > >> >> I think blfs adds a level of details so that users can decide whether they >> want to build the package or not. In LFS, they have to build the package >> anyway

Re: [lfs-dev] Differences in package description texts beween LFS and BLFS

2020-03-23 Thread Kevin Buckley via lfs-dev
On Mon, 23 Mar 2020 at 16:59, Pierre Labastie via lfs-dev wrote: > > I think blfs adds a level of details so that users can decide whether they > want to build the package or not. In LFS, they have to build the package > anyway. > > Look at the descriptions for Python too. They DO appear to be

Re: [lfs-dev] The "cd /etc/sysconfig/" in 7.5. General Network Configuration

2020-03-23 Thread Bruce Dubbs via lfs-dev
On 3/23/20 4:06 AM, Kevin Buckley via lfs-dev wrote: I noticed that, in 7.5. General Network Configuration, we explcitly cd /etc/sysconfig/ cat > ifconfig.eth0 << "EOF" but then go on to create the remaining "here documents" by using the full paths to the files cat > /etc/resolv.conf << "EOF"

[lfs-dev] The "cd /etc/sysconfig/" in 7.5. General Network Configuration

2020-03-23 Thread Kevin Buckley via lfs-dev
I noticed that, in 7.5. General Network Configuration, we explcitly cd /etc/sysconfig/ cat > ifconfig.eth0 << "EOF" but then go on to create the remaining "here documents" by using the full paths to the files cat > /etc/resolv.conf << "EOF" echo "" > /etc/hostname cat > /etc/hosts << "EOF" a

Re: [lfs-dev] Differences in package description texts beween LFS and BLFS

2020-03-23 Thread Pierre Labastie via lfs-dev
Le 23/03/2020 à 09:53, Kevin Buckley via lfs-dev a écrit : > Because I decided to build the three packges from LFS's Chapter 5 > that don't get built in Chapter 6, despite the builder having had to > download the sources for Chapter 5, I noticed: > > 5.11. Tcl-8.6.10 > > The Tcl package contains

[lfs-dev] Differences in package description texts beween LFS and BLFS

2020-03-23 Thread Kevin Buckley via lfs-dev
Because I decided to build the three packges from LFS's Chapter 5 that don't get built in Chapter 6, despite the builder having had to download the sources for Chapter 5, I noticed: 5.11. Tcl-8.6.10 The Tcl package contains the Tool Command Language. 5.12. Expect-5.45.4 The Expect package cont

[lfs-dev] gdb auto-load files

2020-03-23 Thread Kevin Buckley via lfs-dev
More of a Multilib question but I'm interested in the general principle here. The very last pair of commands for Chapter 6's GCC section are mkdir -pv /usr/share/gdb/auto-load/usr/lib mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib but does GDB differentiate between "lib" architectures t