[blfs-dev] Missing options for building gvfs sysv

2018-04-07 Thread Pierre Labastie
Hi, BLFS book Sys V. All pacakges from the book are on the system. I had to add: -Dsystemduserunitdir=no \ -Dtmpfilesdir=no \ -Dlogind=false \ -Dgoa=false \ -Dgoogle=false \ to the meson command for gvfs-1.36.0. Is it only me, or should those be added to the Sys V

[blfs-dev] LFS is about accuracy and concentration.

2018-04-07 Thread Ag, D.E Chatzimanikas
Here is an innocent example. On Sat, Apr 07, at 05:04 Ag, D.E Chatzimanikas wrote: > I'm running mutt here, a quite recent version ... That means at least a > 1.9.0. But if you look at the headers of this same email in the "Mailing List Netiquette" thread, you will see that was yes, it was sen

[blfs-dev] Gucharmap does not find dlsym

2018-04-07 Thread Pierre Labastie
With gucharmap-10.0.4, I get an error: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' Upstream has committed a fix just after the release: https://git.gnome.org/browse/gucharmap/commit/?id=4ad97abc893ded93296f7c157631369fbddcf90a For us adding LIBS="-ldl" before ./configure is enough. I'll

Re: [blfs-dev] Gucharmap does not find dlsym

2018-04-07 Thread Pierre Labastie
On 07/04/2018 10:43, Pierre Labastie wrote: With gucharmap-10.0.4, I get an error: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' Upstream has committed a fix just after the release: https://git.gnome.org/browse/gucharmap/commit/?id=4ad97abc893ded93296f7c157631369fbddcf90a For us adding

Re: [blfs-dev] Missing options for building gvfs sysv

2018-04-07 Thread Pierre Labastie
On 07/04/2018 09:20, Pierre Labastie wrote: Hi, BLFS book Sys V. All packages from the book are on the system. I had to add:   -Dsystemduserunitdir=no \   -Dtmpfilesdir=no \   -Dlogind=false \   -Dgoa=false \   -Dgoogle=false \ Ooops, sorry, was using an (not so much

[blfs-dev] gnome-keyring either needs --disable-ssh-agent or to recommend openssh

2018-04-07 Thread Pierre Labastie
Hi, gnome-keyring-3.28.0.2: Without openssh, the build according to book instructions fails. This can be fixed by passing --disable-ssh-agent We may also want to recommend openssh... Thoughts? Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/bl

[blfs-dev] json-c is required for cryptsetup

2018-04-07 Thread Pierre Labastie
Otherwise, configure errors out. Amazingly, nobody seems to have noticed. So am I the only one? Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-dev] json-c is required for cryptsetup

2018-04-07 Thread Ryan Marsaw
On Sat, 7 Apr 2018, Pierre Labastie wrote: Otherwise, configure errors out. Amazingly, nobody seems to have noticed. So am I the only one? Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information pag

Re: [blfs-dev] Contributing to LFS and BLFS books.

2018-04-07 Thread Bruce Dubbs
On 04/07/2018 01:48 AM, Kevin Buckley wrote: On 7 April 2018 at 13:56, Bruce Dubbs wrote: That's clear enough. The books were initially developed at different times so there are differences. When we moved those packages from BLFS to LFS, there are differences, but we are familiar enough with

Re: [blfs-dev] Gucharmap does not find dlsym

2018-04-07 Thread Bruce Dubbs
On 04/07/2018 03:43 AM, Pierre Labastie wrote: With gucharmap-10.0.4, I get an error: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' Upstream has committed a fix just after the release: https://git.gnome.org/browse/gucharmap/commit/?id=4ad97abc893ded93296f7c157631369fbddcf90a For us add

Re: [blfs-dev] gnome-keyring either needs --disable-ssh-agent or to recommend openssh

2018-04-07 Thread Bruce Dubbs
On 04/07/2018 09:24 AM, Pierre Labastie wrote: Hi, gnome-keyring-3.28.0.2: Without openssh, the build according to book instructions fails. This can be fixed by passing --disable-ssh-agent We may also want to recommend openssh... openssh is very important in several contexts. Please add it

Re: [blfs-dev] json-c is required for cryptsetup

