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
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
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
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
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
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
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
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
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
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.
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
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
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
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:
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
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
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
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
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
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
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
>
> #
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.
22 matches
Mail list logo