Re: Updated versions of Gnome?

2007-03-16 Thread Simon Geard
On Fri, 2007-03-16 at 07:41 -0700, Dan Nicholson wrote: On 3/16/07, Lupine [EMAIL PROTECTED] wrote: Gnome just celebrated the release of Gnome-2.18, however I still see, even the SVN book is still only up to old Gnome-2.14. The KDE section however, is up to date with version 3.5.6. Is

Re: Updated versions of Gnome?

2007-03-19 Thread Simon Geard
On Mon, 2007-03-19 at 11:43 -0700, Dan Nicholson wrote: On 3/19/07, Simon Geard [EMAIL PROTECTED] wrote: One correction to that - I'd forgotten about libgnomekbd, which is now a prerequisite to control-center and gnome-applets. Trivial enough, requires libgnomeui and libxklavier

Re: X11R6 link (was: python tests)

2007-03-24 Thread Simon Geard
On Sat, 2007-03-24 at 01:02 +, Jorge Almeida wrote: Is there any problem with the X11R6 symlink approach? Seems a simple enough workaround (specially because I already build python and I'm building stuff depending on it :)) No problem... the only objections are simply to the fact that it's

Re: gcc -4.0.3 : HUGE number of failures

2007-03-25 Thread Simon Geard
On Sun, 2007-03-25 at 11:50 +0530, anirudh vij wrote: id gcj relly needed if you install JDK and dont want to compile java to machine code? Not at all. Unless you have a specific need for something other than C or C++, there's no reason to rebuild GCC from the BLFS book - the one in LFS is

Shadow 4.0.18.1 and PAM default configs

2007-03-26 Thread Simon Geard
For anyone interested, Shadow 4.0.18.1 (just gone into LFS) has an annoying little feature I've just discovered. If built with PAM, it installs default configs into /etc/pam.d, which do things like *require* pam_selinux.so. Basically, it'll break the PAM installation, giving you a system without a

Re: Xvnc and GLX

2007-03-27 Thread Simon Geard
On Tue, 2007-03-27 at 10:23 +0200, Tijnema ! wrote: I took the command located on the SourceForge page, and it does use -z3 :P I don't know if it is finished yet, because i'm on school now and VNC is blocked at school. But when i'm at home again i will see, i think it still hangs so i will

Re: Bash scripting worries

2007-03-30 Thread Simon Geard
On Fri, 2007-03-30 at 09:49 +0100, Kevin Annies wrote: Hi, I am trying to convert grub hard drive definitions (as part of an installation script) There a several issues. Below is a section of the code: -- echo please enter the root

Re: adding new partition to existing blfs system

2007-03-30 Thread Simon Geard
On Fri, 2007-03-30 at 21:57 +0530, anirudh vij wrote: i was surprised to see the size of the /proc partition.this was around 850mb.Is this what we expect? Looking at the size of /proc or /sys is meaningless, since they're not real filesystems. They're nothing more than data structures presented

Re: RE:Bash scripting worries

2007-04-02 Thread Simon Geard
On Sun, 2007-04-01 at 09:51 +0100, Kevin Annies wrote: I now wish to use the $NODE variable in a sed command to modify the word 'DRIVE' in menu.lst, I used the following command: sed s/DRIVE/$NODE/ /etc/install/lfsmenu.lst /home/TEMP/boot/grub/menu.lst ... I used a similar command to

Re: unexpected crashes in Konqueror

2007-04-02 Thread Simon Geard
On Sun, 2007-04-01 at 18:46 +0200, Wilco Beekhuizen wrote: Besides the good info provided by Ken you can ultimately (if nothing seems to work) recompile konqueror with the g++ option -g to include debug information and run konqueror through a memory debugger, such as valgrind. The exact code

Re: Firefox 2.0 with BLFS 6.2

2007-04-03 Thread Simon Geard
On Tue, 2007-04-03 at 00:08 -0700, Scott Czepiel wrote: Thank you for your suggestions. I installed all the dependencies, but on make I have run into a problem: Package xft not found in pkg-config search path. It suggests adding the path to xft.pc to PKG_CONFIG_PATH, but I can't find

Re: creating sym-links to fedora /usr/lib

2007-04-07 Thread Simon Geard
On Sat, 2007-04-07 at 01:34 +0530, anirudh vij wrote: i do not not have the disk space to build all of the not found libs.Will creating symlinks to them in /usr/lib be good enough?or will it screw up the system later? It *might* work. On the other hand, it might not - you might get problems

Re: creating sym-links to fedora /usr/lib

2007-04-08 Thread Simon Geard
On Sat, 2007-04-07 at 16:09 +0530, anirudh vij wrote: thanks simon, tried your suggestion.This was the output /home/hackmanbash-3.1# vi /etc/ld.so.conf /home/hackmanbash-3.1# /sbin/ldconfig bash-3.1# /mnt/sda3/usr/bin/evince /mnt/sda3/usr/bin/evince: error while loading shared libraries:

Re: Building LFS/BLFS on USB.

2007-04-08 Thread Simon Geard
On Sat, 2007-04-07 at 16:48 -0400, Michael Shell wrote: I also have often wanted cp to be able to do something like: cp *.txt *.tex to make copies of all .txt files with the same name, but ending with .tex. That is, I'd like cp to have some or all of the functionality of the to option of

Re: Upgrade Kernel to 2.6.20.x Problem

2007-04-09 Thread Simon Geard
On Mon, 2007-04-09 at 03:28 -0400, Jeffrey Bush wrote: Luckily I made sure to keep the other kernel around and am now dual booting the two. Is it alright to have their System.map-2.6.x.x, config-2.6.x.x and kernel images in the same boot folder? Yes, this should be perfectly fine - that's the

Re: gnome-mount and drive icon labels

2007-04-10 Thread Simon Geard
On Mon, 2007-04-09 at 13:48 -0700, Dan Nicholson wrote: This would be the simplest way. You can use tune2fs to set a label for the volume if it's ext2/3. # /sbin/tune2fs -L MyLabel /dev/thepartition Yes, that's what I did. Most of the other filesystems presumably have some similar command -

Re: stealing/viewing a tty/process

2007-04-11 Thread Simon Geard
On Wed, 2007-04-11 at 11:48 +0200, Warren Head wrote: Hi list, I'm not sure how to google on this, its probably something simple but I don't know how to call it. I have a ssh connection to my machine and am thus connected to a tty. If I connect again I have a different tty, so two in total.

Re: GCC 4.0.3 -shared creates segfault

2007-04-17 Thread Simon Geard
On Mon, 2007-04-16 at 20:30 +0100, Tijnema ! wrote: Hi, Is it normal when using -shared to create binaries that they are a segfault. This is what i did for example /# echo main(){} dummy.c /# gcc -shared dummy.c -o dummy /# ./dummy Segmentation fault Yes. The -shared option indicates

Re: GCC 4.0.3 -shared creates segfault

2007-04-18 Thread Simon Geard
On Tue, 2007-04-17 at 11:24 +0200, Tijnema ! wrote: Just wondering that there was no error telling me it shouldn't be used on binaries. Tijnema There's no error, because what you told it to do was perfectly valid - just not what you thought you'd told it to do. There's not that much

Re: libgsf build error

2007-04-21 Thread Simon Geard
On Sat, 2007-04-21 at 14:49 +0530, anirudh vij wrote: hi dan, it was what you said $ pkg-config --cflags libxml-2.0 gives -I/opt/GEHC/include/libxml2 seems a program i installed somehow changed the package-config settings for libxml2 In that case, you need to remove references to /opt/GEHC

Re: ld cannot finf -lX11

2007-05-11 Thread Simon Geard
On Thu, 2007-05-10 at 06:41 -0700, Dan Nicholson wrote: On 5/10/07, randhir phagura [EMAIL PROTECTED] wrote: Hi, While building firefox-2.0.0.3, as per the book, i get the error: '/usr/bin/ld cannot find -lX11'. XF86 has been installed at the default prefix /usr/X11R6. 'ld.so.conf' has

Re: more alsa problems

2007-05-30 Thread Simon Geard
On Tue, 2007-05-29 at 11:14 -0400, Jordan Bray wrote: The problem was /dev/snd/ devices weren't created. I don't know where in the b?lfs process this is supposed to take place, but my MAKEDEV-1.7 does not make these devices. there is a script included with alsa-driver-1.0.13 called

Re: GConf 2.18 problems

2007-06-03 Thread Simon Geard
On Sat, 2007-06-02 at 22:50 +0200, michael lang wrote: error about gnome-session not being started properly. Also, if I'm right, the latest gnome-control-center doesn't install gnome-session. You have to explicitly go into the directory and install it... Can you clarify that comment? I don't

Re: gnome-2.18 release in the book?

2007-06-06 Thread Simon Geard
On Wed, 2007-06-06 at 08:49 +0200, Tijnema wrote: chosen for KDE in my LFS system. But what i've wanted to say is that installing problems other than there default location mostly gives a lot of problems. I'd second this comment. Can't speak for KDE, but Gnome is fairly sensitive about which

Re: possible problems with gconf ?

2007-06-27 Thread Simon Geard
On Wed, 2007-06-27 at 08:20 +0200, Olaf Grüttner wrote: I took glib-2.13.0 2.13 *is* a development version, not guaranteed stable. Might not be the problem, but it's probably best to stick with 2.12, unless you've a specific reason to do otherwise. Simon. signature.asc Description: This is a

Re: What values do I give the X11_CFLAGS X11_LIBS variables?

2007-07-01 Thread Simon Geard
On Sun, 2007-07-01 at 00:42 +0100, Georgina Joyce wrote: checking for X11... configure: error: Package requirements (xextproto xtrans xcb-xlib = 0.9.92) were not met: No package 'xcb-xlib' found What specific package are you trying to install, and do you have libxcb (and xcb-proto)

Re: initramfs setup?

2007-07-02 Thread Simon Geard
On Sun, 2007-07-01 at 00:34 +1200, Simon Geard wrote: On Sat, 2007-06-30 at 08:55 +0200, Lauri Kasanen wrote: Initramfs is a cpio archive, see the kernel docs. Not very clear - I've read the kernel docs, and while they provide a perfectly good techncial explanation of what an initramfs

Re: Pkgusr pro's con's on packages like Xorg KDE

2007-07-04 Thread Simon Geard
On Wed, 2007-07-04 at 00:50 +0100, taipan67 wrote: Can anybody who's used similar methods highlight the pro's con's of either alternative from their own experience, please? I use the LD_PRELOAD approach - the installation is done as normal, save that the 'make install' command is wrapped by a

Re: Script for compiling Xorg

2007-08-03 Thread Simon Geard
On Thu, 2007-08-02 at 06:58 -0700, Dan Nicholson wrote: This is sort of a compromise area. The last time I worked on it, I almost added the shebang in. But, as Randy says, the BLFS intention is for you to be pasting the commands into a shell. Here, though, it actually says to write a script,

Re: Script for compiling Xorg

2007-08-03 Thread Simon Geard
On Fri, 2007-08-03 at 05:01 -0500, Randy McMurchy wrote: Simon Geard wrote these words on 08/03/07 04:32 CST: If the instructions aren't part of a script, what exactly does the bash -e step contribute? Start a new shell for running commands in, which should exit any time one of them fails

Re: Script for compiling Xorg

2007-08-05 Thread Simon Geard
On Sat, 2007-08-04 at 06:23 -0500, Randy McMurchy wrote: Note that in the first loop using the shell with -e, the rest of the loop after failing on the missing 'd' file is *not* executed by the parent shell. Ok, I'd not considered shell constructs like loops - I was thinking more of individual

RE: Have I messed up a file?

2007-08-25 Thread Simon Geard
On Sat, 2007-08-25 at 10:39 +0100, Georgina Joyce wrote: The +0100 means that you're currently in GMT+1(don't forget that DST adds one to your time zone) and :0 means terminal 0. Ah! I see the time notation, still I don't expect to see the 0 I'm used to seeing tty2 etc. Didn't realise

