<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support">
    <title>gmane.linux.lfs.beyond.support</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44222"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44221"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44220"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44219"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44218"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44217"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44216"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44215"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44214"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44213"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44212"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44211"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44210"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44209"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44208"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44207"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44206"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44205"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44204"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44203"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44222">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44222</link>
    <description>&lt;pre&gt;

Yes, I think it is some env variable that is not set on my machine, but is on yours.

When I make mesalib the first time, it sets up the environment, so when I ctrl^Z 
and make again the variable(s) are now correctly set and it builds. It must be
something like this anyway but I still don't know what to set before I try and build it.

I checked if it was a chroot problem, but it isn't. It behaves exactly the same way whether
chrooted, or logged in to LFS.

jb. 
       
&lt;/pre&gt;</description>
    <dc:creator>John Burrell</dc:creator>
    <dc:date>2012-05-24T23:53:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44221">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44221</link>
    <description>&lt;pre&gt;

This is not needed for me.  I think it is some sort of system 
configuration problem.

I have makedepend in /opt/xorg/bin.  What I did was:

mv makedepend makedepend.bin

I then created a new makedepend:

#!/bin/bash
echo "`date +%X.%N` Start"  &amp;gt;&amp;gt; depend.dates
makedepend.bin $&amp;lt; at &amp;gt;
echo "`date +%X.%N` End"  &amp;gt;&amp;gt; depend.dates

---------

chmod 755 makedepend


And reran the make portion of mesalib.   The mesa scripts redirect 
stdout and stderr to /dev/null.

I then ran:

find -name depend.dates  -exec cat {}  \; |sort

You can see from the results below that makedepend only should take a 
fraction of a second.

   -- Bruce

14:06:23.029787971 Begin
14:06:23.048103509 End
14:06:25.662653374 Begin
14:06:25.691832992 End
14:06:25.695225702 Begin
14:06:25.725778424 End
14:07:15.530298089 Begin
14:07:15.689573695 End
14:07:15.693863551 Begin
14:07:15.859673535 End
14:09:52.234531014 Begin
14:09:52.280427304 End
14:10:05.461738450 Begin
14:10:05.524091781 End
14:10:39.438888202 Begin
14:10:39.478076028 End
14:10:47.19&lt;/pre&gt;</description>
    <dc:creator>Bruce Dubbs</dc:creator>
    <dc:date>2012-05-24T19:14:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44220">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44220</link>
    <description>&lt;pre&gt;2012/5/24 John Burrell &amp;lt;john_burrell&amp;lt; at &amp;gt;hotmail.com&amp;gt;:
This way work, but will this break somethings ?
Is this a bug of MesaLib or makedepend ? We'd better report it to upstream.
&lt;/pre&gt;</description>
    <dc:creator>xinglp</dc:creator>
    <dc:date>2012-05-24T17:44:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44219">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44219</link>
    <description>&lt;pre&gt;


----------------------------------------

I have this problem too. I haven't found a solution to it yet.

As soon as you see it go to:

running  /usr/bin/makedepend

you should ctrl^Z and and then type make again.

It will complete in the normal time.

HTH

jb.
       
&lt;/pre&gt;</description>
    <dc:creator>John Burrell</dc:creator>
    <dc:date>2012-05-24T15:12:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44218">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44218</link>
    <description>&lt;pre&gt;2012/5/24 Ken Moffat &amp;lt;zarniwhoop&amp;lt; at &amp;gt;ntlworld.com&amp;gt;:

I have not use llvm
&lt;/pre&gt;</description>
    <dc:creator>xinglp</dc:creator>
    <dc:date>2012-05-24T14:28:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44217">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44217</link>
    <description>&lt;pre&gt;I've tried many way, it still need very long time.
It spend most time on doing makedepend.
&lt;/pre&gt;</description>
    <dc:creator>xinglp</dc:creator>
    <dc:date>2012-05-24T14:27:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44216">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44216</link>
    <description>&lt;pre&gt; It would have been better if I checked what I actually do, instead
of relying on my memory :)  The only place in my scripts to build
Xorg where I run ldconfig is for llvm.

ĸen
&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-24T14:22:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44215">
    <title>wpa_supplicant-1.0 fails to compile</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44215</link>
    <description>&lt;pre&gt;
wpa_supplicant-1.0 fails with:

