On Sun, Oct 26, 2008 at 08:45:40PM -0500, DJ Lucas wrote:
>
> Anyway, I killed the build I was working on. Given the Ken's
> description of current Farce, I'm not sure that both can run on the same
> system and have meaningful results. I'd really like to do a sanity
> check on the development
On Mon, Oct 27, 2008 at 06:51:38AM -0700, Dan Nicholson wrote:
> On Sun, Oct 26, 2008 at 2:00 PM, Greg Schafer <[EMAIL PROTECTED]> wrote:
> >
> > I've never looked at jhalfs but I understand it implements my ICA
> > algorithms. My own scripts have been getting exceptionally clean
> > results lately
On Mon, Oct 27, 2008 at 06:36:07PM +0100, Gilles Espinasse wrote:
> Selon Ken Moffat <[EMAIL PROTECTED]>:
>
> ...
> >
> > Archaic saw unresolved differences for x86 with gcc-4.1.2.
> > Actually, looking at his results (they're at ~/archaic) they look
>
On Mon, Oct 27, 2008 at 10:15:31AM -0700, Dan Nicholson wrote:
> In farce, Ken had some
> functions that would skip these stamps, but I don't recall how he
> implemented that.
>
For gzipped files, just cmp -s -i 8 (the comment says bytes 4,5,6,7
are the timestamp, hopefully everything ahead of i
On Mon, Oct 27, 2008 at 10:39:01PM -0400, Brittany Dunlap wrote:
> I've followed BLFS svn mostly to a T except for the fluxbox version I
> installed and probably a few other top-level apps. I'm working on
> getting GDM installed but the dependency libglade (dependency to
> libgnomecanvas) is havin
On Sun, Nov 02, 2008 at 01:55:25AM -0800, Trent Shea wrote:
> On Saturday 01 November 2008 23:59:36 John Frankish wrote:
> > If I understand correctly, due to the fact that the ps3 has a 64-bit
> > cpu/kernel and 32-bit os, I would need to cross-compile to get either
> > a 64-bit os or a 32-bit os?
On Tue, Nov 11, 2008 at 01:17:31AM -0600, DJ Lucas wrote:
> I had completely forgotten about gtk1 and made a typo, but I find this
> to be very sloppy:
>
> [EMAIL PROTECTED] gtk+-2.14.4]# pkg-config --libs gtk+
> sh: gtk-config: command not found
> sh: gtk-config: command not found
> sh: gtk-conf
On Wed, Nov 12, 2008 at 07:26:14AM +1100, Greg Schafer wrote:
> Tobias Gasser wrote:
>
> > i had to add ABI=32 as my system was identified ad 64bit.
> >
> > ./configure ABI=32 --prefix=/usr --enable-cxx --enable-mpbsd
> >
> > i'm using CFLAGS="-O3 -march=i486" as a global setting, overwritten fo
On Wed, Nov 12, 2008 at 09:32:16PM +1100, Greg Schafer wrote:
> Ken Moffat wrote:
>
> > My box built gmp and the first part of chapter 6 during the night
> > without any apparent problem. The host system was LFS-6.3 with a
> > current kernel.
>
> I just looked
In my build of 6.4-rc1, the box was hanging, apparently for more
than 10 minutes, in the gettext tests. Last thing in the log was
make[3]: Entering directory
`/building/gettext-0.17/gettext-runtime/tests'
Starting test_lock ... OK
Starting test_rwlock ...
I killed it with ^C, then took a look a
On Wed, Nov 12, 2008 at 11:00:32AM -0600, Randy McMurchy wrote:
> Bruce Dubbs wrote:
> > I don't know of any outstanding issues except the GMP issue with some
> > combinations of hardware and CFLAGS setting. Although we recommend not
> > using
> > CFLAGS, that could be addressed with a note.
>
For a long time, distros have patched glibc to show the distro's
details when you run /lib/libc.so.6 - this is typically encountered
when people report a bug to the kernel list and run scripts/ver_linux
from the kernel tree.
Now that glibc no longer has official releases, we are just using a
wee
Me again!
I seem to have an excess of man pages from vim. It's possible I've
fubar'd something when I removed my own "everything UTF-8" commands,
it's equally possible vim has always done this duplication. So I'll
start by asking if other people have this:
fr pages in man/fr man/fr.ISO8859-1
Such as they are, here are the things I noted from my test logs. My
build had the following variations from the book:
1. built from a host with a 2.6.27.5 kernel, and used 2.6.27.5
headers.
2. glibc was given configparms of
"CFLAGS += -march=i686 -mtune=native"
and configured with --enable-kerne
On Wed, Nov 12, 2008 at 08:02:32PM +, Ken Moffat wrote:
>
> I've applied the following patch to my glibc:
>
> --- glibc-2.8-20080929/version.h.orig 2008-11-05 03:42:01.0 +
> +++ glibc-2.8-20080929/version.h 2008-11-05 03:42:22.0 +
> @@
Using farce-002 to test my version of 6.4-rc1, I had one
explainable difference: perl's CORE/config.h and Config_heavy.pl
differed because my in-place rebuild didn't have /proc mounted, so
/proc/self/exe wasn't defined.
/usr/lib/libgmpxx.la also added libstdc++.la to its dependency
libs, which i
On Thu, Nov 13, 2008 at 08:37:54PM +, Ken Moffat wrote:
Forgot the Cc:
> On Thu, Nov 13, 2008 at 09:10:37PM +1300, Simon Geard wrote:
> > Hey, guys. Just finished a build of recent SVN (a week or two old),
> > getting some problems on some of the BLFS packages. Tools like B
On Wed, Nov 12, 2008 at 07:49:33PM +, Ken Moffat wrote:
>
> coreutils-6.12 had a couple of tests skipped for missing locales,
> which is odd because I installed all the locales.
> PASS: test-math
> Skipping test: no turkish Unicode locale is installed
> SKIP: test-mbscasec
On Thu, Nov 13, 2008 at 10:09:55PM +, Ken Moffat wrote:
> On Wed, Nov 12, 2008 at 07:49:33PM +0000, Ken Moffat wrote:
> >
> > coreutils-6.12 had a couple of tests skipped for missing locales,
> > which is odd because I installed all the locales.
> > PASS: test
On Wed, Nov 12, 2008 at 11:10:49AM +, Ken Moffat wrote:
> In my build of 6.4-rc1, the box was hanging, apparently for more
> than 10 minutes, in the gettext tests. Last thing in the log was
> make[3]: Entering directory
> `/building/gettext-0.17/gettext-runtime/tests'
>
On Fri, Nov 14, 2008 at 04:14:33PM +0100, Tobias Gasser wrote:
[ not commenting on the main problem, or your seds - I find perl's
configuration painful enough at the best of times, so I'm chickening
out for the moment ]
>
> even when the make is sucessfull i get 3 failures in the make test.
>
On Thu, Nov 13, 2008 at 07:43:28PM +, Ken Moffat wrote:
> On Wed, Nov 12, 2008 at 08:02:32PM +0000, Ken Moffat wrote:
> >
> > I've applied the following patch to my glibc:
> >
> > --- glibc-2.8-20080929/version.h.orig 2008-11-05 03:42:01.0
>
On Mon, Nov 17, 2008 at 08:20:43PM -0800, Trent Shea wrote:
> On November 17, 2008 09:47:39 am Lefteris Dimitroulakis wrote:
> > mkdir: created directory `/usr/lib/locale'
> > cannot open locale definition file `zh_CN.GB18030': No such file or
> > directory make: *** [glibc] Error 4
> >
> > rgrds
>
On Fri, Nov 14, 2008 at 08:17:26PM -0600, William Harrington wrote:
>
> On Nov 14, 2008, at 6:13 PM, Ken Moffat wrote:
>
> > On Wed, Nov 12, 2008 at 11:10:49AM +0000, Ken Moffat wrote:
> >> In my build of 6.4-rc1, the box was hanging, apparently for more
> >>
On Thu, Nov 20, 2008 at 12:02:03AM +0100, Gilles Espinasse wrote:
>
> - Original Message -
> From: "Ken Moffat" <[EMAIL PROTECTED]>
> To: "LFS Developers Mailinglist"
> Sent: Wednesday, November 19, 2008 2:13 AM
> Subject: Re: hang in gettext
On Sat, Nov 22, 2008 at 03:25:36PM -0600, Bruce Dubbs wrote:
> LFS-6.4-rc1 has been out two and a half weeks now and there are really no
> significant issues that I know about. Of course there are some changes that
> could be made, but I don't know of any that really *need* to be made.
>
> A pr
On Tue, Nov 25, 2008 at 08:54:44AM -0600, Randy McMurchy wrote:
> Ken Moffat wrote:
>
> > Oh, and I might end up comenting out testsuites if they're
> > complicated to run!
>
> Not sure what "complicated to run" means, but please bring up
> a t
On Tue, Nov 25, 2008 at 02:34:19PM +, I wrote:
>
> I can do esound, flac (patch), id3lib (patch), lame, libdvdcss,
> SDL, mpg123, xine-lib, audacious (plugins now require neon, at least
> at runtime, we have it as a link from subversion). I'll be happy to
> add libtheora, but I think fixing
On Fri, Nov 28, 2008 at 12:01:45AM -0600, Bruce Dubbs wrote:
>
> One commenter said that virtually everything except flash and grub
> were 64 bit. I believe that flash is a very important application for
> many users and until that becomes available, many users will reject
> 64-bit Linux.
>
Gn
On Fri, Dec 05, 2008 at 03:58:24PM -0500, Jeremy Huntwork wrote:
>
> http://www.linuxfromscratch.org/~jhuntwork/lfs-trunk
>
> There is no technical hindrance to bringing in multilib, the changes are
> minimal. The effect is not so minimal. I would like to know people's
> thoughts on how to deal
On Fri, Dec 05, 2008 at 06:54:51PM -0800, Bryan Kadzban wrote:
> Ken Moffat wrote:
> > Last time this was discussed, the general view seemed to be that
> > pure64 was a step far enough. Care to remind me what the advantages
> > of multilib builds are ?
>
> For m
On Mon, Dec 01, 2008 at 11:28:25PM -0600, DJ Lucas wrote:
> DJ Lucas wrote:
> > *(September 8, 2008)* FFmpeg is undergoing major changes in its API/ABI.
> > The last valid revision for libavcodec version 51 is r15261.
> >
> > Guess we should go with this version for BLFS. Anybody tried it yet?
>
CLFS is interested, which I
> think is the hope)
>
> And a somewhat 'neutral' party. I would suggest either Ken Moffat or Dan
> Nicholson, or perhaps both. These two have always (in my opinion) kept
> to a very balanced view of things.
>
I've just logged i
I'm looking at possible users for sqlite3. In the book, qt-3.3.8b
has sqlite as an optional external dependency. But, the current
version appears NOT to be able to use a 'system' sqlite3. It says
it finds sqlite, but that by default it is not enabled. So, I added
'-plugin-sql-sqlite' to the co
On Sat, Mar 21, 2009 at 01:47:05PM -0500, William Immendorf wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hey,
>
> Should we use a perl with shared libraries? Just a thought.
>
IMHO, definitely.
> BTW, the configure option for a shared lib perl is -Duseshrplib, and you
>
On Mon, Mar 23, 2009 at 03:39:57PM -0600, Trent Shea wrote:
> Hi,
>
>
> I'm looking at binutils in chapter six, and how we are copying libiberty.h to
> its final location. For the record, I've been working with binutils-2.19.1.
>
> The configure option --enable-install-libiberty should "Install
On Tue, Apr 14, 2009 at 06:52:53AM +0200, John Frankish wrote:
> As per Chapter 6.2.2 of SVN-20090401 where the host (tinycorelinux) runs
> entirely in ram I get this:
>
> # mount --bind /dev /mnt/sdc1/dev
> mount: wrong fs type, bad option, bad superblock on /dev,
> missing codepage or helper pr
I'm posting this to the lfs-dev and {,b}lfs-support lists. If
you wish to reply, please just reply to the list (NOT "to all" -
that might cause rejections if you aren't subscribed to all the
lists).
There are two vulnerabilities in versions of udev before udev-141.
(i.) For all previous versio
On Mon, Apr 27, 2009 at 11:22:05AM -0500, Bruce Dubbs wrote:
> Ken Moffat wrote:
>
> >
> > I've listed these distros because they are usually easy to access
> > for the source. If for some reason you are running an even older
> > version of udev, th
On Sun, May 10, 2009 at 09:10:56AM -0600, Matthew Burgess wrote:
> Hi all,
>
> At
> http://www.linuxfromscratch.org/~matthew/lfs_man_db_fix/chapter06/man-db.html
> you can see the results of my attempt at fixing #2379
> (http://wiki.linuxfromscratch.org/lfs/ticket/2379).
>
> I'd appreciate revie
2009/6/16 Konrad Mosoń
>
> Hi.
>
> I creating now LFS, and i was on page:
> 5.6. Linux-2.6.27.4 API Headers
> from
> LFS-BOOK-6.4.
>
> I tryied to run:
>
> $ make headers_check
>
> but i can't becouse i was that errors:
>
> CHK include/linux/version.h
> HOSTCC scripts/unifdef
> sc
> as the kernel compile does not check wether lzma is possible but just
> starts compiling resulting in a failure at the very end, i propose at
> least a hint in the kernel section about not to use lzma unless the
> corresponding chapter from blfs is done.
I guess that's a better place for it to
2009/6/25 William Immendorf :
> Hey,
>
> I'm just wondering: How do you calculate the SBU amount for (B)LFS
> packages? Because I want to see the SBUS for new packages, and recent
> versions of packages.
>
> William
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-dev
> FAQ: http://www.linux
2009/7/18 Randy McMurchy :
> But as I said earlier, it's your call. I just think it is premature to
> release a version of LFS that nobody has actually tested in any real
> life situation. It's only one person's opinion, please don't get worked
> up about it. I just thought I'd throw it out there.
2009/7/22 Thomas Trepl :
>
> Welcome on board Wayne!! Congratulations!
>
And from me.
> In the meanwhile I have a quite fine KDE4 (4.2.4) installation running. It
> seems to make great progress to reach the quality/stability of 3.5.10. Not to
> far in the future, 4.3 will be out and this is wha
2009/8/11 Bénoît Segond von Banchet :
> I completed ch 5 of lfs-6.5-rc2. So far so good.
> I wondered if the folder i686-lfs--linux-gnu in the tools folder is
> still necessary. It looks as if that folder was created in the first
> tool-building pass. In the second pass i686-pc-linux-gnu was create
2009/9/18 Nathan Coulson :
.
>
> I have been experimenting with a multilib LFS System (where /lib,
> /usr/lib are used for 64bit, and /lib/32, and /usr/lib/32 are used for
> 32bit). I wanted something as close to LFS as possible, primarily
> 64bit, but just enough 32bit so if I wanted to compile s
2009/9/18 Tobias Gasser :
[ snip good explanations ]
> what about the kernel modules. they will be 64 bit, don't they have to
> be in /lib64/modules?
Tried it in clfs. Not worth the aggro. You have to change the top-level
kernel Makefile every time.
> perl: most will be in /lib/perl as they
2009/9/19 Bruce Dubbs :
> I've been investigating the Linux Standards Base core specification.
>
> http://dev.linux-foundation.org/betaspecs/booksets/LSB-Core-IA32/LSB-Core-IA32.html#REQUIREMENTS
>
> 1. Looking at the required libraries, I see that libncurses.so.5 is required.
> We have libncurses
2009/10/14 ALIP BUDIANTO :
> Oops, I was using a old version by accisdent!
And since LFS is all about learning, I'll attempt to
explain what you were asking about. The problem
was that recent versions of glibc defined futimens.
At that time, several packages had their own internal
versions of fu
2009/10/29 Bryan Kadzban :
>
> Same with some kinds of RAID -- it can assemble a RAID array, but won't
> (always) do it on its own. (It can autoassemble some types of md-raid,
> I think, but I'm not sure how well-maintained that is. It won't do
> anything with dm-raid, since that's only a device-
2009/10/29 Bruce Dubbs :
> I have updated the book to GRUB-1.97. The on-line book should regenerate in a
> few hours.
>
> The GRUB section in Chapter 6 is pretty straight forward, but the section on
> configuration and testing in Chapter 8 is pretty complex. I'd appreciate
> anyone
> building an
2009/10/29 Ken Moffat :
> 2009/10/29 Bruce Dubbs :
> Oh well, at least grub-mkrescue is a script. Looks as if cdrom is the
> default, but El Torito emulation isn't..
>
Posted too soon. It uses genisoimage which is from cdrkit. Looking
at the manpage for mkisofs from dvdrecor
2009/11/28 Glen :
It's nice that the book goes into detail as to the commands for
> making directories, but it never says how to mass extract gzip or bzip2
> archives.
For modern versions of gnu tar (probably any version released
in the last 5 years), tar -tvf filename | head [ that's just a sani
2009/11/30 :
> Hi all,
>
> this some kind of Off-Topic since it has nothing to do with LFS at all. I
> send this to this list because I know that there are quite a lot geeks and
> experienced people out there who may have a hint for me.
>
> Have you ever seen a machine which has too much RAM insta
2009/11/30 Thomas Trepl :
>
> We will test it tomorrow with the 64bit SLES10. Will have to redo the whole
> installation but when it helps its ok.
>
You can't install just a 64-bit kernel and modules for testing ?
ĸen
--
After tragedy, and farce, "OMG poneys!"
--
http://linuxfromscratch.org/m
2009/12/3 Bruce Dubbs :
> I've been playing with GRUB2 and splash screens. I've got it working so
> I wanted to make an lfs screen with a somewhat dark background so that
> the menu would show over it.
>
> I played around with gimp and came up with:
>
> http://linuxfromscratch.org/~bdubbs/lfs.p
I still haven't built a recent LFS system, but I'm about to
restart (x86_64), and I'm checking my scripts match the
current development book, and working out what the
presence of the {,/usr}/lib64 symlinks from 6.5 will do to my
BLFS scripts (for the moment, I'm not sure if I like these
symlinks bu
2009/12/5 Bruce Dubbs :
>>
>> In 6.15 the sed is correctly wrapped in a case statement, but
>> the text just says
>>> As in Section 5.10, “GCC-4.4.2 - Pass 2”, apply the following
>>> sed to force the build to use the -fomit-frame-pointer
>>> compiler flag in order to ensure consistent compiler bu
2009/12/26 Matthew Burgess :
> Hi all,
>
> The current instructions mention the fact that running the IPRoute2
> testsuite is unreliable from within the chroot environment as it depends
> on /proc/config.gz support. That's fair enough, but even when running
> on a freshly rebooted LFS build, the f
We've always used current kernels in the book, but many of our users
seem to have a distinct unwillingness to upgrade to newer kernels.
This week, Greg KH formally announced that he intends to maintain
2.6.32 long-term
http://www.kroah.com/log/linux/stable-status-01-2010.html so I wonder
if it woul
2010/1/19 Agathoklis D. Hatzimanikas :
> Hi Ken,
>
Hi Ag
> On Tue, Jan 19, at 08:03 Ken Moffat wrote:
[ 2.6.32 will be maintained long-term ]
>
> Anyway, the news remind me that LFS/BLFS doesn't have a maintainable stable
> branch, and these days where so many rapid chang
2010/1/25 Bruce Dubbs :
> Thanks to Matt's hard work, it looks like the -dev version of the book
> now has over half the packages updated from the current stable release.
>
> There only a couple of minor tickets outstanding. We are at
> Linux-2.6.32 which has been designated for long term support.
On 29 January 2010 16:42, Bruce Dubbs wrote:
> ICMP Request wrote:
>
>> I'm just asking if I plan to turn my /home partition to an EXT4 FS,
>> supposing I used to do weekly backups when it was EXT3, you would
>> recommend now daily or I could stick with weekly (I'm not asking you in
>> opinions ab
On 2 February 2010 21:59, Bruce Dubbs wrote:
>
> One of my concerns is "One unpleasant consequence of running several
> commands simultaneously is that output generated by the commands appears
> whenever each command sends it, so messages from different commands may
> be interspersed."
>
Me too.
On 5 February 2010 06:31, Bryan Kadzban wrote:
> Bruce Dubbs wrote:
>> gcc:
>>
>> FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE
>> FAIL: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE
>>
>> ERROR: tcl error sourcing
>> /sources/gcc-4.4.3/gcc/te
On 1 March 2010 23:36, Bruce Dubbs wrote:
> I've been analyzing the test errors found when I was building LFS-6.6.
> The logs are at
>
> http://www.linuxfromscratch.org/lfs/build-logs/6.6/
>
> This is a summary:
Thanks for this, it confirms and explains some of what I've found
in my own x86_64
On 9 March 2010 10:28, wrote:
> Is it all bad only to me or do you feel same?
I think most people here feel the same.
ĸen
--
After tragedy, and farce, "OMG poneys!"
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See th
On 9 March 2010 23:40, Bruce Dubbs wrote:
>
> Ken submitted the patch two years ago against grep 2.5.3. The purpose
> of the patch was
>
> Description: Various fixes, particularly speed improvements for UTF-8
> locales. Also adds a 'standard input' marker into the results for
> certain obscure u
On 10 March 2010 00:43, Ken Moffat wrote:
> On 9 March 2010 23:40, Bruce Dubbs wrote:
>
>>
>> Ken submitted the patch two years ago against grep 2.5.3. The purpose
>> of the patch was
>>
>> Description: Various fixes, particularly speed improvements for UTF
On 10 March 2010 19:37, Bruce Dubbs wrote:
> I downloaded grep_2.5.4-4.diff.gz and it applied without fuzz. All tests
> passed for me on both LFS-6.5 on a 64-bit system and an older 32-bit system.
>
> -- Bruce
>
Sorry to be pedantic, but did you apply the patches from
debian/patches/ (as with a
On 10 March 2010 20:36, Bruce Dubbs wrote:
> Ken Moffat wrote:
>> On 10 March 2010 19:37, Bruce Dubbs wrote:
>>> I downloaded grep_2.5.4-4.diff.gz and it applied without fuzz. Â All tests
>>> passed for me on both LFS-6.5 on a 64-bit system and an older 32-bit
On my 6.6 build, I've noticed that the netfs bootscript fails to find /bin/fuser
when shutting down. Not a big priority, because I had to comment fuser out
on previous builds (supposed to be fixed in 22.10, bit not yet confirmed).
Digging through trac, I've eventually identified
#2489 psmisc --ex
On 16 April 2010 21:39, Jeremy Huntwork
wrote:
> On Mar 19, 2010, at 3:52 PM, Jeremy Huntwork wrote:
>> On Mar 19, 2010, at 11:49 AM, Matthew Burgess wrote:
>>> Yeah, I guess I didn't really make my point clear. What I was trying to
>>> say was that I'm
>>> not sure the overhead of having both t
On 16 April 2010 23:12, Jeremy Huntwork
wrote:
> On Apr 16, 2010, at 5:44 PM, Ken Moffat wrote:
>> I didn't comment earlier, but I find the blue and green backgrounds too dark
>> (at the bottom - the top is ok), which surprisingly makes them slightly hard
>> to
>&
Moving this here from trac. When I put the ABI=32 note in, I
screwed up. But it's only 2 weeks ago that anyone noticed.
In the meantime, building for x86_64 is now supported by LFS, so
the current note could also be misinterpreted.
There is a second issue on the ticket - if I've understood corr
On 9 May 2010 18:00, Bruce Dubbs wrote:
>
> The substance looks pretty good. How about some minor changes:
>
> If you are building with a 32-bit kernel, but you have a CPU which is
> capable of running 64-bit code *and* you have specified CFLAGS in the
> environment, the configure script will at
On 9 May 2010 18:58, Gilles Espinasse wrote:
> Just tested on AMD Athlon(tm) 64 Processor 3500+, 32bits distrib, with only
> ./configure --build=i486-linux
>
> this result in
> ...
> checking for egrep... /bin/grep -E
> using ABI="32"
> CC="gcc -std=gnu99"
>
>
> CFLAGS="-m32 -O2 -pedantic
On 10 May 2010 02:09, Bruce Dubbs wrote:
> Style issues:
> Blank line after 1st configure
I've got separate paras for the two parts of the note, because they are
unrelated - putting two separate Note boxes would, I think, be overkill.
Other comments noted.
ĸen
--
After tragedy, and farce, "O
On 10 May 2010 07:41, Gilles Espinasse wrote:
>
> - Original Message -
> From: "Ken Moffat"
> To: "LFS Developers Mailinglist"
> Sent: Sunday, May 09, 2010 10:12 PM
> Subject: Re: gmp note (#2648)
>
>
>> >
>>
>> For x86
On 10 May 2010 20:21, Claus Regelmann wrote:
> I think the attached patch should be made generally available.
> For the time it is not included in the kernel, it fixes a problem
> with arp-packages on networks other than ethernet (at least for Token Ring).
>
I'm astonished that anyone still uses
On 13 May 2010 01:55, Bruce Dubbs wrote:
>
> My last try was linux-2.6.32.8 which is the stable lfs-6.6 kernel. I
> used the identical configuration.
>
Please try with a newer kernel (2.6.32.13 or 2.6.33.4) in case
something in the latest fixes has cured it.
ĸen
--
After tragedy, and farce, "O
On 13 May 2010 23:00, Bruce Dubbs wrote:
>
> I tried the above, but still get a segfault in init. I even tried
> adding init=/bin/bash, but still get a segfault at the identical address
> as when using /sbin/init.
>
> I'm running a memory test, but that doesn't show any errors yet at the
> halfwa
On 13 May 2010 23:53, Ken Moffat wrote:
> So, it's actually init that segfaults ? I suppose that makes sense,
> I think the kernel is privileged enough to do what it wants. I must
> admit, when I read your original post I assumed you meant it was
> panicking.
>
Hmm, I can
On 14 May 2010 01:58, Ken Moffat wrote:
>
> Related question, although maybe it belongs on support - how do you
> get grub2 (1.97, if it matters) to boot in single mode? I need to fsck
> my /home partition manually (fsck'd after nn boots, came up with
> errors), and it'
On 14 May 2010 02:58, Bruce Dubbs wrote:
> Bruce Dubbs wrote:
>
>>> I blame gcc-4.5.
>>
>> Me too, but I got a little further by disabling
>>
>> # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
>
> Success!!
>
> I took a known good config (for 2.6.32.8) and copied that to 2.6.33.4
> and only changed the
On 14 May 2010 14:23, Jeremy Huntwork wrote:
>
> Also, if you've followed the book's instructions precisely (i.e., you've
> named your kernel vmlinux-...) when you run grub-mkconfig, a config file will
> be generated with two options based on that kernel, one being single user
> mode.
>
Follow
On 14 May 2010 05:06, Bryan Kadzban wrote:
> Ken Moffat wrote:
>> Related question, although maybe it belongs on support - how do you
>> get grub2 (1.97, if it matters) to boot in single mode? I need to
>> fsck my /home partition manually (fsck'd after nn boots, came up
On 14 May 2010 16:46, Ken Moffat wrote:
>> I think I will file a bug with gcc.
>>
>> -- Bruce
> Excellent.
Just to confirm, unsetting CONFIG_CC_OPTIMIZE_FOR_SIZE
fixes it for me too (2.6.34-rc7).
ĸen
--
After tragedy, and farce, "OMG poneys!"
--
http
On 24 May 2010 01:04, Bruce Dubbs wrote:
>
> Ken,
> I haven't seen any activity on this in a couple of weeks. Would you
> like me to add the text you have to the book and handle the ticket?
>
> -- Bruce
Apart from looking at other things (my own keymaps for xorg - got my
ibook working as we
On 28 May 2010 11:17, Matthew Burgess wrote:
> On Tue, 25 May 2010 15:53:51 -0500, Bruce Dubbs wrote:
>> Troy Will wrote:
>>> Hi Everybody,
>>>
>>> You will need to comment out the "ABI=32 ./configure ..." line in
>>> the GMP-5.0.1 build script if using jhalfs with the latest SVN version
>>> of
Anybody else getting a lot of bounces from blfs-book, resulting in
delivery becoming disabled ? I seem to get them every few days. No
visible problems with the other lists.
ĸen
--
After tragedy, and farce, "OMG poneys!"
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.l
(yeah, I know the book is still using gnome-2.28). In openssl we put
the certs in
/etc/ssl/ca-bundle.crt. I haven't yet identified what else is using
these, but epiphany is looking for
/etc/pki/tls/certs/ca-bundle.crt and
/etc/ssl/certs/ca-certificates.crt. I can fix this by passing
--with-ca-f
On 22 June 2010 17:54, Dan Nicholson wrote:
> On Tue, Jun 22, 2010 at 8:44 AM, Ken Moffat
> wrote:
>> I can fix this by passing
>> --with-ca-file=/etc/ssl/ca-bundle.crt but ti makes me wonder if we are
>> putting them in the wrong place.
>
> I don't think
On 6 July 2010 18:50, Sebastian Plotz wrote:
> I just want to start a discussion, if it would be meaningful to replace
> Sysvinit with Upstart ...
>
> Here are some points for discussion:
>
> 1. The bootscripts can still be used (like Ubuntu did).
> 2. The LFS user will learn something about old t
On 6 July 2010 21:25, Sebastian Plotz wrote:
> Am Dienstag, den 06.07.2010, 20:39 +0100 schrieb Ken Moffat:
>> On 6 July 2010 18:50, Sebastian Plotz wrote:
>> > I just want to start a discussion, if it would be meaningful to replace
>> > Sysvinit with Upstart ...
>
On 28 July 2010 22:52, Yaacov-Yoseph Weiss wrote:
> We (at least Jeremy and myself) are referring to package management in
> a way that won't affect regular users at all, except for another optional
> command in each chapter, similar to the current "make test/check"
> commands available today.
I
On 28 July 2010 18:01, Bruce Dubbs wrote:
> Because I don't use it and don't see the need for it (for me). I have
> no problems reinstalling a newer package over an older one. The only
> package that gives me pause for that is glibc.
>
FWIW, my ppc64 system is rather old (a bit over a year now).
On 29 July 2010 00:51, Bruce Dubbs wrote:
> Ken Moffat wrote:
>
>> it's always a good idea to be able to roll back.
>
> Did you try building the older version of png and reinstalling?
>
No, the obvious thing to do would be to recompile epiphany
against the current vers
On 30 July 2010 21:55, Bruce Dubbs wrote:
> harrold hunt wrote:
>> Hello,
>>
>> I would like to help out the LFS project in some way, preferably
>> documentation which is the main part of the project. I'm not entirely
>> sure what I could do. But I am interested in any contribution to help
>> the
1 - 100 of 843 matches
Mail list logo