Re: [blfs-dev] Upcoming BLFS-7.5 release

2014-03-06 Thread Armin K.
On 03/06/2014 05:32 AM, Ken Moffat wrote: On Thu, Mar 06, 2014 at 04:18:45AM +0100, Armin K. wrote: That's rather not correct. If a package a is dynamically linked to package b and package b gets updated to new version that doesn't have an ABI break (soname in b v1.2 is same as in b v1.0,

Re: [blfs-dev] Upcoming BLFS-7.5 release

2014-03-06 Thread Fernando de Oliveira
Em 05-03-2014 20:03, Ken Moffat escreveu: On Wed, Mar 05, 2014 at 11:10:16PM +0100, Pierre Labastie wrote: Le 05/03/2014 22:34, Ken Moffat a écrit : On Wed, Mar 05, 2014 at 02:04:16PM -0600, Bruce Dubbs wrote: Are we ready to release? -- Bruce Yes. ĸen Well, I think it's never

[blfs-dev] CA Certificates

2014-03-06 Thread Henrik /KaarPoSoft
Dear all, On http://www.linuxfromscratch.org/blfs/view/svn/postlfs/cacerts.html you indicate to download CA Certificates from: http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1 However, on the mxr frontpage http://mxr.mozilla.org/ the branch Mozilla CVS

[blfs-dev] Package stats

2014-03-06 Thread Bruce Dubbs
There is a question in the tickets about statistics. This is how I do it. I have a script for each package that measures time and size. I build packages in /tmp, but really could be anywhere. First measure the free disk space: before=`df -k /tmp | grep / | sed -e s/ \{2,\}/ /g | cut -d' '

Re: [blfs-dev] Upcoming BLFS-7.5 release

2014-03-06 Thread Ken Moffat
On Thu, Mar 06, 2014 at 09:40:31AM +0100, Armin K. wrote: Then again, when it comes to header changes it most likely results in an ABI break too or simply removing deprecated functionality (yay ffmpeg), so you have to rebuild one way or another. But then still, you only need to rebuild what

Re: [blfs-dev] CA Certificates

2014-03-06 Thread Bruce Dubbs
Henrik /KaarPoSoft wrote: Dear all, On http://www.linuxfromscratch.org/blfs/view/svn/postlfs/cacerts.html you indicate to download CA Certificates from: http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1 However, on the mxr frontpage

[blfs-dev] [was: ... r12830 ...]

2014-03-06 Thread Fernando de Oliveira
Em 06-03-2014 13:22, bdu...@higgs.linuxfromscratch.org escreveu: Author: bdubbs Date: Thu Mar 6 08:22:54 2014 New Revision: 12830 Log: try again -!-- downloads-root must not have an entity becasue it is needed for scripts +!-- downloads - root must not have an entity becasue it is

Re: [blfs-dev] Upcoming BLFS-7.5 release

2014-03-06 Thread Armin K.
On 03/06/2014 05:48 PM, Ken Moffat wrote: On Thu, Mar 06, 2014 at 09:40:31AM +0100, Armin K. wrote: Then again, when it comes to header changes it most likely results in an ABI break too or simply removing deprecated functionality (yay ffmpeg), so you have to rebuild one way or another. But

Re: [blfs-dev] Package stats

2014-03-06 Thread Fernando de Oliveira
Em 06-03-2014 13:36, Bruce Dubbs escreveu: There is a question in the tickets about statistics. This is how I do it. I have a script for each package that measures time and size. I build packages in /tmp, but really could be anywhere. First measure the free disk space: before=`df -k

Re: [blfs-dev] Package stats

2014-03-06 Thread Ken Moffat
On Thu, Mar 06, 2014 at 02:36:02PM -0300, Fernando de Oliveira wrote: Em 06-03-2014 13:36, Bruce Dubbs escreveu: So build size is measured as df_after - df_before. The issue to note is that there is activity during the build that adds or deletes space on /tmp, the size will be off.

Re: [blfs-dev] Package stats

2014-03-06 Thread Fernando de Oliveira
Em 06-03-2014 15:22, Ken Moffat escreveu: On Thu, Mar 06, 2014 at 02:36:02PM -0300, Fernando de Oliveira wrote: Em 06-03-2014 13:36, Bruce Dubbs escreveu: So build size is measured as df_after - df_before. The issue to note is that there is activity during the build that adds or deletes

Re: [blfs-dev] [was: ... r12830 ...]

2014-03-06 Thread Bruce Dubbs
Fernando de Oliveira wrote: Em 06-03-2014 13:22, bdu...@higgs.linuxfromscratch.org escreveu: Author: bdubbs Date: Thu Mar 6 08:22:54 2014 New Revision: 12830 Log: try again -!-- downloads-root must not have an entity becasue it is needed for scripts +!-- downloads - root must not have

Re: [blfs-dev] Package stats

2014-03-06 Thread Bruce Dubbs
Fernando de Oliveira wrote: I find du more accurate, although more tome consuming, Yes, that's why I went ot df. so have to to mark some instants to avoid it from interfering in the timings. On example is that df will include the log size, perhaps you think it is relevant. For me the log

[blfs-dev] Xorg Font package causes script stop and exit shell

2014-03-06 Thread Arthur Radley
I'm building BLFS from a recent development version. The package font-bh-ttf-1.0.3.tar.bz2 in Xorg Fonts causes the installation script to exit with an error... rm: cannot remove 'font-bh-ttf-1.0.3/@baseconfigdir@/conf.avail/42-luxi-mono.conf': Permission denied rm: cannot remove

Re: [blfs-dev] Xorg Font package causes script stop and exit shell

2014-03-06 Thread Bruce Dubbs
Arthur Radley wrote: I'm building BLFS from a recent development version. The package font-bh-ttf-1.0.3.tar.bz2 in Xorg Fonts causes the installation script to exit with an error... rm: cannot remove 'font-bh-ttf-1.0.3/@baseconfigdir@/conf.avail/42-luxi-mono.conf': Permission denied rm:

Re: [blfs-dev] Xorg Font package causes script stop and exit shell

2014-03-06 Thread Arthur Radley
Bruce Dubbs bruce.dubbs at gmail.com writes: Some packages modify or create packages in the local directory when doing a make install so when you exit sudo, you can't delete those files in the directory. Just go ahead and use sudo to delete. -- Bruce Well, that isn't exactly why

Re: [blfs-dev] Xorg Font package causes script stop and exit shell

2014-03-06 Thread Bruce Dubbs
Arthur Radley wrote: Bruce Dubbs bruce.dubbs at gmail.com writes: Some packages modify or create packages in the local directory when doing a make install so when you exit sudo, you can't delete those files in the directory. Just go ahead and use sudo to delete. Well, that isn't exactly

Re: [blfs-dev] Xorg Font package causes script stop and exit shell

2014-03-06 Thread Arthur Radley
Bruce Dubbs bruce.dubbs at gmail.com writes: I don't understand why they didn't get installed. I can see that a several directories may be kept that are not needed, but all the files should still be installed. -- Bruce That happened because the errors caused by the failure to

Re: [blfs-dev] Xorg Font package causes script stop and exit shell

2014-03-06 Thread Bruce Dubbs
Arthur Radley wrote: Bruce Dubbs bruce.dubbs at gmail.com writes: I don't understand why they didn't get installed. I can see that a several directories may be kept that are not needed, but all the files should still be installed. -- Bruce That happened because the errors caused by