RE: GCC - chapter 6.14 help with the logs

2009-02-09 Thread Luca Di Stefano
> "except for some unexpected failures" - the unexpected failures are > the reason for running the tests! > > Is this the 6.4 book ? If it is, I wouldn't worry about > libmudflap, I always get several failures with gcc-4.3 versions. > > The important thing is the paragraph which reads > | A

GCC - chapter 6.14 help with the logs

2009-02-09 Thread Luca Di Stefano
n the logs, except for some unexpected failures... Thanks in advance Luca _ Quante ne sai? Gioca con i 50 nuovi schemi di CrossWire! http://livesearch.games.msn.com/crosswire/play_it/ -- http://linuxfromscratch.org/mailman/listinf

FW: Kernel panic - vmware attempt

2009-01-25 Thread Luca Di Stefano
has a hint please help me :) In the meantime I'll try the most stupid thing to do: make allyesconfig... maybe the problem is not in the kernel but elsewhere... Thank you for your work, Luca _ Quali sono le piĆ¹ cliccate della settiman

Re: lfs as a xen domU?

2007-08-10 Thread Luca
- Original Message - From: "Zoran Kikic" <[EMAIL PROTECTED]> To: "LFS Support List" Sent: Friday, August 10, 2007 10:59 AM Subject: Re: lfs as a xen domU? > Hi Luca, > > that's very interesting! Did you write down your build steps? >

Re: lfs as a xen domU?

2007-08-09 Thread Luca
- Original Message - From: "Zoran Kikic" <[EMAIL PROTECTED]> To: Sent: Thursday, August 09, 2007 7:44 PM Subject: lfs as a xen domU? > Hi, > > has anyone build a lfs xen domU? I want to run my lfs > on a xen enterprise server.. > > > > thanks > zoran > -- Hello Zoran. Yes, I built XE

Re: kernel package building

2007-07-10 Thread Luca Dionisi
Little OT. Why is System.map optional but recommended? What is it for? And what should it be named? I see that instructions in CLFS http://cross-lfs.org/view/1.0.0/x86_64/bootable/kernel.html that it is copied with a name that contains the version. --Luca -- http://linuxfromscratch.org/mailman

Re: Ubuntu Feisty

2007-06-29 Thread Luca Dionisi
Just a report. I'm doing a CLFS build with a Feisty 64bit and it is going well. I don't remember all of the apt-get install that I've done since the first installation of my Ubuntu, though. --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linux

Questions

2007-01-30 Thread Luca
e and compile LFS natively on Reiser4 partitions, just looked at the faq and still the same answer: there is currently no known solution, other than to use a different type of filesystem. What happened? Lost mails? Trashed? Just a little enlightenment... Luca -- http://linuxfromscratch.org/ma

Re: ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-29 Thread Luca
Luca wrote: > Just a note: > > The "-Xlinker" etc... can be passed to gcc, cc etc... however, example, > on my lfs, obviously output this: > [EMAIL PROTECTED]:~# cc -Wl,--hash-style=both dummy.c > /usr/bin/ld: unrecognized option '--hash-style=both' > /us

Re: ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-28 Thread Luca
rmation collect2: ld returned 1 exit status [EMAIL PROTECTED]:~# Fedora Core 6 (and others) uses patched versions of binutils, gcc and glibc that permit to choose which hash-style to use (default is gnu). Bye and have a good evening. Luca -- http://linuxfromscratch.org/mailman/list

Re: ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-28 Thread Luca
-hash-style=sysv"", "gcc="gcc -Xlinker --hash-style=sysv"" and "g++="g++ -Xlinker --hash-style=sysv"" should do the trick without problems (or at least, I compiled the toolchain in this way to test and it compiled flawlessly). Have a good evening t

Re: ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-28 Thread Luca
Luca wrote: > Hello and sorry for auto-introducing me in the thread. > > In some new systems as Fedora Core 6 gcc passes --hash-style=gnu to the > linker, which indeed is called with an option like > "--enable-new-ldflags" (which enables new linker flags). > The res

