Re: [blfs-dev] Multimedia cdrom/dvd woes

2015-03-10 Thread Thanos Baloukas
On 10/03/2015 06:18 μμ, Armin K. wrote: Use this patch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/cdio-includes.patch?h=packages/mplayer Or a sed (untested) sed -i 's:/paranoia.h:/paranoia&:g;s:/cdda.h:/paranoia&:g' configure stream/stream_cdda.c I used this patch to

Re: [blfs-dev] Multimedia cdrom/dvd woes

2015-03-10 Thread Thanos Baloukas
On 10/03/2015 06:43 μμ, Bruce Dubbs wrote: Thanos Baloukas wrote: On 10/03/2015 06:18 μμ, Armin K. wrote: Use this patch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/cdio-includes.patch?h=packages/mplayer Or a sed (untested) sed -i 's:/paranoia.h:/paranoia

Re: [blfs-dev] Multimedia cdrom/dvd woes

2015-03-10 Thread Thanos Baloukas
On 10/03/2015 11:25 μμ, Bruce Dubbs wrote: Thanos Baloukas wrote: You mean that except that it linked as it should, it also stopped pausing when playing CDs? I guess your mplayer is 2015-02-20, is that right? Yes, I used mplayer 2015-02-20 and yes, it is not pausing any more. It is working

Re: [blfs-dev] network manager applet question

2015-08-21 Thread Thanos Baloukas
On 21/08/2015 08:41 πμ, hykw...@sina.com wrote: After the Network manager applet is built successfully, I find that some images are missing for some buttons. So, what icon theme should I install to fix it? Thanks. H.Y. Kwok P.S. Please update the BLFS (Systemd edition) version for the Network

[blfs-dev] JS-38.2.1 alternative headers' installation fix

2018-02-17 Thread Thanos Baloukas
The fix can be done with sed -i '/dist_include.*add_symlink/s/add_symlink/add_copy/' \ python/mozbuild/mozbuild/backend/recursivemake.py https://git.archlinux.org/svntogit/packages.git/tree/trunk/mozjs38-copy-headers.patch?h=packages/js38 Tested in chroot with destdir. The chown -Rv root.root w

[blfs-dev] systemd-237-dependencies.patch

2018-02-19 Thread Thanos Baloukas
Also on LLVM-5.0.1 Command Explanations has -DLLVM_ENABLE_FFI=ON: This switch enables LLVM to use libffi. Remove if you did not install libffi. The 'Remove if you did not install libffi.' has to go or become 'Remove if this is not desired.' -- Thanos Index: general/sysutils/systemd.xml ===

[blfs-dev] Pango-1.40.14 fails on pango-view.1 generation

2018-02-22 Thread Thanos Baloukas
If the help2man perl script by lsb_release-1.4 is installed in /usr/bin according the book instructions, the build fails with [125/127] Generating pango-view.1 with a custom command. FAILED: pango-view/pango-view.1 /usr/bin/help2man --no-info --section=1 '--help-option="--help-all"' '--name="Pan

Re: [blfs-dev] Pango-1.40.14 fails on pango-view.1 generation

2018-02-22 Thread Thanos Baloukas
On 02/22/2018 10:05 PM, Bruce Dubbs wrote: Thanos Baloukas wrote: If the help2man perl script by lsb_release-1.4 is installed in /usr/bin according the book instructions, the build fails with [125/127] Generating pango-view.1 with a custom command. FAILED: pango-view/pango-view.1 /usr/bin

[blfs-dev] ntfs-3g-2017.3.23 optional dependency on fuse2

2018-02-24 Thread Thanos Baloukas
On http://www.linuxfromscratch.org/blfs/view/systemd/postlfs/ntfs-3g.html the 'fuse 2.x' link is external, while fuse2 is in the book. sed -i '/fuse 2.x/c\ ' \ postlfs/filesystems/ntfs-3g.xml -- Thanos -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch

[blfs-dev] autofs-5.1.4 required dep rpcsvc-proto-1.3.1 missing

