Re: [blfs-dev] libblockdev-2.25 doesn't compile

2021-04-15 Thread John Burrell via blfs-dev
On Thu, 15 Apr 2021 at 15:25, Xi Ruoyao via blfs-dev wrote: > > On 2021-04-15 10:43 +0100, John Burrell via blfs-dev wrote: > > On Sat, 10 Apr 2021 at 16:10, Xi Ruoyao via blfs-dev > > wrote: > > > > > > On 2021-04-10 15:05 +0100, John Burrell via blfs-

Re: [blfs-dev] libblockdev-2.25 doesn't compile

2021-04-15 Thread John Burrell via blfs-dev
On Sat, 10 Apr 2021 at 16:10, Xi Ruoyao via blfs-dev wrote: > > On 2021-04-10 15:05 +0100, John Burrell via blfs-dev wrote: > > Using the systemd version of the development book, libblockdev-2.25 gives: > > > > vdo.c: In function ‘bd_vdo_stats_copy’: > >

[blfs-dev] libblockdev-2.25 doesn't compile

2021-04-10 Thread John Burrell via blfs-dev
Using the systemd version of the development book, libblockdev-2.25 gives: vdo.c: In function ‘bd_vdo_stats_copy’: vdo.c:84:5: error: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Werror=deprecated-declarations] 84 | return g_memdup (stats, sizeof (BDVDOStats)); | ^~ In

[blfs-dev] Systemd patch in sysutils

2021-03-25 Thread John Burrell via blfs-dev
The patch in the commands needs updating to fixes-2.patch instead of fixes-1 jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-dev] Further to nftables firewall

2021-02-18 Thread John Burrell via blfs-dev
I don't receive a copy of my posts so I can't answer it. Sorry about starting a new thread. Perhaps you can combine this with the original. Using some fairly tedious detective work, I've answered the question I posed in 'nftables firewall' The option in the kernel .config file is

[blfs-dev] nftables firewall

2021-02-17 Thread John Burrell via blfs-dev
HI For some time now, (2 yrs?) my iptables rules haven't worked. For more than 5 yrs nftables is supposed to supercede iptables, so I installed it and have been trying to set up the config file. Unfortunately I haven't been entirely successful. The following nftables.conf works but is not

[blfs-dev] Graphviz-2.44.1 doesn't compile with php-8.0.1

2021-01-17 Thread John Burrell via blfs-dev
BLFS systemd version 2021-01-16 with php-8.0.1 installed, the graphviz-2.44.1 compile gives: In file included from gv_php.cpp:767: /usr/include/php/Zend/zend_API.h:168:47: note: to match this ‘{’ 168 | static const zend_internal_arg_info name[] = { \ |

Re: [blfs-dev] llvm-11.0.0 fails to compile

2020-11-25 Thread John Burrell via blfs-dev
On Wed, 25 Nov 2020 at 15:49, Douglas R. Reno via blfs-dev wrote: > > > On 11/25/20 6:39 AM, Ryan Marsaw via blfs-dev wrote: > > On Wed, 25 Nov 2020, John Burrell via blfs-dev wrote: > > > >> I'm using the development version of the book, 2020-11-24 &

[blfs-dev] llvm-11.0.0 fails to compile

2020-11-25 Thread John Burrell via blfs-dev
I'm using the development version of the book, 2020-11-24 I get these error messages: [2299/4643] Building C object projects/compiler-rt/...les/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_amd64.S.o FAILED: projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_amd64.S.o

Re: [blfs-dev] Libsoup-2.72.0 won't compile with brotli installed

2020-10-29 Thread John Burrell via blfs-dev
On Thu, 29 Oct 2020 at 15:37, Douglas R. Reno via blfs-dev wrote: > > > On 10/29/20 10:33 AM, John Burrell via blfs-dev wrote: > > Brotli has a -R parameter in each of its pkgconfig files and this > > causes libsoup to fail: > > > > [92/184] Linking target libsoup

[blfs-dev] Libsoup-2.72.0 won't compile with brotli installed

2020-10-29 Thread John Burrell via blfs-dev
Brotli has a -R parameter in each of its pkgconfig files and this causes libsoup to fail: [92/184] Linking target libsoup/libsoup-2.4.so.1.11.0 FAILED: libsoup/libsoup-2.4.so.1.11.0 , , , bject-2.0.so /usr/lib/libgio-2.0.so /usr/lib/libxml2.so /usr/lib/libsqlite3.so /usr/lib/libpsl.so -R/usr/ lib

Re: [blfs-dev] Gstreamer-1.18.0 run-time dependency libdw

2020-10-16 Thread John Burrell via blfs-dev
On Fri, 16 Oct 2020 at 14:52, Marty Jack via blfs-dev wrote: > > > > On Fri, 16 Oct 2020 08:14:15 -0500 John Burrell via blfs-dev wrote: > > Configure fails with the message: > > > > Run-time dependency libdw found: NO (tried pkgconfig and cmake) > > > &g

[blfs-dev] Gstreamer-1.18.0 run-time dependency libdw

2020-10-16 Thread John Burrell via blfs-dev
Configure fails with the message: Run-time dependency libdw found: NO (tried pkgconfig and cmake) ../meson.build:372:0: ERROR: Dependency "libdw" not found, tried pkgconfig and cmake jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html

Re: [blfs-dev] Can't install sudo-1.9.0 as a package user

2020-06-01 Thread John Burrell via blfs-dev
On Mon, 1 Jun 2020 at 14:59, Ryan Marsaw via blfs-dev wrote: > > On Mon, 1 Jun 2020, John Burrell via blfs-dev wrote: > > > On Mon, 1 Jun 2020 at 11:35, Xi Ruoyao via blfs-dev > > wrote: > >> > >> On 2020-06-01 10:58 +0100, John Burrell via blfs-dev wrote:

Re: [blfs-dev] Can't install sudo-1.9.0 as a package user

2020-06-01 Thread John Burrell via blfs-dev
On Mon, 1 Jun 2020 at 11:35, Xi Ruoyao via blfs-dev wrote: > > On 2020-06-01 10:58 +0100, John Burrell via blfs-dev wrote: > > I use MSB's package user package management system and up til now it > > has worked fine but I've come unstuck installing sudo-1.9.0. > > &

[blfs-dev] Can't install sudo-1.9.0 as a package user

2020-06-01 Thread John Burrell via blfs-dev
I use MSB's package user package management system and up til now it has worked fine but I've come unstuck installing sudo-1.9.0. I get: make[1]: Entering directory '/usr/src/security/sudo/sudo-1.9.0/lib/util' /bin/sh ../../scripts/mkinstalldirs /usr/lib/sudo case "" in \ *-no-install*) ;; \ *)

[blfs-dev] gnome-shell-3.34.0 needs /usr/bin/a2x

2019-09-27 Thread John Burrell via blfs-dev
/usr/bin/a2x is supplied by asciidoc so this seems to be a requirement, unless you can turn it off, which I didn't see how to do. jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-dev] gtk+-3.24.11 has a different version in gtk+-3.0.pc

2019-09-26 Thread John Burrell via blfs-dev
I've just installed version 3.24.11 but when packages look for gtk-3.0 or gtk-3.0 they find 3.24.10. Has anyone else found this? Is version: 3.24.10 in your .pc file even though you installed 3.24.11? thanks jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ:

Re: [blfs-dev] babl-1.72 appears to want introspection

2019-09-24 Thread John Burrell via blfs-dev
On Tue, 24 Sep 2019 at 16:36, Bruce Dubbs via blfs-dev wrote: > > On 9/24/19 6:18 AM, Ken Moffat via blfs-dev wrote: > > On Tue, Sep 24, 2019 at 11:24:48AM +0100, John Burrell via blfs-dev wrote: > >> when configuring babl-1.72 I get: > >> > >> babl/meso

[blfs-dev] babl-1.72 appears to want introspection

2019-09-24 Thread John Burrell via blfs-dev
when configuring babl-1.72 I get: babl/meson.build:142:2: ERROR: Program(s) ['g-ir-scanner'] not found or not executable. g-ir-scanner is provided by gobject-introspection. Something weird going on here. I think I'll stay with version 1.66 for the moment. jb. --

[blfs-dev] gst-plugins-good-1.16.0 fails to compile with glibc-2.30

2019-08-12 Thread John Burrell via blfs-dev
the compile produces this error: In file included from ../sys/v4l2/ext/videodev2.h:63, from ../sys/v4l2/gstv4l2allocator.c:28: ../sys/v4l2/ext/types-compat.h:48:15: error: conflicting types for ‘gint64’ 48 | #define __s64 gint64 | ^~ In file included

[blfs-dev] Systemd sed problem

2019-08-09 Thread John Burrell via blfs-dev
This doesn't work as written: sed -i '1506 s//' \ '1507 s//' \ '1508 s//' src/shared/seccomp-util.c it should be: sed -e '1506 s//' \ -e '1507 s//' \ -e '1508 s//' \ -i src/shared/seccomp-util.c jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ:

Re: [blfs-dev] Problem with configure of taglib-1.11.1

2019-08-09 Thread John Burrell via blfs-dev
blfs-dev wrote: > > On Thu, Aug 08, 2019 at 08:48:04PM +0100, John Burrell via blfs-dev wrote: > > Using the book commands for taglib-1.11.1 - > > > > cmake -DCMAKE_INSTALL_PREFIX=/usr \ > > -DCMAKE_BUILD_TYPE=Release \ > > -DBUILD_SHARED_LIBS=ON \ &

[blfs-dev] Problem with configure of taglib-1.11.1

2019-08-08 Thread John Burrell via blfs-dev
Using the book commands for taglib-1.11.1 - cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ .. I get: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are

[blfs-dev] Subversion-1.12.0 autogen.sh code doesn't resolve symlinks

2019-06-13 Thread John Burrell via blfs-dev
This bit of code in the autogen.sh script of Subversion-1.12.0 doesn't work if /bin is a symlink to /usr/bin. as it is on my machine. libtoolize="`./build/PrintPath glibtoolize libtoolize glibtoolize1 libtoolize15 libtoolize14`" ltpath="`dirname $libtoolize`" This gives /bin, and so this line:

[blfs-dev] gst-plugins-bad-1.16.0 compile fails

2019-06-11 Thread John Burrell via blfs-dev
ninja gives: FAILED: ext/lv2/c0f288a@@gstlv2@sha/gstlv2utils.c.o ccache cc -Iext/lv2/c0f288a@@gstlv2@sha -Iext/lv2 -I../ext/lv2 -I. -I../ -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lilv-0 -I/usr/include/sratom-0 -I/usr/include/sord-0

[blfs-dev] Problems as a result of installing meson-0.50.0

2019-03-20 Thread John Burrell via blfs-dev
I can't compile a number of Gnome packages. These include tracker, nautilus and gedit. There are others too, but which I think are related to nautilus. This meson github page gives a brief description of the problem but no recommended solution yet and the meson release page is still at 0.50.0.

[blfs-dev] Can't compile glib-2.60.0

2019-03-14 Thread John Burrell via blfs-dev
When I try to compile glib-2.60.0 I get: [1123/1152] Generating glib-gettextize-man with a custom command. FAILED: docs/reference/glib/glib-gettextize.1 /bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringpa ram man.th.extra1.suppress 1

[blfs-dev] exiv2-0.27.0 uses cmake

2019-03-13 Thread John Burrell via blfs-dev
This means that cmake is now a required dependency. jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-dev] giflib-5.1.7 needs xmlto

2019-03-12 Thread John Burrell via blfs-dev
I don't have xmlto installed and when I compile giflib-5.1.7 I get: make -C doc make[1]: Entering directory '/usr/src/libraries/giflib/giflib-5.1.7/doc' xmlto xhtml-nochunks gif2rgb.xml make[1]: xmlto: Command not found make[1]: *** [Makefile:4: gif2rgb.html] Error 127 Seems as though xmlto

[blfs-dev] The wheel group

2018-12-16 Thread John Burrell via blfs-dev
In 'configuring the /etc/pam.d/ Files' when installing shadow, there is this under 'su': # limit su to users in the wheel group auth requiredpam_wheel.so use_uid I didn't realize blfs had started using the wheel group. I don't see where it is set up in the book. With this line present

Re: [blfs-dev] rpcsv-proto-1.4 configure

2018-12-12 Thread John Burrell via blfs-dev
Dec 2018 at 11:02, Bruce Dubbs via blfs-dev < blfs-dev@lists.linuxfromscratch.org> wrote: > On 12/12/2018 10:24 AM, John Burrell via blfs-dev wrote: > > You need to run ./autogen.sh before the configure in order to generate > > the configure script - at least I had to on the

[blfs-dev] rpcsv-proto-1.4 configure

2018-12-12 Thread John Burrell via blfs-dev
You need to run ./autogen.sh before the configure in order to generate the configure script - at least I had to on the version I downloaded. jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-dev] Cups-filters-1.21.1 doesn't compile

2018-10-29 Thread John Burrell via blfs-dev
Using the commands in the book gives: CXX pdftoraster-pdftoraster.o filter/pdftoraster.cxx: In function ‘int main(int, char**)’: filter/pdftoraster.cxx:2166:11: error: ‘memCheck’ is not a member of ‘Object’ Object::memCheck(stderr); ^~~~ filter/pdftoraster.cxx:2167:3:

[blfs-dev] gst-plugins-base-1.14.1 errors if sdl-1.2.15 is installed as per the book

