Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-31 Thread Szabolcs Gyalókay
Hi, As I was recreating the error today, I became aware, that there was an other error when compiling perl the last time, and but I circumvented it then, and now again. Perl was including the host systems errno.h when compiling in chapter 5. Now the info what you asked for: I have what seems

About Swap space and Virtual Memory

2010-03-31 Thread liu bo
Hi all, Could anybody tell me whether the SWAP space of my computer is used? According to the information below, Swap: 307192k total,0k used But the SWAP property of some programs is NOT 0. VIRT SWAP RES SHR S %CPU %MEMTIME+ COMMAND 693m

Re: About Swap space and Virtual Memory

2010-03-31 Thread zzflop
On Wed, Mar 31, 2010 at 04:56:04PM +0800, liu bo wrote: Hi all, Could anybody tell me whether the SWAP space of my computer is used? According to the information below, Swap: 307192k total,0k used VIRT SWAP RES SHR S %CPU %MEMTIME+ COMMAND

Re: About Swap space and Virtual Memory

2010-03-31 Thread Danny Engelbarts
On Wednesday 31 March 2010 12:03:05 zzflop wrote: On Wed, Mar 31, 2010 at 04:56:04PM +0800, liu bo wrote: Hi all, Could anybody tell me whether the SWAP space of my computer is used? According to the information below, Swap: 307192k total,0k used

Re: About Swap space and Virtual Memory

2010-03-31 Thread liu bo
Danny, Mike, Thank you for your reply. I believe the SWAP column only displays the swappable memory chunk, not actual swapped memory. If you disable swap using swapoff -a you will see the SWAP column in top still contains the same values. In the man page of top command, the explanation of SWAP

5.5. GCC-4.4.3 - Pass 1

2010-03-31 Thread Raj
I am trying to install gcc and while MAKE i am getting this error. checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [configure-target-libstdc++-v3] Error 1 make[1]: Leaving directory `/mnt/lfs/sources/gcc-build' make:

Re: 5.5. GCC-4.4.3 - Pass 1

2010-03-31 Thread Ken Moffat
On 31 March 2010 15:31, Raj munka...@gmail.com wrote: I am trying to install gcc and while MAKE i am getting this error. checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [configure-target-libstdc++-v3] Error 1

Glibc make error

2010-03-31 Thread Kaleb Hosie
I'm having some issues with installing glibc while following the instructions on chapter 5.7. From what I understand from the instructions, I made the file: /mnt/lfs/sources/glibc-build/configparms In the configparms file, I should have the following text: case `uname -m` in i?86) echo CFLAGS

Re: Glibc make error

2010-03-31 Thread Ken Moffat
On 31 March 2010 17:05, Kaleb Hosie kho...@spectraaluminum.com wrote: I'm having some issues with installing glibc while following the instructions on chapter 5.7. From what I understand from the instructions, I made the file: /mnt/lfs/sources/glibc-build/configparms In the configparms

totem-2.28.5 youtube plugin

2010-03-31 Thread Ken Moffat
I know it's a bit late to ask about 2.28 (2.30 is at ftp.gnome.org), but has anyone got the youtube plugin working ? I've now got it to build (needs libgdata), and it is enabled, but when I try to find search youtube I get the following on stderr: a lot of messages like libgdata-Message:

Re: Bk6.6Ch6.9 glibc `__stack_chk_guard' work around.

2010-03-31 Thread Szabolcs Gyalókay
Hi All, The reason libssp is not found is simply because it's not *supposed* to be. GCC has not yet been installed in Chapter 6, into /usr, so the only libssp present at the time Glibc is being built is in /tools. However, since Glibc is supposed to go into /usr, it will not link to

Re: Bk6.6Ch6.9 glibc `__stack_chk_guard' work around.

2010-03-31 Thread Chris Staub
On 03/31/2010 04:06 PM, Szabolcs Gyalókay wrote: Hi All, OK, then libssp is not supposed to be linked, then why isn't somebody asking the obvious question? In the original post Pete wrote: It seems that libssp is suppose to be pulled in by the gcc option '-fstack-protector' so

Re: Bk6.6Ch6.9 glibc `__stack_chk_guard' work around.

2010-03-31 Thread Bruce Dubbs
Szabolcs Gyalókay wrote: gcc res_hconf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -g -Wstrict-prototypes -DIS_IN_nscd=1 -D_FORTIFY_SOURCE=2 -fpie -fstack-protector -DNOT_IN_libc=1 -o /sources/glibc-build/nscd/res_hconf.o -MD -MP -MF

Re: Bk6.6Ch6.9 glibc `__stack_chk_guard' work around.

2010-03-31 Thread Szabolcs Gyalókay
Hi All, I think you have to start entertaining the possibility that something is wrong with the book. Not likely when many other people have built it and have not had the same problem. The only other possibility I can think of is a possible problem with some certain hosts, but that

Re: Bk6.6Ch6.9 glibc `__stack_chk_guard' work around.

2010-03-31 Thread Chris Staub
On 03/31/2010 04:22 PM, Chris Staub wrote: On 03/31/2010 04:06 PM, Szabolcs Gyalókay wrote: Hi All, OK, then libssp is not supposed to be linked, then why isn't somebody asking the obvious question? In the original post Pete wrote: It seems that libssp is suppose to be pulled in by

Re: totem-2.28.5 youtube plugin

2010-03-31 Thread Andrew Benton
On 31/03/10 18:12, Ken Moffat wrote: I know it's a bit late to ask about 2.28 (2.30 is at ftp.gnome.org), but has anyone got the youtube plugin working ? It's funny you should ask, I've just been trying totem today. I've been trying to find an open source flash plugin. The versions of swfdec

LFS-6.4 Book

2010-03-31 Thread Baho Utot
I would like to download the LFS-6.4 version of the book but it is missing from the download section http://archive.linuxfromscratch.org/lfs-museum/ Is it still available? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe:

Re: LFS-6.4 Book

2010-03-31 Thread Ken Moffat
On 1 April 2010 00:17, Baho Utot baho-u...@columbus.rr.com wrote: I would like to download the LFS-6.4 version of the book but it is missing from the download section http://archive.linuxfromscratch.org/lfs-museum/ Is it still available? You can read it at:

Re: LFS-6.4 Book

2010-03-31 Thread Bruce Dubbs
Baho Utot wrote: I would like to download the LFS-6.4 version of the book but it is missing from the download section http://archive.linuxfromscratch.org/lfs-museum/ Is it still available? Just a minor permissions problem. Both 6.3 and 6.4 are accessible now. -- Bruce --

Re: totem-2.28.5 youtube plugin

2010-03-31 Thread David Jensen
On Wed, 31 Mar 2010 18:12:51 +0100 Ken Moffat zarniwhoo...@googlemail.com wrote: At this rate I'm going to have to go over to the dark side on both desktop machines if I want to watch youtube. If you mean using the Adobe's flash-plugin, the 64-bit beta gives me no sound. --- David Jensen

Re: LFS-6.4 Book

2010-03-31 Thread Trent Shea
On March 31, 2010 05:31:07 pm Ken Moffat wrote: Quite why anyone would want to read it now, other than to compare what has changed, is beyond me. I agree with Ken. I see you fighting with KDE-3, but it's mainly because you're building a version that's not maintained - not officially anyways...

Re: LFS-6.4 Book

2010-03-31 Thread Baho Utot
Ken Moffat wrote: On 1 April 2010 00:17, Baho Utot baho-u...@columbus.rr.com wrote: I would like to download the LFS-6.4 version of the book but it is missing from the download section http://archive.linuxfromscratch.org/lfs-museum/ Is it still available? You can read it at:

Re: LFS-6.4 Book

2010-03-31 Thread Baho Utot
Bruce Dubbs wrote: Baho Utot wrote: I would like to download the LFS-6.4 version of the book but it is missing from the download section http://archive.linuxfromscratch.org/lfs-museum/ Is it still available? Just a minor permissions problem. Both 6.3 and 6.4 are accessible

Re: LFS-6.4 Book

2010-03-31 Thread Baho Utot
Trent Shea wrote: On March 31, 2010 05:31:07 pm Ken Moffat wrote: Quite why anyone would want to read it now, other than to compare what has changed, is beyond me. I agree with Ken. I see you fighting with KDE-3, but it's mainly because you're building a version that's not

Re: Bk6.6Ch6.9 glibc `__stack_chk_guard' work around.

2010-03-31 Thread Chris Staub
On 03/31/2010 04:33 PM, Bruce Dubbs wrote: Szabolcs Gyalókay wrote: gcc res_hconf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -g -Wstrict-prototypes -DIS_IN_nscd=1 -D_FORTIFY_SOURCE=2 -fpie -fstack-protector -DNOT_IN_libc=1 -o

Text narrows on changing video module

2010-03-31 Thread alupu
Hi, System: Development (B)LFS i686-pc-linux-gnu, 2.6.33.1, GRUB: 0.97 Motherboard: ASUS P5E-VM HDMI Internal Graphics Display (IGD): Intel G35, HDMI output External Video Card (PEG): ASUS GeForce 9500GT, PCIe x16, HDMI output Monitor: Samsung SM2494, Wide (16:9), DVI input (through