xinglp | 7 May 2012 15:23
Picon

Can I use jhalfs with an already exist "tools"?

I want to use an exist "tools" to save some time.
But the jhalfs only give BREAKPOINT but not STARTPOIN.
So, is there any way to do that?

Thanks.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Bruce Dubbs | 7 May 2012 18:23
Picon

Re: Can I use jhalfs with an already exist "tools"?

xinglp wrote:
> I want to use an exist "tools" to save some time.
> But the jhalfs only give BREAKPOINT but not STARTPOIN.
> So, is there any way to do that?

After a break, just use 'make' and it will pick up where it left off.  Anything 
else doesn't make sense.

   -- Bruce
--

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Pierre Labastie | 7 May 2012 19:00
Picon

Re: Can I use jhalfs with an already exist "tools"?

Le 07/05/2012 15:23, xinglp a écrit :
> I want to use an exist "tools" to save some time.
> But the jhalfs only give BREAKPOINT but not STARTPOIN.
> So, is there any way to do that?
>
> Thanks.
I have never tried that, so all I'll write below should be considered
"experimental".

First, as it is rather difficult to be clear in explanations because
there are several files or directories called jhalfs, let me precise a
bit of vocabulary:
- when I write 'jhalfs source', it means the directory where you
checked out the jhalfs svn.
- when I write 'jhalfs', it means the directory which is created
under $BUILDDIR (by default /mnt/build_dir, but I usually change
its name to /mnt/lfs)

I think it is possible to do the following :
- Run make in the jhalfs source, and be careful NOT to select
'Run the makefile' nor 'Rebuild files' under 'General settings'.
Otherwise, select whatever is adapted to your wills.
Answer yes to 'Do you wish to save your new JHALFS
configuration', then yes twice (unless something goes wrong),
and let the program run to completion.

- There should be a directory named jhalfs in /mnt/lfs (or
whatever name you chose for the build directory).
cd to that directory. Then Type:
--------
(Continue reading)

xinglp | 10 May 2012 09:00
Picon

Re: Can I use jhalfs with an already exist "tools"?

2012/5/8 Pierre Labastie <pierre.labastie <at> neuf.fr>:
> Le 07/05/2012 15:23, xinglp a écrit :
>> I want to use an exist "tools" to save some time.
>> But the jhalfs only give BREAKPOINT but not STARTPOIN.
>> So, is there any way to do that?
>>
>> Thanks.
> I have never tried that, so all I'll write below should be considered
> "experimental".
>
> First, as it is rather difficult to be clear in explanations because
> there are several files or directories called jhalfs, let me precise a
> bit of vocabulary:
> - when I write 'jhalfs source', it means the directory where you
> checked out the jhalfs svn.
> - when I write 'jhalfs', it means the directory which is created
> under $BUILDDIR (by default /mnt/build_dir, but I usually change
> its name to /mnt/lfs)
>
> I think it is possible to do the following :
> - Run make in the jhalfs source, and be careful NOT to select
> 'Run the makefile' nor 'Rebuild files' under 'General settings'.
> Otherwise, select whatever is adapted to your wills.
> Answer yes to 'Do you wish to save your new JHALFS
> configuration', then yes twice (unless something goes wrong),
> and let the program run to completion.
>
> - There should be a directory named jhalfs in /mnt/lfs (or
> whatever name you chose for the build directory).
> cd to that directory. Then Type:
(Continue reading)

xinglp | 12 May 2012 22:11
Picon

jhalfs not deal with the Chapter 9 of lfs

and the ownership of /etc/lfs-release is not root
--

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Pierre Labastie | 12 May 2012 22:57
Picon

Re: jhalfs not deal with the Chapter 9 of lfs

Le 12/05/2012 22:11, xinglp a écrit :
> and the ownership of /etc/lfs-release is not root
Thanks for pointing that. I think it is corrected now.
For the remaining of chapter 9, I wouldn't think
that it has to be included in jhalfs, since it is
mainly "get counted", which is something you do at
most once in your life.

Pierre
--

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Bruce Dubbs | 12 May 2012 23:05
Picon

Re: jhalfs not deal with the Chapter 9 of lfs

xinglp wrote:
> and the ownership of /etc/lfs-release is not root

Everything from Chapter 6 on is root.  I do agree that there should be some 
commands from Chapter 9 in jhalfs, but the creation of lfs-release is hard-coded 
in the Makefile, not extracted from Chapter 9.  Up until a couple of days ago, 
that was the only thing there.

   -- Bruce
--

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Pierre Labastie | 12 May 2012 23:21
Picon

Re: jhalfs not deal with the Chapter 9 of lfs

Le 12/05/2012 22:57, Pierre Labastie a écrit :
> Le 12/05/2012 22:11, xinglp a écrit :
>> and the ownership of /etc/lfs-release is not root
> Thanks for pointing that. I think it is corrected now.
> For the remaining of chapter 9, I wouldn't think
> that it has to be included in jhalfs, since it is
> mainly "get counted", which is something you do at
> most once in your life.
>
> Pierre
Sorry, I had an old version of the book. I see that
/etc/lsb-release is different now. I'll put that in jhalfs,
but still hardcoded I think. Has anybody something
to say against DISTRIB-CODENAME being
"<username>-jhalfs"?

I'll do that tomorrow if no one speaks up.

Regards
Pierre
--

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Bruce Dubbs | 12 May 2012 23:35
Picon

Re: jhalfs not deal with the Chapter 9 of lfs

Pierre Labastie wrote:
> Le 12/05/2012 22:57, Pierre Labastie a écrit :
>> Le 12/05/2012 22:11, xinglp a écrit :
>>> and the ownership of /etc/lfs-release is not root
>> Thanks for pointing that. I think it is corrected now.
>> For the remaining of chapter 9, I wouldn't think
>> that it has to be included in jhalfs, since it is
>> mainly "get counted", which is something you do at
>> most once in your life.
>>
>> Pierre
> Sorry, I had an old version of the book. I see that
> /etc/lsb-release is different now. I'll put that in jhalfs,
> but still hardcoded I think. Has anybody something
> to say against DISTRIB-CODENAME being
> "<username>-jhalfs"?

I think that's a good codename.

   -- Bruce
--

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

xinglp | 13 May 2012 20:24
Picon

Re: Can I use jhalfs with an already exist "tools"?

2012/5/8 Pierre Labastie <pierre.labastie <at> neuf.fr>:
> Le 07/05/2012 15:23, xinglp a écrit :
>> I want to use an exist "tools" to save some time.
>> But the jhalfs only give BREAKPOINT but not STARTPOIN.
>> So, is there any way to do that?
>>
>> Thanks.
> I have never tried that, so all I'll write below should be considered
> "experimental".
>
> First, as it is rather difficult to be clear in explanations because
> there are several files or directories called jhalfs, let me precise a
> bit of vocabulary:
> - when I write 'jhalfs source', it means the directory where you
> checked out the jhalfs svn.
> - when I write 'jhalfs', it means the directory which is created
> under $BUILDDIR (by default /mnt/build_dir, but I usually change
> its name to /mnt/lfs)
>
> I think it is possible to do the following :
> - Run make in the jhalfs source, and be careful NOT to select
> 'Run the makefile' nor 'Rebuild files' under 'General settings'.
> Otherwise, select whatever is adapted to your wills.
> Answer yes to 'Do you wish to save your new JHALFS
> configuration', then yes twice (unless something goes wrong),
> and let the program run to completion.
>
> - There should be a directory named jhalfs in /mnt/lfs (or
> whatever name you chose for the build directory).
> cd to that directory. Then Type:
(Continue reading)


Gmane