Re: [blfs-dev] Kernel issues

2018-12-19 Thread Alain Toussaint via blfs-dev
> Answering Alain:  I haven't looked at iwd yet, but we may need that > also. > > Finally, we may need a new page: "About Wireless" I agree to both. For what it's worth, in my builds, I hand craft the svn checkout of lfs and blfs to, for the former, use the latest long-term kernel (currently

Re: [blfs-dev] Kernel issues

2018-12-19 Thread Alain Toussaint via blfs-dev
On Wed, 2018-12-19 at 10:37 -0600, Bruce Dubbs via blfs-dev wrote: > On 12/19/2018 10:00 AM, Bruce Dubbs wrote: > > On 12/19/2018 02:55 AM, Xi Ruoyao via blfs-dev wrote: > > > On 2018-12-18 15:11 -0600, Bruce Dubbs via blfs-dev: > > > > I have figured out my original problem with loading the > > >

Re: [blfs-dev] Gnome-online-account breakage with owncloud plugin

2018-11-26 Thread Alain Toussaint via blfs-dev
> Anyway, please report if there is any more breakage from poppler. LibreOffice 6.1.3.2 at the moment. I decided to postpone the build and look at it later. The rest should go easy peachy. Alain -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ:

Re: [blfs-dev] Gnome-online-account breakage with owncloud plugin

2018-11-26 Thread Alain Toussaint via blfs-dev
Le dimanche 25 novembre 2018 à 15:53 -0600, Douglas R. Reno a écrit : > On 11/25/18 3:52 PM, Alain Toussaint wrote: > > > My hope is to get gnome-online-accounts updated to 3.30.x within > > > the > > > next day or two. I'll reply with the revision number once I'm > > > done, > > > but > > >

Re: [blfs-dev] Poppler breakage

2018-11-26 Thread Alain Toussaint via blfs-dev
> > Doing something like this will help downstream to make their code > > conform to your expectations and not have developers incorrectly > > blame > > poppler for breakage when you need to make changes." > > > > - > > And the answer: >

Re: [blfs-dev] perl module issues

2018-11-26 Thread Alain Toussaint via blfs-dev
Le lundi 26 novembre 2018 à 12:24 -0600, Bruce Dubbs via blfs-dev a écrit : > Reference: > http://wiki.linuxfromscratch.org/blfs/ticket/11246 (git and shipped > perl > modules) > http://wiki.linuxfromscratch.org/blfs/ticket/11295 (Error-0.17027 > (Perl > module)) > > I've been looking at these

Re: [blfs-dev] dconf 0.30 need bash-completion dependency

2018-11-26 Thread Alain Toussaint via blfs-dev
> https://github.com/scop/bash-completion/releases/download/2.8/bash-co > mpletion-2.8.tar.xz > > But it did not used to be required. If it is now, it should be easy > to circumvent. > > --DJ Maybe, but given that I'm the type of "shoot first, ask question later" at this moment, I installed it

[blfs-dev] bogofilter update

2018-11-26 Thread Alain Toussaint via blfs-dev
Hello, It seem like bogofilter's source has been updated while keeping the same version. New md5sum is supposed to be: 94aee3ced558c2a354547083735f2ba7 Alain -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above

[blfs-dev] dconf 0.30 need bash-completion dependency

2018-11-25 Thread Alain Toussaint via blfs-dev
Hello, just FYI, dconf 0.30 now require a package named bash-completion for which is found on github: https://github.com/scop/bash-completion.git but for which, debian and other distro package it out in tarball form from this git tree. I used git clone -b 2.8

Re: [blfs-dev] cups variables for C++

2018-11-25 Thread Alain Toussaint via blfs-dev
> If specifying CXX=g++ will disable those warnings, that is good. > But does it, or will cups decide to anyway use clang++ ? Nope, cups will use g++ when CXX=g++ Alain -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See

[blfs-dev] LibreOffice 6.1.3.2, was Re: Gnome-online-account breakage with owncloud plugin

2018-11-25 Thread Alain Toussaint via blfs-dev
> 3.30 it is then. After sending the message, I did think about the > possibility of odd releases being development release while even > release are stable ones... I also took the occasion to modify my ALFS setup to install LibreOffice 6.1.3.2 while at it. If LO work fine on my setup, I'll

Re: [blfs-dev] Gnome-online-account breakage with owncloud plugin

2018-11-25 Thread Alain Toussaint via blfs-dev
Le dimanche 25 novembre 2018 à 15:53 -0600, Douglas R. Reno a écrit : > On 11/25/18 3:52 PM, Alain Toussaint wrote: > > > My hope is to get gnome-online-accounts updated to 3.30.x within > > > the > > > next day or two. I'll reply with the revision number once I'm > > > done, > > > but > > >

Re: [blfs-dev] Gnome-online-account breakage with owncloud plugin

2018-11-25 Thread Alain Toussaint via blfs-dev
> My hope is to get gnome-online-accounts updated to 3.30.x within the > next day or two. I'll reply with the revision number once I'm done, > but > please try using the 3.30.x series instead. > > > Thank you for the report. > Just checked out and there is a 3.31.2 version (of evolution at

[blfs-dev] Quick detail about OpenJDK

2018-11-23 Thread Alain Toussaint via blfs-dev
Hello, Since the start of the week, I've been building a gnome desktop based Linux system with all the recommended and optional packages included via the ALFS build tool and for OpenJDK, the build took 894 minutes (yes, nearly 15h) only to fail because 7 tests out of the testsuite failed. Easy

[blfs-dev] cups variables for C++

2018-11-21 Thread Alain Toussaint via blfs-dev
Hello, It might be useful to add CXX=g++ to the configure script of cups: before: CC=gcc \ ./configure --libdir=/usr/lib\ --with-rcdir=/tmp/cupsinit \ --with-system-groups=lpadmin \ --with-docdir=/usr/share/cups/doc-2.2.8 && make after: CC=gcc

[blfs-dev] rpcsvc-proto: md5sums doesn't correspond

2018-11-20 Thread Alain Toussaint via blfs-dev
Hello, it's been some time that rpcsvc-proto's md5sums doesn't corresponds: alain [ ~/blfs_root/work ]$ md5sum /sources/rpcsvc-proto-1.4.tar.gz df1022ccc5d0aff30b8e505735b4a98b /sources/rpcsvc-proto-1.4.tar.gz in the book, it still refer to an md5sum of: 3b2724bb7d6560ddcb4dbcdb5465de10

Re: [blfs-dev] openssl (sendmail) lfs/blfs discrepancy

2018-11-15 Thread Alain Toussaint via blfs-dev
Le jeudi 15 novembre 2018 à 09:09 -0500, Jean-Marc Pigeon via blfs-dev a écrit : > Hello, > > > As reported earlier, I am not able to recompile > sendmail-8.15.2. > > It is not fully proved but I have strong indication > it is caused by openssl-1.1.[0i,1] > > Looking about this, I noticed >

Re: [blfs-dev] LFS-8.3, ISO , XFCE, LXQT.

2018-11-09 Thread Alain Toussaint via blfs-dev
> > > Caution: On a GeForce GT 710, falkon crash as soon > > > trying to display an URL, It was needed to implement the > > > last proprietary Nvidia driver (standard "Nvidia-run" > > > procedure). > > > For other (more recent nvidia card) falkon is working fine. > > > > > > > I refuse to

Re: [blfs-dev] BLFS Basic

2018-09-13 Thread Alain Toussaint via blfs-dev
> Actually I prefer gdisk also, but fdisk from LFS can do msdos > partitions > as well so I felt gdisk was redundant. Just my 0.02$ in that regard but for {u}efi, I prefer dealing with gdisk as opposed to parted but then again, I'm not a new user. Alain --

Re: [blfs-dev] keyutils regression tests

2018-09-07 Thread Alain Toussaint via blfs-dev
> Note that the kernel option descriptions say > >If you are unsure as to whether this is required, answer N. > > for CONFIG_BIG_KEYS and CONFIG_KEY_DH_OPERATIONS. > > > Opinions? There's a tangent to that that some time ago that Linus refused a patch regarding blk-io scheduling because

Re: [blfs-dev] Last call for BLFS-8.3

2018-08-31 Thread Alain Toussaint via blfs-dev
Le vendredi 31 août 2018 à 11:42 -0500, Bruce Dubbs via blfs-dev a écrit : > We now have all packages in BLFS tagged for 8.3, There are still a > couple of outstanding tickets but they can be put off if they are > not > done in the next day. I can't vouch for dovecot 2.3.2.1 because of my