Re: [blfs-book] [BLFS Trac] #4620: Add nftables-0.9.2

2019-10-25 Thread DJ Lucas via blfs-book
On October 25, 2019 9:40:38 AM CDT, BLFS Trac  wrote:
>#4620: Add nftables-0.9.2
>-+-
> Reporter:  thomas   |   Owner:  dj@…
> Type:  enhancement  |  Status:  closed
> Priority:  normal   |   Milestone:  9.1
>Component:  BOOK | Version:  SVN
> Severity:  minor|  Resolution:  fixed
> Keywords:   |
>-+-
>
>Comment (by renodr):
>
> Hi DJ, do I need to add a unit for nftables to the units tarball?
>
>--
>Ticket URL:
>
>BLFS Trac 
>Beyond Linux From Scratch

Oh wait, yes. I forgot about it. I have one at home for systemd.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r21346 - in branches/bootscripts-elogind: . blfs/init.d

2019-03-21 Thread DJ Lucas via blfs-book

On 3/16/2019 10:00 PM, Douglas R. Reno via blfs-book wrote:


On 3/16/19 9:55 PM, dj--- via blfs-book wrote:

Author: dj
Date: Sat Mar 16 19:55:45 2019
New Revision: 21346

Log:
Add accounts-daemon bootscript.

Added:
    branches/bootscripts-elogind/blfs/init.d/accounts-daemon   
(contents, props changed)

Modified:
    branches/bootscripts-elogind/Makefile

Modified: branches/bootscripts-elogind/Makefile
== 

--- branches/bootscripts-elogind/Makefile    Sat Mar 16 14:32:46 
2019    (r21345)
+++ branches/bootscripts-elogind/Makefile    Sat Mar 16 19:55:45 
2019    (r21346)

@@ -39,6 +39,16 @@
  install-service-wpa: create-service-dir
  install -m ${MODE} blfs/services/wpa ${LIBDIR}
+install-accounts-daemon: create-dirs
+    install -m ${MODE} blfs/init.d/accounts-daemon 
${EXTDIR}/rc.d/init.d/
+    ln -sf  ../init.d/accounts-daemon 
${EXTDIR}/rc.d/rc0.d/K22accounts-daemon
+    ln -sf  ../init.d/accounts-daemon 
${EXTDIR}/rc.d/rc1.d/K22accounts-daemon
+    ln -sf  ../init.d/accounts-daemon 
${EXTDIR}/rc.d/rc2.d/S36accounts-daemon
+    ln -sf  ../init.d/accounts-daemon 
${EXTDIR}/rc.d/rc3.d/S36accounts-daemon
+    ln -sf  ../init.d/accounts-daemon 
${EXTDIR}/rc.d/rc4.d/S36accounts-daemon
+    ln -sf  ../init.d/accounts-daemon 
${EXTDIR}/rc.d/rc5.d/S36accounts-daemon
+    ln -sf  ../init.d/accounts-daemon 
${EXTDIR}/rc.d/rc6.d/K22accounts-daemon

+
  install-acpid: create-dirs
  install -m ${MODE} blfs/init.d/acpid   ${EXTDIR}/rc.d/init.d/
  ln -sf  ../init.d/acpid ${EXTDIR}/rc.d/rc0.d/K32acpid


Are you sure you want Accounts-Daemon on all runlevels? Why not just 3 
and 5?


It's been so long since I've used SysV though that I could be slightly 
inaccurate/incorrect.




Yeah, here is the way it works:
Runlevel S is common sysinit
Runlevel 0 is shutdown
RUnlevel 1 is single-user
Runlevel 2 is multi-user
Runlevel 3 adds networking
Runlevel 4 is for testing and duplicates 3 by default
Runlevel 5 adds graphical login
Runlevel 6 is reboot
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r20420 - trunk/BOOK/xsoft/office

2018-09-01 Thread DJ Lucas via blfs-book
On August 28, 2018 10:37:36 PM CDT, Bruce Dubbs via blfs-book 
 wrote:
>On 08/28/2018 09:54 PM, Ken Moffat via blfs-book wrote:
>> On Tue, Aug 28, 2018 at 03:56:53AM -, bdubbs--- via blfs-book
>wrote:
>>> Author: bdubbs
>>> Date: Mon Aug 27 20:56:53 2018
>>> New Revision: 20420
>>>
>>> Log:
>>> Tag libreoffice
>>>
>>> Some instructions were changed because the package requires some
>>> older versions of boost and openssl.
>>>
>>> Modified:
>>> trunk/BOOK/xsoft/office/libreoffice.xml
>>>
>> 
>> Please explain why you removed --with-system-boost and
>>   --with-system-openssl, your comment that 0.66.0 and 1.0.2 does not
>> agree with my results.
>> 
>> I have built 6.1.0.3 with boost_1.68.0 and (only) openssl-1.1.0i on
>> 8.3-rc, and with added java packages (java probably now updated, but
>> using apache-ant-1.10.5 to test the *old* sql deps) on
>> LFS-svn-20180808.
>
>The reason is that the build failed for me with those packages.  When I
>
>removed them, boost-1.66.0 and openssl-1.0.2 were downloaded.  This was
>
>a bit time consuming since I had to go through the build three times. 

Only three times? Jeez. I remember when OO was mine. A couple of volunteers on 
the list helped greatly when I shifted to using the OOo-build patch sets. I 
think the total number of builds was around thirty once all of the variants of 
optional dependencies were tested.


-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r19547 - in trunk/BOOK: . introduction/welcome postlfs/editors postlfs/filesystems

2017-11-28 Thread DJ Lucas via blfs-book



On 11/28/2017 12:22 PM, Pierre Labastie via blfs-book wrote:

On 28/11/2017 19:10, via blfs-book wrote:

Author: thomas
Date: Tue Nov 28 10:10:14 2017
New Revision: 19547

Log:
Version 2.9.1, fix #10078
Add files to mkinitramfs


Thomas, great thanks for that. Next time, could you please add the name of the
updated package in the log? :)
It makes it much easier when browsing the log later. Thanks
Pierre
FYI, immediately before commit, I do an svn diff 
introduction/welcome/changelog.xml and copy and paste directly, minus 
any markup.


HTH

--DJ


--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #9929: OpenJDK-1.8.0.152

2017-10-24 Thread DJ Lucas via blfs-book
On October 24, 2017 11:13:52 AM CDT, BLFS Trac via blfs-book 
 wrote:
>#9929: OpenJDK-1.8.0.152
>-+--
> Reporter:  pierre.labastie  |   Owner:  pierre.labastie
> Type:  enhancement  |  Status:  assigned
> Priority:  normal   |   Milestone:  8.2
>Component:  BOOK | Version:  SVN
> Severity:  normal   |  Resolution:
> Keywords:   |
>-+--
>
>Comment (by bdubbs@…):
>
> Replying to [comment:2 pierre.labastie]:
> > Should we still provide a 32 bit VM?
>
> If it doesn't take a lot of time, yes.  However I think it would be
> relatively time consuming for very little value.  If we don't, a note
> saying that a 32-bit version is not available would be appropriate.
>
> As a side note, I just finished rebuilding the system on my laptop.  I
>find no use for java on that system at all.  I do build the 64-bit
>version
>on my development system for the book, but do not remember using it for
> anything I need other than fop (to render the pdf version of LFS).
>
>--
>Ticket URL:
>
>BLFS Trac 
>Beyond Linux From Scratch
>-- 
>http://lists.linuxfromscratch.org/listinfo/blfs-book
>FAQ: http://www.linuxfromscratch.org/blfs/faq.html
>Unsubscribe: See the above information page

We could keep the existing 141 32bit binary package around to use for 
bootstrapping the latest and just link to it from the wiki page. I think it's 
time we make it official that we don't directly support 32bit builds, and start 
ripping out the various case statements, just move those handful of 
instructions to the wiki so that they aren't lost, but note that they aren't 
tested frequently.

--DJ

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r19353 - in trunk/BOOK: . introduction/welcome x/lib

2017-10-22 Thread DJ Lucas via blfs-book



On 10/22/2017 12:32 PM, Armin K. via blfs-book wrote:

On Sun, 2017-10-22 at 12:18 -0500, Bruce Dubbs wrote:

DJ Lucas via blfs-book wrote:



On 10/22/2017 04:05 AM, Armin K. via blfs-book wrote:


