Re: xorg build

2008-11-09 Thread Ralph Porter
On Nov 9, 2008, at 4:17 PM, DJ Lucas wrote: > Ralph Porter wrote: >> >> I just finished LFS, so, now what next? >> >> > What comes next depends on your requirements. You'll have to pick a > path and follow the dependencies. Tough advice I know, but that is > the > way the distros have to do i

Re: xorg build

2008-11-09 Thread Ken Moffat
On Sun, Nov 09, 2008 at 06:40:18PM -0600, Ralph Porter wrote: > > > > > In the meantime, please don't top post, and trim your replies. > > Thanks. > > > > I understand the "trim your replies". > > Not sure how not to top post, since I don't know what that means. > http://www.asciipr0n.com/fp/li

Re: xorg build

2008-11-09 Thread Ralph Porter
Thanks Ken, What a great write up. Lots of good info. > > In the meantime, please don't top post, and trim your replies. > Thanks. > I understand the "trim your replies". Not sure how not to top post, since I don't know what that means. > ĸen > -- > das eine Mal als Tragödie, das andere Mal

Re: xorg build

2008-11-09 Thread DJ Lucas
Ken Moffat wrote: > On Sun, Nov 09, 2008 at 05:09:06PM -0600, DJ Lucas wrote: >> I assume from your comments above that you use something akin to >> install-log. > > I don't think I do - for system builds I just touch a file, do the > install, then find what is newer than the file (I don't ever

Re: xorg build

2008-11-09 Thread Ken Moffat
On Sun, Nov 09, 2008 at 05:09:06PM -0600, DJ Lucas wrote: > Ken Moffat wrote: > > > > But, it's all about what works for you - ISTR Randy uses some > > package management system which identified files being overwritten > > by something else in the base LFS system, which I certainly hadn't > > kno

Re: xorg build

2008-11-09 Thread DJ Lucas
Ken Moffat wrote: > > But, it's all about what works for you - ISTR Randy uses some > package management system which identified files being overwritten > by something else in the base LFS system, which I certainly hadn't > known about. I assume from your comments above that you use something ak

Re: xorg build

2008-11-09 Thread Ken Moffat
On Sun, Nov 09, 2008 at 10:51:56PM +, Ken Moffat wrote: So, maybe I need to add a speel-chequer to my server where I write mail. It's not my fault, the keys keep moving around ;-) > consider: alsa, cd/dvd software [ for writing *data* - I use > dvdrtools which isn't in the book (forked from

Re: xorg build

2008-11-09 Thread Ken Moffat
On Sun, Nov 09, 2008 at 04:02:46PM -0600, Ralph Porter wrote: > Thanks DJ, > > That leads to another question I guess. > > I just finished LFS, so, now what next? I'm not DJ, but I'll answer anyway: whatever you want ;-) ... I assume you mean you've just finished xorg-7.2, so this will just be

Re: xorg build

2008-11-09 Thread DJ Lucas
Ralph Porter wrote: > > I just finished LFS, so, now what next? > > I think I want KDE and firefox next. But what should really come > next? I'm using this as learning tool, so working in command mode > seems to lengthen that process. > > On the subject of package managers. Do I want to g

Re: xorg build

2008-11-09 Thread Ralph Porter
Thanks DJ, That leads to another question I guess. I just finished LFS, so, now what next? I think I want KDE and firefox next. But what should really come next? I'm using this as learning tool, so working in command mode seems to lengthen that process. On the subject of package managers.

Re: xorg build

2008-11-09 Thread DJ Lucas
Ralph Porter wrote: > Thanks guys... > > I found the proto-7.2.wget file by poking around. > > There is no additional files on this screen. Maybe my browser is > having issues? > http://www.linuxfromscratch.org/blfs/view/stable/x/xorg7.html > > On a mac with firefox. Oops, now I see where yo

Re: xorg build

2008-11-09 Thread Ralph Porter
Nope, additional downloads are on what i have as the next page http://www.linuxfromscratch.org/blfs/view/stable/x/x7proto.html On Nov 9, 2008, at 2:56 PM, DJ Lucas wrote: > DJ Lucas wrote: > >> There is a link a little further up the page in the >> 'Additional Files' section. > > Err...'Additio

Re: xorg build

2008-11-09 Thread Ralph Porter
Thanks guys... I found the proto-7.2.wget file by poking around. There is no additional files on this screen. Maybe my browser is having issues? http://www.linuxfromscratch.org/blfs/view/stable/x/xorg7.html On a mac with firefox. On Nov 9, 2008, at 2:53 PM, DJ Lucas wrote: > Ralph Porter

Re: xorg build

2008-11-09 Thread DJ Lucas
DJ Lucas wrote: > There is a link a little further up the page in the > 'Additional Files' section. Err...'Additional Downloads' as Trent already mentioned. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe:

Re: xorg build

2008-11-09 Thread DJ Lucas
Ralph Porter wrote: > Ok, so disecting this command First, please do not top post. Try to insert your comments at logical points in the quoted text of the previous message so that they have some relation to the points presented. Then, if necessary, try to trim anything that is no longer relev

Re: xorg build

2008-11-09 Thread Trent Shea
On Sunday 09 November 2008 19:58:57 Ralph Porter wrote: > Ok, so disecting this command > > grep -v '^#' ../${section}-${version}.wget | wget -i- -c \ > -B http://xorg.freedesktop.org/releases/individual/${section}/ > md5sum -c ../${section}-${version}.md5 > > says (if i read the man pages cor

Re: xorg build

2008-11-09 Thread Ralph Porter
Ok, so disecting this command grep -v '^#' ../${section}-${version}.wget | wget -i- -c \ -B http://xorg.freedesktop.org/releases/individual/${section}/ md5sum -c ../${section}-${version}.md5 says (if i read the man pages correctly) that ../proto77.2.wget should contain a list of files that

Re: xorg build

2008-11-09 Thread Ralph Porter
DJ, I am in xc directory. This command implies that the file proto-7.2.wget is in the directory above but know where do i see where any instructions says to download it. The instructions lead me to believe that there are too many to be contained in one tar ball, so this script is to do the

Re: xorg build

2008-11-09 Thread Chris Staub
Ralph Porter wrote: > I must be missing something here. > > The instructions in blfs for xorg 7.2 says to run the script. > > > Well, when I run this i get. > > grep: ../proto-7.2.wget: No such file or directory. > No URLs found in -. > > What am I missing here? > > thanks in advance > > rp

Re: xorg build

2008-11-09 Thread DJ Lucas
Ralph Porter wrote: > whoops, sorry, wrong list...moving to blfs... > > > On Nov 8, 2008, at 11:31 PM, Ralph Porter wrote: > >> I must be missing something here. >> >> The instructions in blfs for xorg 7.2 says to run the script. >> >> bash -e #exit on all errors >> >> Well, when I run this i

Re: xorg build

2008-11-08 Thread Ralph Porter
whoops, sorry, wrong list...moving to blfs... On Nov 8, 2008, at 11:31 PM, Ralph Porter wrote: > I must be missing something here. > > The instructions in blfs for xorg 7.2 says to run the script. > > bash -e #exit on all errors > section=proto > version=7.2 > mkdir $section > cd $section > > #

xorg build

2008-11-08 Thread Ralph Porter
I must be missing something here. The instructions in blfs for xorg 7.2 says to run the script. bash -e #exit on all errors section=proto version=7.2 mkdir $section cd $section # download and check packages grep -v '^#' ../${section}-${version}.wget | wget -i- -c \ -B http://xorg.freedesktop.