My eclipse fails to start

2006-08-14 Thread Hari Prashanth R
Hi My eclipse was working just fine before i installed jre in my machine. Bu when i tried to start eclipse after my jre installation. I got the below error in a window JVM terminated. Exit code=1 /usr/bin/java -jar startup.jar -os linux -ws gtk -arch x86 -launcher /usr/bin/eclipse -name

Re: Uninstalling software in Linux

2006-08-14 Thread veritosproject
Really simple way: Run ./configure and make as usual, but don't make install yet. Run touch /baseline (any file works) to set a baseline date. Run make install. Run find / -cnewer /baseline | sed -e '/^\/proc/d' -e '^\/sys/d' > /packagename.txt . This will show all of the files that were updated

Re: Reasons for not removing the kernel source tree

2006-08-14 Thread rblythe
Angel Tsankov wrote: The LFS 6.1.1 book says that "the Linux source tree is often retained for a long time." What reasons may one have to do this? Some packages require the kernel source be available for the package to install. One in particular: RT2500 driver for my wireless card. Other pa

Re: Reasons for not removing the kernel source tree

2006-08-14 Thread Dan Nicholson
On 8/14/06, Angel Tsankov <[EMAIL PROTECTED]> wrote: >> The LFS 6.1.1 book says that "the Linux source tree is often retained for a long time." What reasons may one have to do this? > > Building external kernel modules would be the main reason (ATI, Nvidia, etc.) Aha, and iptables probably, rig

Re: Reasons for not removing the kernel source tree

2006-08-14 Thread Angel Tsankov
The LFS 6.1.1 book says that "the Linux source tree is often retained for a long time." What reasons may one have to do this? Building external kernel modules would be the main reason (ATI, Nvidia, etc.) Aha, and iptables probably, right? -- http://linuxfromscratch.org/mailman/listinfo/lfs-su

Re: GAIM running on pure 64 CLFS

2006-08-14 Thread Ken Moffat
On Mon, Aug 14, 2006 at 03:43:32PM -0500, Arnie Stender wrote: > /usr/bin/ld: > /usr/lib/perl5/5.8.8/x86_64-linux/auto/DynaLoader/DynaLoader.a(DynaLoader.o): > relocation R_X86_64_32 against `a local symbol' can not be used when > making a shared object; recompile with -fPIC > /usr/lib/perl5/5.8.8/

Re: LFS Version 6.2 - Chapter 6. Installing Basic System Software - Autoconf-2.59

2006-08-14 Thread Dan Nicholson
On 8/14/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: Can't locate File/Glob.pm in @INC (@INC contains: /sources/autoconf-2.59/tests/../lib /tools/lib/perl5/5.8.8/i686-linux /tools/lib/perl5/5.8.8 /tools/lib/perl5/site_perl/5.8.8/i686-linux /tools/lib/perl5/site_perl/5.8.8 /tools/lib/p

LFS Version 6.2 - Chapter 6. Installing Basic System Software - Autoconf-2.59

2006-08-14 Thread Mag. Leonhard Landrock
Hi everyone! Once again I'm stucked (a little). ;-( Below is the output from make (package autoconf). make[1]: Leaving directory `/sources/autoconf-2.59' Making all in lib make[1]: Entering directory `/sources/autoconf-2.59/lib' Making all in Autom4te make[2]: Entering directory `/sources/autoco

Re: GAIM running on pure 64 CLFS

2006-08-14 Thread Dan Nicholson
On 8/14/06, Arnie Stender <[EMAIL PROTECTED]> wrote: I'm trying to get GAIM running on my pure 64 AMD64 Athlon [BC]LFS system and have run into te same errors I was getting while trying to compile Thunderbird. Namely the following: /bin/sh ../../libtool --silent --tag=CC --mode=link gcc

GAIM running on pure 64 CLFS

2006-08-14 Thread Arnie Stender
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm trying to get GAIM running on my pure 64 AMD64 Athlon [BC]LFS system and have run into te same errors I was getting while trying to compile Thunderbird. Namely the following: if /bin/sh ../../libtool --silent --tag=CC --mode=compile

Re: Uninstalling software in Linux

2006-08-14 Thread Dan Nicholson
On 8/14/06, Angel Tsankov <[EMAIL PROTECTED]> wrote: The LFS book says how to install certain applications but it does not say anything about uninstalling software. How does Linux handle uninstalling software? Some packages (mostly those created from the autotools) will supply an uninstall tar

Re: Reasons for not removing the kernel source tree

2006-08-14 Thread Dan Nicholson
On 8/14/06, Angel Tsankov <[EMAIL PROTECTED]> wrote: The LFS 6.1.1 book says that "the Linux source tree is often retained for a long time." What reasons may one have to do this? Building external kernel modules would be the main reason (ATI, Nvidia, etc.) -- Dan -- http://linuxfromscratch.or

Reasons for not removing the kernel source tree

2006-08-14 Thread Angel Tsankov
The LFS 6.1.1 book says that "the Linux source tree is often retained for a long time." What reasons may one have to do this? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Drives and partitions: converting from Linux to GRUB naming convention

2006-08-14 Thread Dan Nicholson
On 8/14/06, Angel Tsankov <[EMAIL PROTECTED]> wrote: Can someone suggest how to convert (in a shell script) from Linux naming convention for drives and partitions (hdxy) to GRUB naming convention ((hdn,m)), taking into account that, in contrast to Linux, GRUB does not consider CD-ROM drives to

Drives and partitions: converting from Linux to GRUB naming convention

2006-08-14 Thread Angel Tsankov
Can someone suggest how to convert (in a shell script) from Linux naming convention for drives and partitions (hdxy) to GRUB naming convention ((hdn,m)), taking into account that, in contrast to Linux, GRUB does not consider CD-ROM drives to be hard drives? For more information, refer to section

Uninstalling software in Linux

2006-08-14 Thread Angel Tsankov
The LFS book says how to install certain applications but it does not say anything about uninstalling software. How does Linux handle uninstalling software? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above i

Re: LFS 6.2 -> gcc-4.0.3 error during ompilation

2006-08-14 Thread fleole
Selon "Mag. Leonhard Landrock" <[EMAIL PROTECTED]>: > Am Montag, 14. August 2006 20:03 schrieb [EMAIL PROTECTED]: > > Hi, > > > > I follow the instruction to mount a LFS 6.2 system inside a VMware. > > I use the LFS ISO to boot and everything is fine until the chapter 6.12.1. > > > > The compilati

Re: Audio device permissions

2006-08-14 Thread Dan Nicholson
On 8/14/06, Craig Jackson <[EMAIL PROTECTED]> wrote: With Joe's help, I modified my /usr/bin/adduser script to automatically add the user to the audio group upon being created. This seems to work well. (I'm trying to give this build to a newbie for testing, and he doesn't have a clue about perm

Re: LFS 6.2 -> gcc-4.0.3 error during ompilation

2006-08-14 Thread Mag. Leonhard Landrock
Am Montag, 14. August 2006 20:03 schrieb [EMAIL PROTECTED]: > Hi, > > I follow the instruction to mount a LFS 6.2 system inside a VMware. > I use the LFS ISO to boot and everything is fine until the chapter 6.12.1. > > The compilation of gcc end by this error : > > [url=http://imageshack.us][img=ht

LFS 6.2 -> gcc-4.0.3 error during ompilation

2006-08-14 Thread fleole
Hi, I follow the instruction to mount a LFS 6.2 system inside a VMware. I use the LFS ISO to boot and everything is fine until the chapter 6.12.1. The compilation of gcc end by this error : [url=http://imageshack.us][img=http://img132.imageshack.us/img132/8898/errormakebmpit1.jpg][/url] Someon