-make
+meson --prefix /usr $PWD build 
+cd build 
+ninja



Make these two into "ninja -C build", same for install cmd.


Will do, thanks.


Actually, I'd rather not.  It only removes one line at the expense
of
making two lines slightly more complex.  What we have now is similar
to cmake.

If we want to make things more consistent, we would be better off
with:

mkdir build
cdbuild
meson ..
ninja
ninja install

   -- Bruce



Actually, I like this one more. It's what I use on my end. I would not
say it's slightly complex, after all it's just 9 extra chars (including
whitespaces)!



Actually, it's one less character and I like it better aesthetically as 
well, but just discussed with Bruce in PM. After said discussion, I'm 
leaning toward Bruce's thinking. Consistency with other parts of the 
book and simplicity vs the slightly shorter command line. Look at it 
this way:


meson $PWD build && ninja -C build && ninja -C build install
vs.
mkdir build && cd build && meson .. && ninja && ninja install

Now, it is three commands vs five, but muscle memory has the advantage 
with Bruce's syntax. We are really picking nits here, though.


-- DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r19355 - in trunk/BOOK: . general/sysutils gnome/platform

2017-10-22 Thread DJ Lucas via blfs-book



On 10/22/2017 12:20 PM, Bruce Dubbs via blfs-book wrote:

via blfs-book wrote:

Author: dj
Date: Sun Oct 22 10:16:32 2017
New Revision: 19355

Log:
Move account-service to sysutils.


Why?  Can it be used without gnome?

  -- Bruce



No, but it's FDO, not Gnome.

--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r19353 - in trunk/BOOK: . introduction/welcome x/lib

2017-10-22 Thread DJ Lucas via blfs-book



On 10/22/2017 04:05 AM, Armin K. via blfs-book wrote:


-make
+meson --prefix /usr $PWD build 
+cd build 
+ninja



Make these two into "ninja -C build", same for install cmd.


Will do, thanks.

--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #9634: rpcbind needs /usr/include/rpcsvc/{yp, ypclnt}.h

2017-08-17 Thread DJ Lucas via blfs-book



On 08/17/2017 05:03 PM, BLFS Trac via blfs-book wrote:

#9634: rpcbind needs /usr/include/rpcsvc/{yp,ypclnt}.h
--+--
 Reporter:  bdubbs@…  |   Owner:  blfs-book@…
 Type:  defect|  Status:  new
 Priority:  normal|   Milestone:  8.1
Component:  BOOK  | Version:  SVN
 Severity:  normal|  Resolution:
 Keywords:|
--+--

Comment (by ken@…):

 /me swears, /lib/cpp now fails its sanity check in configure.

 I'll write off this build and wait for consensus.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch



I was able to successfully rebuild toolchain packages the other day, but 
that was before final version of gcc-7.2.


--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r18962 - trunk/BOOK/xsoft/graphweb

2017-07-30 Thread DJ Lucas via blfs-book



On 07/30/2017 02:09 AM, via blfs-book wrote:

Author: pierre
Date: Sun Jul 30 00:09:41 2017
New Revision: 18962

Log:
Fix Chrome binaries MD5



Thanks for the save Pierre!

--DJ


--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r18887 - trunk/BOOK

2017-06-29 Thread DJ Lucas via blfs-book



On 06/29/2017 01:56 AM, via blfs-book wrote:

Author: pierre
Date: Wed Jun 28 23:56:00 2017
New Revision: 18887

Log:
blfs-full should be rebuilt when packages.ent is touched, too

Modified:
   trunk/BOOK/Makefile


Thank you!!! Driven me nuts for a long time! :-)

--DJ


--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r18668 - in trunk/BOOK: . general/genlib general/genutils general/prog introduction/welcome multimedia/libdriv pst/typesetting

2017-04-30 Thread DJ Lucas via blfs-book



On 04/30/2017 04:03 PM, Bruce Dubbs via blfs-book wrote:

akhiezer via blfs-book wrote:

Date: Sun, 30 Apr 2017 18:47:18 -
From: via blfs-book 

Author: bdubbs
Date: Sun Apr 30 11:47:18 2017
New Revision: 18668

Log:
Add fftw-3.3.6-pl2

[...]


