Re: [lfs-dev] gcc fails to build

2018-11-08 Thread Pierre Labastie via lfs-dev
On 08/11/2018 11:50, John Frankish via lfs-dev wrote: > Ref: > > Linux From Scratch - Version SVN-20181029 > Chapter 5. Constructing a Temporary System > 5.5. GCC-8.2.0 - Pass 1 > > Using the latest script to update the dynamic linker results in gcc failing > to build. > > Using a previous

Re: [lfs-dev] Glibc-2.28 for a 64-bit system

2018-11-10 Thread Pierre Labastie via lfs-dev
On 10/11/2018 14:13, John Frankish via lfs-dev wrote: >>> Ref: >>> >>> Linux From Scratch - Version SVN-20181106 Chapter 6. Installing Basic >>> System Software 6.9. Glibc-2.28 >>> >>> The instructions mention: >>> >>> libc_cv_slibdir=/lib >>> This variable sets the correct library for all

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Pierre Labastie via lfs-dev
On 09/11/2018 14:30, Pierre Labastie via lfs-dev wrote: On 09/11/2018 13:38, John Frankish via lfs-dev wrote: Ref: Linux From Scratch - Version SVN-20181029 Chapter 5. Constructing a Temporary System 5.5. GCC-8.2.0 - Pass 1 Using the latest script to update the dynamic linker results in gcc

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Pierre Labastie via lfs-dev
On 09/11/2018 13:38, John Frankish via lfs-dev wrote: Ref: Linux From Scratch - Version SVN-20181029 Chapter 5. Constructing a Temporary System 5.5. GCC-8.2.0 - Pass 1 Using the latest script to update the dynamic linker results in gcc failing to build. Using a previous script fixes the

Re: [lfs-dev] gcc fails to build

2018-11-09 Thread Pierre Labastie via lfs-dev
On 09/11/2018 17:19, Bruce Dubbs via lfs-dev wrote: On 11/09/2018 09:44 AM, Pierre Labastie via lfs-dev wrote: On 09/11/2018 14:30, Pierre Labastie via lfs-dev wrote: On 09/11/2018 13:38, John Frankish via lfs-dev wrote: As an aside, what is the first line of the current script meant

Re: [lfs-dev] init from Sysvinit-2.93 does not display version information

2019-01-21 Thread Pierre Labastie via lfs-dev
On 20/01/2019 22:52, Bruce Dubbs via lfs-dev wrote: > On 01/20/2019 03:16 PM, Ryan Marsaw via lfs-dev wrote: >> Hello LFS editors. >> >> When I boot into my LFS system, the first thing I see is something like this: >> "INIT: version 2.88 booting" >> >> Ever since version 2.91 of Sysvinit the

[lfs-dev] Missing option for grub-install?