2018-06-19 Thread John Burrell
The compile of gst-plugins-base-1.14.1 gives: CC sdlshare-sdlshare.o sdlshare.c: In function ‘main’: sdlshare.c:326:21: error: ‘SDL_SysWMinfo’ {aka ‘struct SDL_SysWMinfo’} has no member named ‘info’ sdl_display = info.info.x11.gfxdisplay; ^ sdlshare.c:327:17:

[blfs-dev] DHCP-4.4.1 doesn't compile with gcc-8.1.0

2018-06-18 Thread John Burrell
I get this warning: discover.c: In function ‘discover_interfaces’: discover.c:646:4: error: ‘strncpy’ output may be truncated copying 15 bytes from a string of length 15 [-Werror=stringop-truncation] strncpy(tmp->name, info.name, sizeof(tmp->name) - 1);

[blfs-dev] Can't build dconf-editor-3.28.0

2018-05-05 Thread John Burrell
I get the following error when compiling dconf-editor-3.28.0: [3/27] Generating ca.desrt.dconf-editor.appdata.xml_merge with a custom command. FAILED: editor/ca.desrt.dconf-editor.appdata.xml /bin/python3 /bin/meson --internal msgfmthelper ../editor/ca.desrt.dconf- editor.appdata.xml.in

[blfs-dev] Systemd-238 in BLFS-dev doesn't compile

2018-05-04 Thread John Burrell
Using the commands for systemd-238 in the sysutils section of the systemd version of the Book gives the following error: [316/1488] Compiling C object 'src/core/core@sta/dbus-mount.c.o'. FAILED: src/core/core@sta/dbus-mount.c.o ccache cc -Isrc/core/core@sta -Isrc/core -I../src/core -I. -I../

Re: [blfs-dev] Building apache-ant-1.10.2

2018-02-28 Thread John Burrell
On 28 February 2018 at 14:55, Bruce Dubbs <bruce.du...@gmail.com> wrote: > DJ Lucas wrote: > >> On February 28, 2018 12:25:54 PM CST, John Burrell <burrell2...@gmail.com> >> wrote: >> >>> When executing this line: >>> >>> bootstrap

[blfs-dev] Building apache-ant-1.10.2

2018-02-28 Thread John Burrell
When executing this line: bootstrap/bin/ant -f fetch.xml -Ddest=system || true to download the runtime dependencies, the build fails with this message: BUILD FAILED /usr/src/java/apache-ant/apache-ant-1.10.2/fetch.xml:332: The following error occurred while executing this line:

[blfs-dev] gvfs-1.34.1 won't compile with libcdio-1.0.0 installed

2017-12-03 Thread John Burrell
The compile gives: gvfsbackendcdda.c: In function ‘fetch_metadata’: gvfsbackendcdda.c:173:12: error: too many arguments to function ‘cdio_get_cdtext’ cdtext = cdio_get_cdtext (cdio, 0); ^~~ In file included from /usr/include/cdio/cdio.h:62:0, from

[blfs-dev] cdrdao-1.2.3 fails to compile with lame-3.100

2017-11-18 Thread John Burrell
when compiling cdrdao-1.2.3 I get this failure: toc2mp3-toc2mp3.o: In function `init_encoder(int)': /usr/src/multimedia/cdrdao/cdrdao-1.2.3/utils/toc2mp3.cc:241: undefined reference to `bitrate_table' /usr/src/multimedia/cdrdao/cdrdao-1.2.3/utils/toc2mp3.cc:241: undefined reference to

[blfs-dev] Itstool-2.0.4 python mismatch

2017-10-25 Thread John Burrell
In the dev version of the book, the itstool-2.0.4 page states the requirements as: docbook-xml-4.5 and Python-2.7.14 but in the commands it says: PYTHON=/usr/bin/python3 ./configure --prefix=/usr Which is it, Python2 or 3? jb -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ:

Re: [blfs-dev] Problem compiling gtk+-3 and udisks-2

2017-10-19 Thread John Burrell
> >Since it seems there is a patch upstream [1], maybe we could include it >in the book. > >OTOH, it's amazing nobody in the LFS community has seen this before >(GTK+3 has been updated several times since the last update of glib2, >September 12th). Do you have a special setting (sorry if you have

[blfs-dev] Problem compiling gtk+-3 and udisks-2

2017-10-19 Thread John Burrell
I'm getting compile failures like this: gdbus-codegen \ --interface-prefix org.freedesktop.UDisks2. \ --c-namespace UDisks \

[blfs-dev] Qt5 commands in Poppler-060.1

2017-10-19 Thread John Burrell
Why are these two Qt5 commands: make -C qt5 install && install -m644 poppler-qt5.pc usr/lib/pkgconfig part of the install commands? Qt5 is only listed as an optional dependency. Surely they should be included with some caveat - "if you have Qt5 installed, then ..." jb. --