Modified: trunk/BOOK/multimedia/libdriv/libsamplerate.xml
==




-   , and
-   http://www.fftw.org/;>libfftw3 (for tests)
+and



   s/( and)/,\1/  ?


It's OK.




+(for tests)
  

  User Notes:


[...]


Modified: trunk/BOOK/pst/typesetting/asymptote.xml
==




-  ,
+   and



   s/( and)/,\1/  ?


It's OK.



  

  Recommended
  
-  ,
+   and



   s/( and)/,\1/  ?


And this is OK.

We use (with some exceptions):

a
a and b
a, b, and c

  -- Bruce



I think there was some confusion about the use of the Oxford Comma. This 
only applies when there are three (or greater) items in the list. Both 
methods are acceptable, but switching between them in the same document 
is not. A silly, but accurate example of why omitting it can be 
problematic is in this article:


https://www.grammarly.com/blog/what-is-the-oxford-comma-and-why-do-people-care-so-much-about-it/

The "I love my parents" example pretty much sums up why LFS/BLFS has 
decided to use it unconditionally.


--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

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

2017-04-30 Thread DJ Lucas via blfs-book



On 04/30/2017 09:22 AM, akhiezer via blfs-book wrote:

Date: Sun, 30 Apr 2017 07:38:15 -
From: via blfs-book 

Author: dj
Date: Sun Apr 30 00:38:14 2017
New Revision: 18664

Log:
Fix build issue with gegl and gobject-introspection >= 1.52.1.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/gegl.xml
   trunk/BOOK/introduction/welcome/changelog.xml


[...]


Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sat Apr 29 23:41:25 
2017(r18663)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr 30 00:38:14 
2017(r18664)
@@ -45,6 +45,16 @@
   April 29th, 2017
   
 
+  [dj] - Fix build issue with gegl and gobject-introspection
+  = 1.52.1.
+
+  
+
+
+
+  April 29th, 2017
+  
+
   [pierre] - Update to FOP-2.2, reinstate OFFO hyphenation
   patterns and fix tests running. Fixes
   #9117.



 - extraneous date line () there ?




Thank you. Fixed in r18665.

--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

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

2017-04-30 Thread DJ Lucas via blfs-book



On 04/30/2017 09:33 AM, akhiezer via blfs-book wrote:

Date: Sun, 30 Apr 2017 07:38:15 -
From: via blfs-book 

Author: dj
Date: Sun Apr 30 00:38:14 2017
New Revision: 18664

Log:
Fix build issue with gegl and gobject-introspection >= 1.52.1.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/gegl.xml
   trunk/BOOK/introduction/welcome/changelog.xml


[...]


Modified: trunk/BOOK/general/graphlib/gegl.xml
==
--- trunk/BOOK/general/graphlib/gegl.xmlSat Apr 29 23:41:25 2017
(r18663)
+++ trunk/BOOK/general/graphlib/gegl.xmlSun Apr 30 00:38:14 2017
(r18664)
@@ -119,10 +119,18 @@
 Installation of gegl


[...]

@@ -151,7 +159,7 @@
 

 
-  --without-vala: Do not create a
+  --without-vala: Do not create a



Isn't that 'option' rather than 'parameter'; the latter being for 
'var=val'-type stuff ?



   vala API - use this if
   vapigen breaks the build.
 

[...]




No, this is not the distinction between  and  tags. 
From the editor's guide:


"For rendering purposes, parameters actually used in the Installation 
Section must use  tags. For optional switches,  tags 
should be used."


--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] BLFS Package Currency Check - 2017-04-19 05:45:01 GMT

2017-04-19 Thread DJ Lucas via blfs-book
Finding mutter?

On April 19, 2017 9:02:59 AM CDT, Ken Moffat via blfs-book 
 wrote:
>On Tue, Apr 18, 2017 at 10:45:02PM -0700, via blfs-book wrote:
>> BLFS PackageBLFS Version  Latest 
>Ticket
>> chapter 17: mutt1.8.11.8.2   
>#9024
>
>That ticket is for gnome-3.24.  I'll create a ticket for mutt.
>
>-- 
>`I shall take my mountains', said Lu-Tze. `The climate will be good
>for them.' -- Small Gods
>-- 
>http://lists.linuxfromscratch.org/listinfo/blfs-book
>FAQ: http://www.linuxfromscratch.org/blfs/faq.html
>Unsubscribe: See the above information page

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r18310 - in trunk/BOOK: general/genlib general/genutils general/prog general/sysutils kde/plasma5 networking/netlibs networking/netprogs postlfs/security pst/sgml pst/xml server/databa

2017-02-15 Thread DJ Lucas via blfs-book



On 02/15/2017 10:29 AM, Bruce Dubbs via blfs-book wrote:

Pierre Labastie wrote:



Modified: trunk/BOOK/networking/netprogs/wget.xml
==

--- trunk/BOOK/networking/netprogs/wget.xmlTue Feb 14 16:20:11
2017(r18309)
+++ trunk/BOOK/networking/netprogs/wget.xmlTue Feb 14 19:04:01
2017(r18310)
@@ -36,7 +36,7 @@
non-interactive downloading of files from the Web.
  

-_checked;
+_checked;

  Package Information
  
@@ -76,7 +76,8 @@

  Recommended
  
-   and
+  ,
+  , and

  


openssl is required for cacerts. Why do you add it here?


Because we use --with-ssl=openssl in configure.



Yeah, as minor as it is, you should probably undo that one. OpenSSL is 
required for cacerts, and that satisfies the dependency chain.


--DJ


--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r18183 - trunk/BOOK/xsoft/other

2017-01-14 Thread DJ Lucas via blfs-book



On 01/14/2017 03:06 PM, Ken Moffat via blfs-book wrote:

On Sat, Jan 14, 2017 at 07:01:23PM -, via blfs-book wrote:

Author: dj
Date: Sat Jan 14 11:01:22 2017
New Revision: 18183

Log:
The configure script is not shipped with inkscape-0.92.

Modified:
   trunk/BOOK/xsoft/other/inkscape.xml

Modified: trunk/BOOK/xsoft/other/inkscape.xml
==
--- trunk/BOOK/xsoft/other/inkscape.xml Sat Jan 14 08:36:56 2017(r18182)
+++ trunk/BOOK/xsoft/other/inkscape.xml Sat Jan 14 11:01:22 2017(r18183)
@@ -136,7 +136,8 @@
   commands:
 

-IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \
+./autogen.sh 
+IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \
 IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI 
-lMagickWand-6.Q16HDRI" \
 ./configure --prefix=/usr 


0.92 should be using cmake, which is why I made the patch.

The CFLAGS and LIBS were just a temporary measure because we still
had 0.91 when I did the ImageMagick changes.



Sorry, I wasn't aware the intention was to use cmake. I just noticed 
that the commands in the book weren't working as written.


--DJ


--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r17976 - trunk/BOOK

2016-11-18 Thread DJ Lucas via blfs-book
Thanks Bruce. I had backed out locally the changes for cacerts to fix the first 
mistake, then forgot to correct it when I put them back in. :-)

On November 18, 2016 9:00:20 AM CST, via blfs-book 
 wrote:
>Author: bdubbs
>Date: Fri Nov 18 07:00:20 2016
>New Revision: 17976
>
>Log:
>Fix missed version updates in previous commits
>
>Modified:
>   trunk/BOOK/packages.ent
>
>Modified: trunk/BOOK/packages.ent
>==
>--- trunk/BOOK/packages.entThu Nov 17 23:13:46 2016(r17975)
>+++ trunk/BOOK/packages.entFri Nov 18 07:00:20 2016(r17976)
>@@ -295,7 +295,7 @@
> 
> 
> 
>-
>+
> 
> 
> 
>@@ -555,9 +555,9 @@
> 
> 
>   
>-
>+
> 
>-
>+
> 
>"http://download.kde.org/stable/;>
> 
>-- 
>http://lists.linuxfromscratch.org/listinfo/blfs-book
>FAQ: http://www.linuxfromscratch.org/blfs/faq.html
>Unsubscribe: See the above information page
>
>-- 
>This message has been scanned for viruses and dangerous content by 
>E.F.A. Project, and is believed to be clean.
>
>Click here to report this message as spam.
>https://efa1.lucasit.com:8443/cgi-bin/learn-msg.cgi?id=56D5960074.A658A=162c38fe1f2be7beaae06f43416cd03c

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8527: icu4c-58.1 issues