2018-03-12 Thread Thanos Baloukas
Missing from the stable and dev books. You can go there through the dep-chain autofs -> optional nfs-utils -> optional libnsl -> required rpcsvc-proto but I think that this is not in compliance with the books policy. With the book's options configure fails with checking for rpcgen... no configur

Re: [blfs-dev] [lfs-dev] systemd-238

2018-03-29 Thread Thanos Baloukas
On 29/03/2018 07:56 μμ, Bruce Dubbs wrote: On 03/29/2018 01:02 AM, William Harrington wrote: On Sat, 24 Mar 2018 10:52:18 -0500 Bruce Dubbs wrote: ... I'm  on it, I'll start a jhalfs automated build soon and made the necessary changes to packages.ent in LFS-svn sources to use systemd 238

Re: [blfs-dev] [lfs-dev] systemd-238

2018-03-30 Thread Thanos Baloukas
On 30/03/2018 12:09 πμ, Thanos Baloukas wrote: On 29/03/2018 07:56 μμ, Bruce Dubbs wrote: On 03/29/2018 01:02 AM, William Harrington wrote: On Sat, 24 Mar 2018 10:52:18 -0500 Bruce Dubbs wrote: ... I'm  on it, I'll start a jhalfs automated build soon and made the necessary

Re: [blfs-dev] [lfs-dev] systemd-238

2018-04-01 Thread Thanos Baloukas
On 30/03/2018 04:04 μμ, Thanos Baloukas wrote: On 30/03/2018 12:09 πμ, Thanos Baloukas wrote: On 29/03/2018 07:56 μμ, Bruce Dubbs wrote: On 03/29/2018 01:02 AM, William Harrington wrote: On Sat, 24 Mar 2018 10:52:18 -0500 Bruce Dubbs wrote: ... I'm  on it, I'll start a jhalfs

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-08 Thread Thanos Baloukas
On 08/04/2018 06:30 πμ, Ken Moffat wrote: On Sun, Apr 08, 2018 at 04:01:11AM +0300, Thanos Baloukas wrote: On 07/04/2018 11:57 μμ, Ken Moffat wrote: The only problem the machine had was freezing on idle. In the beginning I disabled the cool 'n quiet in the bios and that solved the pr

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

2018-04-09 Thread Thanos Baloukas
On 09/04/2018 03:07 πμ, Ken Moffat wrote: On Sun, Apr 08, 2018 at 12:11:39PM +0300, Thanos Baloukas wrote: On 08/04/2018 06:30 πμ, Ken Moffat wrote: On Sun, Apr 08, 2018 at 04:01:11AM +0300, Thanos Baloukas wrote: On 07/04/2018 11:57 μμ, Ken Moffat wrote: The only problem the machine had

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

