<?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://blog.gmane.org/gmane.linux.lfs.general">
    <title>gmane.linux.lfs.general</title>
    <link>http://blog.gmane.org/gmane.linux.lfs.general</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.general/27067"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27066"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27065"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27064"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27063"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27062"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27061"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27060"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27059"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27058"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27057"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27056"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27055"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27054"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27053"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27052"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27051"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27050"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27049"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27048"/>
      </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.general/27067">
    <title>Re: Experiment: using -O3 in the toolchain</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27067</link>
    <description>&lt;pre&gt;
&amp;lt;snip&amp;gt;

I remember using optimizations to get just a bit more out of what I had
at the time.  CFLAGS="-O3 -mcpu=pentium -march=pentium"  on 100MHz of
non-mmx performance!  Quick - where's my lilo boot floppy ...  It sure
did take a while to compile, especially KDE.  That took my machine a few
days to do.  The end result was pretty wonderful though.

Old habits die hard, so I continue to use optimizations as much as
possible.  I found it does add to the time compiling, however, I'd be
hard pressed to say that it speeds up how fast the binaries run.
It just might be it doesn't make any difference.
Of course, I am using somewhat more mordern system nowadays.

ae
&lt;/pre&gt;</description>
    <dc:creator>Andrew Elian</dc:creator>
    <dc:date>2012-05-24T23:27:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27066">
    <title>Experiment: using -O3 in the toolchain</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27066</link>
    <description>&lt;pre&gt; Last month, I was querying the use of -O3 in glibc with x86_64 on
lfs-dev : turned out my problems on that one machine are down to
buying cheap consumer-grade hardware (it works, mostly) :)  But I
then got to thinking about using -O3 for the rest of the toolchain.
I've now completed test builds (CFLAGS and CXXFLAGS = -O2 everywhere,
and with -O3 in chapter 5 pass 2 and chapter 6 binutils, gmp, mpc,
mpfr,gcc).  Note that some packages, particularly in BLFS, ignore
CFLAGS.  The toolchain testsuite results are no different (same
failures in gcc, and with static libs which I do not install).

 This is x86_64 on an i3 (hyperthreaded dual processor, the kernel
thinks it is 4 processors) with 4GB of RAM.  I built these in
directories because they aren't intended to be used, and I didn't
build the kernel (that would be another 4 or 5 minutes!).

 Apart from that, I built everything that is currently part of my
normal desktop, and using -j3 for builds (but not installs!) except
where that gives problems.  I try to reserve some cpu so that cron
jobs, particularly backups, can run, or  so that I can browse or
listen to music if I wish to, in both cases without impacting the
build time or my listening/browsing experience.

 It's nice to now have hardware that is capable of building with -O3
on current gcc (my previous single processor machines were too slow
and too lacking in RAM), but I don't think I'll bother again.

 I used my standard scripts, so timing for each package is from
configure to the end of the install, to the nearest second.  The
times for the total build were 6 hours and 6 hours 3 minutes with
the -O3 toolchain.  The -O3 build used slightly more disk space in
/usr/bin and /usr/lib, but the difference was minimal.

 Obviously, building the toolchain with -O3 took a bit longer (20
seconds in LFS chapter 5, a bit over 3 minutes 12 sec in chapter
6), but then I saw *minor* gains in many BLFS packages, at least
until I got to QT (1294 seconds in my configuration, instead of 1256
using -O2).  I also lost half a minute in building the gnome packages
I use, but the gnome script takes about 90 minutes, mostly in webkit
with -j1, so the differences are immaterial and lost in the noise.

 If I was to do it again, I wouldn't be suprised to see a bigger
variation from doing identical builds - this isn't a hard realtime
OS.

 So, I wondered how using -O3 in the toolchain would affect the
build, and now I know.  Back when I first arrived here,
optimisations were in vogue among some people to speed up our
compiles.  I think I can happily avoid investigating optimisations
again. :)

ĸen
&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-24T02:34:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27065">
    <title>console graphics libraries (was Re: libre kernel)</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27065</link>
    <description>&lt;pre&gt;
I've had mixed luck with svgalib.  It worked fine on an old Sony
laptop, but my main desktop with ATI All-In-Wonder (PCI-Express) card
just can't seem to work with it.  I tried several settings changes
with svgalib and just couldn't find a way to use it on that system.  I
have been looking into using directfb with various libraries in order
to get progarms to work outside of X.  That solution works for my
desktop, but unfortunately, probably won't work for the laptop which
has an older video card (neomagic).  SDL works with directfb.
WxWidgets is working on a directfb port.  I also found an older
version of fltk that's meant to be used with directfb.  Pdcurses also
works with SDL and directfb, although ncurses works fine directly in
console mode.  Keep thinking that with the right libraries one could
make a pretty nice distribution that doesn't need to use X, but could
still be used for basic desktop functionality like word processing,
audio and basic graphics and video editing/viewing.  If anyone runs
across other GUI libraries that work fine in console mode or outside
of X, would be very interested in hearing about them.

Sincerely,
Laura
http://www.distasis.com/cpp
&lt;/pre&gt;</description>
    <dc:creator>LM</dc:creator>
    <dc:date>2012-05-22T11:37:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27064">
    <title>Re: libre kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27064</link>
    <description>&lt;pre&gt;
The FSF's main goal is universal software freedom, so, surely, that
includes firmware too. I highly recommend reading or viewing Richard
Stallman's essays/lectures or paying a visit to the Education portal on
gnu.org if you want to learn more.

There's a /very/ WIP, but promising free BIOS, called coreboot
(http://www.coreboot.org/Welcome_to_coreboot), which is quite good,
but at this moment supports only a small number of motherboards (230). 
It is on GNU's high priority projects list at the moment.

&lt;/pre&gt;</description>
    <dc:creator>Serge Hooge</dc:creator>
    <dc:date>2012-05-22T09:33:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27063">
    <title>Re: libre kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27063</link>
    <description>&lt;pre&gt; I downloaded deblob-2.6.34 and  deblob-check from GNU and tried them on 
a new partion with a fresh back-up os, a freshly unpacked kernel and the 
script hung with  an error about gawk. I went to sleep  with it running
and woke up with it running. Top showed gawk still using 97% of the
processor. Lucky thing my fan was working well.
 My verion of gawk is probably too old and I might even RTFM or read the
README. I'm sure to try again because I have plenty of disk space and 
time; It's money that is short supply. But I'll warn you I'll probably 
never give up the freedom that LFS gives one to go back to a dist-
ribution. Like Andrew I want my system too work well, and if I have too
use non-free software to achieve that , I will.
 I was looking at the code for svgalib, a program I love because I can
play quake on the console and watch movies with mplayer without  
Xorg plus it pretty easy to learn and to write console graphics.
This is the contents of the file LICENSE:

This package is copyrighted by the people who wrote it.
You may do with it whatever you want.

 You seem to be quite knowledable about the Gnu os. What is Gnu's
or the FSF's position on the bios and bios flashes ? Certainly that
is firmware. If I hadn't flashed the bios on this machine I would have a 
320 gig paperweight. I respect your dedication to free software and 
appreciate the tips about alternate sources for drivers,but if I run a 
console only system and use the vesa framebuffer my system use no blobs.

 ### Mike Hollis ###
 
 
&lt;/pre&gt;</description>
    <dc:creator>holliskm&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2012-05-22T01:28:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27062">
    <title>Re: libre kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27062</link>
    <description>&lt;pre&gt;
Yes, the proprietary NVidia drivers can handle much more than free
alternatives, but nouveau can launch things like Nexuiz easily
nowadays. nv is outdated, but is usable for
basic 2D video.

&lt;/pre&gt;</description>
    <dc:creator>Serge Hooge</dc:creator>
    <dc:date>2012-05-19T09:34:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27061">
    <title>Re: libre kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27061</link>
    <description>&lt;pre&gt; snip 
 unsnip

 My card is a GeForce2 MX200 . My newest computer was was zapped by
lightning last summer and In the process of trying  to salvage my files
I made a mistake and deleted about 150 gig of data that I had saved for
years including my LFS and BLFS sources. Right now I only have dial-up
and the lfs-sources off the live cd running on an old Toshiba server , 
but it's better than nothing. I won't be doing much major downloading
and os building due to the limited bandwith till I can afford newer
hardware and broadband again. 
 I don't remember the version of Xorg I was using before disaster struck 
but the Nvidia proprietary driver was superior to anything else I tried.
The nv driver from Xorg wouldn't run the GLX programs properly.
 However, thanks for the suggestions and input. I went back to to the 
Gnu website and perused the jokes section; some really funny stuff 
there.
 
### Mike Hollis ###
  

didn't work as well as the p 
 
  
&lt;/pre&gt;</description>
    <dc:creator>Mike Hollis</dc:creator>
    <dc:date>2012-05-19T08:32:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27060">
    <title>Re: libre kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27060</link>
    <description>&lt;pre&gt;Which graphics card do you have? NVidia cards have nouveau (or nv),
which is good enough today to handle heavy 3D. ATI and Intel both have
libre drivers, AFAIK.

http://www.h-node.org holds a hardware database which holds a list of
hardware pieces fully and freely supported, and many are not at all
old. 

Again, it's entirely possible to build a completely free machine (up to
the level of BIOS) and have a good performance. So not really. Blobs
can be avoided and it's mostly a matter of your understanding and
devotion to free software.

&lt;/pre&gt;</description>
    <dc:creator>Serge Hooge</dc:creator>
    <dc:date>2012-05-19T05:49:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27059">
    <title>Re: libre kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27059</link>
    <description>&lt;pre&gt;On Fri, 18 May 2012 16:59:09 +0100
Mike Hollis &amp;lt;holliskm&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


I've never tried but I'm certain I couldn't use my current graphics
card without binary blob firmware. I do prefer to buy hardware that
doesn't need firmware but usually you don't know what it needs until
you unbox it and plug it in and see what lspci says about it. I'm
pretty sure I could put together a computer that would run without any
binary blobs but I'm also reasonably sure it would consist of really
old parts that I probably wouldn't be using otherwise :/
So it's a compromise. It's good to have principles and free (as in
open) software is a good thing but it's also nice to have a computer
that performs well.

Andy
&lt;/pre&gt;</description>
    <dc:creator>Andrew Benton</dc:creator>
    <dc:date>2012-05-18T22:16:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27058">
    <title>test</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27058</link>
    <description>&lt;pre&gt;Moderator: 
 Please excuse the test message. I was receiving other messages but not 
my own I think due to to an error in my Muttrc file and also testing a
procmail recipe for mailing list deliveries.

 Thanks,

#### MIke Hollis ####
  

&lt;/pre&gt;</description>
    <dc:creator>Mike Hollis</dc:creator>
    <dc:date>2012-05-18T21:24:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27057">
    <title>Re: libre kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27057</link>
    <description>&lt;pre&gt; 
 Thanks for the reply; I may look into it when I compile the kernel 
 again but it would be pointless unless I ditch the Nvidia proprietary
 driver which already taints my kernel. Right now with the state of
 my hardware and software,(old and dated) I probably wouldn't miss it
 as I use text mode browsers most of the time and my machine is too
 slow for gaming.
  The contributions of FSF and GNU to the advancement of "alternative"
 software and os's can't be overstated. Indeed I was exposed to gnu 
 software many years before I heard the term Linux. I had a friend who
 had an XT ( I had a tandy with 64k) and lots of games on floppy and 
 first met gnuchess and the README told the story of Stallman and the 
 recalcitrant (printer ?) and thought it was pretty cool.
  On the other hand without the Linux kernel and the early distributions 
 I might be still sitting around waiting for the blue screen of death . 
  One thought on the issue of "freedom"; As primarily an end user , which 
 I think places me in a majority, my major concern about software and  
 hardware is how well it works for me and I think we should be able to
 make these choices without feeling like a pariah or an outcast.
 Thanks again,
 
 
 #### Mike Hollis ####
 
 
 
 
   
&lt;/pre&gt;</description>
    <dc:creator>Mike Hollis</dc:creator>
    <dc:date>2012-05-18T20:00:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27056">
    <title>Re: libre kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27056</link>
    <description>&lt;pre&gt;
The blobs are mostly drivers for a few specifically freedom-denying
pieces of hardware, unless you need those, then no. I'm using a libre
kernel on my primary machine (which runs Parabola) and a few of my
other machines and I don't have much trouble.

&lt;/pre&gt;</description>
    <dc:creator>Serge Hooge</dc:creator>
    <dc:date>2012-05-18T16:45:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27055">
    <title>libre kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27055</link>
    <description>&lt;pre&gt; I just subcribed to this list and as yet have recieved no mailings to 
reply to, but this is relevent to the earlier posts about the gnu 
gnu-linux discussion. As the one poster said this will probably never
be resolved and I don't wish to open that can of worms.
 The discussion did get me curious and I checked the gnu web page as I
hadn't looked at it in some time and it pretty surprising to look at the
listed "free distributions". None of what I considered to be the major
players in early linux development were listed for various reasons. They
also offered scripts to remove the "blobs" from the vanilla linux 
kernel.
 I took a quick look at one of the "de-blob" scripts and was surprised 
at how extensive it was. My question is to anyone that has experience or
expertise in this area: Would these kernels lose considerable 
functionality compared to a regular kernel ?


Thanks,


#### Mike Hollis ####
  
&lt;/pre&gt;</description>
    <dc:creator>Mike Hollis</dc:creator>
    <dc:date>2012-05-18T15:51:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27054">
    <title>Why not GNU/Linux From Scratch</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27054</link>
    <description>&lt;pre&gt;Just my two cents, but what happens when you use utilities from the
BSD toolchain on your system as well (like libarchive).  Does it
become GNU/BSD/Linux From Scratch?  What if you have pieces with other
licensing arrangements (zlib, etc.) or you're using llvm or some other
compiler in place of GNU gcc?  Do you change the name again?  Linux
from Scratch is a pretty well-known name and it pretty much sums up
what it is, a way to build Linux from Scratch.
&lt;/pre&gt;</description>
    <dc:creator>LM</dc:creator>
    <dc:date>2012-05-09T11:00:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27053">
    <title>Re: Why not GNU/Linux From Scratch</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27053</link>
    <description>&lt;pre&gt;

This is an argument that I'm starting to get a little tired of hearing, 
partly because it is so utterly pointless and partly because it will, 
unfortunately, *never* be resolved.

While it is true that what is known as Linux is actually the Linux 
kernel plus the GNU toolset, the GNU toolset is not exclusive to Linux 
and can be used in a large variety of operating systems - including Windows.

Therefore, to my mind, at least, calling it GNU/Linux is not only 
cumbersome but innaccurate.  What makes Linux distinctively Linux and 
not Windows or MacOS or Solaris or BSD or ReactOS or... well, you get 
the idea, is its kernel, not all the extra bits that are bolted on to it 
to make it into a complete OS.

However, having said that, Linux is all about choice and if other people 
choose to call it GNU/Linux, that's fine by me - provided that they, in 
turn, respect *my* choice not to.

David Shaw
&lt;/pre&gt;</description>
    <dc:creator>David Shaw</dc:creator>
    <dc:date>2012-05-08T11:29:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27052">
    <title>Re: Why not GNU/Linux From Scratch</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27052</link>
    <description>&lt;pre&gt;

Rose by any other name...
&lt;/pre&gt;</description>
    <dc:creator>asgromo</dc:creator>
    <dc:date>2012-05-08T10:12:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27051">
    <title>Why not GNU/Linux From Scratch</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27051</link>
    <description>&lt;pre&gt;Today I got an interesting question on LFS IRC:

&amp;lt;stallman mode="on"&amp;gt;
Why LFS is called LFS and not GLFS (GNU/Linux From Scratch)
&amp;lt;/stallman&amp;gt;

What do you think?
&lt;/pre&gt;</description>
    <dc:creator>Armin K.</dc:creator>
    <dc:date>2012-05-08T10:10:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27050">
    <title>ncurses versus pdcurses</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27050</link>
    <description>&lt;pre&gt;Was just wondering if anyone could think of any pros or cons to using
pdcurses in place of ncurses for certain curses based applications.  You
can build pdcurses to work with X11 and run the applications directly
within X or you can build it using SDL which can add framebuffer support
with directfb.  Most of the applications I'm looking at that use curses are
cross-platform applications, so they're designed to work with either
library.  Would be interested in hearing opinions.  Thanks.
&lt;/pre&gt;</description>
    <dc:creator>LM</dc:creator>
    <dc:date>2012-05-07T11:19:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27049">
    <title>Re: Ghost in the machine ? : .la file(s) getting emptied</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27049</link>
    <description>&lt;pre&gt;
 The scripting error, or a bad sed during a build of something
unrelated (possibly, kbd-1.15.3 during testing), seem most likely.
But it's a weird day -

 I'm trying to upgrade to gimp-2.8.0 on my 7.1 system where the
toolkit packages are a bit old.  It told me I needed gtk+-2.24.10.
I _tested_ that would build without updating anything else - fine -
so tried it for real and got a compile error in gtkiconview.c,
GClassFinalizeFunc undeclared.  Might be a race with make -j3 (I
managed to install it at the second attempt), but if so it's a very
strange result, and I've previously built it with make -j{3,4} on at
least three occasions.

 Oh, and now I need the newer gdk-pixbuf too.  Time to look at the
configure script to see what else is too old.   Feels like I must
have accidentally upset Her Noodliness :-(

ĸen
&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-04T15:19:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27048">
    <title>Re: Ghost in the machine ? : .la file(s) getting emptied</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27048</link>
    <description>&lt;pre&gt;On Fri, 04 May 2012 13:30:34 +0100
Ken Moffat &amp;lt;zarniwhoop&amp;lt; at &amp;gt;ntlworld.com&amp;gt; wrote:


No, sorry. Could it be a hardware problem/bad disk sector? Have you run
fsck? The other possibility is some sort of scripting error/bad sed but
that's just speculation.

Andy
&lt;/pre&gt;</description>
    <dc:creator>Andrew Benton</dc:creator>
    <dc:date>2012-05-04T14:14:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27047">
    <title>Ghost in the machine ? : .la file(s) getting emptied</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27047</link>
    <description>&lt;pre&gt; I'm just trying to upgrade a package on my LFS-7.1 system, and a
compile failed because /usr/lib64/libstdc++.la was not a valid
libtool archive.  Too right - it was empty!  Looking at ls -l it was
updated on 30th April (original install was on 8th April).

 Fortunately, my oldest backup was before that and I was able to
restore it.  But I'm sure I've seen something similar, perhaps even
the same file, in the past few months (not necessarily on this
particular system).  Looking at other updates, nothing (apart from
kernel upgrades) since 28th April until today.

 Anyone seen anything like this ?

ĸen
&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2012-05-04T12:30:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.lfs.general">
    <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.general</link>
  </textinput>
</rdf:RDF>