[blfs-dev] Typo in libcdio-0.94

2017-10-19 Thread John Burrell
The additional download is: libcdio-paranoia-10.2+0.94+2.tar.gz but the tar command is: tar -xf ../libcdio-paranoia-10.2+0.94+2.tar.bz2 Oops. jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information

[blfs-dev] Libblockdev-2.13 fails to compile if gtk-doc installed

2017-10-13 Thread John Burrell
if gtk-doc-1.26 is installed then compile gives: Traceback (most recent call last): File "/bin/gtkdoc-fixxref", line 57, in fixxref.Run(options) File "/usr/share/gtk-doc/python/gtkdoc/fixxref.py", line 114, in Run FixCrossReferences(options) File

Re: [blfs-dev] cacerts

2017-10-13 Thread John Burrell
>I also use Package Users, and the certs install with no problems for me. >The first couple lines make it sound like the certdata.txt file might >have been corrupted or didn't download completely. Does that file (or >any other file) exist in that directory in /tmp? >--

Re: [blfs-dev] cacerts

2017-10-12 Thread John Burrell
>On October 12, 2017 9:29:40 AM CDT, John Burrell <john_burr...@hotmail.com> >wrote: >>I'm using the systemd dev version of the BLFS book. >> >>When I do: >> >>/usr/sbin/make-ca -g >> >>I get: >> >>sed: -e expression #1, char 3:

[blfs-dev] cacerts

2017-10-12 Thread John Burrell
I'm using the systemd dev version of the BLFS book. When I do: /usr/sbin/make-ca -g I get: sed: -e expression #1, char 3: unexpected `,' WARNING! /tmp/tmp.BboBPQ3a68/certdatanew.txt has no 'Revision' value. Will run conversion unconditionally. grep: /tmp/tmp.BboBPQ3a68/certs/*.tmp: No such

[blfs-dev] libcdio-paranoia commands

2017-07-01 Thread John Burrell
In the current development version of the BLFS systemd book, the paranoia commands still have 93 in them, instead of 94. jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-dev] mariadb-10.2.6 my.cnf file

2017-07-01 Thread John Burrell
The line: "innodb_additional_mem_pool_size = 2M" in the /etc/my.cnf file causes this message: "[ERROR] /usr/sbin/mysqld: unknown variable 'innodb_additional_mem_pool_size=2M'" when running this command from the book: "mysql_install_db --basedir=/usr --datadir=/srv/mysql --user=mysql"

Re: [blfs-dev] libblockdev-2.9 download url

2017-06-23 Thread John Burrell
>> > >Same with libbytesize also. and volume_key is extension xz not gz -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-dev] libblockdev-2.9 download url

2017-06-23 Thread John Burrell
>The current libblockdev-2.9 url link gives a file: > >libblockdev-libblockdev-2.9-1.tar.gz > >I think you need to do: > >wget -O libblockdev-2.9-1.tar.gz >https://github.com/rhinstaller/libblockdev/archive/2.9-1.tar.gz > Same with libbytesize also. jb --

[blfs-dev] libblockdev-2.9 download url

2017-06-23 Thread John Burrell
The current libblockdev-2.9 url link gives a file: libblockdev-libblockdev-2.9-1.tar.gz I think you need to do: wget -O libblockdev-2.9-1.tar.gz https://github.com/rhinstaller/libblockdev/archive/2.9-1.tar.gz jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ:

[blfs-dev] Chromium-58.0.3029.110 extra file needed

2017-05-27 Thread John Burrell
I think you need to add: cp out/Release/icudtl.dat /usr/lib/chromium/ to the instructions. Otherwise, when starting chromium, I get: [0527/065128.371956:ERROR:icu_util.cc(173)] Invalid file descriptor to ICU data received. [0527/065128.372185:FATAL:content_main_runner.cc(759)] Check failed:

Re: [blfs-dev] Can't compile chromium using gcc-7

2017-05-17 Thread John Burrell
>>[18644/28481] CXX obj/headless/headless/network.o >>[18649/28481] CXX obj/headless/headless/page.o >>ninja: build stopped: subcommand failed. >> >>Has anyone managed to compile chromium successfully using the latest >>source code and gcc7? > > >I'm not yet that far. The message above is an ICE.

Re: [blfs-dev] Can't compile chromium using gcc-7

2017-05-17 Thread John Burrell
For completeness I tried to build chromium using depot_tools to download the source. I'm assuming that gets the latest rendition. I didn't apply any patches or seds but simply configured it with gn and compiled using ninja. This time it failed with: [18640/28481] CXX

[blfs-dev] Can't compile chromium using gcc-7

2017-05-15 Thread John Burrell
I get errors such as these when trying to compile chromium, as per the blfs dev book: FAILED: obj/v8/v8_base/ast-types.o FAILED: obj/v8/v8_base/ast-value-factory.o FAILED: obj/v8/v8_base/context-slot-cache.o FAILED: obj/v8/v8_base/compile-time-value.o FAILED: obj/v8/v8_base/modules.o FAILED:

Re: [blfs-dev] aspell-0.60.6.1 fails to compile

2017-05-12 Thread John Burrell
>> >> The '\0' is an old way to check for a null string. It probably can be >> fixed with >> >> strlen(top.do_check) == 0 >> >> or possibly >> >> top.do_check == (char*)'\0' >> >> >> I was able to get the package to build but it needed fixes to >> modules/filter/tex.cpp and prog/check_funs.cpp

Re: [blfs-dev] Problem compiling qt5

2017-02-28 Thread John Burrell
I've seen this error, but I do not remember where at the moment. I am sure I have compiled QT-5.8.0 without problem on an LFS-8.0-rc1 based system. Here is an explanation of what you are seeing (not why you are seeing that): if you type "find /usr -name stdlib.h", you'll see that there are

[blfs-dev] Problem compiling qt5

2017-02-28 Thread John Burrell
I get this when compiling qt-5.8.0 In file included from /usr/include/c++/6.3.0/bits/stl_algo.h:59:0, from /usr/include/c++/6.3.0/algorithm:62, from ../../../../include/QtCore/../../src/corelib/global/qglobal.h:108, from

[blfs-dev] CA-certs page broken link

2017-01-04 Thread John Burrell
This NSS link: https://hg.mozilla.org/projects/nss/raw-file/tip/lib/lib/ckfw/builtins/certdata.txt should be: https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt

Re: [blfs-dev] Jasper-2.0.0

2016-12-02 Thread John Burrell
-snip- >The specific portion that I am talking about here is >"-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU" > >In particular, two people have mentioned this to me on IRC. Archetech >and emmett1. Both of those people have told me that they didn't have >freeglut installed because it was only optional. I

[blfs-dev] Jasper-2.0.0

2016-12-02 Thread John Burrell
I tried to install this version but: the cmake command has -DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU" but libGL is provided by Mesa and libGLU is provided by glu Neither is listed as a dependency. Also the man pages seem to want to install in /usr/man I couldn't find how to specify a MANDIR

[blfs-dev] CA Certificates page typos

2016-11-21 Thread John Burrell
DJ - a few typos in your CA certs page: s/udergoing/undergoing/ s/investegators/investigators/ s/avaialable/available/ s/ceritificate/certificate/ s/at very least/at the very least/ s/direcotry/directory/ s/verision/version/ s/instace/instance/ s/availalbe/available/ Regards jb. --

[blfs-dev] Doxygen-1.8.12 fails to compile with flex-2.6.2

2016-11-14 Thread John Burrell
If you try to compile doxygen-1.8.12 with flex-2.6.2 installed, you get: [ 26%] Generating /usr/src/programming/doxygen/doxygen-1.8.12/build/generated_src/resources.cpp [ 27%] [FLEX][scanner] Building scanner with flex 2.6.2 scanner.l:7112: EOF encountered inside an action make[2]: ***

Re: [blfs-dev] Problem running make-ca.sh in Certificate Authority Certificates

2016-11-12 Thread John Burrell
>Yes, curl has no way of knowing the proxy info unless you tell it. That script >is getting replaced this weekend. You >should be able to use the script linked >from the "take 3" thread in my home directory. There are a couple of minor >issues that prevent me from putting it into the book

Re: [blfs-dev] Problem running make-ca.sh in Certificate Authority Certificates

2016-11-12 Thread John Burrell
>We are actively working on that page. For now, go back to stable BLFS: Okay, thanks. I've created ca-bundle.crt from v7.10 jb. http://www.linuxfromscratch.org/blfs/view/stable/postlfs/cacerts.html-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ:

[blfs-dev] Problem running make-ca.sh in Certificate Authority Certificates

2016-11-11 Thread John Burrell
When installing  the CA Certificates from scratch, I get: 'make-ca.sh' -> '/usr/bin/make-ca.sh' /bin/install: creating directory '/etc/ssl/java' /bin/install: creating directory '/etc/ssl/local' cp: cannot stat '/etc/ssl/ca-bundle.crt': No such file or directory /tmp/tmp.io5YmbUkEq ~ SHA256 of

[blfs-dev] net-tools-CVS_20101030 breaks with linux 4.8

2016-10-23 Thread John Burrell
If you compile net-tools with Linux-4.8.x you get: In file included from /usr/include/linux/if_tunnel.h:6:0, from iptunnel.c:39: /usr/include/linux/ip.h:85:8: error: redefinition of ‘struct iphdr’ struct iphdr { ^ In file included from iptunnel.c:38:0:

[blfs-dev] SDL2-2.0.4 fails to compile with wayland-1.12..0

2016-09-28 Thread John Burrell
If you install Kodi, you need SDL2 The latter fails with wayland You get: build/.libs/SDL_waylandevents.o: In function `wl_registry_bind': /usr/include/wayland-client-protocol.h:1079: undefined reference to `wl_proxy_marshal_constructor_versioned' build/.libs/SDL_waylandtouch.o: In function

Re: [blfs-dev] Changes in Bash-4.4

2016-09-23 Thread John Burrell
From: blfs-dev <blfs-dev-boun...@lists.linuxfromscratch.org> on behalf of ?? ?? <yohashi1...@gmail.com> Sent: Saturday, September 24, 2016 1:28 AM To: BLFS Development List Subject: Re: [blfs-dev] Changes in Bash-4.4 John Burrell wrote: >>&

Re: [blfs-dev] Changes in Bash-4.4

2016-09-23 Thread John Burrell
From: blfs-dev <blfs-dev-boun...@lists.linuxfromscratch.org> on behalf of Bruce Dubbs <bruce.du...@gmail.com> Sent: Friday, September 23, 2016 9:36 PM To: BLFS Development List Subject: Re: [blfs-dev] Changes in Bash-4.4 John Burrell wrote: >>

[blfs-dev] Changes in Bash-4.4

2016-09-23 Thread John Burrell
Among the changes from 4.3 to 4.4 is this one: "qq. There is a new option settable in config-top.h that makes multiple directory arguments to `cd' a fatal error." The relevant Define variable in config-top.h is CD_COMPLAINS and it is set by default. You have to undefine this to get the 4.3

Re: [blfs-dev] svn download date

2016-09-20 Thread John Burrell
From: blfs-dev <blfs-dev-boun...@lists.linuxfromscratch.org> on behalf of Pierre Labastie <pierre.labas...@neuf.fr> Sent: Tuesday, September 20, 2016 3:20 PM To: BLFS Development List Subject: Re: [blfs-dev] svn download date >On 20/09/2016 16:05, John Burrell wrote: >&g

[blfs-dev] svn download date

2016-09-20 Thread John Burrell
In the past I have used the date in  /.svn/entries to tell me the date the book was downloaded. Recently (I don't know exactly when) the entries file no longer contains the date. It simply contains '12'. Is this something that you have changed? If so, would you please put the download date

Re: [blfs-dev] gvfs and libgphoto2

2016-07-16 Thread John Burrell
> To: blfs-dev@lists.linuxfromscratch.org > From: bruce.du...@gmail.com > Date: Sat, 16 Jul 2016 11:22:49 -0500 > Subject: Re: [blfs-dev] gvfs and libgphoto2 > > Your post is unintelligible. Try to limit line lengths to 80 characters. > >-- Bruce > Sorry about that., I won't try that

[blfs-dev] gvfs and libgphoto2

2016-07-15 Thread John Burrell
gvfs-1.28.2 provides support for libgphoto2. You have to disable it in gvfs in the configure script if you didn't install it. When I try to compile libgphoto2-2.5.10 I get this error: In file included from ax203/ax203.c:38:0:ax203/jpeg_memsrcdest.h:4:1: error: conflicting types for

Re: [blfs-dev] [systemd / gnome merge] - Proposed Arrangment of GNOME packages

2016-07-01 Thread John Burrell
> systemdgnome-shell > systemdgnome-shell-extensions > systemdgnome-session > systemdGDM > systemdgnome-user-docs > Both yelp > Both notification-daemon > Both polkit-gnome > > CHAPTER 34: GNOME APPLICATIONS > Both network-manager-applet My

Re: [blfs-dev] More GCC6 annoyances in multimedia

2016-05-21 Thread John Burrell
> To: blfs-dev@lists.linuxfromscratch.org > From: bruce.du...@gmail.com > Date: Sat, 21 May 2016 15:04:30 -0500 > Subject: Re: [blfs-dev] More GCC6 annoyances in multimedia > > John Burrell wrote: >> FAAC-1.2.8 and Cdrdao-

Re: [blfs-dev] More GCC6 annoyances in multimedia

2016-05-21 Thread John Burrell
:30PM -0500, Bruce Dubbs wrote: >>> John Burrell wrote: >>>> FAAC-1.2.8 and Cdrdao-1.2.3 need CXX='g++ -Wno-narrowing' on >>>> configure. >>>> >>>> I also had to add --without-mp4v2 with FAAC to get configure to pass. >>>>

[blfs-dev] More GCC6 annoyances in multimedia

2016-05-21 Thread John Burrell
FAAC-1.2.8 and Cdrdao-1.2.3 need  CXX='g++ -Wno-narrowing' on configure. I also had to add --without-mp4v2 with FAAC to get configure to pass. Also with AudioFile-0.3.6 I had to add CXXFLAGS="-fpermissive" to configure to get it to compile. Not sure why I still include these. Old habits die

Re: [blfs-dev] BLFS-systemd and KBLFS - a request

2014-12-02 Thread John Burrell
Date: Tue, 2 Dec 2014 06:01:03 +0100 From: kre...@email.com To: blfs-dev@lists.linuxfromscratch.org Subject: Re: [blfs-dev] BLFS-systemd and KBLFS - a request On 01.12.2014 20:51, John Burrell wrote: It's an unofficial fork, hosted elsewhere entirely. Not something you should bang your

Re: [blfs-dev] BLFS-systemd and KBLFS - a request

2014-12-01 Thread John Burrell
It's an unofficial fork, hosted elsewhere entirely. Not something you should bang your head about. I don't remember, but I thougt that I said that issues for this fork go to either me directly or to github bug (issue) tracker ... meh Sorry - my fault. I thought it would be a nice

Re: [blfs-dev] Announcing KBLFS

2014-11-23 Thread John Burrell
Hello everyone, Not so long ago I pointed out on the blfs development list that I was working on a BLFS systemd fork. In order not to go much into details here, you can find the entire discussion as well as reasoning behind at at [1]. That fork is now live and has been set up as an unofficial

[blfs-dev] Typo in LLVM-3.5.0 in blfs-systemd

2014-11-20 Thread John Burrell
s/mv projects/compiler-rt-3.5.0 projects/compiler-rt/ mv projects/compiler-rt-3.5.0.src projects/compiler-rt/ jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above

[blfs-dev] libpng-1.6.14 typo in blfs-systemd

2014-11-18 Thread John Burrell
This appears in general/168-libpng gzip -cd ../libpng--apng.patch.gz | patch -p1 The 1.6.14 seems to have gone missing. jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the

[blfs-dev] libgee clarification requested

2014-10-21 Thread John Burrell
I'm puzzled as to why libgee in the book is version 0.6.8 (dated 2013-03-05) when the latest version is 0.16.1. Is there a good reason for this or is it an oversight? jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ:

[blfs-dev] Typo in Xorg VMMouse Driver-13.0.0

2014-09-05 Thread John Burrell
s#/xf86-input-vmmouse-13.0.0-build_fix-1.patch#     patch -Np1 -i ../xf86-input-vmmouse-13.0.0-build_fix-1.patch# jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above

Re: [blfs-dev] Typo in Xorg VMMouse Driver-13.0.0

2014-09-05 Thread John Burrell
From: john_burr...@hotmail.com To: blfs-...@linuxfromscratch.org Date: Fri, 5 Sep 2014 15:59:38 + Subject: [blfs-dev] Typo in Xorg VMMouse Driver-13.0.0 s#/xf86-input-vmmouse-13.0.0-build_fix-1.patch# patch -Np1 -i ../xf86-input-vmmouse-13.0.0-build_fix-1.patch# jb. --

[blfs-dev] Typo in Python Modules, PyCairo-1.10.0

2014-08-07 Thread John Burrell
This line: patch -Np1 -i ../pycairo-1.10.0-waf_python_3_4-1.patch should be: patch -Np1 -i ../../pycairo-1.10.0-waf_python_3_4-1.patch because of the pushd - assuming both patch files are in the same dir as the source tar file. jb. --

Re: [blfs-dev] A couple of command inconsistencies

2014-07-07 Thread John Burrell
Yes, those points've already been made in your first post, understood, and addressed in the reply: IOW, you might want to use e.g.: -e 's/\(.*\)[[:blank:]]*$/\1/' or even -e 's/\(.*\)[[:blank:]]*[[:blank:]]*$/\1/' or similar, depending on details of the processing

Re: [blfs-dev] A couple of command inconsistencies

2014-07-06 Thread John Burrell
Dear Editors In the BLFS commands postlfs, 041-iptables has this line --enable-libipq There is a space after the which makes it difficult to do a global delete on the This is also true for general/251-ruby with this line: --docdir=/usr/share/doc/ruby-2.1.2 Would