../src/drivers/driver_nl80211.c:25:31: fatal error: netlink/genl/genl.h: No such file or directory
compilation terminated.

I had to include the libnl3 headers location:

CFLAGS="-I/usr/include/libnl3" make BINDIR=/sbin LIBDIR=/lib

for it to work.

jb.
       
&lt;/pre&gt;</description>
    <dc:creator>John Burrell</dc:creator>
    <dc:date>2012-05-24T14:21:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44214">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44214</link>
    <description>&lt;pre&gt;

Hmm.  1G is not much any more. You are probably getting into swap.  My 
SBU time on my i686 pentium4 is 132.5 seconds, but even though it's 
seven years old, it is 3.2GHz.

   -- Bruce

&lt;/pre&gt;</description>
    <dc:creator>Bruce Dubbs</dc:creator>
    <dc:date>2012-05-24T02:49:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44213">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44213</link>
    <description>&lt;pre&gt;
Pentium 4 HT with 1GB of DDR RAM. I can't remember, it is nearly a year 
since I measured SBU, and I upgraded my memory not so long ago.
&lt;/pre&gt;</description>
    <dc:creator>Armin K</dc:creator>
    <dc:date>2012-05-24T01:32:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44212">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44212</link>
    <description>&lt;pre&gt;
 I think you mean that you did not run ldconfig after each library
was installed ?  If so, any error would happen when ld failed to
find the library, and you would get a build failure.  So, I doubt
this is the problem (although it is, theoretically, possible that
xorg-server could fail to link).

 Either way, running ldconfig when you encounter a failure to link
will pick up all the now-existing libraries it did not know about.

 Certainly, we used to have to run ldconfig for many (or all) of the
libraries when monolithic xorg (6.8 ?) was first broken into the
modular version, and I still do that.

 So, I need to remove the 'ldconfig' steps on my next build (I'm now
on 7.7-rc, so *if* they are no longer necessary for me, they might
still be needed in 7.6) and test this.  Thanks for rousing my
interest, I'm *so* glad I said I had no plans to upgrade anything
else on BLFS at the moment ;-)

 Whatever, I hope your next build of Mesa is quicker!

ĸen
&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-23T21:39:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44211">
    <title>Re: [Fwd: Error in BLS Python-2.7.3]</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44211</link>
    <description>&lt;pre&gt; A quick look at my local copy suggests it is in option tags, not
parameter tags, and the explanation says 'if you have installed...'

 If I'm correct, Marcos might wish to note that there are a lot of
optional explanations for switches we don't include in the book's
configure instructions.  On firefox, the parameter explanations
(things we mentioned above) are rendered differently from the option
explanations (other things that someone decided to explain).  ISTR
one is regular text, the other italic, but I'm sitting in front of a
tty at the moment).  For lynx, obviously they will look alike.

ĸen
&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-23T21:29:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44210">
    <title>[Fwd: Error in BLS Python-2.7.3]</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44210</link>
    <description>&lt;pre&gt;
-------- Original Message --------
Subject: Error in BLS Python-2.7.3
Date: Wed, 23 May 2012 17:00:53 -0300
From: Marcos Yoshito Kasahara &amp;lt;kasahara&amp;lt; at &amp;gt;ig.com.br&amp;gt;
To: bdubbs&amp;lt; at &amp;gt;linuxfromscratch.org

Dear Bruce

I think I have found a mistake in Python-2.7.3 (
http://www.linuxfromscratch.org/blfs/view/svn/general/python2.html),
in the line "Command Explanations" you mention "--with-system-ffi", but in
the actual command line there is no
"--with-system-ffi".

sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" setup.py &amp;amp;&amp;amp;
./configure --prefix=/usr --enable-shared &amp;amp;&amp;amp;
make

Thanks

Best Regards

Marcos Kasahara

&lt;/pre&gt;</description>
    <dc:creator>Bruce Dubbs</dc:creator>
    <dc:date>2012-05-23T20:49:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44209">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44209</link>
    <description>&lt;pre&gt;

Ouch.  Are you building on a 386?  :)

   -- Bruce


&lt;/pre&gt;</description>
    <dc:creator>Bruce Dubbs</dc:creator>
    <dc:date>2012-05-23T20:47:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44208">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44208</link>
    <description>&lt;pre&gt; Realised I'd overlooked the 18 SBU in your title.

 On my current LFS-svn system (end of April), a true SBU is 209