2016-11-15 Thread DJ Lucas via blfs-book



On 11/15/2016 02:26 PM, BLFS Trac via blfs-book wrote:

#8527: icu4c-58.1 issues
-+--
  Reporter:  ken@…|   Owner:  blfs-book@…
  Type:  enhancement  |  Status:  new
  Priority:  normal   |   Milestone:  7.11
Component:  BOOK | Version:  SVN
  Severity:  normal   |  Resolution:
  Keywords:   |
-+--

Comment (by pierre.labastie):

  ICU4C-58.1 built with the patch: no more segfaults. I am using it right
  now for writing this comment... I do not know whether other files should
  be tested. BTW, if somebody has built an app against unpatched ICU-58.1,
  there is no need to rebuild the app after building patched ICU.
  Who mentioned other problems with ICU?

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch


Sorry, at work right now, but issues with SGDisk were build issues, not 
runtime. I don't remember with Chromium, but I have it using internal 
icu anyway.


--DJ


--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r17833 - trunk/BOOK/general/prog

2016-09-28 Thread DJ Lucas via blfs-book
Thanks for the fix Bruce. I copied the wrong version of the file. I'll fix the 
command explanations "..." bit when I get home. Still tweaking the Chromium 
build a bit. I think we can pull in system libvpx too now, but haven't tested.

--DJ


On September 28, 2016 1:27:31 PM CDT, via blfs-book 
 wrote:
>Author: bdubbs
>Date: Wed Sep 28 11:27:31 2016
>New Revision: 17833
>
>Log:
>Add wget url to ninja
>
>Modified:
>   trunk/BOOK/general/prog/ninja.xml
>
>Modified: trunk/BOOK/general/prog/ninja.xml
>==
>--- trunk/BOOK/general/prog/ninja.xml  Wed Sep 28 11:05:10 2016(r17832)
>+++ trunk/BOOK/general/prog/ninja.xml  Wed Sep 28 11:27:31 2016(r17833)
>@@ -36,6 +36,11 @@
> 
> _checked;
> 
>+Download this file via wget as:
>+wget
>https://github.com/ninja-build/ninja/archive/v.tar.gz \
>+ -O ninja-.tar.gz
>+
>+
> Package Information
> 
>   
>-- 
>http://lists.linuxfromscratch.org/listinfo/blfs-book
>FAQ: http://www.linuxfromscratch.org/blfs/faq.html
>Unsubscribe: See the above information page
>
>-- 
>This message has been scanned for viruses and dangerous content by 
>E.F.A. Project, and is believed to be clean.
>
>Click here to report this message as spam.
>https://efa1.lucasit.com:8443/cgi-bin/learn-msg.cgi?id=A49E9610C8.A7F1D=ae8f9423793afeba0bf0c59fda6b7d87

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r17773 - in trunk/BOOK: . introduction/welcome networking/netlibs server/major

2016-09-18 Thread DJ Lucas via blfs-book



On 09/18/2016 01:06 PM, Pierre Labastie via blfs-book wrote:

On 18/09/2016 01:17, from the addition of nghttp2:

+nghttp2 Dependencies
+
+Recommended
+
+  
+
+
+

Hmm, recommended or required?

Pierre



Recommended was intended (I do have it as required in my PKGBUILD), but 
it'll build without. The result, however, doesn't allow the client to 
fetch linked pages in the initial transfer. I was thinking that was a 
fairly important part of the speedup of HTTP/2, basically send as much 
compressed data as you can as early as possible, but now I'm trying to 
see how that would be beneficial to curl (the only known _client_ in the 
book). Maybe it should only be optional. :-/ Mozilla and Google have 
their own implementations. I'm not sure if Google's made it back to 
WebKit, but I seem to remember something of a SPDY switch last time I 
looked at one of the webkit builds, but don't recall which.


--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] r17647 - in trunk/BOOK: networking/netprogs postlfs/security

2016-08-19 Thread DJ Lucas via blfs-book
Whoops...didn't mean for the bridgeutils patch to go in yet. I had 
forgotten about it, but 99% sure it is necessary. Reverting for now, but 
if somebody needs it, can check?