Re: ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-28 Thread Luca
so not including the "old" ".hash"; a possible option is to pass something like "--hash-style=both" so that an old dynamic linker should handle or the old "--hash-style=sysv". I just tried myself from a Fedora Core 6 (i386) host and it seems to work. Luca

Re: Grep command

2006-11-21 Thread Luca
Romain Thouvenin wrote: > On 11/16/06, Luca <[EMAIL PROTECTED]> wrote: >> I'm trying some extra things, actually I've done for the punctuation: >> >> grep "$1/" SUPPORTED | cut -d" " -f1 | tr '/' '.' >> >> &g

X Window System Components

2006-11-18 Thread Luca
Bitstream Vera Sans Mono 7.5 false Normal behavior or ? Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Toolchain method

2006-11-18 Thread Luca
Hi all! Probably this is more pertinent to lfs-dev list... I have a question about the toolchain way: we have the first and second pass of gcc and binutils by passing the "--with-local-prefix=" and the "--with-lib-path=", but wouldn't be simpler to use the "--w

Re: Toolchain method

2006-11-18 Thread Luca
Dan Nicholson wrote: > On 11/18/06, Luca <[EMAIL PROTECTED]> wrote: >> Hi all! >> >> A question about toolchain method, probably more lfs-dev related. >> >> We have gcc-pass1, binutils-pass1, adjusting the toolchain, gcc-pass2 >> and binutils-pass2.

Re: Toolchain method

2006-11-18 Thread Luca
Luca wrote: > Hi all! > > A question about toolchain method, probably more lfs-dev related. > > We have gcc-pass1, binutils-pass1, adjusting the toolchain, gcc-pass2 > and binutils-pass2. > > Question: instead of building packages twice, should be simpler to use > &qu

Toolchain method

2006-11-18 Thread Luca
Hi all! A question about toolchain method, probably more lfs-dev related. We have gcc-pass1, binutils-pass1, adjusting the toolchain, gcc-pass2 and binutils-pass2. Question: instead of building packages twice, should be simpler to use "--with-sysroot=/tools" method? Luc

Re: Grep command

2006-11-18 Thread Luca
Romain Thouvenin wrote: > On 11/16/06, Luca <[EMAIL PROTECTED]> wrote: >> Hi Romain, >> >> it's exactly what I'm trying, I've added a | sed at the end of the >> command line, but I don't understand if it's possible to remove all the >

Re: Grep command

2006-11-18 Thread Luca
Hi Romain, it's exactly what I'm trying, I've added a | sed at the end of the command line, but I don't understand if it's possible to remove all the duplicate .UTF-8, .ISO- etc... with only one command. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.

Re: Grep command

2006-11-16 Thread Luca
I'm trying some extra things, actually I've done for the punctuation: grep "$1/" SUPPORTED | cut -d" " -f1 | tr '/' '.' and finally the void is gone but still appended are extra things: zh_TW.EUC-TW.EUC-TW zh_TW.UTF-8.UTF-8 zh_TW.BIG5 zu_ZA.UTF-8.UTF-8 zu_ZA.ISO-8859-1 So now how do I manag

Re: Grep command

2006-11-16 Thread Luca
Luca wrote: > I meant, just to be sure, what's to be added to see the entire list with > entries showed like the "locale -a" command but with the .utf8 .UTF-8 > correction? > Now I managed something with a: "grep "$1/" SUPPORTED | cut -d" "

Re: Grep command

