[blfs-dev] Some issues in the systemd dev book

2018-01-09 Thread Brendan L
Hello, here are some random issues I've found. libgusb now installs the program gusbcmd. It's page currently list no programs installed. Pulseaudio no longer uses json-c. They dropped it in 2016 and now use an internal json parsing library. Mozjs headers installed from the js-38 package have t

Re: [blfs-dev] Some issues in the systemd dev book

2018-01-10 Thread Brendan L
> > > Thanks. We will take a look at them when we do > > http://wiki.linuxfromscratch.org/blfs/ticket/10248 > > -- Bruce > I found one other issue with network-manager-applet. The option, -Dlibnm-gtk=true, is not needed because it is set true by default. -- http://lists.linuxfromscratch.org/l

[blfs-dev] Systemd-236 issues

2018-01-12 Thread Brendan L
I noticed when configuring systemd-236, there is now these two warnings: Message: WARNING: The local user with the configured user name "nobody" of the nobody user does not have UID 65534 (it has 99). Your build will result in an user table setup that is incompatible with the local system. Mes

[blfs-dev] Certificate updating

2018-02-13 Thread Brendan L
Hey, I think I've spotted an issue with the update-pki.service file in the make-ca package. On my system the update would always fail, when looking at my logs it was because it would try to run before I had a network connection. My solution after reading this: https://www.freedesktop.org/wiki/So

[blfs-dev] Various systemd book issues.

2018-02-23 Thread Brendan L
Hello, I have a couple things I noticed in the systemd version of BLFS. First on the systemd-237 package page, it has cryptsetup listed under optional dependiences, but it doesn't link to the cryptsetup-1.7.5 that is in the BLFS book. Also on the systemd-237 page, I notice that it doesn't follow

[blfs-dev] libseccomp issue

2018-03-20 Thread Brendan L
The binary scmp_sys_resolver that is built has an rpath=/path/to/libseccomp-2.3.3/src/.libs. Not sure how big a deal it is, but I just delete the rpath with chrpath. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the abov

Re: [blfs-dev] firefox 59 icon and install location

2018-03-20 Thread Brendan L
I believe gtk2 is only used for the flash plugin support. On Tue, Mar 20, 2018 at 5:02 PM, Ken Moffat wrote: > On Wed, Mar 21, 2018 at 07:37:03AM +1100, Wayne Blaszczyk wrote: >> On Tue, 2018-03-20 at 14:32 +, Ken Moffat wrote: >> > On Tue, Mar 20, 2018 at 09:09:21PM +1100, Wayne Blaszczyk wr

Re: [blfs-dev] Tickets that need help

2018-03-26 Thread Brendan L
Here's some info about the glib-networking issue: https://bugzilla.gnome.org/show_bug.cgi?id=794286 On Mon, Mar 26, 2018 at 4:21 PM, Bruce Dubbs wrote: > These tickets need some help or comments. Tickets are at: > > http://wiki.linuxfromscratch.org/blfs/ticket/ > > = > >

Re: [blfs-dev] Tickets that need help

2018-03-26 Thread Brendan L
Ok, so I downgraded to latest stable gnutls-3.5.18 (3.6 is the devel version) and rebuilt glib-networking-2.56.0. It passed all the tests for me: [0/1] Running all tests. 1/9 gnome OK 0.02 s 2/9 certificate OK 0.03 s 3/9 fi

[blfs-dev] New Polkit release.

2018-04-12 Thread Brendan L
Just thought I'd mention to the list that there is a new Polkit release, last one was in 2015. It also uses a newer mozjs, version 52. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-dev] gnome-terminal issue

