[blfs-dev] Change in kernel DRM settings for 4.4.4

2016-03-19 Thread Victor Wren
In the development version of LFS, the kernel has been bumped up to 4.4.4. This has made a small change in frame buffer settings: https://lists.freedesktop.org/archives/intel-gfx/2015-June/069292.html In the development version of BLFS, the Xorg Drivers section shows setting

Re: [blfs-dev] JSON-C 0.12 Make

2016-03-19 Thread Victor Wren
I understand. That's why I was trying to BE a resource, doing thorough testing and research, presenting a complete fix, with documented sources, requiring no extra work. I debated about submitting it, and clearly I made the wrong choice. Considering that it's been two years since the last

[blfs-dev] S-Lang 'make install' needs -j1?

2016-03-19 Thread ALZ (phyglos.org)
Hi, I was building S-Lang-2.2.4 for last BLFS and had some errors in "make install-all". Downloaded the package again to assert the source was right but errors repeated. Downloaded a more recent version 2.3.0 and same errors were also there. /usr/bin/install: cannot stat

Re: [blfs-dev] A note on openssl changes

2016-03-19 Thread Ken Moffat
On Tue, Mar 15, 2016 at 05:10:16PM +, Ken Moffat wrote: > On Mon, Mar 14, 2016 at 11:18:48PM -0500, Bruce Dubbs wrote: > > The latest version of openssl disables SSLv2 by default. This will cause > > other packages to break. > > > > I was upgrading wireshark and it failed because a Qt5

Re: [blfs-dev] S-Lang 'make install' needs -j1?

2016-03-19 Thread Bruce Dubbs
ALZ (phyglos.org) wrote: In the book there are several "make -j1" for compiling or "make -j1 check" for testing clearly marked. However I haven't found any "make -j1 install" yet. This is what I found unusual in this package. Why would you ever want to do a parallel install? How much time

Re: [blfs-dev] JSON-C 0.12 Make

2016-03-19 Thread Bruce Dubbs
Victor Wren wrote: On 3/18/2016 13:24, Bruce Dubbs wrote: Victor Wren wrote: Going through the release version of BLFS7.9. I notice the fix for JSON-C dropping out of make with an "unused variable" warning in json_tokener.c. BLFS fixes this by disabling -Werror on the whole build. The day

Re: [blfs-dev] Change in kernel DRM settings for 4.4.4

2016-03-19 Thread Ken Moffat
On Fri, Mar 18, 2016 at 07:58:50AM -0500, Victor Wren wrote: > In the development version of LFS, the kernel has been bumped up to 4.4.4. > This has made a small change in frame buffer settings: > > https://lists.freedesktop.org/archives/intel-gfx/2015-June/069292.html > > In the development

Re: [blfs-dev] S-Lang 'make install' needs -j1?

2016-03-19 Thread ALZ (phyglos.org)
On 03/19/2016 12:07 AM, Ken Moffat wrote: On Fri, Mar 18, 2016 at 11:14:05PM +0100, ALZ (phyglos.org) wrote: On 03/17/2016 11:38 PM, Ken Moffat wrote: On Thu, Mar 17, 2016 at 11:07:34PM +0100, ALZ (phyglos.org) wrote: Has anybody found something like this? I don't recall any "make -j1

Re: [blfs-dev] [blfs-book] r16986 - in trunk/BOOK: . general/graphlib introduction/welcome

2016-03-19 Thread Ken Moffat
- Forwarded message from Ken Moffat - Yet again, my replies to -book seem to not appear. A quick check showed higgs is idle, so I guess this got filtered to /dev/null. Resending to -dev using my lfs id. Date: Thu, 17 Mar 2016 19:06:05 + From: Ken Moffat

Re: [blfs-dev] S-Lang 'make install' needs -j1?

2016-03-19 Thread ALZ (phyglos.org)
In the book there are several "make -j1" for compiling or "make -j1 check" for testing clearly marked. However I haven't found any "make -j1 install" yet. This is what I found unusual in this package. Why would you ever want to do a parallel install? How much time would you save? I

Re: [blfs-dev] Change in kernel DRM settings for 4.4.4

2016-03-19 Thread Pierre Labastie
On 18/03/2016 13:58, Victor Wren wrote: "Depends on: HAS_IOMEM [=y] && DRM [=y] && X86 [=y] && PCI [=y] && (AGP [=y] || AGP [=y]=n)" Does that mean "don't care" or "preference for [y] but [n] will work, or "if you set it [n] I'm gonna change it to [y]"? According to

Re: [blfs-dev] Qupzilla-1.8.9 broken with qtwebkit-5.6.0

2016-03-19 Thread Fernando de Oliveira
Em 19-03-2016 12:27, Fernando de Oliveira escreveu: > > > Please, disregard. It was supposed to be a private message. -- []s, Fernando, aka Sísifo -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information

[blfs-dev] Qupzilla-1.8.9 broken with qtwebkit-5.6.0

2016-03-19 Thread Fernando de Oliveira
-- []s, Fernando, aka Sísifo cd src/lib/ && ( test -e Makefile || /opt/qt5/bin/qmake /tmp/porg-build-2016.03.19-10h21m51s/qupzilla-1.8.9/src/lib/lib.pro -o Makefile ) && make -f Makefile make[1]: Entering directory '/tmp/porg-build-2016.03.19-10h21m51s/qupzilla-1.8.9/src/lib' make[1]: Nothing

[blfs-dev] BLFS 7.9 missing dependency on GLibmm-2.46.3

2016-03-19 Thread Victor Wren
I'm building a 32-bit version of BLFS on an Intel platform. I've spent most of the day trying to get a clean make check out of GLibmm, and it kept coming up with a fail on "giomm_tls_client/test". Mentions of that exact error in the BLFS mailing list archive say that the failure indicates a

[blfs-dev] qtwebkit

2016-03-19 Thread Bruce Dubbs
Trolltech has released qtwebkit-opensource-src-5.6.0.tar.xz. (https://download.qt.io/community_releases/5.6/5.6.0/) It is used for libprocessui from libksysguard (I don't think it is required) in plasma and kf5 pim (which is not yet in the book) The build instructions are really non