[lfs-support] Building Python3

2021-02-09 Thread Baho Utot
A note should be placed in the book about --with-ensurepip=yes. It will not build pip, setuptools and wheel if they are already installed on the system. Rebuilding python3 will not rebuild pip, setuptools and wheel as it detects that they are already installed on the system. Even if they

[lfs-support] Protected build environment

2020-01-12 Thread baho-utot
I created a way to make a "build area" using the overlayfs that is in the linux kernel environment so you can build LFS/BLFS that completely protects your host system from the building process. I have placed it on github if you would like to have a gander at it https://github.com

Re: [lfs-support] LFS-8.4 swapfile

2019-07-26 Thread Baho Utot
On 7/26/19 6:21 PM, Bruce Dubbs wrote: On 7/26/19 5:03 PM, Baho Utot wrote: On 7/26/19 5:49 PM, Bruce Dubbs wrote: On 7/26/19 4:15 PM, Baho Utot wrote: Why is swap enabled so early in the boot process? If you are using LFS on a raspberry pi you must do the following: mv /etc/rc.d/rcS.d

Re: [lfs-support] LFS-8.4 swapfile

2019-07-26 Thread Baho Utot
On 7/26/19 5:49 PM, Bruce Dubbs wrote: On 7/26/19 4:15 PM, Baho Utot wrote: Why is swap enabled so early in the boot process? If you are using LFS on a raspberry pi you must do the following: mv /etc/rc.d/rcS.d/S20swap /etc/rc.d/rcS.d/S60swap otherwise the system comes up with no swap

[lfs-support] LFS-8.4 swapfile

2019-07-26 Thread Baho Utot
Why is swap enabled so early in the boot process? If you are using LFS on a raspberry pi you must do the following: mv /etc/rc.d/rcS.d/S20swap /etc/rc.d/rcS.d/S60swap otherwise the system comes up with no swap. After making the change swap will come up upon boot. Doing  'mount -a' after the

Re: [lfs-support] RaspberryPi

2019-05-26 Thread Baho Utot
On 5/26/19 5:26 PM, Don Cross wrote: On Sun, May 26, 2019 at 5:22 PM Baho Utot <mailto:baho-u...@columbus.rr.com>> wrote: I am currently working to get LFS to build on RaspberryPi 2 and 3. I use them on my network to handle email, DNS, DHCP and file serving.  I also

[lfs-support] RaspberryPi

2019-05-26 Thread Baho Utot
I am currently working to get LFS to build on RaspberryPi 2 and 3. I use them on my network to handle email, DNS, DHCP and file serving.  I also have git repositories hosted on raspberry pis. Is there any interest in this? Maybe a book on this? I am working on chapter 5 and look to complete

[lfs-support] download location for openssl-1.1.1a

2019-05-22 Thread Baho Utot
The location for this package has changed to: https://www.openssl.org/source/old/1.1.1/openssl-1.1.1a.tar.gz -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list.

[lfs-support] LFS-8.4 openssl download location

2019-05-22 Thread Baho Utot
The location for this package has changed to: https://www.openssl.org/source/old/1.1.1/openssl-1.1.1a.tar.gz -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list.

[lfs-support] LFS-8.4 openssl download location

2019-05-22 Thread Baho Utot
The location for this package has changed to: https://www.openssl.org/source/old/1.1.1/openssl-1.1.1a.tar.gz -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list.

Re: [lfs-support] Cannot build elfutils

2019-05-10 Thread Baho utot
On 5/10/19 5:25 PM, Niels Terp wrote: Hey, I’m kind of new here. I build LFS several times a few years ago, but then got busy with other things. Now I’m back, I’m following current stable lfs, and here is my first problem: I have a script that builds the  temporary system. Since i want

Re: [lfs-support] Cannot build elfutils