On 08/19/2016 05:49 PM, via blfs-book wrote:

Author: dj
Date: Fri Aug 19 15:49:56 2016
New Revision: 17647

Log:
Add net-tools to depends for gnutls test suite.

Modified:
   trunk/BOOK/networking/netprogs/bridgeutils.xml
   trunk/BOOK/postlfs/security/gnutls.xml

Modified: trunk/BOOK/networking/netprogs/bridgeutils.xml
==
--- trunk/BOOK/networking/netprogs/bridgeutils.xml  Thu Aug 18 20:09:04 
2016(r17646)
+++ trunk/BOOK/networking/netprogs/bridgeutils.xml  Fri Aug 19 15:49:56 
2016(r17647)
@@ -4,7 +4,8 @@
   
   %general-entities;

-  
+
+  http://ftp.osuosl.org/pub/blfs/svn/b/bridge-utils-.tar.gz;>
   
   
   
@@ -57,16 +58,6 @@
   
 

-Additional Downloads
-
-  
-
-  Required patch:
-  
-
-  
-
-
 bridge-utils Dependencies

 Optional (to run tests)
@@ -101,9 +92,8 @@
 Install bridge-utils by running the 
following
 commands:

-patch -Np1 -i 
../bridge-utils--linux_3.8_fix-1.patch 
-autoconf -o configure configure.in  
-./configure --prefix=/usr   
+autoconf -o configure configure.in 
+./configure --prefix=/usr  
 make

 Testing the results requires running the six shell scripts in

Modified: trunk/BOOK/postlfs/security/gnutls.xml
==
--- trunk/BOOK/postlfs/security/gnutls.xml  Thu Aug 18 20:09:04 2016
(r17646)
+++ trunk/BOOK/postlfs/security/gnutls.xml  Fri Aug 19 15:49:56 2016
(r17647)
@@ -109,6 +109,7 @@
   ,
   ,
   ,
+   (used during the test suite),
or ,
(to build the DANE library),
(used during the test suite),



--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8019: GIMP fails to build with gegl-0.3.8

2016-07-03 Thread DJ Lucas via blfs-book
I'm sorry. I wasn't clear. That's for trunk. The commit message was the 
important part. I don't have the code in front if me ATM, at a family function, 
but the test will never be true, so removal is fine. The sed you posted is the 
correct fix.

--DJ


On July 3, 2016 5:09:58 PM CDT, BLFS Trac  wrote:
>#8019: GIMP fails to build with gegl-0.3.8
>-+--
> Reporter:  renodr   |   Owner:  blfs-book@…
> Type:  enhancement  |  Status:  new
> Priority:  normal   |   Milestone:  7.10
>Component:  BOOK | Version:  SVN
> Severity:  normal   |  Resolution:
> Keywords:   |
>-+--
>
>Comment (by bdubbs@…):
>
> Replying to [comment:2 dj@…]:
> > http://osdir.com/ml/commits.gnome/2016-03/msg08652.html
>
>DJ, that patch doesn't apply to the current tarball.  The 2nd file
>doesn't
> even exist.
>
>--
>Ticket URL:
>
>BLFS Trac 
>Beyond Linux From Scratch

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] Mailman change

2016-03-28 Thread DJ Lucas via blfs-book



On 03/28/2016 12:15 PM, Bruce Dubbs via blfs-book wrote:

You may have noticed a change in some of blfs-book's mail messages.  The
From: headers now say

via blfs-book 

instead of the original poster's email address.  The original poster IS
written to the Reply-To: portion of the email header.

This is a change caused by some email providers (Google, etc) giving
notice that they will start enforcing DMARC policy changes

https://dmarc.org/2015/10/global-mailbox-providers-deploying-dmarc-to-protect-users/


I'll need to change all the mailing lists eventually but we have a few
months for that.  Right now the change is only on blfs-book.

   -- Bruce


This works really well. Thanks for addressing it so quickly. We'll be 
ready when GMail pulls the trigger on this.


--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] Testing

2016-03-27 Thread DJ Lucas via blfs-book



On 03/27/2016 08:53 PM, via blfs-book wrote:

testing3



Hmm, default "reply" action is to send to both, plus we've lost sender's 
name (at least on original).


--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page