2006-11-16 Thread Luca
Luca wrote: > Hi all! > > Only a question about a grep command: > > I pass at console the following command: > "grep -H ^title /usr/share/i18n/locales/* 2> /dev/null | awk -F '"' ' > sub(".*/", "", $1); sub("[\\.:].*"

Re: Glibc-2.5 question

2006-11-15 Thread Luca
(0xb7ef1000) libc.so.6 => /tools/lib/libc.so.6 (0xb7dcd000) /tools/lib/ld-linux.so.2 (0xb7f08000) No complaing about GLIBC_PRIVATE missing. Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Grep command

2006-11-15 Thread Luca
locale for Catalonia with Euro [EMAIL PROTECTED] Catalan locale for Catalonia with Euro and the ISO and UTF-8 are not showed. So, what should I add to the command to see only the: _. or _.? Thanks, Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Glibc 2.5 SCSI headers (SVN20061021)

2006-11-12 Thread Luca
up > > > So, should they be removed before we install into /usr/include, or > should we just let glibc blow them away? > > -- > Dan Hi Dan, the shared headers should be only these three: scsi.h, scsi_ioctl.h and sg.h Luca P.S. I personally chose to use the kernel-ones. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Host system requirements

2006-11-11 Thread Luca
1.3.5 Linux version 2.6.17.13 (gcc version 4.1.1) GNU Make 3.81 patch 2.5.4 GNU sed version 4.1.5 tar (GNU tar) 1.15.1 Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Glibc-2.5 question

2006-11-07 Thread Luca
linux-gate.so.1 => (0xe000) libnsl.so.1 => /tools/lib/libnsl.so.1 (0xb7ef1000) libc.so.6 => /tools/lib/libc.so.6 (0xb7dcd000) /tools/lib/ld-linux.so.2 (0xb7f08000) Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscr

Re: Glibc-2.5 question

2006-11-06 Thread Luca
Dan Nicholson wrote: > On 11/6/06, Luca <[EMAIL PROTECTED]> wrote: >> Fixed in Glibc-20061106 > > Are the problems you listed gone with the patch? If so, we should > apply it in the book until glibc-2.5.1 comes along. Well, we probably > should anyway since

Re: Glibc-2.5 question

2006-11-06 Thread Luca
Fixed in Glibc-20061106 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Glibc-2.5 question

2006-11-06 Thread Luca
Luca wrote: > Dan Nicholson wrote: > >> On 11/6/06, Luca <[EMAIL PROTECTED]> wrote: >> >>> Hi everyone! >>> >>> I have a question about Glibc-2.5 (probably stupid so sorry in advance), >>> but just in case: >>> >

Re: Glibc-2.5 question

2006-11-06 Thread Luca
Dan Nicholson wrote: > On 11/6/06, Luca <[EMAIL PROTECTED]> wrote: >> Hi everyone! >> >> I have a question about Glibc-2.5 (probably stupid so sorry in advance), >> but just in case: >> >> In glibc-2.5/include/features.h header lines 306,307 says (

Glibc-2.5 question

2006-11-06 Thread Luca
C__ 2 #define __GLIBC_MINOR__ 5 since it's a 2.5 release? Thanks, Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Grep options

2006-10-30 Thread Luca
Luca wrote: > Dan Nicholson wrote: > >> On 10/30/06, Luca <[EMAIL PROTECTED]> wrote: >> >>> btw Dan, I replied to the coreutils problem in cross-lfs that was solved >>> by passing 'std=gnu99'. >>> >> I&#

Re: Grep options

2006-10-30 Thread Luca
Luca wrote: > Dan Nicholson wrote: > >> On 10/30/06, Luca <[EMAIL PROTECTED]> wrote: >> >>> btw Dan, I replied to the coreutils problem in cross-lfs that was solved >>> by passing 'std=gnu99'. >>> >> I&#

Re: Grep options

2006-10-30 Thread Luca
Dan Nicholson wrote: > On 10/30/06, Luca <[EMAIL PROTECTED]> wrote: >> >> btw Dan, I replied to the coreutils problem in cross-lfs that was solved >> by passing 'std=gnu99'. > > I'm sorry, which problem was that? I can't recall this issue rig

Re: Grep options

2006-10-30 Thread Luca
x searches sort of like sed syntax. > > awk '/^GL/{ print $3 }' zone.tab > > -- > Dan Good evening! Thanks Ken and Dan... I'll now try btw Dan, I replied to the coreutils problem in cross-lfs that was solved by passing 'std=gnu99'. Yours, Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Grep options

2006-10-30 Thread Luca
in the zone.tab only the third column (the timezone one)? Thanks in advance, luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Package users: Installing hotplug 2004 09 23

2006-10-14 Thread Luca Dionisi
a directory in the non-install directory > /var/log? Hi. With recent versions of udev, you don't need hotplug anymore. Alberto Anyway Angel, what's wrong with making /var/log an install dir? --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://

Re: x86_64 build what to use LFS or CLFS

2006-10-14 Thread Luca Dionisi
On 10/13/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: On 10/13/06, Luca Dionisi <[EMAIL PROTECTED]> wrote: > > But, CLFS says: > > The one "flaw" in LFS is that it has always been based on an x86 class processor. > > [] the x86-only LFS is no lon

Re: x86_64 build what to use LFS or CLFS

2006-10-13 Thread Luca Dionisi
on an x86 class processor. [] the x86-only LFS is no longer ideal. So, what is true? --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: x86_64 build what to use LFS or CLFS

2006-10-13 Thread Luca Dionisi
-bit system. You must use CLFS. I didn't know it. Where in the book is it pointed out? Is a future release of the book planned for it to work? thanks --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: backup lfs 6.2 to dvd?

2006-10-11 Thread Luca
works correcly, it should then pass a lot of testing and then finally I have to talk again with the original developer. As I said to Alexander I'll post on livecd mailing list the work in progress, results of tests, etc... Feel free to email me directly. Bye, Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Host system

2006-10-06 Thread Luca
/solaris/index.jsp), OpenSolaris (http://www.opensolaris.org) or Nexenta OS (http://www.gnusolaris.org) or if there any advices on using these hosts. I don't know if it's a lfs or cross-lfs argument exactly so I post to lfs-support and clfs-support. Thanks, Luca -- http://linuxfromscratch.o

Re: kde with xgl?

2006-10-04 Thread Luca
Luca wrote: > Dan Nicholson wrote: > >> On 10/4/06, Luca <[EMAIL PROTECTED]> wrote: >> >> >>> make[3]: Leaving directory >>> `/sources/Gnome-2.16/xorg-server-1.1.1/hw/xgl' >>> make[2]: *** [all-recursive] Error 1 >>> m

Re: kde with xgl?

2006-10-04 Thread Luca
Dan Nicholson wrote: > On 10/4/06, Luca <[EMAIL PROTECTED]> wrote: > >> make[3]: Leaving directory >> `/sources/Gnome-2.16/xorg-server-1.1.1/hw/xgl' >> make[2]: *** [all-recursive] Error 1 >> make[2]: Leaving directory >> `/sources/Gnome-2.16

Re: KDesktop crashes

2006-09-23 Thread Luca
Fixed the GdkPixbuf errors: the two files in /etc got corrupted. Just a note: Now I am recompiling Glibc-2.4 and during the compile as per LFS book I noticed that it checked and found --noexecstack, execstack and fstack-protector. The errors I'm getting could be because of these functions?

Re: GCC-build errors

2006-09-21 Thread Luca
Dan Nicholson wrote: > On 9/20/06, Luca <[EMAIL PROTECTED]> wrote: >> >> I'm recompiling gcc-4.1.1 in order to user NVIDIA-SDK, but I'm having an >> error I'm trying to solve. >> Gcc-4.1.1 configure so: >> "../gcc-4.1.1/configure --pr

Re: OpenOffice-2.0.3 configure errors

2006-09-18 Thread Luca
I'm really bored ! I exported all variables before boostraping, after bootstraping and after doing the . LinuxIntelEnv.Set.sh. ./salimpsound.hxx:193: error: 'PaDeviceID' does not name a type -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blf

Re: Booting problems

2006-09-07 Thread Luca
seems working well my system using Cross-LFS headers instead of Linux-Libc-Headers from Mazurk, Glibc-2.4 includes inotify.h so it would be unnecessary to patch it and copy the header manually. Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Booting problems

2006-09-07 Thread Luca
root (hd?,?) # I tried various options with no success kernel /boot/lfskernel-2.6.17.11 root=/dev/sdb3 Where is the error and how to solve it? If something else is needed (kernel-configurations or what please ask). Thanks in advance, Luca -- http://linuxf

Re: Package users: wrapper script for mkdir

2006-09-06 Thread Luca Dionisi
the surrounding text. Thanks for your explanation Matthias. I'm going to do soon a fresh LFS (and BLFS) install using package users. When and if I find a similar situation, I will check the log to see what is the command that is responsible. --Luca -- http://linuxfromscratch.org/mailman/lis

Re: Package users: wrapper script for mkdir

2006-09-04 Thread Luca Dionisi
t user intervention, such as turning newly created directories in /usr/share/locale into install directories. /excerpt-- So, if it could be fixed, I would enjoy. Thanks --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Switching users in a bash script?

2006-08-27 Thread Luca Dionisi
On 8/27/06, Angel Tsankov <[EMAIL PROTECTED]> wrote: Btw, how do I call a function in a bash script from another bash script? Try putting all your functions alone in a file, then source that file (man source) HTH --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ

Re: New project on distributed computing

2006-07-12 Thread Luca Dionisi
I apologize again. I tried with lfs-chat. But it seems it is not working. The archive shows only 1 message and I sent another after subscribing... but nothing happened. You see, I tried... --Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org

Re: New project on distributed computing

2006-07-12 Thread Luca Dionisi
I apologies again. I tried with lfs-chat. But it seems it is not working. The archive shows only 1 message and I sent another after subscribing... but nothing happened. You see, I tried... --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs

Re: New project on distributed computing

2006-07-12 Thread Luca Dionisi
is not to create a virtual machine, nor a clustering solution. So people, look forward to see what the real aim is. The page is coming soon! Thank you. --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above i

Re: New project on distributed computing

2006-07-07 Thread Luca Dionisi
On 7/7/06, Alan Lord <[EMAIL PROTECTED]> wrote: Post it on the lfs-general list :-) What a news! I didn't know about it. Great. Thanks -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: New project on distributed computing

2006-07-07 Thread Luca Dionisi
On 7/7/06, Steven Vancoillie <[EMAIL PROTECTED]> wrote: Luca Dionisi wrote: > _At_the_very_moment_ I've not a project website, or a tracker or similar > things, so any comment should be in reply to these mailing lists. > > Thanks a lot. > > --Luca This is *LFS

New project on distributed computing

2006-07-07 Thread Luca Dionisi
ck to a project like this, I'm looking for help here. _At_the_very_moment_ I've not a project website, or a tracker or similar things, so any comment should be in reply to these mailing lists. Thanks a lot. --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: startup scripts

2006-07-05 Thread Luca Dionisi
change runlevel. Normally, when you turn on the machine you pass to runlevel 5 (or 3 if no X) and then you'll pass to runlevel 6 or 0 to reboot or halt the machine. That's all. --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: group and user management ...

2006-06-14 Thread Luca Dionisi
ot group "users" with gid 100 --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: eth0 not detected

2006-04-29 Thread Luca Dionisi
the former case ensure that modules are in the right place. --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: "setgid:Operation not permitted"

2006-03-22 Thread Luca Dionisi
ns as root. All of this, of > course, is clearly documented in the "Package User" hint. Ok. And of course your suggestion to correct the PATH is indeed important. I just thought that Bobby could have not understood. He said any help would be greatly appreciated, anyway. --Luca -- http:/

Re: "setgid:Operation not permitted"

2006-03-22 Thread Luca Dionisi
g is useless. You have to do from root: chown root /bin/su chmod 4555 /bin/su I don't think that the wrapper of install could do this automagically for you because it is used by the user 'Shadow', not root. --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: htt

Re: stty: command not found

2006-03-21 Thread Luca Dionisi
fy this you'll have to boot from a host system, such as the LFS live cd. --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: package users and Perl

2006-02-01 Thread Luca Dionisi
re installing to / then you may just provide pkg users write > permissions to /usr/lib/perl-addons/perllocal.pod and > /usr/lib/perl-addons. Are they the only files that get modified ? Thanks for the links to your works. --Luca -- http://linuxfromscratch.org/mailman/li

Re: package users and Perl

2006-02-01 Thread Luca Dionisi
mechanism of setuid/setgid for perl scripts? That is, if I install a program not as root, will I need to verify if it wanted to be setuid root? The other question remains valid for any advice: is anyone using CPAN with package users? --Luca -- http://linuxfromscratch.org/mailman/li

package users and Perl

2006-02-01 Thread Luca Dionisi
to add new files? In few words: can I use a distinct package user for each Perl module/program? _AND_ what about CPAN? Can I use "perl -MCPAN -instal..." with package users? TIA for any advice. --Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linu

Re: gkd-pixbuf-config ?

2006-02-01 Thread Luca Dionisi
your install with root? With the same problems? --Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: syslog

2006-01-31 Thread Luca Dionisi
On 1/31/06, mrdaniel <[EMAIL PROTECTED]> wrote: > ok, that's equivalent to the notion of mastering an art it may take as long > as 3 years before one can come down from the mountain to deliver in the real > world. > IMHO 3 years is too much, one week is too few

Re: syslog

2006-01-31 Thread Luca Dionisi
n, you don't need LFS. You can live easily and *productively* with any recent linux distro. Really. Try and you'll see. Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: spawnig too fast

2006-01-31 Thread Luca Dionisi
:) On 1/31/06, Matt Darcy <[EMAIL PROTECTED]> wrote: > > http://redora.redhat.com > http://www.debian.org > http://www.suse.com > http://www.ubuntu.com > Why not www.microsoft.com and try to ask for support to them? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linux

gkd-pixbuf-config ?

2006-01-31 Thread Luca Dionisi
b1) I searched googling... I can't find which tarball is responsible for providing this tool. Thanks Luca BTW the software that I'm trying to install is Perl-Gtk, which is required by dvd::rip. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfrom

Re: Minimal specs for LiveCD?

2006-01-27 Thread Luca Dionisi
the things you will do first, in chapter 2.3) you will be able to save your files in some directory there. Hope this helps Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: /mnt/lfs entry in /etc/fstab?

2006-01-26 Thread Luca Dionisi
that a problem? I've never heard this > > before. > > > > Well, although I really like Slack 10.2 as an everyday distro, I'm not > particularly anal about using it as a host system. After reading various IMHO, you can have a try using your Slack as a host system, if

Re: /mnt/lfs entry in /etc/fstab?

2006-01-26 Thread Luca Dionisi
Try "man fstab" ( or else "man mount" and search for fstab ). I can't do it right now, and I'm not sure to recall right. They are values regarding the order of mount and the needing of a fscheck. Good luck Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-s

Re: LFS 6.1 LiveCD, Chapter 8.3

2005-12-01 Thread Luca Dionisi
abled. Anyway, if you want a non-modular kernel, you have to set to NO (press the N key when it is highlighted in menuconfig) the item "Loadable module support". Doing this, will set to "built-in" every item that at the moment is set to "module". Luca -- http://linuxf

Re: LFS SVN and Package Management using Package Users problem

2005-10-26 Thread Luca Dionisi
Hi Matthias I report the output of the commands you suggested. Does it help? Perhaps -o+w is the right option, while +o+w is not. Just a guess. On 10/25/05, Matthias B. <[EMAIL PROTECTED]> wrote: > Anyway, "-perm +o+w" is supposed to select all files that have the > world-writable bit set. In you

Re: LFS SVN and Package Management using Package Users problem

2005-10-25 Thread Luca Dionisi
dread libdvdread723 2005-10-20 17:58 .viminfo package libdvdread:/usr/src/libdvdread> TIA Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Useradd problem

2005-10-21 Thread Luca
Hi all! In BLFS svn-20051020 chapter 3 Alfter LFS Configuration Issues - Configuring for Adding User when I try to add a new user it returns me: Useradd: unknown GID 100 How to solve the problem? TIA, Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http

Package Management using Package Users problem

2005-10-21 Thread Luca Dionisi
s in the second part of the output includes files from the home directory of the package user and shows them in the wrong groups (e.g. world writable and they are not) Any suggestions? Luca E.g. extract of the pkg.lst for libdvdread: Note: the home dir of the pkg user

Re: LFS SVN and Package Management using Package Users problem

2005-10-21 Thread Luca Dionisi
rds, - I can't recall the exact point, but I think I was already in the BLFS side - the list of files it produces in the second part of the output includes files from the home directory of the package user and shows them in the wrong groups (e.g. world writable and they are no

Re: glibc-error

2005-10-19 Thread Luca Dionisi
n't know what could be the origin of the problem, but perhaps it could be of help doing ldd /tools/bin/gcc and see if there is a library that is not found. Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: shadow

2005-10-18 Thread Luca Dionisi
In section 6.54.2 there are instructions about running the commands: pwconv grpconv Did you already do that? Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Glibc-20050926

2005-10-07 Thread Luca
- Original Message - From: "Ken Moffat" <[EMAIL PROTECTED]> To: "LFS Support List" Sent: Friday, October 07, 2005 4:24 PM Subject: Re: Glibc-20050926 On Fri, 7 Oct 2005, Luca wrote: Hi all. I'm trying to follow cross-lfs-20051006-x86_64 to buil

Glibc-20050926

2005-10-07 Thread Luca
INSTALL file for required versions. [EMAIL PROTECTED]:/mnt/lfs/sources/glibc-build> Could it be because my host is SuSE 9.3 32 bit, and if not, how to solve this error? TIA, Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/l

Cross-lfs-20051005-x86

2005-10-06 Thread Luca
/ ln: creating symbolic link `//cross-tools' to `/cross-tools': Permission denied Host system is SuSE 9.3 Thanks in advance, Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

thoughts about a hint.

2005-09-26 Thread Luca Dionisi
/rc.d directories. As suggested by the hint submission guidelines, I'm writing this on the appropriate (I think) mailing list. Has anyone adopted a similar approach, or has a similar hint already been written? Also, if you think this idea doesn't fit in the hint project, let me know (

Re: Eth0 doesnt exist

2005-09-22 Thread Luca Dionisi
hen you do: make menuconfig look for your card into Device Drivers-> Networking support (I'm not sure about the menus... and now I can't check) I suggest to add support not as a module, as a first step add it as built-in. Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support

Re: steps to take after reboot

2005-09-19 Thread Luca Dionisi
"udev" package (chapter 6.58), when you restart, after the above mentioned commands, you have to do /sbin/udevstart to populate /dev correctly. It works (and indeed it is needed) for me. But if it is not correct, please, someone rectify. Luca -- http://linuxfromscratch.org/mail

LFS-Version 7.0-cross-lfs-20050707-x86_64

2005-07-11 Thread Luca
Hi all! When I give the command LFSHOME=`su - lfs -c 'echo $HOME'` in chapter 4.5 Creating the $HOME/cross-tools Directory everything hangs. How to solve the problem? Host system is SuSE 9.1, cpu is athlon64. Thanks in advance, Luca Piol -- http://linuxfromscratch.org/mailman/li