2018-04-07 Thread Bruce Dubbs
On 04/07/2018 11:30 AM, Ryan Marsaw wrote: On Sat, 7 Apr 2018, Pierre Labastie wrote: Otherwise, configure errors out. Amazingly, nobody seems to have noticed. So am I the only one? Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.htm

Re: [blfs-dev] json-c is required for cryptsetup

2018-04-07 Thread Pierre Labastie
On 07/04/2018 18:49, Bruce Dubbs wrote: On 04/07/2018 11:30 AM, Ryan Marsaw wrote: On Sat, 7 Apr 2018, Pierre Labastie wrote: Otherwise, configure errors out. Amazingly, nobody seems to have noticed. So am I the only one? You're not the only one :) I'm constantly building pre-release vers

Re: [blfs-dev] Gucharmap does not find dlsym

2018-04-07 Thread Pierre Labastie
On 07/04/2018 18:42, Bruce Dubbs wrote: On 04/07/2018 03:43 AM, Pierre Labastie wrote: With gucharmap-10.0.4, I get an error: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' Upstream has committed a fix just after the release: https://git.gnome.org/browse/gucharmap/commit/?id=4ad97abc893ded

[blfs-dev] HarfBuzz requires Graphite2 when building LibreOffice

2018-04-07 Thread Ryan Marsaw
Hello all. I believe this has been brought up in the past (albeit not directly - almost as an afterthought) but it deserves to be addressed. When building LibreOffice with system Harfbuzz, the latter needs to be compiled with Graphite2 support. If using system Harfbuzz w/o Graphite2 built in, I

Re: [blfs-dev] HarfBuzz requires Graphite2 when building LibreOffice

2018-04-07 Thread Bruce Dubbs
On 04/07/2018 03:01 PM, Ryan Marsaw wrote: Hello all. I believe this has been brought up in the past (albeit not directly - almost as an afterthought) but it deserves to be addressed. When building LibreOffice with system Harfbuzz, the latter needs to be compiled with Graphite2 support.  If usi

[blfs-dev] Anyone building rustc on a ryzen ?

2018-04-07 Thread Ken Moffat
Does anyone here use a ryzen ? I got a 1300X recently, and building current rustc - and using that to build firefox - seems to work fine. BUT - I had not bothered to run the rustc testsuite because it takes so long. But those initial builds of rustc were to install it in /opt - seemed good enoug

[blfs-dev] openssh-7.7p1

2018-04-07 Thread Bruce Dubbs
It's disturbing that openssh still requires a 60K patch to build with openssl-1.1.0. openssl-1.1.0. has been in release since August 2916. The patch from Arch seems to work well. -- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.h

Re: [blfs-dev] openssh-7.7p1

2018-04-07 Thread Tim Tassonis
On 04/08/2018 12:42 AM, Bruce Dubbs wrote: It's disturbing that openssh still requires a 60K patch to build with openssl-1.1.0.  openssl-1.1.0. has been in release since August 2916. I guess that's probably because they just concentrate on their own libressl. Tim -- http://lists.linuxfromscrat

Re: [blfs-dev] Anyone building rustc on a ryzen ?

2018-04-07 Thread Thanos Baloukas
On 07/04/2018 11:57 μμ, Ken Moffat wrote: Does anyone here use a ryzen ? I got a 1300X recently, and building current rustc - and using that to build firefox - seems to work fine. BUT - I had not bothered to run the rustc testsuite because it takes so long. But those initial builds of rustc we

Re: [blfs-dev] Anyone building rustc on a ryzen ?

2018-04-07 Thread Ken Moffat
On Sun, Apr 08, 2018 at 04:01:11AM +0300, Thanos Baloukas wrote: > On 07/04/2018 11:57 μμ, Ken Moffat wrote: > > > > Every time I run the tests, within a couple of minutes I get two > > traps for invalid opcodes, followed a few minutes later by two > > segfaults (noted by reading syslog, the tests

[blfs-dev] openssh-7.7p1 and libressl

2018-04-07 Thread ag
On Sun, Apr 08, at 12:48 Tim Tassonis wrote: > On 04/08/2018 12:42 AM, Bruce Dubbs wrote: > > It's disturbing that openssh still requires a 60K patch to build with > > openssl-1.1.0.  openssl-1.1.0. has been in release since August 2916. > > I guess that's probably because they just concentrate on