Re: [blfs-dev] BLFS 8.3 systemd - Firefox/Python2/POSIX semaphores broken ?

2019-03-22 Thread Ken Moffat via blfs-dev
On Fri, Mar 22, 2019 at 05:38:18PM -0700, Mark Wigzell via blfs-dev wrote: > Hey guys, I recently added some BLFS support and got "startx" running, at > which point I decided to run "firefox" so I can follow along with further > installation of packages. However "firefox" wouldn't build because it

[blfs-dev] BLFS 8.3 systemd - XTerm fails to build with "-fa" option for FreeType

2019-03-22 Thread Mark Wigzell via blfs-dev
The doc talks about installing DejaVu so one can have some fonts for xterm, however xterm builds without support for FreeType. I added "--with-freetype-config=freetype-config" to the configure which supplied the "freetype2" lib, but the "Xft" lib was not used, because of a confusion of

[blfs-dev] BLFS 8.3 systemd - Firefox/Python2/POSIX semaphores broken ?

2019-03-22 Thread Mark Wigzell via blfs-dev
Hey guys, I recently added some BLFS support and got "startx" running, at which point I decided to run "firefox" so I can follow along with further installation of packages. However "firefox" wouldn't build because it turns out "python2" determined (during its configuration), that POSIX semaphores

Re: [blfs-dev] Possible issue with firefox-66 and alsa

2019-03-22 Thread Ken Moffat via blfs-dev
On Thu, Mar 21, 2019 at 06:23:01PM +, Ken Moffat via blfs-dev wrote: > > Meanwhile, and possibly related to Tim's later reply about a later > kernel, on my haswell I've been seeing very slow or bursty network > i/o causing terms to hang for several seconds (e.g. downloading a > large package

Re: [blfs-dev] libssh2 breaks vlc

2019-03-22 Thread Ken Moffat via blfs-dev
On Fri, Mar 22, 2019 at 10:54:42PM +0100, Pierre Labastie via blfs-dev wrote: > > Slightly off topic: libssh2 is nowhere mentioned as a dep of vlc. Shouldn't it > be added? (together with a description of the --disable-sftp option) > Probably, and possibly. I'll try rebuilding vlc on an 8.4

Re: [blfs-dev] libssh2 breaks vlc

2019-03-22 Thread Pierre Labastie via blfs-dev
On 22/03/2019 22:11, Ken Moffat via blfs-dev wrote: > On Fri, Mar 22, 2019 at 08:23:00PM +, Ken Moffat via blfs-dev wrote: >> Building a current system, including this week's security update to >> libssh2, vlc fails to build: >> >> access/sftp.c: In function 'Open': >> access/sftp.c:310:14:

Re: [blfs-dev] libssh2 breaks vlc

2019-03-22 Thread Ken Moffat via blfs-dev
On Fri, Mar 22, 2019 at 08:23:00PM +, Ken Moffat via blfs-dev wrote: > Building a current system, including this week's security update to > libssh2, vlc fails to build: > > access/sftp.c: In function 'Open': > access/sftp.c:310:14: error: 'LIBSSH2_HOSTKEY_TYPE_ECDSA_256' undeclared > (first

Re: [blfs-dev] parted-3.2

2019-03-22 Thread spiky0011 via blfs-dev
On 22/03/2019 18:28, Bruce Dubbs via blfs-dev wrote: On 3/22/19 1:23 PM, spiky0011 via blfs-dev wrote: On 22/03/2019 18:16, Bruce Dubbs via blfs-dev wrote: On 3/22/19 1:03 PM, spiky0011 via blfs-dev wrote: Hi Just built parted-3.2 and the devmapper patch dosn't work any more. Details? 

Re: [blfs-dev] parted-3.2

2019-03-22 Thread Bruce Dubbs via blfs-dev
On 3/22/19 1:23 PM, spiky0011 via blfs-dev wrote: On 22/03/2019 18:16, Bruce Dubbs via blfs-dev wrote: On 3/22/19 1:03 PM, spiky0011 via blfs-dev wrote: Hi Just built parted-3.2 and the devmapper patch dosn't work any more. Details?  What doesn't work? It still reports it needs

Re: [blfs-dev] parted-3.2

2019-03-22 Thread spiky0011 via blfs-dev
On 22/03/2019 18:16, Bruce Dubbs via blfs-dev wrote: On 3/22/19 1:03 PM, spiky0011 via blfs-dev wrote: Hi Just built parted-3.2 and the devmapper patch dosn't work any more. Details?  What doesn't work?   -- Bruce It still reports it needs devmapper is missing please install --

Re: [blfs-dev] parted-3.2

2019-03-22 Thread Bruce Dubbs via blfs-dev
On 3/22/19 1:03 PM, spiky0011 via blfs-dev wrote: Hi Just built parted-3.2 and the devmapper patch dosn't work any more. Details? What doesn't work? -- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the

[blfs-dev] parted-3.2

2019-03-22 Thread spiky0011 via blfs-dev
Hi Just built parted-3.2 and the devmapper patch dosn't work any more. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-dev] glib-networking-2.60.0.1

2019-03-22 Thread Douglas R. Reno via blfs-dev
On 3/22/19 12:38 PM, Roger Koehler via blfs-dev wrote: mkdir build && cd build && meson --prefix=/usr \ -Dlibproxy=false .. && ninja should be mkdir build && cd build && meson --prefix=/usr \ -Dlibproxy=disabled .. && ninja I'll have it fixed at my next commit. Thanks for the report. --

[blfs-dev] glib-networking-2.60.0.1

2019-03-22 Thread Roger Koehler via blfs-dev
mkdir build && cdbuild && meson --prefix=/usr \ -Dlibproxy=false .. && ninja should be mkdir build && cdbuild && meson --prefix=/usr \ -Dlibproxy=disabled .. && ninja -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: