MesaLib instructions

2007-02-11 Thread Randy McMurchy
Hi all, Unless there are objections I'd like to make the following changes to the MesaLib instructions: 1. Change the "Recommended" and "Optional" downloads to be like all the rest of the book and display them with full URLs (this allows to cut and paste from Lynx, for example). 2. Consolidate t

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Randy McMurchy wrote these words on 02/11/07 09:45 CST: > Hi all, > > Unless there are objections I'd like to make the following changes to > the MesaLib instructions: 7. There are two sed commands in a row which are identical except that they modify different files. This should be consolidated i

Re: MesaLib instructions

2007-02-11 Thread Dan Nicholson
On 2/11/07, Randy McMurchy <[EMAIL PROTECTED]> wrote: > Randy McMurchy wrote these words on 02/11/07 09:45 CST: > > Hi all, > > > > Unless there are objections I'd like to make the following changes to > > the MesaLib instructions: > > 7. There are two sed commands in a row which are identical exce

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Dan Nicholson wrote these words on 02/11/07 11:38 CST: > The first sed is unnecessary. By passing X11_INCLUDES and > EXTRA_LIB_PATH to the Makefile, you can make the build process look > where you want it to. I wouldn't say it as "is unnecessary". I think better could be "can be omitted". :-) An

Re: MesaLib instructions

2007-02-11 Thread Dan Nicholson
On 2/11/07, Randy McMurchy <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote these words on 02/11/07 11:38 CST: > > > 1. You could drop all 3 seds: > > > > make linux-dri-x86 \ > > OPT_FLAGS="$CFLAGS -fno-strict-aliasing > > -DDEFAULT_DRIVER_DIR=\\\"${XORG_PREFIX}/lib/X11/modules/dri\\\"" \

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Randy McMurchy wrote these words on 02/11/07 09:45 CST: > Unless there are objections I'd like to make the following changes to > the MesaLib instructions: 8. I'm showing a significant difference in disk space used (The book shows 823MB, my logs show 157MB). Can anyone provide some additional inf

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Dan Nicholson wrote these words on 02/11/07 12:47 CST: > The only problem with that one is that OPT_FLAGS becomes one really > long line. I don't know if we can format it over a single line in the > book. Adding a breakline \ before the -D would probably work. You're > usually good at formatting t

Re: MesaLib instructions

2007-02-11 Thread Ag. Hatzimanikas
On Sun, Feb 11, at 12:52 Randy McMurchy wrote: > > 8. I'm showing a significant difference in disk space used (The book > shows 823MB, my logs show 157MB). Can anyone provide some additional > info from their own logs? > Exactly 157. Speaking about disk space sizes,I noticed some differences wi

Re: MesaLib instructions

2007-02-11 Thread Dan Nicholson
On 2/11/07, Ag. Hatzimanikas <[EMAIL PROTECTED]> wrote: > On Sun, Feb 11, at 12:52 Randy McMurchy wrote: > > > > 8. I'm showing a significant difference in disk space used (The book > > shows 823MB, my logs show 157MB). Can anyone provide some additional > > info from their own logs? > > > > Exactl

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Ag. Hatzimanikas wrote these words on 02/11/07 13:20 CST: > On Sun, Feb 11, at 12:52 Randy McMurchy wrote: >> Can anyone provide some additional >> info from their own logs? > > Exactly 157. Thanks. > Speaking about disk space sizes,I noticed some differences with mines in some > packages e.g l

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Dan Nicholson wrote these words on 02/11/07 13:33 CST: > I'm seeing 183 including all the tarballs, log, build and installed files. I'm fairly certain we don't count the tarballs. Check the Editor's Guide. As far as logs go, that's really never been mentioned. I know the way my scripts are, that

Re: MesaLib instructions

2007-02-11 Thread Ag. Hatzimanikas
On Sun, Feb 11, at 11:33 Dan Nicholson wrote: > On 2/11/07, Ag. Hatzimanikas <[EMAIL PROTECTED]> wrote: > > On Sun, Feb 11, at 12:52 Randy McMurchy wrote: > > > > > > 8. I'm showing a significant difference in disk space used (The book > > > shows 823MB, my logs show 157MB). Can anyone provide some

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Ag. Hatzimanikas wrote these words on 02/11/07 13:58 CST: > While we are at it,a second question. > Why we don't use du instead of df ? > du is much more flexible in that regard. I do. My scripts use 'du -scxk' before unpacking, and then after everything is done, before removing the source tree.

Re: MesaLib instructions

2007-02-11 Thread DJ Lucas
Randy McMurchy wrote: > I'm fairly certain we don't count the tarballs. Check the Editor's > Guide. As far as logs go, that's really never been mentioned. I have always included the tarball in the buildsize. The user clicks on a page in the book and immediately knows how much disk space is requ

Re: MesaLib instructions

2007-02-11 Thread Ken Moffat
On Sun, Feb 11, 2007 at 12:52:30PM -0600, Randy McMurchy wrote: > > 8. I'm showing a significant difference in disk space used (The book > shows 823MB, my logs show 157MB). Can anyone provide some additional > info from their own logs? > I'm seeing 782.6MB on recent LFS-svn (so, gcc-4.1.1). I'm

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Ken Moffat wrote these words on 02/11/07 15:17 CST: > I'm seeing 782.6MB on recent LFS-svn (so, gcc-4.1.1). I'm > installing in /usr: > > [EMAIL PROTECTED] ~ $du -sh /usr/lib/X11/modules/dri > 225M /usr/lib/X11/modules/dri I'd be interested in knowing what all you have in your .../modules/dri

Re: MesaLib instructions

2007-02-11 Thread Dan Nicholson
On 2/11/07, Randy McMurchy <[EMAIL PROTECTED]> wrote: > Ken Moffat wrote these words on 02/11/07 15:17 CST: > > > I'm seeing 782.6MB on recent LFS-svn (so, gcc-4.1.1). I'm > > installing in /usr: > > > > [EMAIL PROTECTED] ~ $du -sh /usr/lib/X11/modules/dri > > 225M /usr/lib/X11/modules/dri > > I

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Dan Nicholson wrote these words on 02/11/07 15:36 CST: > Are you guys stripping the libraries? Mine aren't stripped and they're > all between 2.8 and 3.0 Mb. Nope, not stripped. But that wouldn't explain Ken having 225mb installed by MesaLib and me having 35. How many .so files are in that direct

Re: MesaLib instructions

2007-02-11 Thread Ken Moffat
On Sun, Feb 11, 2007 at 03:27:58PM -0600, Randy McMurchy wrote: > Ken Moffat wrote these words on 02/11/07 15:17 CST: > > > I'm seeing 782.6MB on recent LFS-svn (so, gcc-4.1.1). I'm > > installing in /usr: > > > > [EMAIL PROTECTED] ~ $du -sh /usr/lib/X11/modules/dri > > 225M/usr/lib/X11/

Re: MesaLib instructions

2007-02-11 Thread Dan Nicholson
On 2/11/07, Ken Moffat <[EMAIL PROTECTED]> wrote: > On Sun, Feb 11, 2007 at 03:27:58PM -0600, Randy McMurchy wrote: > > Ken Moffat wrote these words on 02/11/07 15:17 CST: > > > > > I'm seeing 782.6MB on recent LFS-svn (so, gcc-4.1.1). I'm > > > installing in /usr: > > > > > > [EMAIL PROTECTED] ~

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Ken Moffat wrote these words on 02/11/07 15:45 CST: > Fairly sure. > > [EMAIL PROTECTED] ~ $ls -lh /usr/lib/X11/modules/dri > total 225M > -rwxr-xr-x 1 root root 16M 2007-02-06 19:47 ffb_dri.so > -rwxr-xr-x 1 root root 15M 2007-02-06 19:47 i810_dri.so > -rwxr-xr-x 1 root root 17M 2007-02-06 19:4

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Dan Nicholson wrote these words on 02/11/07 15:49 CST: > Did you pass any OPT_FLAGS? The default is -g, so that might explain > why you have much bigger binaries. Actually, for the ones I'm really > using, I was passing "-g -O2 ..." and they're between 12 and 16 Mb. Okay, now it makes sense. Ken

Re: MesaLib instructions

2007-02-11 Thread Ken Moffat
On Sun, Feb 11, 2007 at 03:43:41PM -0600, Randy McMurchy wrote: > Dan Nicholson wrote these words on 02/11/07 15:36 CST: > > > Are you guys stripping the libraries? Mine aren't stripped and they're > > all between 2.8 and 3.0 Mb. > > Nope, not stripped. But that wouldn't explain Ken having 225mb

Re: MesaLib instructions

2007-02-11 Thread Dan Nicholson
On 2/11/07, Randy McMurchy <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote these words on 02/11/07 15:36 CST: > > > Are you guys stripping the libraries? Mine aren't stripped and they're > > all between 2.8 and 3.0 Mb. > > Nope, not stripped. But that wouldn't explain Ken having 225mb > installed

Re: MesaLib instructions

2007-02-11 Thread Ken Moffat
On Sun, Feb 11, 2007 at 01:49:52PM -0800, Dan Nicholson wrote: > > Did you pass any OPT_FLAGS? The default is -g, so that might explain > why you have much bigger binaries. Actually, for the ones I'm really > using, I was passing "-g -O2 ..." and they're between 12 and 16 Mb. > Ah, see the reply