2018-04-09 Thread Thanos Baloukas
On 09/04/2018 06:36 μμ, Ken Moffat wrote: Yes, I understood. But in the absence of any other strategy I decided to try it just in case (primarily because this was the first time I'd seen 3.7GHz during this run and the load was fairly low. I took a look at the bios options after I wrote that - b

[blfs-dev] [PATCH] Xfburn-0.5.5 dependencies

2018-04-11 Thread Thanos Baloukas
I remembered that when I was installing 8.2 I had seen some dependencies' inconsistencies on this package. No linkage with libisoburn, grepping the headers and the binaries returns nothing, and finally it works fine on my laptop built without libisoburn. It links with libxfce4ui and libxfce4util

Re: [blfs-dev] [PATCH] Xfburn-0.5.5 dependencies

2018-04-12 Thread Thanos Baloukas
On 12/04/2018 01:25 πμ, Bruce Dubbs wrote: On 04/11/2018 02:42 PM, Thanos Baloukas wrote: I remembered that when I was installing 8.2 I had seen some dependencies' inconsistencies on this package. No linkage with libisoburn, grepping  the headers and the binaries returns nothing, and final

Re: [blfs-dev] [PATCH] Xfburn-0.5.5 dependencies

2018-04-12 Thread Thanos Baloukas
On 12/04/2018 08:32 μμ, William Harrington wrote: On Thu, 12 Apr 2018 11:09:10 -0500 Bruce Dubbs wrote: On 04/12/2018 03:52 AM, Thanos Baloukas wrote: On 12/04/2018 01:25 πμ, Bruce Dubbs wrote: On 04/11/2018 02:42 PM, Thanos Baloukas wrote: I remembered that when I was installing 8.2 I had

[blfs-dev] [PATCH] Subversion-1.10.0 has new optional dependencies

2018-04-16 Thread Thanos Baloukas
Configure options --with-lz4=internal and --with-utf8proc=internal are now required, if the optional dependencies are not installed. -- Thanos Index: general/prog/subversion.xml === --- general/prog/subversion.xml (revision 20087) ++

Re: [blfs-dev] [PATCH] Subversion-1.10.0 has new optional dependencies

2018-04-16 Thread Thanos Baloukas
On 16/04/2018 06:52 μμ, Bruce Dubbs wrote: On 04/16/2018 08:19 AM, Thanos Baloukas wrote: Configure options --with-lz4=internal and --with-utf8proc=internal are now required, if the optional dependencies are not installed. Thanks for the patch.  Applied perfectly. Glad I could help. That&#

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

2018-05-04 Thread Thanos Baloukas
On 04/05/2018 05:26 μμ, John Burrell wrote: 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/c

[blfs-dev] nasm-2.13.03 failed on blfs-svn

2018-05-09 Thread Thanos Baloukas
gcc -c -g -O3 -fwrapv -U__STRICT_ANSI__ -fno-common -Werror=attributes -W -Wall -pedantic -Wc90-c99-compat -Wno-long-long -Werror=implicit -Werror=missing- braces -Werror=return-type -Werror=trigraphs -Werror=pointer-arith -Werror=missing-prototypes -Werror=missing-declarations -Werror=comment

[blfs-dev] xf86-video-fbdev-0.4.4 fails with gcc-8.1.0

2018-05-11 Thread Thanos Baloukas
fbdev.c:898:7: error: #if with no expression #if XV ^ sed 's/if XV/ifdef XV/' -i src/fbdev.c -- Thanos -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-dev] xf86-video-fbdev-0.4.4 fails with gcc-8.1.0

2018-05-12 Thread Thanos Baloukas
On 12/05/2018 09:01 μμ, Bruce Dubbs wrote: On 05/12/2018 01:52 AM, Thanos Baloukas wrote: fbdev.c:898:7: error: #if with no expression   #if XV     ^ sed 's/if XV/ifdef XV/' -i src/fbdev.c I did a test build of fbdev and cannot duplicate the error.  I do have 7 warnings on

[blfs-dev] Firefox-60.0 missing patch command

2018-05-13 Thread Thanos Baloukas
The command to apply the required ffmpeg-4.0 patch is missing from the instructions. -- Thanos -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-dev] xfce and gcc8

2018-05-14 Thread Thanos Baloukas
On 14/05/2018 09:45 πμ, Bruce Dubbs wrote: Has anyone else built xfce using gcc8 yet?  I've built it, but it makes xorg segfault at startup.  I've built twm, lxde, openbox, sawfish, icewm, and fluxbox and they all run OK. It's possible that I may have missed some dependencies and I can try re

Re: [blfs-dev] systemd-238

2018-05-15 Thread Thanos Baloukas
On 15/05/2018 09:08 μμ, Cyrillo Baggins wrote: I don't see the five sed command in the current BLFS book, I guess that's explain the error http://www.linuxfromscratch.org/blfs/view/systemd/general/systemd.html On Tue, May 15, 2018 at 10:45 PM, Bruce Dubbs > wro

Re: [blfs-dev] fluxbox - hard to move windows

2018-05-18 Thread Thanos Baloukas
On 18/05/2018 04:22 πμ, Ken Moffat wrote: On a new build I always use fluxbox as my first windowmanager. With the current build this has become "unpleasant" - I thought that the icon in the top left corner used to bring up a menu for things like moving a window to another desktop (or 'workspace'

Re: [blfs-dev] fluxbox - hard to move windows

2018-05-18 Thread Thanos Baloukas
On 18/05/2018 11:44 μμ, Ken Moffat wrote: Dunno which theme ('style') I had been using (just basically grey title bars), but changing to Blueflux via the fluxbox menu lets me move the windows around - but the three icons for min/max/close are just dark grey globs on light grey backgrounds. Hmm s

[blfs-dev] xfce4-power-manager-1.6.1 remove UDisks-1.0.5 dependency

2018-07-05 Thread Thanos Baloukas
See https://github.com/xfce-mirror/xfce4-power-manager/commit/3ad75fad293fb66e6316aa5820ee064f264eafa4 -- Thanos -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-dev] NetworkManager-1.14.2

2018-12-20 Thread Thanos Baloukas via blfs-dev
On 20/12/18 4:29 μ.μ., Roger Koehler via blfs-dev wrote: On Sun, Dec 16, 2018, 12:30 PM Brendan L via blfs-dev wrote: On Sat, Dec 15, 2018 at 6:47 PM Roger Koehler via blfs-dev mailto:blfs-dev@lists.linuxfromscratch.org>> wrote: > >

Re: [blfs-dev] NetworkManager-1.14.2

2018-12-20 Thread Thanos Baloukas via blfs-dev
On 20/12/18 5:42 μ.μ., Thanos Baloukas via blfs-dev wrote: On 20/12/18 4:29 μ.μ., Roger Koehler via blfs-dev wrote: On Sun, Dec 16, 2018, 12:30 PM Brendan L via blfs-dev <mailto:blfs-dev@lists.linuxfromscratch.org> wrote:     On Sat, Dec 15, 2018 at 6:47 PM Roger Koehler via bl

Re: [blfs-dev] NetworkManager-1.14.2

2018-12-20 Thread Thanos Baloukas via blfs-dev
On 20/12/18 5:54 μ.μ., Roger Koehler via blfs-dev wrote: On 20/12/18 5:42 μ.μ., Thanos Baloukas via blfs-dev wrote: > On 20/12/18 4:29 μ.μ., Roger Koehler via blfs-dev wrote: >> It still doesn't build for me. It wants the gtkdoc-scan directory for

Re: [blfs-dev] On updating old systems

2018-12-25 Thread Thanos Baloukas via blfs-dev
On 25/12/18 7:55 π.μ., Ken Moffat via blfs-dev wrote: So, for my attempts to keep old systems viable, things are looking better, at least until firefox-65 appears (that will need a newer version of rustc, but for me 1.31.1 fails to build from source). Well, rust really hates you! ): Just finis

Re: [blfs-dev] Libreoffice Update Policy?

2019-01-03 Thread Thanos Baloukas via blfs-dev
On 3/1/19 5:32 μ.μ., Douglas R. Reno via blfs-dev wrote: Good morning, What is our policy for updating Libreoffice? I have a ticket out for it's build problems with boost/poppler, and noticed that there is a new version (6.1.4.2) available. I'm not sure if we wait until 6.2 releases or if w

Re: [blfs-dev] rustc, and libssh2

2019-01-06 Thread Thanos Baloukas via blfs-dev
On 6/1/19 6:07 π.μ., Ken Moffat via blfs-dev wrote: [ changing the subject for this old mail from last month, I've only just had time to retry the rustc build ] I changed the subject in turn. On Tue, Dec 25, 2018 at 09:07:57PM +0200, Thanos Baloukas via blfs-dev wrote: Note that

Re: [blfs-dev] [blfs-book] r21178 - in trunk/BOOK: general/genutils general/graphlib lxde/desktop x/lib

2019-02-17 Thread Thanos Baloukas via blfs-dev
On 17/2/19 10:03 μ.μ., Bruce Dubbs via blfs-dev wrote: On 2/17/19 1:38 PM, Pierre Labastie via blfs-dev wrote: On 17/02/2019 19:56, Bruce Dubbs via blfs-dev wrote: On 2/17/19 12:23 PM, Pierre Labastie via blfs-dev wrote: On 17/02/2019 17:06, Bruce Dubbs via blfs-dev wrote: On 2/17/19 7:35 AM,