2019-01-21 Thread Pierre Labastie via lfs-dev
Hi, My machine has an UEFI BIOS, so that I rarely run grub-install. But yesterday, I built a new qemu VM, with a non-UEFI (virtual) BIOS. When running grub-install, it failed with a message (sorry, I haven't saved it) telling that it could not find /usr/lib/grub/x86_64-efi. Running "grub-install

Re: [lfs-dev] Missing option for grub-install?

2019-01-21 Thread Pierre Labastie via lfs-dev
On 21/01/2019 11:09, Xi Ruoyao via lfs-dev wrote: > On 2019-01-21 10:44 +0100, Pierre Labastie via lfs-dev wrote: >> Hi, >> >> My machine has an UEFI BIOS, so that I rarely run grub-install. But >> yesterday, >> I built a new qemu VM, with a non-UEFI (virtual) B

Re: [lfs-dev] Missing option for grub-install?

2019-01-21 Thread Pierre Labastie via lfs-dev
On 21/01/2019 18:21, Bruce Dubbs via lfs-dev wrote: > On 01/21/2019 09:05 AM, Pierre Labastie via lfs-dev wrote: >> On 21/01/2019 11:09, Xi Ruoyao via lfs-dev wrote: >>> On 2019-01-21 10:44 +0100, Pierre Labastie via lfs-dev wrote: >>>> Hi, >>>> >>

[lfs-dev] Library mismatch in readline

2019-01-11 Thread Pierre Labastie via lfs-dev
I'm not sure if this is intentional or not, but in chapter 6 readline, there is: make SHLIB_LIBS="-L/tools/lib -lncursesw" but then: make SHLIB_LIBS="-L/tools/lib -lncurses" install shouldn't the second one be also -lncursesw? Pierre -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ:

Re: [lfs-dev] jhalfs not work with bash-5.0

2019-01-12 Thread Pierre Labastie via lfs-dev
On 12/01/2019 17:47, Bruce Dubbs via lfs-dev wrote: > On 01/12/2019 08:24 AM, xinglp via lfs-dev wrote: >> When I run './jhalfs run', it just show below messages and quit. >> >> INTERRUPT trapped >> >> >> exit >> > > The command is 'jhalfs' without options when creating the script Normally not:

Re: [lfs-dev] jhalfs not work with bash-5.0

2019-01-13 Thread Pierre Labastie via lfs-dev
On 12/01/2019 23:22, Bruce Dubbs via lfs-dev wrote: > On 01/12/2019 11:31 AM, Pierre Labastie via lfs-dev wrote: >> On 12/01/2019 17:47, Bruce Dubbs via lfs-dev wrote: >>> On 01/12/2019 08:24 AM, xinglp via lfs-dev wrote: >>>> When I run './jhalfs run', it jus

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-04-02 Thread Pierre Labastie via lfs-dev
On 29/03/2019 11:09, Bruce Dubbs via lfs-dev wrote: > On 3/29/19 4:42 AM, Pierre Labastie via lfs-dev wrote: >> On 29/03/2019 08:37, Pierre Labastie via lfs-dev wrote: >>> On 29/03/2019 00:19, Bruce Dubbs via lfs-dev wrote: >>>> On 3/28/19 5:42 PM, Pierre Labastie via

Re: [lfs-dev] meson

2019-04-02 Thread Pierre Labastie via lfs-dev
On 29/03/2019 11:16, Kevin Buckley via lfs-dev wrote: > On Thu, 28 Mar 2019 at 14:35, James B via lfs-dev > wrote: >> >> And then Python (which meson depends on) isn't exactly straightforward to >> bootstrap, >> and doubly so for multilib environments. > > Well, don't forget that someone in

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-03-27 Thread Pierre Labastie via lfs-dev
On 27/03/2019 16:43, Bruce Dubbs via lfs-dev wrote: On 3/26/19 11:51 PM, DJ Lucas via lfs-dev wrote: For future reference, the 'strings' utility might be better suited for this task, rather than opening a binary in a text editor. $ strings /lib/libc.so.6 | grep "tools" Good idea. $

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-03-25 Thread Pierre Labastie via lfs-dev
On 25/03/2019 10:34, Xi Ruoyao via lfs-dev wrote: On 2019-03-24 12:49 -0500, Bruce Dubbs via lfs-dev wrote: On 3/24/19 12:20 PM, Xi Ruoyao via lfs-dev wrote: In r11250 DJ introduced several symlinks and GCC -isystem options for Glibc so it will use the final system location of system headers.

[lfs-dev] bzip2 source available on sourceware

2019-04-03 Thread Pierre Labastie via lfs-dev
Hi, I just found that bzip2 is now hosted on sourceware [1]. Should we still host it on anduin? Note: IIRC, the original site bzip.org got squatted, and bzip2 became unavailable around the end of August last year. Now, both home and downloads are on sourceware. Pierre [1]

Re: [lfs-dev] meson

2019-04-04 Thread Pierre Labastie via lfs-dev
On 03/04/2019 22:49, Pierre Labastie via lfs-dev wrote: > On 02/04/2019 22:21, Pierre Labastie via lfs-dev wrote: >> On 29/03/2019 11:16, Kevin Buckley via lfs-dev wrote: >>> On Thu, 28 Mar 2019 at 14:35, James B via lfs-dev >>> wrote: >>>> >>>

Re: [lfs-dev] Glibc in chapter 6

2019-04-05 Thread Pierre Labastie via lfs-dev
On 05/04/2019 09:00, Xi Ruoyao via lfs-dev wrote: > On 2019-04-04 16:43 -0500, Bruce Dubbs via lfs-dev wrote: >> On 4/4/19 4:11 PM, Pierre Labastie via lfs-dev wrote: >>> I've been testing several things for glibc in chapter 6 recently: >>> >>> - glibc-2

Re: [lfs-dev] Glibc in chapter 6

2019-04-05 Thread Pierre Labastie via lfs-dev
On 04/04/2019 23:43, Bruce Dubbs via lfs-dev wrote: > On 4/4/19 4:11 PM, Pierre Labastie via lfs-dev wrote: >> I've been testing several things for glibc in chapter 6 recently: >> >> - glibc-2.29 has introduced a hard dependency on Python 3. Previous versions >> were o

[lfs-dev] Glibc in chapter 6

2019-04-04 Thread Pierre Labastie via lfs-dev
I've been testing several things for glibc in chapter 6 recently: - glibc-2.29 has introduced a hard dependency on Python 3. Previous versions were only dependent on perl. So I wondered whether perl was still a dependency. It turns out that glibc can be built without perl, but that some (24

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-03-28 Thread Pierre Labastie via lfs-dev
On 28/03/2019 10:42, thomas via lfs-dev wrote: Am 2019-03-28 09:57, schrieb Pierre Labastie via lfs-dev: On 27/03/2019 17:55, Pierre Labastie via lfs-dev wrote: On 27/03/2019 16:43, Bruce Dubbs via lfs-dev wrote: On 3/26/19 11:51 PM, DJ Lucas via lfs-dev wrote: For future reference

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-03-28 Thread Pierre Labastie via lfs-dev
On 27/03/2019 17:55, Pierre Labastie via lfs-dev wrote: > On 27/03/2019 16:43, Bruce Dubbs via lfs-dev wrote: >> On 3/26/19 11:51 PM, DJ Lucas via lfs-dev wrote: >> >>> For future reference, the 'strings' utility might be better suited for this >>> task, rathe

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-03-28 Thread Pierre Labastie via lfs-dev
On 28/03/2019 11:44, Pierre Labastie via lfs-dev wrote: > On 28/03/2019 10:42, thomas via lfs-dev wrote: >> Am 2019-03-28 09:57, schrieb Pierre Labastie via lfs-dev: >>> On 27/03/2019 17:55, Pierre Labastie via lfs-dev wrote: >>>> On 27/03/2019 16:43, Bruce Dubbs vi

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-03-29 Thread Pierre Labastie via lfs-dev
On 29/03/2019 00:19, Bruce Dubbs via lfs-dev wrote: > On 3/28/19 5:42 PM, Pierre Labastie via lfs-dev wrote: >> On 28/03/2019 11:44, Pierre Labastie via lfs-dev wrote: >>> On 28/03/2019 10:42, thomas via lfs-dev wrote: >>>> Am 2019-03-28 09:57, schrieb Pierre Labast

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-03-29 Thread Pierre Labastie via lfs-dev
On 29/03/2019 08:37, Pierre Labastie via lfs-dev wrote: > On 29/03/2019 00:19, Bruce Dubbs via lfs-dev wrote: >> On 3/28/19 5:42 PM, Pierre Labastie via lfs-dev wrote: >>> On 28/03/2019 11:44, Pierre Labastie via lfs-dev wrote: >>>> On 28/03/2019 10:42, thomas via l

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-03-25 Thread Pierre Labastie via lfs-dev
On 25/03/2019 16:05, Bruce Dubbs via lfs-dev wrote: On 3/25/19 8:12 AM, Pierre Labastie via lfs-dev wrote: On 25/03/2019 10:34, Xi Ruoyao via lfs-dev wrote: On 2019-03-24 12:49 -0500, Bruce Dubbs via lfs-dev wrote: On 3/24/19 12:20 PM, Xi Ruoyao via lfs-dev wrote: In r11250 DJ introduced

Re: [lfs-dev] [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-03-25 Thread Pierre Labastie via lfs-dev
On 25/03/2019 19:11, Bruce Dubbs via lfs-dev wrote: > On 3/25/19 12:12 PM, Pierre Labastie via lfs-dev wrote: >> On 25/03/2019 16:05, Bruce Dubbs via lfs-dev wrote: >>> On 3/25/19 8:12 AM, Pierre Labastie via lfs-dev wrote: >>>> On 25/03/2019 10:34, Xi Ruoyao via lfs-

Re: [lfs-dev] Last call for 8.4 changes

2019-02-27 Thread Pierre Labastie via lfs-dev
On 27/02/2019 04:47, Bruce Dubbs via lfs-dev wrote: > We now have all tickets for 8.4 closed and all packages tagged. > > Please review what is in the development books and let us know if there are > any changes that need to be made.  Small issues are as important at this stage > as big ones. >

Re: [lfs-dev] Last call for 8.4 changes

2019-02-28 Thread Pierre Labastie via lfs-dev
On 28/02/2019 20:46, Daniel Schepler via lfs-dev wrote: > On Thu, Feb 28, 2019 at 10:09 AM DJ Lucas (LFS) via lfs-dev > wrote: >> I'd like to just go ahead and add it to the book then. No guarantee that >> previous host was systemd. Something to the effect of the following would be >>

Re: [lfs-dev] Last call for 8.4 changes

2019-02-28 Thread Pierre Labastie via lfs-dev
On 28/02/2019 19:08, DJ Lucas (LFS) via lfs-dev wrote: > On February 28, 2019 2:22:46 AM CST, Pierre Labastie via lfs-dev > wrote: > >> >> To Bruce, Doug and DJ: I may take an intermediate approach: add the two >> lines >> above only to jhalfs (in Mak

Re: [lfs-dev] Last call for 8.4 changes

2019-02-27 Thread Pierre Labastie via lfs-dev
On 27/02/2019 18:05, Bruce Dubbs via lfs-dev wrote: > On 2/27/19 10:45 AM, Pierre Labastie via lfs-dev wrote: >> On 27/02/2019 04:47, Bruce Dubbs via lfs-dev wrote: >>> We now have all tickets for 8.4 closed and all packages tagged. >>> >>> Please review what is

Re: [lfs-dev] Test results and missing locale

2019-02-22 Thread Pierre Labastie via lfs-dev
On 22/02/2019 09:26, Pierre Labastie via lfs-dev wrote: > On 22/02/2019 02:25, Ken Moffat via lfs-dev wrote: >> Summary - another 22 tests were run, and passed. I think this is >> worth adding to the minimal locales: >> >> localedef -c -i ja_JP -f UTF-8 ja_JP.UTF-8 &g

Re: [lfs-dev] Test results and missing locale

2019-02-22 Thread Pierre Labastie via lfs-dev
On 22/02/2019 02:25, Ken Moffat via lfs-dev wrote: > On Fri, Feb 15, 2019 at 09:06:34PM +, Ken Moffat via lfs-dev wrote: >> >> · gawk had no failures, but reported >> >> %% Inadequate locale support: skipping charset tests. >> %% At least en_US.UTF-8, fr_FR.UTF-8, ru_RU.UTF-8

Re: [lfs-dev] Last call for 8.4 changes

2019-02-28 Thread Pierre Labastie via lfs-dev
On 28/02/2019 01:33, DJ Lucas (LFS) via lfs-dev wrote: > On February 27, 2019 3:27:02 PM CST, Pierre Labastie via lfs-dev > wrote: >> On 27/02/2019 18:05, Bruce Dubbs via lfs-dev wrote: >>> On 2/27/19 10:45 AM, Pierre Labastie via lfs-dev wrote: >>>> On 27/02/20

Re: [lfs-dev] LFS 8.3 /usr/local debate contradicted by /usr/local/lib

2019-03-14 Thread Pierre Labastie via lfs-dev
On 14/03/2019 14:37, Mark Wigzell via lfs-dev wrote: Hi, this is very minor point but the discussion on /usr/local debate says "All of the BLFS instructions install programs in /usr with optional instructions to install into /opt for some specific packages" However, the libxcb-util-wm package

Re: [lfs-dev] Short description typos

2019-03-14 Thread Pierre Labastie via lfs-dev
On 14/03/2019 11:47, Julien Lepiller via lfs-dev wrote: Hi, I found a few typos while translating: In python, the description of pip3 says "pacakges" In systemd, the description of resolvconf has a parenthesis. Thanks! Fixed at revision 11559. Thanks to you! Pierre --

Re: [lfs-dev] LFS 8.3 doc issue: xorg-applications is missing xkbvleds

2019-03-14 Thread Pierre Labastie via lfs-dev
On 14/03/2019 14:06, Mark Wigzell via lfs-dev wrote: xkbvleds is missing from the md5sum file that is generated by manually from the doc page. However the applications listed include xkbvleds. When I built them, that app wasn't created so I'm thinking the list is not up to date in the doc.

Re: [lfs-dev] jhalfs updates

2019-03-13 Thread Pierre Labastie via lfs-dev
On 11/03/2019 10:25, Pierre Labastie via lfs-dev wrote: > On 09/03/2019 09:50, Pierre Labastie via lfs-dev wrote: >> [...] >> - copy host's /etc/resolve.conf to /run/systemd/resolve for systemd > > This part is buggy: it is only done when running "make -C /mnt/lfs/jhalf

Re: [lfs-dev] jhalfs updates

2019-03-11 Thread Pierre Labastie via lfs-dev
On 09/03/2019 09:50, Pierre Labastie via lfs-dev wrote: > [...] > - copy host's /etc/resolve.conf to /run/systemd/resolve for systemd This part is buggy: it is only done when running "make -C /mnt/lfs/jhalfs devices", but not when entering chapter06. So blfs-tools still can

[lfs-dev] gcc -dumpversion shows only major version

2019-03-11 Thread Pierre Labastie via lfs-dev
Hi, In Gcc-7, a new compile time option has been introduced: --with-gcc-major-version-only with the effect of having only the major version in directory names. But it has also the effect that "gcc -dumpversion" only shows the major version. For example, on Debian unstable: $ gcc

[lfs-dev] jhalfs updates

2019-03-09 Thread Pierre Labastie via lfs-dev
Sent to lfs-dev, since I am not sure everybody using jhalfs monitors alfs-discuss. I've made several updates to jhalfs lately: - generate an /etc/adjtime file for systemd. This involves a new variable named LOCAL, which is set in System configuration-->Console configuration. LOCAL is taken into

Re: [lfs-dev] jhalfs updates

2019-03-09 Thread Pierre Labastie via lfs-dev
Hi, Thanks for feedback, On 09/03/2019 17:09, DJ Lucas via lfs-dev wrote: > On 3/9/2019 2:50 AM, Pierre Labastie via lfs-dev wrote: >> [...] >> Note that a new variable LOG_LEVEL is introduced in >> System configuration-->Console configuration, and is added to the >&g

Re: [lfs-dev] gcc -dumpversion shows only major version

2019-03-11 Thread Pierre Labastie via lfs-dev
On 11/03/2019 16:17, Bruce Dubbs via lfs-dev wrote: On 3/11/19 9:18 AM, Pierre Labastie via lfs-dev wrote: Hi, In Gcc-7, a new compile time option has been introduced: --with-gcc-major-version-only with the effect of having only the major version in directory names. But it has also the effect

Re: [lfs-dev] jhalfs updates

2019-03-09 Thread Pierre Labastie via lfs-dev
On 09/03/2019 21:24, Bruce Dubbs via lfs-dev wrote: > On 3/9/19 12:57 PM, DJ Lucas via lfs-dev wrote: >> On 3/9/2019 10:38 AM, Pierre Labastie via lfs-dev wrote: >>> On 09/03/2019 17:09, DJ Lucas via lfs-dev wrote: >>>> This reminds me, I'm getting /etc/sysconfig/

Re: [lfs-dev] jhalfs updates

2019-03-10 Thread Pierre Labastie via lfs-dev
On 09/03/2019 23:29, Bruce Dubbs via lfs-dev wrote: > On 3/9/19 3:47 PM, Pierre Labastie via lfs-dev wrote: >> On 09/03/2019 21:24, Bruce Dubbs via lfs-dev wrote: >>> On 3/9/19 12:57 PM, DJ Lucas via lfs-dev wrote: >>>> On 3/9/2019 10:38 AM, Pierre Labastie via lfs-

Re: [lfs-dev] [blfs-support] LFS 8.4 rc

2019-02-16 Thread Pierre Labastie via lfs-dev
On 2/16/19 6:19 PM, Bruce Dubbs via lfs-dev wrote: On 2/16/19 9:08 AM, Thomas Trepl via blfs-support wrote: Am Samstag, den 16.02.2019, 15:18 +0100 schrieb Gerhard Gedigk via blfs-support: Hello, please correct the example for the German console fonts. (7.6.5) KEYMAP="de-latin1"   # is

[lfs-dev] About C.UTF-8 font

2019-02-12 Thread Pierre Labastie via lfs-dev
First: localedef -i POSIX -f UTF-8 C.UTF-8 generates warnings and has exit code 1! So it is not suitable for scripting (at least with "set -e"). Looking at what debian does, they have a patch to generate a file named "C" in localedata/locales. While the "POSIX" file shipped with glibc contains

Re: [lfs-dev] About C.UTF-8 font

2019-02-12 Thread Pierre Labastie via lfs-dev
On 12/02/2019 17:10, Pierre Labastie via lfs-dev wrote: First: localedef -i POSIX -f UTF-8 C.UTF-8 generates warnings and has exit code 1! So it is not suitable for scripting (at least with "set -e"). Looking at what debian does, they have a patch to generate a file named "C

[lfs-dev] Bash tests

2019-02-11 Thread Pierre Labastie via lfs-dev
Hi, I already wrote (at a wrong place) that I was worried about the number of test failures in some LFS test suites. Here are my findings about the bash test suite: - Two locales are missing: Ja_JP.SIJS and zh_HK.big5hkscs. Can be   created with:   "localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS"  

Re: [lfs-dev] Python 3.7.2 build errors using Glibc 2.29

2019-02-10 Thread Pierre Labastie via lfs-dev
On 10/02/2019 08:45, Brandon Murry via lfs-dev wrote: > Hi, I hope this is the right place to put this. > I've been attempting to build Linux From Scratch from the development book > using Systemd. One of the big new changes is an early build of Python 3.7.2 > for the newest version of Glibc 2.29.

Re: [lfs-dev] Bash tests

2019-02-11 Thread Pierre Labastie via lfs-dev
On 11/02/2019 19:49, Bruce Dubbs via lfs-dev wrote: > On 02/11/2019 12:10 PM, Douglas R. Reno via lfs-dev wrote: > >> While we're here, can we please add the C.UTF-8 locale? That will resolve >> issues with the Gjs test suite in BLFS. > > What is the full localedef line? > >   -- Bruce I've

Re: [lfs-dev] Bash tests

2019-02-11 Thread Pierre Labastie via lfs-dev
On 11/02/2019 22:19, Pierre Labastie via lfs-dev wrote: > On 11/02/2019 19:49, Bruce Dubbs via lfs-dev wrote: >> On 02/11/2019 12:10 PM, Douglas R. Reno via lfs-dev wrote: >> >>> While we're here, can we please add the C.UTF-8 locale? That will resolve >>> issue

Re: [lfs-dev] Bash tests

2019-02-12 Thread Pierre Labastie via lfs-dev
On 11/02/2019 22:49, Bruce Dubbs via lfs-dev wrote: > On 02/11/2019 03:19 PM, Pierre Labastie via lfs-dev wrote: >> On 11/02/2019 19:49, Bruce Dubbs via lfs-dev wrote: >>> On 02/11/2019 12:10 PM, Douglas R. Reno via lfs-dev wrote: >>> >>>> While we're her

Re: [lfs-dev] GLibc and localedef, no libc.so.6 shared library

2019-02-12 Thread Pierre Labastie via lfs-dev
On 12/02/2019 05:10, Brandon Murry via lfs-dev wrote: > I've been attacking this new Glibc 2.29 for over a week and keep running in to > this error. During the installation of locales, the localedef program is run, > except it fails everytime saying that it cannot load "libc.so.6". > Ldd on the

Re: [lfs-dev] CLFS book?

2019-02-15 Thread Pierre Labastie via lfs-dev
On 15/02/2019 17:16, Anthony Jagers via lfs-dev wrote: Is it not being hosted on this site any longer? It has not been hosted on the linuxfromscratch.org for a long time, but there is a redirect to https://www.clfs.org. However, I think that last site is undergoing some maintenance.  And

Re: [lfs-dev] Spelling mistake

2019-02-15 Thread Pierre Labastie via lfs-dev
On 15/02/2019 09:15, Roger via lfs-dev wrote: The program, setfattr, in the attr package is misspelt as setattr (multiple instances). Goes back to LFS-7.?. Thanks for reporting. Fixed (in svn) at revision 11524. Pierre -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ:

Re: [lfs-dev] LFS system booted! Using alpha versions of GCC 9.0.1 and Linux 5.0.0

2019-02-16 Thread Pierre Labastie via lfs-dev
On 16/02/2019 08:55, Brandon Murry via lfs-dev wrote: > Thanks for everyone's help getting through some of the problems I encountered. > Finally got LFS complete and booted and thought I could share a few things > extra issues I came across using git repositories for GCC and the Linux > kernel. >

[lfs-dev] Instruction on a wrong page?

2019-04-07 Thread Pierre Labastie via lfs-dev
Is there a reason why the instruction: "install -vdm755 /usr/lib/pkgconfig" is on the "6.6. Creating Essential Files and Symlinks" page, and not in "6.5. Creating Directories"? This lead to another question: should we use "install" or "mkdir -pv" in "Creating Directories"? Actually, for

[lfs-dev] to jhalfs users: rather big change

2019-04-11 Thread Pierre Labastie via lfs-dev
Hi, To address ticket http://wiki.linuxfromscratch.org/alfs/ticket/1713, I made several changes to jhalfs: - now it is the job of scriptlets to unpack the tarballs, and print disk usage. - the Makefile therefore does less. - some changes in pkgmngt/packageManager.xml.xxx (add sect1info sections,

Re: [lfs-dev] Python tarball name

2019-04-10 Thread Pierre Labastie via lfs-dev
On 10/04/2019 11:09, Julien Lepiller via lfs-dev wrote: Hi! I've helped a few lfs newcomers on the French IRC channel who all made the same mistake: because there are two python archives, they decompressed the wrong one and got stuck. It's not hard to imagine them doing tar xf python. The

[lfs-dev] RFC: changes to sect1info

2019-04-10 Thread Pierre Labastie via lfs-dev
Hi, I'd like to know whether somebody around there uses the information in the tags of LFS book, because I'd like to change that information slightly. There are three tags inside the one: - : this is where I'd like to make a change. Presently, the three passes of gcc, and gcc-libstdc++, all

Re: [lfs-dev] Mere Linux

2019-04-12 Thread Pierre Labastie via lfs-dev
On 12/04/2019 05:49, Jeremy Huntwork via lfs-dev wrote: > Hi Folks, > > I'm just dropping a line to say I've released some actual documentation around > a system I've been tinkering with for a long time: https://merelinux.org > > I thought some of you might find some ideas and features

Re: [lfs-dev] very clean method - was: Re: [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-04-12 Thread Pierre Labastie via lfs-dev
On 12/04/2019 19:06, Jeremy Huntwork via lfs-dev wrote: > On Fri, Apr 12, 2019 at 8:48 AM Pierre Labastie via lfs-dev > wrote: >> >> It is certainly worth trying, but who will be able to find the time for >> doing this? I'm working steadily towards a complete jhalfs aut

Re: [lfs-dev] very clean method - was: Re: [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-04-12 Thread Pierre Labastie via lfs-dev
On 12/04/2019 12:37, DJ Lucas via lfs-dev wrote: On March 28, 2019 7:00:29 PM CDT, Ken Moffat via lfs-dev wrote: It is disappointing that glibc links to static libgcc.  What we really need is a new generation of experimenters to replace Greg and Ryan. I like the sound of the "very clean

Re: [lfs-dev] very clean method - was: Re: [RFC] Use GCC -ffile-prefix-map option to simplify instruction of Glibc

2019-04-12 Thread Pierre Labastie via lfs-dev
On 12/04/2019 20:24, Jeremy Huntwork via lfs-dev wrote: > On Fri, Apr 12, 2019 at 2:13 PM Pierre Labastie via lfs-dev > wrote: >> >> I'm certainly interested. You can make it as a patch set, I have a private >> git >> repo where I can run "git am", whi

Re: [lfs-dev] Bug report: insufficient privilegdes on /dev/pts/ptmx to run GCC test suite as nobody

2019-05-26 Thread Pierre Labastie via lfs-dev
ve a work-in-progress > repo that contains a Docker container and scripts that perform all steps > I'm taking here: > > https://gitlab.com/golddranks/lfs_docker > Please do not top post... Pierre > > > 2019年5月14日(火) 0:54 Bruce Dubbs via lfs-dev > : >> >> O

Re: [lfs-dev] Chapter 5 stripping segmentation fault

2019-06-12 Thread Pierre Labastie via lfs-dev
On 10/06/2019 08:28, Akira Urushibata via lfs-dev wrote: > While constructing LFS v.8.4 I encountered a segmentation fault in > Chapter 5 Section 35 "Stripping." > > I understand why this happened. I built up to Section 34, logged out > and logged in as lfs again. PATH found the newly compiled

Re: [lfs-dev] systemd: hardcoded path in units leads to error

2019-05-10 Thread Pierre Labastie via lfs-dev
On 10/05/2019 14:33, Douglas R. Reno via lfs-dev wrote: > > On 5/10/19 2:21 AM, Pierre Labastie via lfs-dev wrote: >> Hi, >> >> I now build the systemd book. I may come back to SysV later, but ATM, I want >> to test the BLFS book, and the systemd revision has more

Re: [lfs-dev] SEARCH_DIRECTORIES

2019-05-09 Thread Pierre Labastie via lfs-dev
On 09/05/2019 20:34, Ken Moffat via lfs-dev wrote: > On Thu, May 09, 2019 at 09:32:48AM -0500, Bruce Dubbs via lfs-dev wrote: >> On 5/9/19 1:11 AM, Ken Moffat via lfs-dev wrote: >>> My fresh build (current svn) has just installed gcc in chroot and >>> tried to check the SEARCH directories, where

Re: [lfs-dev] systemd: hardcoded path in units leads to error

2019-05-11 Thread Pierre Labastie via lfs-dev
On 10/05/2019 22:52, Bruce Dubbs via lfs-dev wrote: > On 5/10/19 3:12 PM, Pierre Labastie via lfs-dev wrote: >> On 10/05/2019 14:33, Douglas R. Reno via lfs-dev wrote: >>> >>> On 5/10/19 2:21 AM, Pierre Labastie via lfs-dev wrote: >>>> Hi, >>>>

Re: [lfs-dev] Am I supposed to set some CFLAGS to build LFS ?

2019-05-12 Thread Pierre Labastie via lfs-dev
On 12/05/2019 06:24, Ken Moffat via lfs-dev wrote: > As people probably know, I usually set my own CFLAGS when building > LFS (at a minimum, -O2 to get rid of most debug symbols). But I'm > now trying to compare the build times and the size of the > executables for "I did it my way" against using

Re: [lfs-dev] Bug report: insufficient privilegdes on /dev/pts/ptmx to run GCC test suite as nobody

2019-05-13 Thread Pierre Labastie via lfs-dev
On 13/05/2019 15:50, Pyry Kontio via lfs-dev wrote: Hi, and thanks for the wonderful book. I'm trying to follow the standard LFS track, but I ran problems with the GCC test suite in Chapter 6 (http://www.linuxfromscratch.org/lfs/view/stable/chapter06/gcc.html) -- I get a massive amount of

Re: [lfs-dev] GCC ERROR

2019-05-20 Thread Pierre Labastie via lfs-dev
On 20/05/2019 14:42, emiliocabrera via lfs-dev wrote: Hi. I´m at 5.5.1 Installation of Cross GCC, I´m building the LFS V8.4 on a VirtualBox machine with Debian x86_x64 installed. I get this error: Configuring stage 2 in ./intl You should be using lfs-support for this kind of question. If you

[lfs-dev] systemd: hardcoded path in units leads to error

2019-05-10 Thread Pierre Labastie via lfs-dev
Hi, I now build the systemd book. I may come back to SysV later, but ATM, I want to test the BLFS book, and the systemd revision has more thorough coverage than SysV. Since i'm new to systemd, I try various commands. That's how I realized there was a unit (man-db.timer) for running a daily

Re: [lfs-dev] jhalfs MAKEFLAGS

2019-05-08 Thread Pierre Labastie via lfs-dev
On 08/05/2019 19:05, spiky0011 via lfs-dev wrote: > Hi > > I have just used the new jhalfs from git > > and have found that setting parallel make to 4 they are not being passed to > the make in the scripts. > > gcc pass 1 setting via the menu it takes 25mins > > if I edit gcc pass1 script make

Re: [lfs-dev] make keeps modifying lfs-bootscripts-20190524.tar.xz

2019-07-02 Thread Pierre Labastie via lfs-dev
On 02/07/2019 15:10, Wayne Blaszczyk via lfs-dev wrote: > Hi All, > > Since yesterday, building the LFS book has been cause some issues for me. > I've been using git rather than svn to keep up to date with the LFS > repository. > But recently I've been getting a 'update-index --refresh: command

Re: [lfs-dev] /bin/sh is bash requirement?

2019-04-22 Thread Pierre Labastie via lfs-dev
On 22/04/2019 05:55, Jeremy Huntwork via lfs-dev wrote: > On Sun, Apr 21, 2019 at 8:37 PM Bruce Dubbs wrote: >> >>> I wasn't asking because of any personal preference. I just noticed >>> that out of the box Ubuntu fails this test because /bin/sh is a >>> symlink to /bin/dash, and I was wondering

Re: [lfs-dev] /bin/sh is bash requirement?

2019-04-22 Thread Pierre Labastie via lfs-dev
On 22/04/2019 02:28, Jeremy Huntwork via lfs-dev wrote: > On Sun, Apr 21, 2019 at 8:17 PM Bruce Dubbs via lfs-dev > wrote: >> >> On 4/21/19 7:04 PM, Jeremy Huntwork via lfs-dev wrote: >>> Hi, >>> >>> What's the thinking behind the line in section 2.2 that requires >>> /bin/sh to be a symlink or a

[lfs-dev] For jhalfs users: Moving jhalfs to github

2019-04-24 Thread Pierre Labastie via lfs-dev
I've again modified jhalfs, in order to get rid of the GPLv2 license. This license prevents anybody to use anything that is in this project, in projects with more permissive licenses. I've obtained the agreement of the other contributors to jhalfs, except Manuel Canales Esparcia, who is

Re: [lfs-dev] Python tarball name

2019-04-10 Thread Pierre Labastie via lfs-dev
On 10/04/2019 12:30, thomas via lfs-dev wrote: Am 2019-04-10 12:03, schrieb Pierre Labastie via lfs-dev: On 10/04/2019 11:09, Julien Lepiller via lfs-dev wrote: Hi! I've helped a few lfs newcomers on the French IRC channel who all made the same mistake: because there are two python archives

[lfs-dev] Subversion does not build with apr-1.7.0

2019-04-09 Thread Pierre Labastie via lfs-dev
Running configure as per the book, I get: - [...] checking for swig... none configure: Configuring python swig binding checking for Python includes... -I/usr/include/python3.7m checking for compiling Python extensions... gcc -pthread -fPIC checking for linking Python extensions... gcc

Re: [lfs-dev] For jhalfs users: Moving jhalfs to github

2019-04-25 Thread Pierre Labastie via lfs-dev
On 25/04/2019 00:34, Richard Melville via lfs-dev wrote: > On Wed, 24 Apr 2019 at 18:19, Pierre Labastie via lfs-dev > <mailto:lfs-dev@lists.linuxfromscratch.org>> wrote: > > I've again modified jhalfs, in order to get rid of the GPLv2 license. > This license

Re: [lfs-dev] For jhalfs users: Moving jhalfs to github

2019-04-25 Thread Pierre Labastie via lfs-dev
On 25/04/2019 11:54, Richard Melville via lfs-dev wrote: On Thu, 25 Apr 2019 at 07:49, Pierre Labastie via lfs-dev <mailto:lfs-dev@lists.linuxfromscratch.org>> wrote: On 25/04/2019 00:34, Richard Melville via lfs-dev wrote: > On Wed, 24 Apr 2019 at 18:19, Pierre Labastie

Re: [lfs-dev] Python3 in LFS: but no bare python exectuable.

2019-04-16 Thread Pierre Labastie via lfs-dev
On 16/04/2019 04:18, Bruce Dubbs via lfs-dev wrote: > On 4/15/19 9:03 PM, Douglas R. Reno via lfs-dev wrote: >> >> On 4/15/19 8:57 PM, Kevin Buckley via lfs-dev wrote: >>> I am sure that there are reasons for not doing this but I've noticed, >>> as a result of Xen no longer needing Python 2, that

Re: [lfs-dev] Maybe we should discourage the kernel as root

2019-04-26 Thread Pierre Labastie via lfs-dev
Le 26 avr. 2019 2:23 PM, William Harrington via lfs-dev a écrit :On 2019-04-23 19:10, Ken Moffat via lfs-dev wrote: > In > https://lore.kernel.org/lkml/CAHk-=wiv2glqkp6jfqyewl1uzgwnwek9fkwp3afzbcu2lv_...@mail.gmail.com/ > Linus Torvalds said: > > | I absolutely abhor even the concept of building

Re: [lfs-dev] gcc-9.2.0

2019-08-16 Thread Pierre Labastie via lfs-dev
On 16/08/2019 16:25, Riccardo Corsi via lfs-dev wrote: > Hello, I have a question about GCC 9.2.0 > Is there a new option for ISL ? > I have in my configure (build of LFS 9.0-rc1) of GCC: >> ../configure --prefix=/usr            \ >>              --enable-languages=c,c++ \ >>              

Re: [lfs-dev] LFS and BLFS Version 9.0 are released

2019-09-03 Thread Pierre Labastie via lfs-dev
On 03/09/2019 11:52, Kevin Buckley via lfs-dev wrote: > On Tue, 3 Sep 2019 at 14:03, Bruce Dubbs via lfs-dev > wrote: > >>> Couple of small "tidy-ups" >>> >>> On the download page of the website, there's the text >>> Other versions of the source may be similarly downloaded by changing the

Re: [lfs-dev] Weird markup in meson

2019-08-28 Thread Pierre Labastie via lfs-dev
On 28/08/2019 12:01, Xi Ruoyao via lfs-dev wrote: > On 2019-08-28 11:39 +0200, Julien Lepiller via lfs-dev wrote: >> Hi, >> >> In meson from chapter 6, I see: … via an environment variable, >> NINJAJOBS. For example, setting … >> >> But that's not a command, is it? :) > > There is a comment

Re: [lfs-dev] CrackLib additional word lists

2019-09-14 Thread Pierre Labastie via lfs-dev
On 14/09/2019 18:28, Bruce Hill via lfs-dev wrote: > This link http://www.cotse.com/tools/wordlists.htm is no longer good, as > Cotse has rebuilt the site and it resolves to > https://www.identicloak.com/mailtools/wordlists.htm, which requires a login, > if the list is even available anymore. I

Re: [lfs-dev] CrackLib additional word lists

2019-09-14 Thread Pierre Labastie via lfs-dev
On 14/09/2019 18:34, Pierre Labastie via lfs-dev wrote: > On 14/09/2019 18:28, Bruce Hill via lfs-dev wrote: >> This link http://www.cotse.com/tools/wordlists.htm is no longer good, as >> Cotse has rebuilt the site and it resolves to >> https://www.identicloak.com/mailtools

Re: [lfs-dev] Kernel 5.3.1 uses rsync

2019-09-23 Thread Pierre Labastie via lfs-dev
On 23/09/2019 17:37, Xi Ruoyao via lfs-dev wrote: On 2019-09-23 10:30 -0500, Bruce Dubbs via lfs-dev wrote: On 9/23/19 9:24 AM, John Burrell via lfs-dev wrote: I haven't noticed this before but linux-5.3.1 uses rsync to transfer the files in the command make INSTALL_HDR_PATH=dest

Re: [lfs-dev] Kernel 5.3.1 uses rsync

2019-09-23 Thread Pierre Labastie via lfs-dev
On 23/09/2019 18:56, Ken Moffat via lfs-dev wrote: > On Mon, Sep 23, 2019 at 06:10:01PM +0200, Pierre Labastie via lfs-dev wrote: >> On 23/09/2019 17:37, Xi Ruoyao via lfs-dev wrote: >>> On 2019-09-23 10:30 -0500, Bruce Dubbs via lfs-dev wrote: >>>> On 9/23/19 9:2

Re: [lfs-dev] Debian 10.2 install changes LFS kernel entry in grub.cfg

2019-12-09 Thread Pierre Labastie via lfs-dev
Le 09/12/2019 à 00:43, Akira Urushibata via lfs-dev a écrit : > Recently I installed Debian 10.2 on a computer with both LFS and older > Debian versions. The installer automatically produced a new grub.cfg > in which LFS is listed as "unknown Linux distribution." To my great > surprise the

[lfs-dev] dynamic library libbz2.so seems to be needed for file-5.38 in chapter 5

2019-12-20 Thread Pierre Labastie via lfs-dev
Here is the error I get: CCLD libmagic.la /mnt/lfs/tools/bin/../lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-li nux-gnu/bin/ld: /mnt/lfs/tools/bin/../lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../.. /../lib/libbz2.a(bzlib.o): relocation R_X86_64_32S against symbol `BZ2_crc32Table' can

Re: [lfs-dev] A misleading `--disable-libstdcxx-threads' description?

2020-02-23 Thread Pierre Labastie via lfs-dev
Le 23/02/2020 à 15:06, Tadeus Prastowo a écrit : > On Sun, Feb 23, 2020 at 9:48 AM Pierre Labastie via lfs-dev > wrote: >> >> Le 23/02/2020 à 09:20, Tadeus Prastowo via lfs-dev a écrit : >>> In other words, the description of the option given in the LFS book >>

Re: [lfs-dev] A misleading `--disable-libstdcxx-threads' description?

2020-02-23 Thread Pierre Labastie via lfs-dev
Le 23/02/2020 à 15:49, Tadeus Prastowo via lfs-dev a écrit : > > I am glad to help. But, really, test what you fly, and fly what you > test. In other words, don't do an SVN build to write the book's text > (note that GCC has just moved from SVN to git this new year). Thank > you. I only did

Re: [lfs-dev] The nochuncks book doesn't get the aux-file-data.sh changes

2020-02-29 Thread Pierre Labastie via lfs-dev
Le 29/02/2020 à 16:09, Bruce Dubbs via lfs-dev a écrit : > On 2/29/20 4:57 AM, Pierre Labastie via lfs-dev wrote: > >>> >>> Assuming there's no reason why the noChunks book shouldn't >>> be created from the xmllint-ed source, (1) looks the cleaner >>

Re: [lfs-dev] The nochuncks book doesn't get the aux-file-data.sh changes

2020-02-29 Thread Pierre Labastie via lfs-dev
Le 29/02/2020 à 11:39, Kevin Buckley via lfs-dev a écrit : > I do hope I have this right: I don't think this one is down > to my rendering environment. > > As I think of it, there are three files created in RENDERTMP > > lfs-html2.xml > lfs-full.xml > lfs-html.xml > > resulting from this

Re: [lfs-dev] The nochuncks book doesn't get the aux-file-data.sh changes

2020-03-01 Thread Pierre Labastie via lfs-dev
Le 01/03/2020 à 07:55, Kevin Buckley via lfs-dev a écrit : > On Sun, 1 Mar 2020 at 01:16, Pierre Labastie via lfs-dev > wrote: >> >> Le 29/02/2020 à 16:09, Bruce Dubbs via lfs-dev a écrit : >>> On 2/29/20 4:57 AM, Pierre Labastie via lfs-dev wrote: >>> >&g

  1   2   3   >