2019-05-10 Thread Baho utot
, it builds elfutils libraries which is all you need to build rpm. https://github.com/baho-utot/LFS-RPM If you like we can work this together. -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-09 Thread Baho utot
On 5/9/19 2:40 AM, Ken Moffat wrote: On Wed, May 08, 2019 at 09:47:40PM -0400, Baho utot wrote: More info on segfaults: built perl on pclinuxos saw no segfaults during the build Opened the syslog and boom here it is: May  8 21:41:16 desktop kernel: perl[16059]: segfault at 7ffeba075ff8 ip

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-09 Thread Baho utot
On 5/9/19 12:47 AM, Bruce Dubbs wrote: On 5/8/19 8:47 PM, Baho utot wrote: More info on segfaults: built perl on pclinuxos saw no segfaults during the build Opened the syslog and boom here it is: May  8 21:41:16 desktop kernel: perl[16059]: segfault at 7ffeba075ff8 ip 7ff75122dd85 sp

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-09 Thread Baho utot
On 5/9/19 4:55 AM, Michael Shell wrote: ulimit -n 1024 -u 35 -m 20 -d unlimited -s 8192 -c 20 -v 2000 Tried that and it did not work,  I think that fixed a different issue -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-08 Thread Baho utot
More info on segfaults: built perl on pclinuxos saw no segfaults during the build Opened the syslog and boom here it is: May  8 21:41:16 desktop kernel: perl[16059]: segfault at 7ffeba075ff8 ip 7ff75122dd85 sp 7ffeba076000 error 6 in Storable.so[7ff751223000+14000] May  8 21:41:16

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-08 Thread Baho utot
On 5/8/19 3:49 PM, Ken Moffat wrote: On Wed, May 08, 2019 at 11:46:40AM -0400, baho-u...@columbus.rr.com wrote: I went back into my archive of LFS-8.2 and pulled out the perl-5.26.1.tar.xz tarball and copied it into the build directory. Changed the script that I use to build the chapter 5 tool

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-08 Thread baho-utot
On 5/8/19 10:08 AM, Pierre Labastie wrote: Hey, why are you turning angry? People on this list are willing to help, but they are not Harry Potter, and cannot fly to your machine to see what is going on... They all told you they had not seen what you were seeing. This does not mean you did

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-08 Thread baho-utot
I went back into my archive of LFS-8.2 and pulled out the perl-5.26.1.tar.xz tarball and copied it into the build directory. Changed the script that I use to build the chapter 5 tool chain to use that version and build the package but not install it.  No segfault during the build. Changed

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-08 Thread baho-utot
On 5/7/19 9:04 PM, Ken Moffat wrote: On Tue, May 07, 2019 at 05:50:28PM -0400, baho-u...@columbus.rr.com wrote: I have built a different kernel using pclinuxos config file. The segfaults only occur when building perl under LFS-8.4.  It does not stop or invalidate the build and the segfault

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-07 Thread baho-utot
I have built a different kernel using pclinuxos config file. The segfaults only occur when building perl under LFS-8.4.  It does not stop or invalidate the build and the segfault error messages only go to the screen and to /var/log/sys.log. Here is some more info, if some one can decipher:

Re: [lfs-support] LFS-8.4 Perl segfaults during build

2019-05-07 Thread baho-utot
On 5/7/19 1:48 PM, Ken Moffat wrote: On Tue, May 07, 2019 at 08:24:11AM -0400, baho-u...@columbus.rr.com wrote: Building perl ( both chapter 5 and 6 ) under the host system (pclinuxos) works fine. The issue is when I use the newly built LFS-8.4 to build its self ie as the host system. The

[lfs-support] LFS-8.4 Perl segfaults during build

2019-05-07 Thread baho-utot
Building perl ( both chapter 5 and 6 ) under the host system (pclinuxos) works fine. The issue is when I use the newly built LFS-8.4 to build its self ie as the host system. The perl build for both chapter 5 and chapter 6 produces some segfaults outputs to stderr. The build always

[lfs-support] LFS-8.4 6.34. Bash-5.0

2019-04-05 Thread baho-utot
Missing from the install instructions: ln -vs bash /bin/sh -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which

Re: [lfs-support] LFS-8.4 SEARCH_DIR

