[blfs-book] Missing BLFS patches

2016-06-01 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
‘/srv/www/www.linuxfromscratch.org/patches/downloads/bind/bind-9.10.4-P1-use_iproute2-1.patch’:
 No such file or directory
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] Files in BLFS svn missing on anduin

2016-05-24 Thread Bruce Dubbs via blfs-book

Ken Moffat wrote:

On Mon, May 23, 2016 at 04:15:48AM -0500, via blfs-book wrote:

Missing Lingua-Translit-0.25.tar.gz
Missing biblatex-3.4.tds.tgz


Also, the unversioned biblatex-biber (just in case that was not
obvious).


It was not obvious to me.  Do you have any idea how upstream intends users 
to know if they need an update?


I have not put this file on the files repo yet.  I did open a ticket about 
this and the currency scripts.


  -- Bruce


--
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] #7842: libevdev-1.5.0

2016-05-15 Thread Bruce Dubbs via blfs-book

via blfs-book wrote:

  Ah, I suppose you have an older version of linux-api-headers installed.
  Mine is 4.5, which is up to par with upstream's uinput.h, which explains
  why I am able to build the package.


I can confirm.

I also found the same problem when installing libevdev-1.5.0

On my system:
/usr/include/linux/uinput.h (from kernel 4.4,  installed when I upgraded
to glibc-2.23) doesn't declare struct uinput_abs_setup

Running "make headers_install" on current stable kernel (4.5.4) installs an
uinput.h header which does declare struct uinput_abs_setup (and allows
successful build of libevdev-1.5.0)


The discussion was in the trac ticket, but I'll answer here.

The upstream git repo has the file and that allows the package to be built 
on systems with earlier kernels.  The header was omitted from the release 
tarball.


We don't want to modify system headers when just including the file in the 
tarball is sufficient.  We could do that as a patch easily enough or even 
just host the file directly with instructions how to download it to the 
correct location, but we want to give upstream a couple of days to just 
fix the tarball first.


  -- Bruce


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

[blfs-book] Missing BLFS patches

2016-05-04 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
‘/srv/www/www.linuxfromscratch.org/patches/downloads/libarchive/libarchive-3.2.0-upstream_fixes-1.patch’:
 No such file or directory
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Missing BLFS patches

2016-04-30 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
‘/srv/www/www.linuxfromscratch.org/patches/downloads/bind/bind-9.10.4-use_iproute2-1.patch’:
 No such file or directory
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Missing BLFS patches

2016-04-27 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
‘/srv/www/www.linuxfromscratch.org/patches/downloads/wireshark/wireshark-2.0.3-lua_5_3_1-1.patch’:
 No such file or directory
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Missing BLFS patches

2016-04-13 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
‘/srv/www/www.linuxfromscratch.org/patches/downloads/httpd/httpd-2.4.20-blfs_layout-1.patch’:
 No such file or directory
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Missing BLFS patches

2016-04-12 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
‘/srv/www/www.linuxfromscratch.org/patches/downloads/feh/feh-2.15-disable_some_tests-1.patch’:
 No such file or directory
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Missing BLFS patches

2016-04-05 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
‘/srv/www/www.linuxfromscratch.org/patches/downloads/mesa/mesa-11.2.0-add_xdemos-1.patch’:
 No such file or directory
-- 
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] #7628: Upower-0.99.4 (Test dependent packages)

2016-03-31 Thread Bruce Dubbs via blfs-book

BLFS Trac via blfs-book wrote:

#7628: Upower-0.99.4 (Test dependent packages)



Comment (by pierre.labastie):

  I think I have a better view of the picture now. There are 2 possible dbus
  interfaces for suspend/hibernate: logind and ConsoleKit2. There used to be
  a third one (UPower), which is now gone.
  XFCE4 is set up to use logind or ConsoleKit (first logind presence is
  tested, then ConsoleKit), so no problem here. Liblxqt is set up to use
  UPower or logind for suspend/hibernate, or a "custom command". A custom
  command using pm-utils, would be easy to design, but what I do not know is
  how to make the system aware of this custom command. All I know is that it
  is kept into a ''msettings("power")'' class. Maybe a config file somewhere
  could allow to set it up.

  I have not looked at lxde yet, nor at kde.

  Note that the reboot/halt buttons work with lxqt, since ConsoleKit is used
  for those.


Thanks for the update Pierre.

  -- Bruce


--
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] #7628: Upower-0.99.4 (Test dependent packages)

2016-03-31 Thread Bruce Dubbs via blfs-book

BLFS Trac via blfs-book wrote:

#7628: Upower-0.99.4 (Test dependent packages)



Comment (by pierre.labastie):

  I think I have a better view of the picture now. There are 2 possible dbus
  interfaces for suspend/hibernate: logind and ConsoleKit2. There used to be
  a third one (UPower), which is now gone.
  XFCE4 is set up to use logind or ConsoleKit (first logind presence is
  tested, then ConsoleKit), so no problem here. Liblxqt is set up to use
  UPower or logind for suspend/hibernate, or a "custom command". A custom
  command using pm-utils, would be easy to design, but what I do not know is
  how to make the system aware of this custom command. All I know is that it
  is kept into a ''msettings("power")'' class. Maybe a config file somewhere
  could allow to set it up.

  I have not looked at lxde yet, nor at kde.

  Note that the reboot/halt buttons work with lxqt, since ConsoleKit is used
  for those.


Thanks for the update Pierre.

  -- Bruce

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

[blfs-book] Missing BLFS patches

2016-03-30 Thread Bruce Dubbs via blfs-book
cp: cannot stat 
‘/srv/www/www.linuxfromscratch.org/patches/downloads/pidgin/pidgin-2.10.12-gstreamer1-1.patch’:
 No such file or directory
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] Mailman change

2016-03-28 Thread Bruce Dubbs via blfs-book
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
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

<    1   2   3   4