seconds (i.e. remeasured after booting it, using make -j1).

 The book's llvm was recently extended to optionally include
clang-3.0, I still build llvm without that and the way we used to,
so I suppose your build might have decided to use clang instead of
gcc for the C compiler ?

 Anyway, on my current system (Phonon x86_64, cpufreq ondemand
controller running variously at 800,2200,2700,3400 MHz, recent
7200rpm SATA drive) using make -j1 and with all the gallium drivers,
configure takes 5 seconds, make takes 7 minutes 16, DESTDIR install
takes 8 seconds (all rounded to the nearest second).  So for me,
this time, that is 2.1 SBU (and 183MB).

 In passing, I notice that my current test build on my i3 (host
LFS-7.1, make -j3 with the original SBU also using -j3 and not
recalculated, with a multiplicity of cpu frequencies up to 3300)
the recorded SBU was 3.9.  Strange, but not worth me worrying.

&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-23T20:27:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44207">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44207</link>
    <description>&lt;pre&gt;May be this reason, I lost "ldconfig" in Xorg Libraries.
I'll try it tomorrow, and feed back
&lt;/pre&gt;</description>
    <dc:creator>xinglp</dc:creator>
    <dc:date>2012-05-23T19:36:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44206">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44206</link>
    <description>&lt;pre&gt;2012/5/24 Bruce Dubbs &amp;lt;bruce.dubbs&amp;lt; at &amp;gt;gmail.com&amp;gt;:
nothings else is running while compiling Mesalib
&lt;/pre&gt;</description>
    <dc:creator>xinglp</dc:creator>
    <dc:date>2012-05-23T19:28:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44205">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44205</link>
    <description>&lt;pre&gt;2012/5/24 Armin K &amp;lt;krejzi&amp;lt; at &amp;gt;email.com&amp;gt;:

About 90 seconds 1 SBU on my machine.
The Mesalib-8.0.2 take about 27 minutes on my machine.
My machine:
CPU: SL9400 2 cores
MEM: 2G
DISK: 5400 2.5" ST9250827AS
&lt;/pre&gt;</description>
    <dc:creator>xinglp</dc:creator>
    <dc:date>2012-05-23T19:26:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44204">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44204</link>
    <description>&lt;pre&gt;
How much is that in minutes and how much is 1 SBU on your machine?

It takes arround 30 minutes here, where 1 SBU is arround 8 minutes (I 
think).
&lt;/pre&gt;</description>
    <dc:creator>Armin K</dc:creator>
    <dc:date>2012-05-23T18:55:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44203">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44203</link>
    <description>&lt;pre&gt;
 SBUs are only a rough guide.  They get less accurate when older
toolchains are involved (e.g. if your host had an older gcc minor
version than what was in the LFS version you built, your original
SBU will be small because each new version of gcc takes longer to
compile programs, so all your later LFS and BLFS SBUs will be
bigger.  Similarly, if you are building on an older version of LFS
your BLFS SBUs will ofteny be quicker.

 In this particular case, I suspect Mesa might have been measured
using LFS-7.0, not 7.1 (we don't normally update measurements when we
update a BLFS checked/built tag, unless things are clearly wrong).

 Also, that measurement is presumably for the limited set of gallium
drivers shown in the book's configure command.  Those of us not using
nvidia hardware will probably wish to enable other, or all, the
gallium drivers (or omit nouveau).

 In my case I build all the drivers on my current hardware (I've got
big disks now, I can afford the space and I'd like to know if any
of them fail&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-23T18:38:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44202">
    <title>Re: MesaLib take about 18 SBU on my box.</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44202</link>
    <description>&lt;pre&gt;
That's a little quick compared to my system.  For MesaLib-7.11.2 I have 
3.349 SBU and for MesaLib-8.0.2 I have 3.886 SBU.

The SBU values are only meant as an approximate figure.

18 SBU is quite long though.  How much time is 1 SBU on your system? 
Was there anything else going on?

   -- Bruce
&lt;/pre&gt;</description>
    <dc:creator>Bruce Dubbs</dc:creator>
    <dc:date>2012-05-23T18:31:20</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.lfs.beyond.support">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.lfs.beyond.support</link>
  </textinput>
</rdf:RDF>