2019-03-17 Thread baho-utot
On 3/17/19 5:42 PM, Pierre Labastie wrote: On 17/03/2019 21:48, baho-u...@columbus.rr.com wrote: Trying to figure this out. 6.10. Adjusting the Toolchain The step the results in grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' SEARCH_DIR("=/tools/x86_64-pc-linux-gnu/lib64")

Re: [lfs-support] LFS-8.4 SEARCH_DIR

2019-03-17 Thread baho-utot
On 3/17/19 5:08 PM, Bruce Dubbs wrote: On 3/17/19 3:48 PM, baho-u...@columbus.rr.com wrote: Trying to figure this out.     6.10. Adjusting the Toolchain The step the results in grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' SEARCH_DIR("=/tools/x86_64-pc-linux-gnu/lib64")

[lfs-support] LFS-8.4 SEARCH_DIR

2019-03-17 Thread baho-utot
Trying to figure this out. 6.10. Adjusting the Toolchain The step the results in grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' SEARCH_DIR("=/tools/x86_64-pc-linux-gnu/lib64") |SEARCH_DIR("/usr/lib") SEARCH_DIR("/lib")| SEARCH_DIR("=/tools/x86_64-pc-linux-gnu/lib") Notice the = in

Re: [lfs-support] LFS Fail to Boot at End Trace...

2019-03-17 Thread baho-utot
On 3/17/19 2:25 PM, Pei Jia wrote: Hi, Can anybody give me a hand why my built LFS failed to boot? Thank you very much... The ERROR is displayed at: https://www.longervision.cc/bugs/lfs_endtrace_fail2boot.jpg Cheers Pei Looks like you don't have the correct driver for your hard

Re: [lfs-support] Help: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0, 0)

2018-11-29 Thread Baho Utot
On 11/28/18 10:11 PM, Ken Moffat wrote: On Wed, Nov 28, 2018 at 07:15:14PM -0600, renodr wrote: Look for Fusion MPT support and build all of that, as well as the VMWare VMCI Driver, SCSI Disk/Device/Generic support, Buslogic SCSI support, and PVSCSI support. You might need the VMXNET3 driver

Re: [lfs-support] LFS-*.2 Udev

2018-09-29 Thread Baho Utot
On 9/29/18 3:47 PM, Bruce Dubbs wrote: On 09/29/2018 01:44 PM, Baho Utot wrote: I am still working with version LFS-8.2 and I have found that eudev places udev.pc into /usr/share/pkgconfig directory.  I believe it should be moved into /usr/lib/pkgconfig with all the others.  LFS-8.3 may have

[lfs-support] LFS-*.2 Udev

2018-09-29 Thread Baho Utot
I am still working with version LFS-8.2 and I have found that eudev places udev.pc into /usr/share/pkgconfig directory.  I believe it should be moved into /usr/lib/pkgconfig with all the others.  LFS-8.3 may have the same issue -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ:

Re: [lfs-support] LFS v. 8.3 : Compiler lacks asm-goto support.. Stop.

2018-09-16 Thread Baho Utot
On 9/16/18 6:19 AM, Terence Waterhouse wrote: > Message du 15/09/18 19:25 > De : "Ken Moffat" > A : "Terence Waterhouse" , "LFS Support List" > Copie à : > Objet : Re: [lfs-support] LFS v. 8.3 : Compiler lacks asm-goto support.. Stop. > > On Sat, Sep 15, 2018 at 05:13:23PM +0200, Terence

Re: [lfs-support] Booting LFS with systemd

2018-07-06 Thread Baho Utot
On 07/06/2018 02:46 AM, Xi Ruoyao wrote: On 2018-07-05 17:05 -0400, Baho Utot wrote: On 07/05/2018 03:48 PM, Frans de Boer wrote: On 06/30/2018 01:29 PM, Hazel Russman wrote: On Fri, 29 Jun 2018 01:25:29 -0400 Michael Shell wrote: On Thu, 28 Jun 2018 16:06:00 +0800 Xi Ruoyao wrote

Re: [lfs-support] Booting LFS with systemd

2018-07-05 Thread Baho Utot
On 07/05/2018 03:48 PM, Frans de Boer wrote: On 06/30/2018 01:29 PM, Hazel Russman wrote: On Fri, 29 Jun 2018 01:25:29 -0400 Michael Shell wrote: On Thu, 28 Jun 2018 16:06:00 +0800 Xi Ruoyao wrote: Now I only use "initrd" directive to update CPU microcode and fix the buggy ACPI DSDT of

Re: [lfs-support] LFS-8.2: 6.12. File-5.32

2018-07-03 Thread Baho Utot
On 07/03/2018 05:49 PM, Ken Moffat wrote: On Tue, Jul 03, 2018 at 05:17:27PM -0400, Baho Utot wrote: I think you answered a different question from the one I asked. I don't care what worked in your 8.1 build, only whether all recent versions of file show the problem in your current build

Re: [lfs-support] LFS-8.2: 6.12. File-5.32

2018-07-03 Thread Baho Utot
On 07/03/2018 05:08 PM, Ken Moffat wrote: On Tue, Jul 03, 2018 at 04:53:27PM -0400, Baho Utot wrote: On 07/03/2018 03:13 PM, Ken Moffat wrote: Do you get the same problem with whichever version was in 8.1, or with the current 5.33 ? No it built,  the only thing changed between the 8.1

Re: [lfs-support] LFS-8.2: 6.12. File-5.32

2018-07-03 Thread Baho Utot
More info: On 07/03/2018 04:53 PM, Baho Utot wrote: On 07/03/2018 03:13 PM, Ken Moffat wrote: On Mon, Jul 02, 2018 at 01:44:49PM -0400, Baho Utot wrote: Having a bit of bad luck with this: configure:3735: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion';

Re: [lfs-support] LFS-8.2: 6.12. File-5.32

2018-07-03 Thread Baho Utot
On 07/03/2018 03:13 PM, Ken Moffat wrote: On Mon, Jul 02, 2018 at 01:44:49PM -0400, Baho Utot wrote: Having a bit of bad luck with this: configure:3735: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no inpu

[lfs-support] LFS-8.2: 6.12. File-5.32

2018-07-02 Thread Baho Utot
Having a bit of bad luck with this: configure:3735: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3746: $? = 1 configure:3766: checking whether the C compiler works

Re: [lfs-support] A Question about EFI Partition

