Re: JDK on AMD64 pure 64

2006-10-31 Thread Arnie Stender
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Nicholson wrote: > On 10/31/06, Arnie Stender <[EMAIL PROTECTED]> wrote: >> >> After the recent thread on JDK I decided I would make an attempt at >> getting it running. The BLFS page looks like it is mainly aimed at i386. > > This is definitely t

how to install acpid exactly in LFS?

2006-10-31 Thread Tinow ME
Hi all: The method to install acpid isn't included in BLFS boot, anyone can tell how to config its installation and bootscript? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: JDK on AMD64 pure 64

2006-10-31 Thread Dan Nicholson
On 10/31/06, Arnie Stender <[EMAIL PROTECTED]> wrote: After the recent thread on JDK I decided I would make an attempt at getting it running. The BLFS page looks like it is mainly aimed at i386. This is definitely true. I have no idea if there are 64 bit only patches needed, but I wouldn't be

Re: aspell-060.4 fails make with gcc-4

2006-10-31 Thread Wilco Beekhuizen
2006/10/31, Ken Moffat <[EMAIL PROTECTED]>: On Tue, Oct 31, 2006 at 04:04:26PM +, Alan Lord wrote:> configure works but make crashes out with:> modules/filter/nroff.cpp:76: error: extra qualification> '::NroffFilter::' on member 'process_char' > make[1]: *** [modules/filter/nroff.lo] Error 1> m

aspell-060.4 fails make with gcc-4

2006-10-31 Thread Alan Lord
configure works but make crashes out with: modules/filter/nroff.cpp:76: error: extra qualification '::NroffFilter::' on member 'process_char' make[1]: *** [modules/filter/nroff.lo] Error 1 make[1]: Leaving directory `/root/build/aspell-0.60.4' make: *** [all-recursive] Error 1 A quick google sh

Re: reiserfs-3.6.19 - Missing asm header?

2006-10-31 Thread Alan Lord
Matthew Burgess wrote: http://comments.gmane.org/gmane.linux.kernel/458284 discusses the issue and points to the correct fix at http://cvs.fedora.redhat.com/viewcvs/rpms/reiserfs-utils/devel/header-fix.patch?view=markup Hope this helps, Matt. Thanks. Al -- http://linuxfromscratch.org/m

Re: aspell-060.4 fails make with gcc-4

2006-10-31 Thread Ken Moffat
On Tue, Oct 31, 2006 at 04:04:26PM +, Alan Lord wrote: > configure works but make crashes out with: > modules/filter/nroff.cpp:76: error: extra qualification > '::NroffFilter::' on member 'process_char' > make[1]: *** [modules/filter/nroff.lo] Error 1 > make[1]: Leaving directory `/root/build/

Re: Firefox 2.0

2006-10-31 Thread Hans-Joachim Widmaier
Wilco Beekhuizen wrote: > Nice to see some of you guys can actually compile it. I'm trying to > compile it (using the 1.5.x mozconfig) but compilation fails pretty soon > (using gcc 4.1.1) with a relocation error: > unresolvable relocation against symbol `PR_LocalTimeParameters' > > I can't find a

reiserfs-3.6.19 - Missing asm header?

2006-10-31 Thread Alan Lord
Just a quick note; not sure if this is LFS or BLFS... On building the above tools, the make barfed because it couldn't find /usr/include/asm/unaligned.h I had a look at the one in the kernel package (2.6.18 asm-i386 for me) and it is a tiny file so I just copied it over to the /usr/include/as

Re: reiserfs-3.6.19 - Missing asm header?

2006-10-31 Thread Matthew Burgess
Alan Lord wrote: Just a quick note; not sure if this is LFS or BLFS... It's a BLFS problem, caused by LFS :-) (yes, I love sitting on the fence!). On building the above tools, the make barfed because it couldn't find /usr/include/asm/unaligned.h Maybe this is something to do with the new he

Re: PAM, HAL, and PolicyKit

2006-10-31 Thread Simon Geard
On Mon, 2006-10-30 at 06:30 -0800, Dan Nicholson wrote: > Only for X, huh? That's unfortunate. Easily patched, though - one short function checks if a tty is local, and it's just a matter of adding an extra conditional case. Seems to work, though my testing is limited to the command line tools tha