Re: MesaLib instructions

2007-02-11 Thread Ken Moffat
On Sun, Feb 11, 2007 at 03:54:10PM -0600, Randy McMurchy wrote: > > Yikes. Mine are all 2.3~2.5 mb each. > > I used new freetype/fontconfig. And in doing so, updated to the > newest libxfont (1.2.7), which then later on causes the mkcfm > package from the apps to fail (no CID fonts anymore). >

Re: MesaLib instructions

2007-02-11 Thread Ken Moffat
On Sun, Feb 11, 2007 at 01:58:54PM -0800, Dan Nicholson wrote: > > I accidentally wasn't passing -O2 like the book says. If I follow the > book exactly, I get 157M. > Didn't notice the book was passing -O2 and -fno-strict-aliasing. I haven't seen the problem that needs that fix, and in this cas

Re: MesaLib instructions

2007-02-11 Thread Bruce Dubbs
Dan Nicholson wrote: > On 2/11/07, Ag. Hatzimanikas <[EMAIL PROTECTED]> wrote: >> On Sun, Feb 11, at 12:52 Randy McMurchy wrote: >>> 8. I'm showing a significant difference in disk space used (The book >>> shows 823MB, my logs show 157MB). Can anyone provide some additional >>> info from their own

Re: MesaLib instructions

2007-02-11 Thread Bruce Dubbs
Randy McMurchy wrote: > Dan Nicholson wrote these words on 02/11/07 13:33 CST: > >> I'm seeing 183 including all the tarballs, log, build and installed files. > > I'm fairly certain we don't count the tarballs. Check the Editor's > Guide. As far as logs go, that's really never been mentioned. I >

Re: MesaLib instructions

2007-02-11 Thread Bruce Dubbs
Ag. Hatzimanikas wrote: > On Sun, Feb 11, at 11:33 Dan Nicholson wrote: >> On 2/11/07, Ag. Hatzimanikas <[EMAIL PROTECTED]> wrote: >>> On Sun, Feb 11, at 12:52 Randy McMurchy wrote: 8. I'm showing a significant difference in disk space used (The book shows 823MB, my logs show 157MB). Can

Re: MesaLib instructions

2007-02-11 Thread Randy McMurchy
Bruce Dubbs wrote these words on 02/11/07 17:47 CST: > I don't. I do the following: > > before=`df -k / | grep / | sed -e "s/ \{2,\}/ /g" | cut -d' ' -f3` > tar -xf $DIR/$PROGRAM.tar.?z* || exit > > cd $PROGRAM > > > I then compare $before with the current df size. This then only > measu

Re: MesaLib instructions

2007-02-11 Thread Bruce Dubbs
Randy McMurchy wrote: > Bruce Dubbs wrote these words on 02/11/07 17:47 CST: > >> I don't. I do the following: >> >> before=`df -k / | grep / | sed -e "s/ \{2,\}/ /g" | cut -d' ' -f3` >> tar -xf $DIR/$PROGRAM.tar.?z* || exit >> >> cd $PROGRAM >> >> >> I then compare $before with the current

Re: Vim testsuite

2007-02-11 Thread Dan Nicholson
On 2/11/07, Ag. Hatzimanikas <[EMAIL PROTECTED]> wrote: > Here is the forgotten patch. Thanks, Ag. And you're getting credited in the ChangeLog again. There's nothing you can do about it. :) -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs

Re: Warning: Xorg-7.1 libXfont broken with new Freetype

2007-02-11 Thread Dan Nicholson
On 2/10/07, Randy McMurchy <[EMAIL PROTECTED]> wrote: > > Apparently, the libXfont package we use in BLFS has not been updated > to use FreeType >=2.2.0. They are still using Internal API calls which > are now deprecated, and the build fails. I'm sure we can find a patch. > > This mail being sent a

Calling all testers

2007-02-11 Thread Dan Nicholson
Randy has placed Wednesday, Feb. 14th as the release date for BLFS-6.2.0. I'd like to ask people to take a little time to review the book and look for any changes that can improve the book before release. I've created a new ticket #2242[1] to collect any small issues. Patches are welcomed. See the

Re: Calling all testers

2007-02-11 Thread Dan Nicholson
On 2/11/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > I've created a new ticket #2242[1] to collect any small issues. > Patches are welcomed. Just to be clear, you don't have to send patches, but they are appreciated. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http:/

Re: MesaLib instructions

2007-02-11 Thread Alexander E. Patrakov
Dan Nicholson wrote: > The only problem with that one is that OPT_FLAGS becomes one really > long line. It can be shortened if we switch to the standard location (/usr/lib/dri) for DRI modules, as everyone else does. This way, I also expect less support questions from users of the binary fglrx d