2018-04-22 Thread Brendan L
I noticed if you don't build gnome-terminal's dependency pcre2 with '--enable-jit' you get seven lines of output like this in your system log everytime you start gnome-terminal: gnome-terminal-server[604]: Failed to JIT regex '(?(DEFINE)(?(?x: ... gnome-terminal-server[604]: Failed to JIT regex '(

[blfs-dev] FFmpeg-4.0 and firefox

2018-04-24 Thread Brendan L
From my testing of Firefox 59 or even 60beta15, it doesn't work with FFmpeg-4.0. I know all the library versions for ffmpeg were increased in 4.0. Anybody else tested it? -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See th

Re: [blfs-dev] FFmpeg-4.0 and firefox

2018-04-25 Thread Brendan L
I haven't tested 59, but I built and tested 60. It looks good. On Wed, Apr 25, 2018 at 6:02 PM, Ken Moffat wrote: > On Wed, Apr 25, 2018 at 10:28:50PM +0100, Ken Moffat wrote: >> On Wed, Apr 25, 2018 at 09:47:35PM +0100, Ken Moffat wrote: >> > >> > Thanks, I've just come back after googling to s

Re: [blfs-dev] Help with upstream file exim2

2018-05-30 Thread Brendan L
This worked for me: wget --user-agent=Mozilla --content-disposition https://github.com/Exiv2/exiv2/archive/v0.26.tar.gz File saved as exiv2-0.26.tar.gz. On Wed, May 30, 2018 at 3:29 PM, Bruce Dubbs wrote: > I was updating the currency scripts today and need some help with one > package. > > exim

Re: [blfs-dev] llvm-6.0.0 FTBFS with glibc-2.28

2018-08-12 Thread Brendan L
Not about llvm, but I agree about using cmake's ninja support. It made building webkitgtk so much faster for me. On Sun, Aug 12, 2018 at 10:05 PM, DJ Lucas wrote: > > > On 08/12/2018 02:28 AM, Thomas Trepl wrote: >> >> Am Sonntag, den 12.08.2018, 03:36 +0100 schrieb Ken Moffat: > > >>> 6.0.1 bui

Re: [blfs-dev] Mailing list issues

2018-08-30 Thread Brendan L via blfs-dev
It happened to me a few months ago, I was wondering what was up. On Thu, Aug 30, 2018 at 1:33 PM, Bruce Dubbs via blfs-dev wrote: > We've been having some mailing list issues where valid subscribers are being > unsubscribed. I've made some configuration changes to Mailman so the > headers may ch

Re: [blfs-dev] Certificate updating

2018-09-02 Thread Brendan L via blfs-dev
On Sun, Sep 2, 2018 at 4:13 AM, DJ Lucas wrote: > > Finally added this in git version. Sorry it took me so long. > No problem, by the way I also had to add the same to update-pciids.service and update-usbids.service. > > Please open yet another bug report with Debian to get that part fixed > pro

Re: [blfs-dev] BLFS Basic

2018-09-12 Thread Brendan L via blfs-dev
On Wed, Sep 12, 2018 at 4:52 PM, Bruce Dubbs via blfs-dev wrote: > >> If you hadn't mentioned Python2 as a dep of usbutils, I would have >> questioned why it was in 'basic'. Needed at the moment for rustc >> (that might change, since it might be that the weirdnesses I've seen >> in scripted rust

Re: [blfs-dev] BLFS Basic

2018-09-12 Thread Brendan L via blfs-dev
On Thu, Sep 13, 2018 at 12:21 AM, Ken Moffat via blfs-dev wrote: > On Wed, Sep 12, 2018 at 10:54:42PM -0500, Brendan L via blfs-dev wrote: >> On Wed, Sep 12, 2018 at 4:52 PM, Bruce Dubbs via blfs-dev >> wrote: >> > >> > Python2 and Mako are required for mesa.

Re: [blfs-dev] heads up: firefox-63 requires new rust package

2018-09-25 Thread Brendan L via blfs-dev
Not you side track the discussion, but I was wondering if this option is still needed. # Optimization for size is broken with gcc7 and later ac_add_options --enable-optimize="-O2" I've been building with just plain --enable-optimize for over a year now with no issue. This is with gcc 8.2.0. Alth

Re: [blfs-dev] heads up: firefox-63 requires new rust package

2018-09-26 Thread Brendan L via blfs-dev
On Tue, Sep 25, 2018 at 9:10 PM, Ken Moffat via blfs-dev wrote: > On Tue, Sep 25, 2018 at 08:34:42PM -0500, Brendan L wrote: >> Not you side track the discussion, but I was wondering if this option >> is still needed. >> > > PGO ? > Profile Guided Optimizati

Re: [blfs-dev] Error building firefox 63.0

2018-10-24 Thread Brendan L via blfs-dev
On Wed, Oct 24, 2018 at 8:49 PM renodr via blfs-dev wrote: > > On 2018-10-24 19:09, Bruce Dubbs via blfs-dev wrote: > > On 10/24/2018 05:44 PM, Ken Moffat via blfs-dev wrote: > >> On Thu, Oct 25, 2018 at 12:21:37AM +0200, Tim Tassonis via blfs-dev > >> wrote: > >>> Hi all > >>> > >>> > >>> Just tr

Re: [blfs-dev] Firefox build failures

2018-10-25 Thread Brendan L via blfs-dev
On Thu, Oct 25, 2018 at 12:52 PM Ken Moffat via blfs-dev wrote: > > I looked at Arch this morning, both for firefox beta (now 64b from > an hg pull) and 63 (now on their second variant). They seem to > fiddle about with a few clang options, my impression was that for > 63.0 they are using gcc. T

Re: [blfs-dev] Changes for firefox

2018-10-26 Thread Brendan L via blfs-dev
Here is the bug where elfhack was implemented. In the comments there is a link to a blog with details about it. https://bugzilla.mozilla.org/show_bug.cgi?id=606145 On Fri, Oct 26, 2018 at 6:33 PM Bruce Dubbs via blfs-dev wrote: > > On 10/26/2018 05:54 PM, Ken Moffat via blfs-dev wrote: > > I'm

[blfs-dev] NetworkManager libnl dependency

2018-12-13 Thread Brendan L via blfs-dev
Hey, just wanted to mention that NetworkManager no longer depends on libnl since version 1.12. They directly imported the part of the library they needed into networkmanager. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See

Re: [blfs-dev] Python modules dependencies

2018-12-13 Thread Brendan L via blfs-dev
On Sun, Dec 9, 2018 at 2:15 AM Pierre Labastie via blfs-dev wrote: > > On 08/12/2018 23:30, Ken Moffat via blfs-dev wrote: > > On Sat, Dec 08, 2018 at 11:11:03PM +0100, Pierre Labastie via blfs-dev > > wrote: > >> > >> Excluding the archive and the .svn directories from the search, it goes > >>

Re: [blfs-dev] NetworkManager-1.14.2

2018-12-16 Thread Brendan L via blfs-dev
On Sat, Dec 15, 2018 at 6:47 PM Roger Koehler via blfs-dev wrote: > > It looks like NetworkManager requires ModemManager now. I can't find a > way to remove the dependency on mm-glib. -Dlibmm-glib=false didn't > work. I used -Dmodem_manager=false and it works for me. -- http://lists.linuxfromscr

[blfs-dev] dconf buildtype and install

2019-01-03 Thread Brendan L via blfs-dev
I noticed on updating my dconf to 0.30.1 that it's default buildtype is debug, which is equivalent to -O0. It should probably be set it to either debugoptimized (-O2 -g) or release (-O3). There a few other meson packages that also have debug as the default. I can't remember which ones off hand.

[blfs-dev] Meson projects with debug buildtype

2019-01-23 Thread Brendan L via blfs-dev
I noticed some of the projects that switched to meson haven't set and default buildtype, which means a debug build is produced. Most of the gnome projects that switched set a default buildtype to debugoptimized which is equivalent to -O2 -g (which autotools did). The book should probably set debu

Re: [blfs-dev] Meson projects with debug buildtype

2019-01-23 Thread Brendan L via blfs-dev
On Wed, Jan 23, 2019 at 2:17 PM Pierre Labastie via blfs-dev wrote: > > On 23/01/2019 20:48, Bruce Dubbs via blfs-dev wrote: nautilus > > > > Actually, that is covered at > > http://www.linuxfromscratch.org/blfs/view/stable/introduction/notes-on-building.html#stripping > > where all packages can

Re: [blfs-dev] Meson projects with debug buildtype

2019-01-23 Thread Brendan L via blfs-dev
On Wed, Jan 23, 2019 at 3:16 PM Bruce Dubbs via blfs-dev wrote: > > > That's true, but our policy has always been to use the default > optimization of the package. Most of the packages above are a part of > gnome. > Well I've noticed the buildtype is set at configuration for a few cmake packages

[blfs-dev] Firefox 65 with system libwebp and ICU

2019-02-01 Thread Brendan L via blfs-dev
I wanted to list to know there is a --with-system-webp for Firefox 65 to link against  the system library.  I've was able to complete one successful build with that switch. Also there is this commit from upstream ICU to fix Firefox building against system ICU: https://github.com/unicode-org/

Re: [blfs-dev] Firefox 65 with system libwebp and ICU

2019-02-01 Thread Brendan L via blfs-dev
One other thing I should add. This line from the mozconfig: |# Optimization for size is broken with gcc7 and later | |ac_add_options --enable-optimize="-O2"| || |It should probably be change to just --enable-optimize since we're using clang now. | -- http://lists.linuxfromscratch.org/listi

Re: [blfs-dev] xterm log out

2019-02-20 Thread Brendan L via blfs-dev
On Wed, Feb 20, 2019 at 4:43 PM Douglas R. Reno via blfs-dev wrote: > > > > I have to generate a new security patch for systemd-240 tonight. Do you > have any clue what the relevant commit is that fixed this problem? If > so, I can attempt to backport it (although it'll require extra testing - > t

Re: [blfs-dev] Error building atk-spi2-core with meson-0.50.0

2019-03-13 Thread Brendan L via blfs-dev
On Wed, Mar 13, 2019 at 10:52 AM Pierre Labastie via blfs-dev wrote: > > When running meson, I get: > - > [...] > WARNING: Project targetting '>= 0.40.1' but tried to use feature > introduced in '0.50.0': install arg in configure_file > Configuring atspi-2.pc using configuration >

Re: [blfs-dev] cmake : any way to list the available options ?

2019-03-29 Thread Brendan L via blfs-dev
On Fri, Mar 29, 2019 at 9:20 AM Ken Moffat via blfs-dev wrote: > > Does cmake have anything equivalent to old-style 'configure --help' > or meson's configure, which would allow a user to see the options > they might wish to set ? > > Googling suggests cmake -LAH, but that *runs* the configuring an

Re: [blfs-dev] meson, cmake, autotools : proposed addition

2019-03-30 Thread Brendan L via blfs-dev
On Sat, Mar 30, 2019 at 1:27 PM Ken Moffat via blfs-dev wrote: > > After the discussions on meson, and cmake, I've made an attempt to > add details to the book. It's a bit longer than I had expected > (heh, I never use ywo words where five will do ;) and I'm not sure > if everyone will understand

Re: [blfs-dev] meson, cmake, autotools : proposed addition

2019-03-31 Thread Brendan L via blfs-dev
On Sun, Mar 31, 2019 at 1:32 PM Ken Moffat via blfs-dev wrote: > > On Sat, Mar 30, 2019 at 07:42:58PM -0500, Brendan L via blfs-dev wrote: > > On Sat, Mar 30, 2019 at 1:27 PM Ken Moffat via blfs-dev > > wrote: > > > > > > After the discussions on meson

[blfs-dev] There is a newer pyxdg package

2019-06-19 Thread Brendan L via blfs-dev
According to the pyxdg website, https://pypi.org/project/pyxdg/#files is the primary location of release files. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-dev] systemd latest version 247.1

2020-12-05 Thread Brendan L via blfs-dev
> > > > > Hi Wayne, > > > > Did you build with -Dmode=release? systemd-oomd is classified as > > experimental, so we use -Dmode=release to prevent it from being built > > and installed. We've got -Dmode=release in LFS. In BLFS, we're also > > going to need to add -Dpamconfdir=/etc/pam.d to force th

[blfs-dev] libnfsidmap no longer needed for nfs-utils

2021-01-25 Thread Brendan L via blfs-dev
Since I think, version 2.2.1 of nfs-utils, libnfsidmap has been merged into nfs-utils codebase. I believe libnfsidmap can be removed from the book. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page