2018-06-11 Thread Baho Utot
On 06/10/2018 12:28 PM, Bruce Dubbs wrote: On 06/10/2018 08:31 AM, Rob wrote: Xi Ruoyao wrote: LFS book does *not* support EFI.  If you followed the book, you should use "legacy boot" instead of EFI.  And, since the partition table is GPT, you should create a "BIOS boot partition" (in

Re: [lfs-support] Requesting to include about Package-management in lfs

2018-06-07 Thread Baho Utot
On 6/7/2018 6:21 PM, Paul Rogers wrote: Note: the Hint about using "git" is very old, 2003. I think you'd be hard pressed to find the code now, the given directory is empty. pio is about 95% git--I've added some features, modified one or two. And you can download the file from the LFS

Re: [lfs-support] Requesting to include about Package-management in lfs book

2018-06-06 Thread Baho Utot
On 6/6/2018 5:41 PM, Don Cross wrote: On Wed, Jun 6, 2018 at 5:11 PM, Baho Utot <mailto:baho-u...@columbus.rr.com>> wrote: On 6/6/2018 3:42 PM, Bruce Dubbs wrote: On 06/06/2018 02:05 PM, charith madhuranga wrote: I think its better to include  abou

Re: [lfs-support] Requesting to include about Package-management in lfs book

2018-06-06 Thread Baho Utot
On 6/6/2018 3:42 PM, Bruce Dubbs wrote: On 06/06/2018 02:05 PM, charith madhuranga wrote: I think its better to include  about package-management in  lfs book.At least about popular one like deb or rpm . It will help reader to get a proper idea about package-management in linux and how they

Re: [lfs-support] Booting LFS with systemd

2018-05-28 Thread Baho Utot
On 5/25/2018 4:35 AM, Frans de Boer wrote: Dear all, Attached was a picture with a repeatably failing boot when I build LFS with systemd support. Any suggestion where I screwed-up? This is already like the introduction of systemd-238. Regards, Frans. Since pictures are not allowed: The

Re: [lfs-support] Illegal instructions when trying to bring up a Ryzen

2018-03-27 Thread Baho Utot
On 3/27/2018 8:49 PM, Ken Moffat wrote: Thought I'd mention this here, because with current gcc the use (or omission!) of -march in CFLAGS isn't doing what I had expected. [putolin] I'm really mentioning this in case anybody else gets a Ryzen and tries the same approach. ĸen When I

Re: [lfs-support] Adjusting the Toolchain: components with '-linux-gnu' should be ignored

2018-02-16 Thread Baho Utot
See below: On 2/16/2018 2:40 PM, René Nyffenegger wrote: I am actually pretty convinced that I goofed up something. Like you, I am trying to create my repeatable scripts. Now, it's one thing to know that I am wrong, but a completely different thing to determine why I am wrong. So, I am

Re: [lfs-support] Adjusting the Toolchain: components with '-linux-gnu' should be ignored

2018-02-15 Thread Baho Utot
On 2/15/2018 10:58 AM, René Nyffenegger wrote: On 02/15/2018 01:54 PM, Baho Utot wrote: On 2/15/2018 5:51 AM, René Nyffenegger wrote: As I am proceeding with building LFS, I am now in Step 6.10, Adjusting the Toolchain. The book instructs me to grep 'SEARCH.*/usr/lib' dummy.log |sed 's

Re: [lfs-support] Adjusting the Toolchain: components with '-linux-gnu' should be ignored

2018-02-15 Thread Baho Utot
On 2/15/2018 5:51 AM, René Nyffenegger wrote: As I am proceeding with building LFS, I am now in Step 6.10, Adjusting the Toolchain. The book instructs me to grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' On my system, the output is:   SEARCH_DIR("=/tools/x86_64-pc-linux-gnu/lib64")  

[lfs-support] LFS-8.1 --> LFS-8.2

2018-02-06 Thread Baho Utot
Just finished my LFS-8.1 with rpm package manager. At this point I am happier than a pig in poop. As it will give me repeatable builds, if I follow the README instructions good. It is posted on github here: https://github.com/baho-utot/LFS-RPM I have a scripted version: https://github.com

Re: [lfs-support] LFS 8.1 part 6.20

2018-01-28 Thread Baho Utot
On 1/27/2018 5:48 PM, Baho Utot wrote: On 1/27/2018 11:41 AM, Maxwell Huenink wrote: ​​After building GCC in step 6.20 there were several steps to ensure that the new GCC was installed correctly. Starting at "Verify the compiler is serching for the correct header files:", I fai

Re: [lfs-support] LFS 8.1 part 6.20

2018-01-27 Thread Baho Utot
On 1/27/2018 6:17 PM, Ken Moffat wrote: On Sat, Jan 27, 2018 at 05:48:02PM -0500, Baho Utot wrote: On 1/27/2018 11:41 AM, Maxwell Huenink wrote: ​​After building GCC in step 6.20 there were several steps to ensure that the new GCC was installed correctly. Starting at "Verify the com

Re: [lfs-support] LFS 8.1 part 6.20

2018-01-27 Thread Baho Utot
On 1/27/2018 11:41 AM, Maxwell Huenink wrote: ​​After building GCC in step 6.20 there were several steps to ensure that the new GCC was installed correctly. Starting at "Verify the compiler is serching for the correct header files:", I failed to get the output that the book says I should

[lfs-support] LFS-8.1 chapter 6 GCC

2018-01-20 Thread Baho Utot
Trying to learn how this works: When one gets the results from the test in the gcc chapter How and where do these come from...ie what sets them? grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log The output of the last command should be:

[lfs-support] Hot diggity dog

2018-01-06 Thread Baho Utot
Just finished my LFS-8.1 build. It has taken since Dec 18, 2017. I have my scripted build working. I need to create a kernel config file as the one I am using came from slackware. AMD64 platform Any one got any pointers how to do this without too much trouble? I would like to do make

[lfs-support] LFS-8.1 6.27. Sed-4.4

2018-01-05 Thread Baho Utot
Building my first LFS-8.1,  I am leaving FreeBSD ( Don't like the direction they are going in ) and returning to LFS and picking back up from LFS-7.5.  The onlyist departure from the book is to script the build.  I am building in a VirtualBox session running LFS-7.5 as host. Following the

Re: [lfs-support] LFS-8.1 Chapter 6.20. GCC-7.2.0

2018-01-04 Thread Baho Utot
On 1/4/2018 10:23 AM, Bruce Dubbs wrote: Baho Utot wrote: On 1/3/2018 11:01 PM, Bruce Dubbs wrote: Baho Utot wrote: I can not figure this out. I have rebuilt the whole thing from beginning to end and I always get the following upon the test for this chapter.  All previous tests are good

Re: [lfs-support] LFS-8.1 Chapter 6.20. GCC-7.2.0

2018-01-04 Thread Baho Utot
On 1/3/2018 11:01 PM, Bruce Dubbs wrote: Baho Utot wrote: I can not figure this out. I have rebuilt the whole thing from beginning to end and I always get the following upon the test for this chapter.  All previous tests are good. I made a script to do the test which give me the command

[lfs-support] LFS-8.1 Chapter 6.20. GCC-7.2.0

2018-01-03 Thread Baho Utot
I can not figure this out. I have rebuilt the whole thing from beginning to end and I always get the following upon the test for this chapter.  All previous tests are good. I made a script to do the test which give me the command followed by the result then the line with Book: is what I am

[lfs-support] dbus tarball included in wget-list.txt

2018-01-01 Thread Baho Utot
I am returning to LFS after a few years of using FreeBSD and I am currently building LFS-8.1 The following tarbar is included itno the LFS-8.1 wget-list.txt file http://dbus.freedesktop.org/releases/dbus/dbus-1.10.22.tar.gz It is not used in the LFS-8.1 build as it is not in the handbook as

Re: [lfs-support] Vim-7.4 Fails to Configure at the end of Ch. 5

2014-06-23 Thread Baho Utot
On Monday, June 23, 2014 04:38:52 PM Baho Utot wrote: Try this it worked for me, configure completed. Have not run make yet ( didn't have time but will try later ) It is all one line kmail wrapped it CPPFLAGS=-I/tools/include LDFLAGS=-L/tools/lib ./configure -- prefix=/tools --enable

Re: [lfs-support] Problem partioning

2014-06-21 Thread Baho Utot
On Saturday, June 21, 2014 12:31:03 PM Philippe Delavalade wrote: Hi all. I want to build LFS on a new computer. It seems to me I have a problem with my swap partition. I did a mistake when creating the LFS partition and so, I had to recreate the swap partition. I used cgdisk on a ssd

Re: [lfs-support] how to install rpm in lfs

2014-06-16 Thread Baho Utot
On Monday, June 16, 2014 02:39:35 PM Pierre Labastie wrote: Le 16/06/2014 14:23, Alice Wonder a écrit : On 06/16/2014 05:03 AM, Baho Utot wrote: On 06/16/2014 02:55 AM, Alice Wonder wrote: Hi, It is possible to build RPM for lfs but it requires some effort, and then once built you

[lfs-support] Python

2014-06-16 Thread Baho Utot
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 instructions to work) What in the book requires

Re: [lfs-support] Python

2014-06-16 Thread Baho Utot
On Monday, June 16, 2014 05:54:49 PM Armin K. wrote: 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

Re: [lfs-support] KDE Question - akonadiserver always at 100%

2014-06-09 Thread Baho Utot
On Monday, June 09, 2014 01:50:07 PM Bruce Dubbs wrote: I just finished doing an install of KDE-4.13.1. It starts fine and I don't really notice any interface issues (other than the designed ones :). However, I do notice in top: PID USER VIRT RES SHR S %CPU %MEM TIME+