Re: How to use blfs-tool and BLFS

2007-11-26 Thread Leo Peschier
Did you mean blfs-tool? This tool is my problem. This functionality was my understanding of it. I added blfs-tool support to the LFS build and hoped, sudo Co. will be installed and the system will be able to work with BLFS after reboot. But nothing happens, except that the tool was

Re: wvstreams configure fails with openssl=0.9.7 required

2007-10-23 Thread Leo Peschier
...If so, perhaps someone out there can tell me what SSL_has_matching_session_id means. ... man SSL_has_matching_session_id gives me a detailed explanation about session id's. For what it's worth: I've wvstreams-4.2.2 with openssl-0.9.8e and it compiled without any problem. Leo. --

Re: Error building MesaLib-6.5

2007-06-03 Thread Leo Peschier
Am I missing a path in gcc include path? So it seems: [~]$ find /usr -name stdarg.h /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/stdarg.h /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/install-tools/include/stdarg.h If so how do I check it? [~]$ cpp -v ... #include ... search starts here:

Re: Error building MesaLib-6.5

2007-06-03 Thread Leo Peschier
How does one add /usr/include/linux to the spec file? If I am looking at this right, the include path is in the gcc spec file? I tried adding -I/usr/include/linux to the CFLAGS and CXXFLAGS for this package (in the script) but it did not work. Well, I don't think you want to include

Re: Network card installation trouble

2007-02-06 Thread Leo Peschier
Tijnema ! wrote: Bringing up the eth0 interface... Interface eth0 doesn't exist. [ WARN ] Hi Tijnema, Did you, by any chance, use a descriptive device name for your card, as is explained in LFS 7.13. Is so, you have to

additional link to libpostproc.so.0.0.1

2007-02-03 Thread Leo Peschier
Hello all, Just a little note. I installed MPlayer-1.0pre7try2 following svn-20070202. Mplayer didn't start because it could not find libpostproc.so.0 Both libpostproc.so.0.0.1 and the link libpostproc.so were installed. The install.log doesn't mention anything about libpostproc.so.0, so it

slib

2007-01-14 Thread Leo Peschier
Hello all, The slib package appears to be updated to version 3a4. The 3a3 version, which is in the svn-book, has been relocated to the OLD directory: http://swiss.csail.mit.edu/ftpdir/scm/OLD/slib3a3.tar.gz Leo -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

ISO Codes-0.51-1.1

2007-01-14 Thread Leo Peschier
Hello all, This package (in the svn-book) isn't available at debian-ftp anymore. From the debian-website: Stable 0.44-1 Testing 0.58-1 Unstable1.0-1 These are the versions available. I've googled a bit, looking for an alternate location, but couldn't find any. There's a

Re: su and umask

2007-01-12 Thread Leo Peschier
Hi Leo, man bash has a good explanation about bash startup. Particularly, INVOCATION. You basically got it right. :) When you su it is a non-login shell therefore, /etc/profile is not executed. Since it is your system, you can change the scripts to behave the way you want. (snap)

Re: startx problem with more_control_and_pkg_man

2006-12-23 Thread Leo Peschier
Rick Shelton wrote: On 12/23/06, Arden [EMAIL PROTECTED] wrote: Using the more_control_and_pkg* system I am having trouble starting x. Fatal server error: Cannot move old log file (var/log/Xorg.0.log to var/log/Xorg. 0.log.old) I have tried changing owner, group,and write permissions of the

Re: latest wine 0.9.14 and BLFS-SVN-2006-05-28

2006-06-07 Thread Leo Peschier
checking for freetype/ftnames.h... no everything else on freetype being yes. For your information. I've installed wine 0.9.12 on a blfs 6.1. I have just the same message in my configure.log. Everything runs fine though. install FontForge ... Did that too. However, I saw from the

Re: Is there a way to configure the gtk2 file chooser?

2006-05-29 Thread Leo Peschier
Note, as the article says, you also need to go through: disabling all the extensions... Only one will do (to re-register all components). Leo. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information

Re: Problem with NVidia GL libraries

2006-05-28 Thread Leo Peschier
Michael, Maybe asking for the obvious, but is the glx module properly loaded? [~]$ grep -i glx /var/log/Xorg.0.log (II) LoadModule: glx (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so (II) Module glx: vendor=NVIDIA Corporation (II) Loading extension GLX (II) Loading extension NV-GLX

Re: Problem with NVidia GL libraries

2006-05-28 Thread Leo Peschier
No. If I enable glx module in Xorg.conf X crashes with segfault. You'd surprise the world then if you could get an OpenGL app running. The NVidia doc's mention issues of x86-64 and early 2.6 kernels. Did you check that out. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

Re: firefox cashes in file-open and file-save dialogs

2006-05-15 Thread Leo Peschier
I use the gtk file chooser in other applications and it works fine. That's just my experience. Leo, if I create a firefox wiki page, could you put this info there? That's OK. Leo. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

Re: firefox cashes in file-open and file-save dialogs

2006-05-14 Thread Leo Peschier
Dan Nicholson wrote: You could have said that before! #1 rule of compiling: If something breaks, turn off the optimization flags! Apologies for not mentioning that (when I wrote the reply, I realized I should have tested that before). However, turning off optimization flags did not solve the

Re: firefox cashes in file-open and file-save dialogs

2006-05-10 Thread Leo Peschier
... My solution was to start with a clean profile, ... Have done that and it did not help. Dan, I have no Gnome stuff installed. I run KDE though. Just to be sure I've just tried it from fluxbox: same behaviour. Leo. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

firefox cashes in file-open and file-save dialogs

2006-05-09 Thread Leo Peschier
Hello all, After upgrading Firefox from BLFS 6.1 (version 1.0.6) to version 1.5.0.2, following the svn-book, it crashes in file-open and file-save dialogs when: - moving the scrollbar, or - using the mouse wheel, or - moving below the visual part with the down-arrow, with:

Re: firefox cashes in file-open and file-save dialogs

2006-05-09 Thread Leo Peschier
DJ Lucas wrote: I assume that the issue did not occur with 1.0.x? It sounds like the very familiar font permissions problem, but not likely if it didn't happen with the previous version. Does the problem go away if you run firefox as root? If not, did you upgrade any other packages along

Re: flac1.1.2 xmms-plugin

2006-03-13 Thread Leo Peschier
Found that the patch has been submitted to www.linuxfromscratch.org/patches long ago. Should have looked there earlyer. Sorry for any disturbance. (btw, why isn't it mentioned in the book?) Leo. Leo Peschier wrote: Don't know if this is the right place to post this. xmms refused to start

flac1.1.2 xmms-plugin

2006-03-10 Thread Leo Peschier
Don't know if this is the right place to post this. xmms refused to start with message *** glibc detected *** free(): invalid pointer: 0xb7018644 *** I did some googling and found reports of a problem of flac-1.1.2 with xmms on Gentoo and slackware. A patch was reported on bugs.xmms.org

alsa problem with emu10k1 driver

2006-01-26 Thread Leo Peschier
Hello all, I'am building BLFS 6.1 and encounter problems getting my sound card to work properly. Everything seems to work: card is found, driver is loaded, playing the test.wav is OK. But the line-in signal is not coming through (same for the mic-input, but that doesn't bother me). I've fiddled