Re: [lfs-dev] Script to check package versions

2013-05-15 Thread Bruce Dubbs
William Harrington wrote: On May 14, 2013, at 11:27 PM, Bruce Dubbs wrote: I fixed that a couple of days ago. -- Bruce Is the script at http://anduin.linuxfromscratch.org/~bdubbs/lfs-latest-files reflecting your changes or do you copy the script after changes? Not quite. I just put

Re: [lfs-dev] util-linux issues

2013-05-15 Thread Gilles Espinasse
- Mail original - De: Bruce Dubbs bruce.du...@gmail.com À: LFS Developers Mailinglist lfs-dev@linuxfromscratch.org Envoyé: Mardi 14 Mai 2013 20:59:08 Objet: [lfs-dev] util-linux issues 1. The latest git commit in util-linux now has a fix for umount not remounting the root fs read

Re: [lfs-dev] util-linux issues

2013-05-15 Thread Bruce Dubbs
Gilles Espinasse wrote: - Mail original - De: Bruce Dubbs bruce.du...@gmail.com À: LFS Developers Mailinglist lfs-dev@linuxfromscratch.org Envoyé: Mardi 14 Mai 2013 20:59:08 Objet: [lfs-dev] util-linux issues 1. The latest git commit in util-linux now has a fix for umount not

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread William Harrington
On May 15, 2013, at 12:12 PM, Bruce Dubbs wrote: Not quite. I just put that out as an example of fetching via svn/ftp/http and some examples of using regex expressions. The changes are not great, but the edited diff below shows the relevant changes. Mostly regex additions/changes.

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread Bruce Dubbs
William Harrington wrote: On May 15, 2013, at 12:12 PM, Bruce Dubbs wrote: Not quite. I just put that out as an example of fetching via svn/ftp/http and some examples of using regex expressions. The changes are not great, but the edited diff below shows the relevant changes. Mostly regex

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread William Harrington
On May 15, 2013, at 2:56 PM, Bruce Dubbs wrote: You might want to like into https://mariadb.org/. mysql is being impacted by Oracle in some not-helpful ways. I moved from Solaris to linux with my sun machines when oracle took over as they squashed free support for required patches. Was

Re: [lfs-dev] Problem with xzless

2013-05-15 Thread William Harrington
On May 15, 2013, at 3:44 PM, Fernando wrote: # cat /etc/lfs-release SVN-20130512 64bit, built with jhalfs I am worried about this: Either as normal user or as root: env LANG=C xzless /home/fernando/Downloads/blfs/links-2.7-2013.05.15-17h21m20s.log.xz error message: /usr/bin/xzless:

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread Baho Utot
On 05/15/2013 03:56 PM, Bruce Dubbs wrote: William Harrington wrote: On May 15, 2013, at 12:12 PM, Bruce Dubbs wrote: Not quite. I just put that out as an example of fetching via svn/ftp/http and some examples of using regex expressions. The changes are not great, but the edited diff below

Re: [lfs-dev] util-linux issues

2013-05-15 Thread Gilles Espinasse
- Mail original - De: Bruce Dubbs bruce.du...@gmail.com À: LFS Developers Mailinglist lfs-dev@linuxfromscratch.org Envoyé: Mercredi 15 Mai 2013 20:16:58 Objet: Re: [lfs-dev] util-linux issues Gilles Espinasse wrote: - Mail original - De: Bruce Dubbs

Re: [lfs-dev] Script to check package versions

2013-05-15 Thread Bruce Dubbs
Baho Utot wrote: You can change } 21 | tee -a $LOG to } | tee -a $LOG the | does the same thing as 21 Perhaps, but the construct I use is clear to me. There is more than one way to do things. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: