Re: [lfs-support] chapter 6, glibc compile error

2018-07-15 Thread Armin K.
On 15.7.2018. 21:19, Frans de Boer wrote: LS, Below is a repeated piece of information, now being brought as a separate issue from systemd. I get the following error when i try to compile glibc in chapter 6: ... bison --yacc --name-prefix=__gettext --output

Re: [lfs-support] 5.7 glibc sanity check question

2018-07-11 Thread Armin K.
On 11.7.2018. 17:28, Alan Corey wrote: OK, it fails. And when I do readelf -l a.out and look at the output manually the interpreter line is just [Requesting program interpreter: /lib/ld-linux-aarch64.so.1] This is adjusted in gcc pass 1. Current sed that fixes this is made for x86/x86_64,

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-01 Thread Armin K.
On 1.7.2018. 10:15, Mohamed Dawod wrote: HI, I hope that some one can help me.. This is the 8th time i restart LFS building from chapter3 !! The problem starts to appear in chapter6.7 (Linux-4.12.7 API Headers) (/tools/bin/gcc file doesnt exist error) The problem is explained in details here

Re: [lfs-support] Booting LFS with systemd

2018-06-24 Thread Armin K.
On 24.6.2018. 10:01, Frans de Boer wrote: On 06/22/2018 07:30 AM, Michael Shell wrote: On Thu, 21 Jun 2018 20:44:57 +0200 Frans de Boer wrote: Alas, tried everything from the site including the init statement to no avail. The shell does not start due to an unapropriate ioctl. According to

Re: [lfs-support] Systemd 237 Build Instructions

2018-02-21 Thread Armin K.
On 21.2.2018. 14:51, Mark Pokorny wrote: Hi all, I just wanted to clarify something regarding the instructions for building Systemd in LFS 8.2-rc1. Some of the commands include “LANG=en_US.UTF-8” in them. Should this be adjusted for your local language (i.e. “en_IE.UTF-8” in my case as I’m

Re: [lfs-support] LFS-8.2-rc1

2018-02-20 Thread Armin K.
On 20.2.2018. 18:49, Hazel Russman wrote: I can't find the instructions for building check. Check should come after dejagnu, I think. It's moved to chapter 6. -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the

Re: [lfs-support] Hot diggity dog

2018-01-06 Thread Armin K.
On 6.1.2018. 17:34, Ken Moffat wrote: On Sat, Jan 06, 2018 at 11:15:04AM -0500, Baho Utot wrote: If that works then I would like to build a kernel that is mostly modules: What will I have to add for drivers to get it boot. First, whichever filesystem you are using for the root filesystem.

Re: [lfs-support] Error make check chapter 6.48. Procps-ng-3.3.12 tool

2017-10-31 Thread Armin K.
On 31.10.2017 10:24, Axel wrote: Dear all, first of all have a lot of thanks for your help until now. Now I reached  chapter 6.48. Procps-ng-3.3.12 make check gives some errors, which are repeated in every test like this samle:         === pmap tests === Schedule of variations:    

Re: [lfs-support] "Configuring the Dynamic Loader" failed

2017-10-25 Thread Armin K.
On Wed, 2017-10-25 at 20:26 +0200, Axel wrote: > Dear all, > > I'm building LFS, following the Book 8.1 and reached Chapter 6.9.2.3. > "Configuring the Dynamic Loader" now > > Here's what I typed and the related messages: > > root:/sources# cat > /etc/ld.so.conf << "EOF" > > # Begin

Re: [lfs-support] Internet in chroot

2017-10-23 Thread Armin K.
On 23.10.2017 21:59, Stephen Berman wrote: On Mon, 23 Oct 2017 20:39:22 +0200 "Michael D." wrote: There is no problem in skipping Chapter 8, you can always do that later. If you want to install software, you can do it from your Debian Installation - you just use Chroot

Re: [lfs-support] what doing after error ch5.17.

2017-10-12 Thread Armin K.
On 12.10.2017 12:49, Gdsi wrote: Hi. Explain what doing after error ch5.17. Bison-3.0.4>make check: ''' lfs@debian:/mnt/lfs/sources/bison-3.0.4$ make check Don't do make check in chapter 5. Tests are not guaranteed to work there. --

Re: [lfs-support] (no subject)

2017-08-15 Thread Armin K.
On 15.08.2017 18:02, Bruce Dubbs wrote: > Thomas Seeling wrote: >> Hallo, >> > Could i build lfs system on usb disk?If can what i must write? >>> I don't see why not. But by default, these drives always have vfat >>> filesystems on them. You'll have to reformat it in ext4. Once it's >>>

Re: [lfs-support] Problem during Make of GCC-6.3.0

2017-08-06 Thread Armin K.
On 05.08.2017 21:25, Mark Gregory wrote: > I am trying to build LFS on an older Dell Desktop and keep running into the > same problem during the Make stage of GCC-6.3.0. Note that while the CPU on > the build computer is pretty fast (2GHz or more), it only has 256 MB RAM, if > that might be

Re: [lfs-support] flex host system required to build LFS 8.0??

2017-07-26 Thread Armin K.
On 26.07.2017 01:39, lfs-guy wrote: > All, > > I am now running through my third attempt to build 8.0 systemd, using > I am running Knoppix 7,7,1 Live-CD in 64 bit mode on AOpen DE-3250 > (Intel N-2930 Celeron Quad Core, 8 GB RAM):. > > On my first attempt, during build of bison-3,0,4, I

[lfs-support] Bash scripting question

2015-07-24 Thread Armin K.
Hi, I have been doing some scripting lately and have ran into an issue which some of you might help me to solve. I have the following script: cat EOF #!/bin/bash -e . $(dirname $0)/000_shared rm -rf binutils-${BINUTILS_VER} binutils-build ${LOGDIR}/binutils-pass1-${BINUTILS_VER}.log tar xf

Re: [lfs-support] Bash scripting question

2015-07-24 Thread Armin K.
On 24.07.2015 11:46, Emanuele Rusconi wrote: So my question is: How to make the script stop completely when the error happens in the time {} block and not run the rm -rf commands (and the next script, as the script is invoked from a bootstrap script which also uses -e). { time {

Re: [lfs-support] iproute2-4.1.0

2015-06-28 Thread Armin K.
On 06/28/2015 12:41 PM, Frans de Boer wrote: I just tried to compile the new iproute2. It is not a minor version change since they have integrated some hooks regarding netfilter and traffic control. It requires now 'libmnl' to be present before compiling. libmnl is a small library which is

Re: [lfs-support] expr core dump

2015-06-23 Thread Armin K.
On 06/23/2015 01:24 AM, Alexey Orishko wrote: On Sun, Jun 21, 2015 at 8:17 PM, Armin K. kre...@email.com wrote: That may be the problem. GMP optimizes itself for a currently running machine. Illegal instructions means you are trying to use a CPU instruction from a newer architecture. You

Re: [lfs-support] expr core dump

2015-06-21 Thread Armin K.
On 06/21/2015 07:45 PM, Bruce Dubbs wrote: Alexey Orishko wrote: On Sun, Jun 21, 2015 at 6:54 PM, Bruce Dubbs bruce.du...@gmail.com wrote: I tried that in several systems from the latest svn to one going back to 2012 and they all work properly. Have you tried it in chroot or on real

Re: [lfs-support] perl-5.22.0 and update_copyright

2015-06-14 Thread Armin K.
On 06/14/2015 10:06 AM, Frans de Boer wrote: Dear reader, In the exact same configuration except for using perl-5.22.0, I get failures - within chapter 6 - from coreutils and e2fsprogs. Both failures are found when the test with update_copyright is executed. This implies - to me - that

Re: [lfs-support] Regeneration of udev net rules

2015-06-05 Thread Armin K.
On 05.06.2015 10:50, Geoff Swan wrote: After a bit of searching I found this. http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ Looks like udev has changed again, and naming using 'eth' names is discouraged. And I recently found out why. My laptop has

[lfs-support] LFS 7.7-systemd is released

2015-03-06 Thread Armin K.
, all credit goes to Bruce Dubbs for doing all the work for the main LFS book, without which the systemd book wouldn't exist. -- Armin K., LFS systemd Maintainer. www.linuxfromscratch.org [1] http://lists.linuxfromscratch.org/pipermail/lfs-dev/2015-February/069895.html [2] http

Re: [lfs-support] LFS 7.6 Ch 6.28 e2fsprogs: make error

2015-03-06 Thread Armin K.
On 03/06/2015 09:08 AM, ZyaX wrote: On 3/5/15, Armin K. kre...@email.com wrote: configure:12971: gcc -o conftest -I/tools/include conftest.c -lblkid -L/tools/lib 5 /tools/bin/ld: warning: libuuid.so.1, needed by ^ Something's wrong in this line. At that stage, you

Re: [lfs-support] Framebuffers

2015-03-05 Thread Armin K.
On 6.3.2015 0:53, Paul Rogers wrote: 2) DRM for high performance graphics, i.e. games (on Linux?!) What's so strange about that? Steam has been available on Linux for some time now and major Valve titles are natively available on Linux, with more and more comming. SteamOS is based on

[lfs-support] LFS-7.7-systemd-rc1

2015-02-19 Thread Armin K.
for the lfs-dev mailing list is required to avoid spam. You can read the book online [2] or download it from [3] to read it locally. A big thanks goes to Bruce Dubbs for keeping up to date majority of the packages that are shared between the two LFS books. -- Armin K., LFS systemd Maintainer

Re: [lfs-support] pure64bit to multilib transformation question

2015-01-27 Thread Armin K.
On 27.01.2015 20:37, lux-integ wrote: Greetings I need a multilib LFS setup. I have built many pute 64-but CLFS systems and I tried CLFS multilib ( http://clfs.org/view/git/x86_64/ ) but got stuck on the cross-tools build of glibc. ( I encountered errors at glibc 32-bit

Re: [lfs-support] LFS 7.6 / Step 5.7. Glibc-2-20 / wrong linked lib

2015-01-20 Thread Armin K.
On 20.1.2015 13:47, Hirnwunde wrote: Hi folks, i try to compile LFS 7.6 on an Banana Pi which operates on Allwinner A20/Cortex-A7. This is your problem. LFS doesn't support ARM. That said, GCC spec files are only modified for x86 32 and 64 bit. You're on your own there. I suggest you try

Re: [lfs-support] dmesg: ext2-fs: error

2015-01-12 Thread Armin K.
On 13.1.2015 1:13, Ken Moffat wrote: On Mon, Jan 12, 2015 at 07:28:38PM -0400, p...@pierre-selosse.com wrote: Everything works, but dmesg have this output: [ 2.534077] EXT2-fs (sda8): error: couldn't mount because of unsupported optional features (240) [ 2.539718] EXT4-fs (sda8): couldn't

Re: [lfs-support] System failed to boot

2015-01-09 Thread Armin K.
On 01/09/2015 11:20 PM, p...@pierre-selosse.com wrote: Le 09-01-2015 17:57, Bruce Dubbs a écrit : p@pierre-selosse.comwrote: The system booted, thanks!!! Very good. Now! two things 1 - I have this output : setting up linux console : Failure [...] an unforeseen error took place in

Re: [lfs-support] System failed to boot

2015-01-08 Thread Armin K.
On 01/08/2015 10:35 PM, p...@pierre-selosse.com wrote: i can see the message 'Loading ...etc', then the screen freeze. Please follow the link to see the picture of the screen http://www.pierre-selosse.net/lfs/echecBoot.html [1] Formating once again went to hell, so trimming that part.

Re: [lfs-support] System failed to boot

2015-01-08 Thread Armin K.
On 01/08/2015 07:50 PM, p...@pierre-selosse.com wrote: Le 08-01-2015 14:35, Armin K. a écrit : On 01/08/2015 07:02 PM, p@pierre-selosse.comwrote: Le 08-01-2015 12:38, Pierre Labastie a écrit : Le 08/01/2015 15:30, p...@pierre-selosse.coma écrit : Le 08-01-2015 05:06, Pierre Labastie

Re: [lfs-support] OpenSSL or GNUTLS

2014-12-16 Thread Armin K.
On 12/16/2014 07:20 PM, Paul Rogers wrote: Both have had flaws announced, seems this was the year. The 2012 BLFS book has instructions for both, but AFAIK one has to choose one. I've always used OpenSSL, though its reputation has been somewhat tarnished this year. But maybe that means it

Re: [lfs-support] LFS7.6 glibc-2.20 Need linker with .init_array/.fini_array support

2014-12-01 Thread Armin K.
On 1.12.2014 17:08, ctw wrote: ../glibc-2.20/configure \ --prefix=/tools \ --host=$LFS_TGT \ --build=$(../glibc-2.20/scripts/config.guess) \ --disable-profile \ --enable-kernel=2.6.32 \ --with-headers=/tools/include \ libc_cv_forced_unwind=yes \ libc_cv_ctors_header=yes \ libc_cv_c_cleanup=yes

Re: [lfs-support] LFS 20141104-systemd

2014-11-30 Thread Armin K.
On 01.12.2014 00:55, Ian Macdonald wrote: P.S. The link to the build logs in Chapter 4 is still not working. There are no logs for development version of the book. I should add a note about that. -- Note: My last name is not Krejzi. signature.asc Description: OpenPGP digital signature

Re: [lfs-support] Error on section 6.7.1 LFS Version 7.6

2014-11-28 Thread Armin K.
On 28.11.2014 15:50, Chris Phillips wrote: Hi all I am getting an error whn trying to run make mrproper in section 6.7.1 - it is coming back with make:gcc: command not found. I did have this error and looking at other posts it indicated that I had made an error in the second pass of gcc

Re: [lfs-support] Error on section 6.7.1 LFS Version 7.6

2014-11-28 Thread Armin K.
On 28.11.2014 18:20, Pierre Labastie wrote: Le 28/11/2014 16:57, Armin K. a écrit : On 28.11.2014 16:48, Chris Phillips wrote: Hi Armin K This is what I get :[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2] Thanks Chris That's your problem. Your gcc installation

Re: [lfs-support] Error on section 6.7.1 LFS Version 7.6

2014-11-28 Thread Armin K.
On 28.11.2014 20:18, Chris Phillips wrote: Hi Armin. I did run the command from the host, and this is teh same that I got from my frist attempt. DO you mean that the commadns in Chapter 5 are incorrect? I am unable to copy / paste as I am doing the install into a VM on VMware

Re: [lfs-support] LFS 7.6 boots read only

2014-11-04 Thread Armin K.
On 11/04/2014 05:41 PM, Bruce Dubbs wrote: Anthony Price wrote: Thanks. Tried that without results Hostname is already set in etc/hostname Something is not right with your boot scripts. The third boot script run is S08localnet and that runs hostname ${HOSTNAME}. ${HOSTNAME} is set by:

Re: [lfs-support] LFS 7.6 boots read only

2014-11-04 Thread Armin K.
On 11/04/2014 05:59 PM, Bruce Dubbs wrote: Armin K. wrote: On 11/04/2014 05:41 PM, Bruce Dubbs wrote: Anthony Price wrote: Thanks. Tried that without results Hostname is already set in etc/hostname Something is not right with your boot scripts. The third boot script run is S08localnet

Re: [lfs-support] dns settings in the static configuration

2014-11-01 Thread Armin K.
On 11/01/2014 06:24 PM, Alexey Orishko wrote: On Sat, Nov 1, 2014 at 6:04 PM, Chris Staub ch...@beaker67.com wrote: That same page also has mentions creating resolv.conf. Ok I'll rephrase. In DHCP case resolv.conf generated dynamically. Is there a way to generate resolv.conf dynamically for

Re: [lfs-support] LFS 7.6 | Unsuccessful reboot

2014-10-20 Thread Armin K.
On 10/20/2014 11:28 AM, Andrei Banu wrote: On 20.10.2014 11:49, Pierre Labastie wrote: Le 20/10/2014 10:09, Andrei Banu a écrit : [...] As for eth0, I believe I should start a new thread. Maybe not: What does ip link list return? For me, it does something like: 1: lo:

Re: [lfs-support] Unable to boot after installation of LFS 7.6

2014-10-17 Thread Armin K.
On 10/17/2014 09:04 AM, Nagasayanam,V.S wrote: Hello, I tried LFS 7.6 RC 1 partly and later moved to LFS 7.6. Thanks to wonderful LFS Book and with the help of other LFS fans through Google, I managed to install everything. But I am unable to boot with Kernel panic message

Re: [lfs-support] Unable to boot after installation of LFS 7.6

2014-10-17 Thread Armin K.
On 10/17/2014 09:12 AM, Armin K. wrote: On 10/17/2014 09:04 AM, Nagasayanam,V.S wrote: Hello, I tried LFS 7.6 RC 1 partly and later moved to LFS 7.6. Thanks to wonderful LFS Book and with the help of other LFS fans through Google, I managed to install everything. But I am

Re: [lfs-support] 7.5 Systemd tests

2014-10-17 Thread Armin K.
On 10/17/2014 07:16 PM, Hazel Russman wrote: Test-time fails with the message: Assertion 'timezone_is_valid(*zone)' failed at src/test/test-time.c:145, function test_get_timezones(). Aborting. Is this significant? I personally don't find a single test suite failure important mainly

Re: [lfs-support] Problem encountered in LFS 7.6 | ch 6.21 | attr

2014-10-11 Thread Armin K.
On 10/11/2014 10:25 AM, Andrei Banu wrote: Hello, I have attempted to build attr but it returned many failed tests. Hoping that those failed tests might be irrelevant (long shot - I know) I went ahead to ACL but it needed something missing from attr: Chapter 6.22 ... checking for

Re: [lfs-support] udevd not doing any mknod()s

2014-10-11 Thread Armin K.
On 10/11/2014 10:54 AM, Anthony Wright wrote: On 10/10/2014 18:00, Bruce Dubbs wrote: Anthony Wright wrote: I'm running a modified version of LFS 7.5 where I have an initramfs that populates /dev/ with busybox's mdev before handing over to the udevd that's part of LFS 7.5 Everything seemed

Re: [lfs-support] LFS-7.6-systemd is released

2014-09-24 Thread Armin K.
On 23.09.2014 21:03, Armin K. wrote: Hello everyone, As some might have noticed, I have tagged LFS-7.6-systemd last night but haven't had the time to send the announcement as it was way after midnight where I live. I am proud to announce a new stable release of the Linux From Scratch

[lfs-support] LFS-7.6-systemd is released

2014-09-23 Thread Armin K.
on and also to everyone else who contributed in any way during this release cycle. -- Armin K., LFS systemd Maintainer. -- www.linuxfromscratch.org [1] http://lists.linuxfromscratch.org/pipermail/lfs-dev/2014-August/069540.html [2] http://lists.linuxfromscratch.org/pipermail/lfs-dev/2014

Re: [lfs-support] In Systemd Version 7.6-systemd-rc2 Networking Not Working

2014-09-14 Thread Armin K.
On 14.9.2014 22:42, Alan Feuerbacher wrote: On 9/14/2014 2:40 PM, Armin K. wrote: On 14.9.2014 20:20, Alan Feuerbacher wrote: Having gotten my systemd booted up, I found that networking is not working. It looks to me like it sort of starts, with these messages: systemctl start dhclient@eth0

Re: [lfs-support] LFS-7.6-systemd-rc1

2014-08-25 Thread Armin K.
On 08/25/2014 12:53 PM, Hazel Russman wrote: On Sun, 24 Aug 2014 13:22:10 -0500 Bruce Dubbs bruce.du...@gmail.com wrote: Armin K. wrote: On 08/24/2014 07:58 PM, Armin K. wrote: On 08/24/2014 07:49 PM, Bruce Dubbs wrote: Hazel Russman wrote: On Sun, 24 Aug 2014 18:29:23 +0200 Armin K. kre

Re: [lfs-support] LFS-7.6-systemd-rc1

2014-08-24 Thread Armin K.
On 08/24/2014 06:18 PM, Hazel Russman wrote: On Fri, 22 Aug 2014 19:21:57 +0200 Armin K. kre...@email.com wrote: Hello everyone, While a bit ahead of planned schedule, I am pleased to announce the first release candidate of the Linux From Scratch 7.6 systemd book. This release brings

Re: [lfs-support] Status of Systemd and UEFI Bios Stuff

2014-08-20 Thread Armin K.
On 21.8.2014 1:49, Alan Feuerbacher wrote: Howdy, Last I had posted here, and to the BLFS list, was that I had successfully installed an LFS system and a boatload of BLFS stuff. Been using it with good success -- no surprise. Last I looked, you LFS guys kind of frowned on using systemd, but

Re: [lfs-support] LFS SVN-20140815 Perl 5.20 build error

2014-08-18 Thread Armin K.
On 08/18/2014 08:25 PM, Bruce Dubbs wrote: Michael F. Trombley jr. wrote: Hello everyone. I am having some problems compiling Perl 5.20. Chapter 5 or Chapter 6? I asume it's chapter 6 because we don't use either system zlib or bzip2 in chapter 5. I am using LFS version SVN-20140815. It

Re: [lfs-support] Tests on MPFR @ Section 6.15

2014-08-14 Thread Armin K.
On 08/14/2014 04:01 PM, Patrick Kennedy wrote: Question on - Linux From Scratch - Version 7.5; Section: 6.15. MPFR-3.1.2 Important: The test suite for MPFR in this section is considered critical. Do not skip it under any circumstances. Test the results and ensure that all tests passed

Re: [lfs-support] Makefile:162: recipe for target 'scan.o' failed when I make Bc-1.06

2014-07-13 Thread Armin K.
Armin K. kre...@email.com: On 07/13/2014 10:53 AM, 樱木洋葱 wrote: I follow the book well until encountered this issue on Chapter 6.34 The make log is at https://gist.github.com/whilgeek/3c6904b632a77d18cd90 Thanks for your help! LFS uses bc-1.06.95, not 1.06. Check if you are following the book

Re: [lfs-support] Version 20140629-systemd Wrong md5sums

2014-07-06 Thread Armin K.
On 07/06/2014 06:05 PM, spiky wrote: I have found 2 files with the wrong md5sum check. Book Version 20140629-systemd systemd-214-compat-1.patch: FAILED 650d85acd70a3e4834f48c1c6ab0a496 kbd-2.0.1.tar.gz: FAILED cc0ee9f2537d8636cae85a8c6541ed2e Should be fixed, thanks. -- Note: My last

Re: [lfs-support] cant not find `crt1.o` `crti.o` and `crtn.o`

2014-07-02 Thread Armin K.
On 07/02/2014 11:05 AM, 樱木洋葱 wrote: Hi, Me again. The problem I encountered (http://lists.linuxfromscratch.org/pipermail/lfs-support/2014-July/047206.html) has been conquered. And I meet with a new problem. When I follow the instructions

Re: [lfs-support] systemd-localed doesn't start

2014-07-02 Thread Armin K.
On 07/02/2014 06:27 PM, Игорь Дьяконов wrote: Hello. I've been trying to install LFS and I've been encountering a strange error trying to make systemd-localed to start. Here're the relevant parts of the `localectl set-keymap` and `systemd --failed` output: Failed to set keymap: The name

Re: [lfs-support] systemd branch updated

2014-06-30 Thread Armin K.
On 06/30/2014 01:30 PM, Wayne Blaszczyk wrote: On 30/06/14 04:32, Armin K. wrote: Hello everyone, I took some time to update systemd branch to match the latest LFS changes. Greatly appreciated that someone is maintaining this. Besides that, there is a rather major change in chapter 7

[lfs-support] systemd branch updated

2014-06-29 Thread Armin K.
Hello everyone, I took some time to update systemd branch to match the latest LFS changes. Besides that, there is a rather major change in chapter 7 where network configuration has been rewritten to use systemd-networkd instead of ifup/ifdown scripts. Doing that, I have also removed

Re: [lfs-support] systemd branch updated

2014-06-29 Thread Armin K.
On 06/29/2014 08:56 PM, Hazel Russman wrote: On Sun, 29 Jun 2014 20:32:50 +0200 Armin K. kre...@email.com wrote: Hello everyone, I took some time to update systemd branch to match the latest LFS changes. Besides that, there is a rather major change in chapter 7 where network

Re: [lfs-support] Python

2014-06-16 Thread Armin K.
Wrong list. On 16.6.2014 17:45, Baho Utot wrote: I am building BLFS-7.5 to develope a desktop system. I am currently building Xorg and I am at the xcb-proto-1.10 step It states the following: Required Python-2.7.6 or Python-3.3.4, and Xorg build environment (should be set for the following