Re: compiling samba with pam, but it's not finding the libraries

2007-09-04 Thread Simon Geard
On Mon, 2007-09-03 at 08:27 -0700, Alan wrote: I do not understand why those are 81.0; 81.2; and 81.3 when the download is 99.4 in the book, and I think I pulled 99.7, but have deleted the sources a while back. 81.0, 81.2, etc are the versions of the library files, distinct from the package

Re: problem with /dev/null

2007-09-06 Thread Simon Geard
On Thu, 2007-09-06 at 10:01 +0200, Olaf Grüttner wrote: When a regular user logs into the system I get the message: Password: -bash: /dev/null: Permission denied -bash: /dev/null: Permission denied When I change the permissions of /dev/null chmod 666 /dev/null I have no problems

Re: Missing memory?

2007-09-18 Thread Simon Geard
On Tue, 2007-09-18 at 15:36 +0600, Alexander E. Patrakov wrote: Simon Geard wrote: However, booted into Linux, more than half of it isn't being seen. 'top' reports 906740k, which is also the figure listed in /proc/meminfo. You have to configure the kernel with CONFIG_HIGHMEM4G=y Ah, I

Re: Missing memory?

2007-09-18 Thread Simon Geard
On Tue, 2007-09-18 at 21:43 +1200, Simon Geard wrote: On Tue, 2007-09-18 at 15:36 +0600, Alexander E. Patrakov wrote: You have to configure the kernel with CONFIG_HIGHMEM4G=y Ah, I see. I'd assumed that option was for 4GB+ systems, rather than for anything with over 1GB. I'll check

Re: chroot to build blfs

2007-10-01 Thread Simon Geard
On Mon, 2007-08-13 at 14:56 +0200, mario wrote: do i still have to populate dev? Yes, you do. I use the attached script to do the job - setup the various mounts, enter a chroot shell, then clean everything up when the shell exits. E.g as root, ./enter_chroot /dev/sda5 /mnt/lfs You might need

Re: Evolution 2.20.0 lockup in address book / calendar

2007-10-01 Thread Simon Geard
On Sun, 2007-09-30 at 23:24 -0600, Peter B. Steiger wrote: symptom is, if you go into the calendar menu option at all or if you try to add/import/edit contact lists, evolution locks up and the process has to be killed. I seem to remember we encountered this a few versions back, but I can't

Re: pan - gmime - gtk-sharp

2007-10-03 Thread Simon Geard
On Wed, 2007-10-03 at 10:35 +0200, Beatriz Botero wrote: Could some one please help and give me a hint, how to proceed ?. Thanks in advance. Try a newer version of gtk-sharp - 2.4.3 is pretty old, since the current release is 2.10. I can't quite see why 2.4.3 won't build, but perhaps it doesn't

Re: Error while compiling Control Center-2.14.2 about xft

2007-10-04 Thread Simon Geard
On Wed, 2007-10-03 at 19:07 +0530, Shayin C K wrote: I searched for xft in XFree86 in BLFS book. I only got FreeType-2.1.10 and Fontconfig-2.3.2, both of which I have installed. No mention of Xft in either of these. So I am at a dead end here. Can you help me out. As Dan said, it's part of

Re: How to read BLFS in LFS

2007-10-08 Thread Simon Geard
On Mon, 2007-10-08 at 19:59 -0700, Walter Barnes wrote: Is there a tool in LFS that I can use to convert HTML/PDF to another format? I'm a Linux newbie so I don't know if the base LFS has this capability. Any help will be greatly appreciated. Not in base LFS, no. If you want to read HTML

Re: How to read BLFS in LFS

2007-10-11 Thread Simon Geard
On Wed, 2007-10-10 at 17:37 -0700, Walter Barnes wrote: However, I never intended to start a big debate about the best way to transistion from LFS to BLFS; my original question was if LFS includes some tool to convert HTML/PDF files to a form readable in LFS. The answer is no so I'm ready to

Re: System Mostly Working; 3 Real Head-Scratchers Though...

2007-10-26 Thread Simon Geard
On Thu, 2007-10-25 at 23:57 -0400, randd wrote: Same here. I understand what you're saying, and thinking - initially, I was thinking along the same lines. I was quite surprised to discover that some of GNOME is still using oss. I'm looking back over my notes trying to determine when it was

Re: xorg 7.3

2007-11-03 Thread Simon Geard
On Fri, 2007-11-02 at 17:12 +0100, Hans-Joachim Widmaier wrote: I'm just trying to build xorg 7.3 also. And I cannot find a suitable pixman that satisfies xorg-server's configure. This looks for a 'pixman-1', whereas my pixmans (0.9.5 and 0.9.6) install as plain 'pixman'. Somehow this

Re: LFS/BLFS on Dell Inspiron

2008-01-08 Thread Simon Geard
On Tue, 2008-01-08 at 13:23 +, randhir phagura wrote: Integrated Intel(R) Graphics Media Accelerator X3100 The driver for this card appears to be xf86-video-intel, and is available from the same place as the rest of the X sources. It apparently used to be called xf86-video-i810, so depending

Re: Bootscreen on {B}LFS

2008-01-09 Thread Simon Geard
On Wed, 2008-01-09 at 21:16 +0100, Olaf Grüttner wrote: Hi, Do you have problems with gnome-2.20? Such as freezing desktop after hovering over music files (music-preview) Such as ofter crashing nautilus and epiphany Such as not working desktop background preferences ? I haven't quite moved

Re: Discussion: is building X.org from source now a joke?

2008-01-24 Thread Simon Geard
On Wed, 2008-01-23 at 06:32 -0800, Dan Nicholson wrote: As for who's build script to use, it would certainly be nicer if there was a single script that received all the maintenance and could be the entry point for anyone to build xorg by source. In fact, there is one (quite a few, actually),

Re: xfdesktop from CBLFS

2008-01-28 Thread Simon Geard
On Mon, 2008-01-28 at 19:00 -0600, Arnie Stender wrote: Hi Folks, I am sending this post from my new albeit minimal for now workstation (CLFS/CBLFS multi-lib) running on AMD64 Athlon. I'm running xorg-7.3 and XFCE window manager. Everything in XFCE started up except for xfdesktop so it

Re: Discussion: is building X.org from source now a joke?

2008-02-29 Thread Simon Geard
On Thu, 2008-02-28 at 13:34 -0500, john q public wrote: I was lazy I just grabbed the lists of names in order from the BLFS site reduced them to basenames with sed and did the following: for modname in `cat modules-list`;do cd $modname*;whatever I needed to cut and paste from BLFS;cd

Re: Developement under LFS/BLFS question

2008-06-06 Thread Simon Geard
On Thu, 2008-06-05 at 07:35 -0400, john q public wrote: Very good suggestion! There is a plugin/environment for C/C++ for eclipse as well. Eclipse has always looked cool to me I just don't do any Java at this point so I left it on the back burner. But hooking gcc/gdb to this extension sounds

Re: problem with gdm

2008-07-13 Thread Simon Geard
On Sat, 2008-07-12 at 07:59 +0200, Olaf Grüttner wrote: Hello everybody, I am having problems with gdm. I installed gdm-2.22.0 with no problems but when starting it shows a message: gdm-binary Warning Failed to acquire org.gnome.DisplayManager: Connection :1.3 is not allowed to own the

Re: Firefox-3.0.1

2008-07-18 Thread Simon Geard
On Thu, 2008-07-17 at 16:55 -0600, Dennis J Perkins wrote: CBLFS has an APNG patch for libpng. Oh, that's useful. I've just been looking at building FF3 (been running binaries for ages), and was just contemplating whether I could be bothered adapting the Mozilla-maintained patches to work with

Re: external usb disk works in laptop but not in PC-box under identical LFS-Systems !

2008-07-25 Thread Simon Geard
On Thu, 2008-07-24 at 18:45 -0500, Dan McGhee wrote: it. With no modification to any file, my external hard drive registers as sd[a-b] depending on whether I have my memory stick in use also. I've been too lazy to write a persistent udev rule. As an easy alternative to custom udev, just

Re: ifconfig [up|down] broken

2008-09-04 Thread Simon Geard
On Tue, 2 Sep 2008 22:10:08 -0700, Dan Nicholson [EMAIL PROTECTED] wrote: Wireless is not a lot of fun, especially if encryption is involved. I don't think we cover it much at all in BLFS. I personally let NetworkManager handle all the details, but getting that all built and setup is another

Re: ifconfig [up|down] broken

2008-09-05 Thread Simon Geard
On Thu, 2008-09-04 at 07:29 -0700, Dan Nicholson wrote: True; it's very nice that most of the backend has become generic. My patch became pretty small (oh, wait I'm still using 0.6.5). I guess I'm thinking about someone who may not have a full D-Bus/HAL/X/GNOME stack going. By the time you get

Re: Thoughts on kde-4.1 [long]

2008-09-08 Thread Simon Geard
On Mon, 2008-09-08 at 00:49 +0100, Ken Moffat wrote: NetworkManager-0.6.5 - a daemon for user-controlled networking, maybe something to do with wireless. I suspect it needs hal. NM is a daemon for managing network connections, particularly ones like wireless or 3G that are routinely started

How to get audio from flv files and gstreamer

2008-09-08 Thread Simon Geard
Does anyone here happen to know how to play the audio part of an FLV file under Linux (e.g downloaded clips from youtube)? Using totem (or any gstreamer-based player) with the gst-ffmpeg package installed, I can see the video just fine, but don't get any sound. Watching them in the browser via the

Re: How to get audio from flv files and gstreamer

2008-09-09 Thread Simon Geard
On Mon, 2008-09-08 at 06:23 -0700, Dan Nicholson wrote: On Mon, Sep 8, 2008 at 1:51 AM, Simon Geard [EMAIL PROTECTED] wrote: Does anyone here happen to know how to play the audio part of an FLV file under Linux (e.g downloaded clips from youtube)? Using totem (or any gstreamer-based player

Re: How to get audio from flv files and gstreamer

2008-09-10 Thread Simon Geard
On Tue, 2008-09-09 at 21:10 +1200, Tony Sauri wrote: On Mon, Sep 8, 2008 at 1:51 AM, Simon Geard [EMAIL PROTECTED] wrote: Does anyone here happen to know how to play the audio part of an FLV file under Linux (e.g downloaded clips from youtube)? Simon. I have no problem playing

Re: How to get audio from flv files and gstreamer

2008-09-11 Thread Simon Geard
On Tue, 2008-09-09 at 19:58 +1200, Simon Geard wrote: Ideally I was hoping to be able to use totem like with any other file, but I'll give swfdec a try (I think I already have it installed). One thing I found - the problem doesn't seem to be with ffmpeg, as the crude player that comes

Re: Compiling gtkmm

2008-09-14 Thread Simon Geard
On Sun, 2008-09-14 at 02:28 +0200, Nicolas FRANCOIS wrote: I had to use a dev version of pango to install the latest stable version of gtk+ ??? This shouldn't be necessary - I'm running the latest stable version of Gtk+ (2.14.1) with the latest stable pango (1.20.5). What versions of each are

Re: Jasper (jpeg-2000)

2008-10-04 Thread Simon Geard
On Fri, 2008-10-03 at 12:46 +0100, Ken Moffat wrote: I built gtk+-2.14.3 last night, and was more than a little surprised to find that it now expects jasper (or, failing that, --without-libjasper ) the configure output is very helpful, but I had assumed jpeg2000 was another thing that hardly

Re: webkit with gnome-2.24

2008-10-15 Thread Simon Geard
On Wed, 2008-10-15 at 00:01 +0100, Ken Moffat wrote: For anyone else tempted to try the webkit renderer with epiphany (and with the yelp branch) - expect problems. Sure, it all builds without any issues, but the text is somewhat small (or too small to read in yelp), and the Save As option in

Re: Q: comparison of Wiki pages and hints

2008-10-15 Thread Simon Geard
On Wed, 2008-10-15 at 10:08 +0100, Jeremy Henty wrote: BLFS has two sources of extra information outside the book itself: Hints and the Wiki. What's the difference between the two? Have hints been obsoleted by the Wiki? If not, when is it appropriate to create a Hint instead of a

Re: webkit with gnome-2.24

2008-10-16 Thread Simon Geard
On Wed, 2008-10-15 at 16:39 +0100, Ken Moffat wrote: On Wed, Oct 15, 2008 at 04:31:59PM +0100, Ken Moffat wrote: I didn't know that the firefox code can build xulrunner, and I still don't understand that - in particular, where do you get the .pc files which epiphany and yelp will look

Re: webkit with gnome-2.24

2008-10-17 Thread Simon Geard
On Thu, 2008-10-16 at 22:19 -0700, Dan Nicholson wrote: I haven't actually tried this, but you can also just grab the xulrunner tarball: http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/ FWIW, I'm pretty sure fedora builds xulrunner from these tarballs and not from the

Re: webkit with gnome-2.24

2008-10-17 Thread Simon Geard
On Fri, 2008-10-17 at 09:41 +0100, Richard Melville wrote: I'm not sure about the issue raised by Simon in relation to SQLite as i've only built against my system version. If I remember correctly, the problem is that NSS bundles a copy of sqlite3, which it a) builds against, and b) installs to

Re: Cairo dependencies

2008-10-25 Thread Simon Geard
On Fri, 2008-10-24 at 23:56 +0100, Ken Moffat wrote: In cairo, I see it tests for poppler and ghostscript, and it won't build the pdf and ps backends without them. It did cross my mind that this might be the cause of my evince problem, but rebuilding cairo now that poppler and gs have been

Re: Another problem...

2008-11-01 Thread Simon Geard
On Fri, 2008-10-31 at 14:38 +0100, Nicolas FRANCOIS wrote: ...with my brain, I'm quite sure. I have serious problems with devices permissions : I can read a DVD with MPlayer being root, but not being me. Same thing with gphoto2 : I can download the photos from my camera being root, but not

Re: missing libgtkembedmoz.so

2008-11-02 Thread Simon Geard
On Sun, 2008-11-02 at 19:53 -0700, Dennis J Perkins wrote: I've discovered that libgtkembemoz.so is not being built by Firefox 3. Yelp and monodevelop both want it. Does anyone know how to get it built and installed? As of 3.0, a straight Firefox build is just that - a build of Firefox, not

Re: missing libgtkembedmoz.so

2008-11-04 Thread Simon Geard
On Mon, 2008-11-03 at 23:28 +, Ken Moffat wrote: On Mon, Nov 03, 2008 at 08:01:57PM +1300, Simon Geard wrote: For xul-runner: [...] --disable-gnomevfs \ I wish I'd realised a couple of days ago that gnomevfs is now an option for xulrunner not firefox! I normally build ff

Re: missing libgtkembedmoz.so

2008-11-04 Thread Simon Geard
On Mon, 2008-11-03 at 16:54 +, Ken Moffat wrote: 1. libxul-embedding.pc needs -L${sdkdir}/sdk/lib to be able to find libxpcomglue which is a *static* lib (yeugh!) - used by yelp. I think there is similar breakage in other .pc files, but I don't have anything that uses them (and, $DEITY,

Re: hal start fails

2008-11-04 Thread Simon Geard
On Mon, 2008-11-03 at 13:43 +0100, Dr. Edgar Alwers wrote: *** [DIE] osspec.c:watch_fdi_files():349 : Unable to initialize inotify: Function not implemented -- unquote The call dies on a function inotify ( ? ? ) Could be you've built the kernel without

Re: hal start fails. Solved

2008-11-05 Thread Simon Geard
On Tue, 2008-11-04 at 22:37 +0100, Dr. Edgar Alwers wrote: By the way, it seems to me, that some notes about needed functions in the kernel should be included for such pakets that need it. I presume that hal is not the only issue asking for a special feature, and actually, nobody is telling

Re: webkit with gnome-2.24

2008-11-06 Thread Simon Geard
On Wed, 2008-11-05 at 13:59 +, Ken Moffat wrote: On Wed, Nov 05, 2008 at 11:19:39PM +1300, Simon Geard wrote: On Wed, 2008-11-05 at 09:15 +, Ken Moffat wrote: A very late follow-up to this: the xulrunner-1.9.0.3 and firefox-3.0.3-source tarballs are *identical*. Do you mean

Re: missing libgtkembedmoz.so

2008-11-07 Thread Simon Geard
On Fri, 2008-11-07 at 01:06 +, Ken Moffat wrote: Current thoughts: if people want to build (2.24) yelp or epiphany, build nspr, nss (or nss-with-nspr), xulrunner with the above one-line addition (anf then ff3 itself, if desired). Yes, I think that's a fair statement. Although both Epiphany

Re: missing libgtkembedmoz.so

2008-11-10 Thread Simon Geard
On Sun, 2008-11-09 at 10:12 -0600, DJ Lucas wrote: Are you all using any other patches for xulrunner or nss/nspr (beyond the updated pkgconfig additions)? I've been googling for a bit and all I can find is on Gentoo lists with mention of an as-needed patch for nss, but I don't find it in

Re: Standalone nspr-4.7.3 installation (was: missing libgtkembedmoz.so)

2008-11-10 Thread Simon Geard
On Mon, 2008-11-10 at 02:28 -0600, DJ Lucas wrote: Ken, Simon, anyone else that has messed with standalone nspr...do y'all have anything to add to the above? Not really, beyond noting that the existing BLFS instructions for NSS/NSPR work fine for me, other than adding NSS_USE_SYSTEM_SQLITE=1

Re: gpm-1.20.5 or links issue

2008-11-26 Thread Simon Geard
On Tue, 2008-11-25 at 19:20 +0200, Agathoklis D. Hatzimanikas wrote: Elinks is another text browser that should be considered to go in the book to replace links, since the feature list is quite impressive even when compared with a modern gui browser. I'd second that. I haven't tried a recent

Re: ifconfig [up|down] broken

2008-12-02 Thread Simon Geard
On Tue, 2008-12-02 at 23:39 +0100, Per Arne Munthe wrote: The versions i have is : - NetworkManager-6.5.0/network-manager-applet-6.5.0 - libnl-1.0-pre6 - dhclient from dhcp-3.0.6 with both patches - wpa_supplicant v0.5.8 - HAL package version: 0.5.9.1 *Any* help in getting me to

Re: where is pmount?

2008-12-14 Thread Simon Geard
On Sat, 2008-12-13 at 22:52 -0600, Bruce Dubbs wrote: Ralph, Don't be quite so sensitive. I don't think you were thrashed. Ken just made an incorrect assumption from the nature of your request. To verify that a package is not in LFS or BLFS, you can use the Indexes at the end of

Re: root vs user. installing firefox

2008-12-20 Thread Simon Geard
On Fri, 2008-12-19 at 23:26 -0600, Ralph Porter wrote: Why the golden rule of not working as root? In the mainframe world we control access with a security package. This keeps most users from hurting themselves. I've always have had unlimited access (aka root) and never burned myself.

Re: root vs user. installing firefox

2008-12-20 Thread Simon Geard
On Sat, 2008-12-20 at 11:29 -0600, Bruce Dubbs wrote: Simon Geard wrote: That said, I don't always follow that advice - my scripted builds run entirely as root, since having a script acquire root permissions partway through is a pain Just set up sudo to run without a password

Re: firefox-3.05 and nss-3.12

2008-12-21 Thread Simon Geard
On Mon, 2008-12-22 at 01:17 +, b-vol wrote: if the make is with CC=gcc $BUILD64 it goes to completion. However the executuible nss-config that needs too be lodged in /usr/bin is missing. It is supposed to be copied from nss-3.12/mozilla/security/nss to /usr/bin but my

Re: X11 rgb.txt under Xorg 7.4

2008-12-25 Thread Simon Geard
On Wed, 2008-12-24 at 23:07 -0700, Dan Moore wrote: I've gone through the development installation of Xorg 7.4 and have discovered that a rgb.txt didn't get installed. Which package is supposed to install this? That would be the rgb package... Simon. signature.asc Description: This is a

Re: How to remove odd file?

2008-12-27 Thread Simon Geard
On Fri, 2008-12-26 at 14:46 +, Ken Moffat wrote: Have you tried to fsck that filesystem ? ĸen Yes, and it worked - that occurred to me a little while after I sent the email. I guess my head was focusing on how do I remove this file rather than how do I fix filesystem problems. Simon.

Problems with HAL on LFS 6.4?

2008-12-29 Thread Simon Geard
Hi guys... Anyone else on LFS 6.4 or later having problems with running HAL? I've hit a couple of problems in the past week relating to the current 0.5.11 release not working properly. First problem, it doesn't support current udev versions, including 130 included in LFS. While looking for

Re: Problems with HAL on LFS 6.4?

2008-12-29 Thread Simon Geard
On Mon, 2008-12-29 at 11:10 +0100, thierr...@hispeed.ch wrote: Hello Simon, I have face similar problems. I used the patch used by slackware. I'm using HAL 0.5.11 with this patch http://nutyx.meticul.eu/2008/src/app/hal/use_udevadm_not_udevinfo.patch.gz you can apply it this way. As

Re: Intro -- xserver/SecurityPolicy -- KDE 4.1.3

2009-01-01 Thread Simon Geard
On Wed, 2008-12-31 at 13:45 -0700, Dan Moore wrote: Installed Xorg 7.4, but the packages didn't create this file -- it's in my older BLFS file system. Does anyone know which package installs this file? Searching my logs, the xorg-server package provides that file, although it's in

Re: BLFS on a production system

2009-01-01 Thread Simon Geard
On Thu, 2009-01-01 at 12:25 +0100, José Carlos Carrión wrote: May I go in trouble if I compile this BLFS packages (BIND, Postfix, etc.) inside the LFS chap6 chroot jail? Thanks in advance. Normally, it won't be a problem. For compiling code, there's no real difference between inside the

Re: Help Putting RAID into fstab

2009-01-24 Thread Simon Geard
On Sat, 2009-01-24 at 00:03 -0800, Chris Burel wrote: Anyway, the bottom line is I think that I don't want to write the entire initrd myself. The kernel must have a default one that it uses when none are specified. I could use that and modify it to include dmraid, but I don't know where to

Re: the 'check' command

2009-01-26 Thread Simon Geard
On Sun, 2009-01-25 at 12:21 +, Cliff McDiarmid wrote: Hi Can someone tell me where the --check command comes from? I've seen it in startup scripts but can not find its origins - google yeilds nothing. Not sure exactly what you mean, sorry. Can you give an example? Simon.

Re: Wireless setup

2009-02-09 Thread Simon Geard
On Mon, 2009-02-09 at 12:23 +, Cliff McDiarmid wrote: Thanks for the offer Richard, but I have configured my wireless manually inc. wpa_supplicant and I have a wireless connection at boot time. The problem is Networkmanager as I say. I want to get it working as I want to use my computer

Re: /dev/hdc does not exist

2009-02-09 Thread Simon Geard
On Tue, 2009-02-10 at 15:47 +0800, tech0007 wrote: I don't have an entry for the optical drive under /sys/block/. The weird thing is it works when I'm in Ubuntu and it sees it as /dev/scd0. I tried upgrading udev but it didn't work. Any help is appreciated. Something missing in the

Re: Wireless setup

2009-02-17 Thread Simon Geard
On Mon, 2009-02-16 at 20:54 +, Cliff McDiarmid wrote: By googling the important line seems to be the last. Apparently this is a dbus problem not starting the supplicant. The issue is said to be an incorrect user ID in the dbus system bus configuration. Is this possible on a LFS system?

Re: Wireless setup

2009-02-18 Thread Simon Geard
On Tue, 2009-02-17 at 11:34 +, richard.melvi...@ntlworld.com wrote: On a laptop I can see the necessity for some control over a wifi connection because it is a mobile device, but on a desktop I cannot see why it is necessary. It just seems to be over-complicating matters to invoke DHCP,

Re: Wireless setup

2009-02-18 Thread Simon Geard
On Wed, 2009-02-18 at 13:47 +, Cliff McDiarmid wrote: As for these scripts that are required. I already have these although I had to import them manually from the latest supplicant. This is why I thought the problem lay elsewhere with permissions. I'll try the patch though. Can I ask

Re: NetworkManager and RT2500

2009-02-21 Thread Simon Geard
A few comments below, but I'd suggest asking on the NM mailing list instead - nothing about your problem seems LFS-specific, and they're the experts on NM and wireless networking in general. On Fri, 2009-02-20 at 14:42 +, dennisjperk...@comcast.net wrote: I have dhcdbd running. Apparently

Re: root=UUID or root=LABEL not working

2009-02-24 Thread Simon Geard
On Mon, 2009-02-23 at 18:49 -0500, ell sam wrote: yes I have the kernel on my hd (hd0,5) and want the kernel to load the lfs system from external drive currently /dev/sdb6 and it works that way. my menu.lst in grub sets root as (hd0,5) and boots kernel with root=/dev/sdb6 and lfs loads that

Re: HAL - Xorg troubles

2009-04-03 Thread Simon Geard
On Fri, 2009-04-03 at 19:48 -0500, William Immendorf wrote: On Fri, Apr 3, 2009 at 6:12 PM, michael lang kingo...@gmail.com wrote: My apologies for double mailing, but I have to correct myself, I used the patch on http://lists.freedesktop.org/archives/hal/2008-August/012179.html and got a

<    1   2   3   4   5   6   >