List Info

Thread: jhalfs clfs-embedded




jhalfs clfs-embedded
user name
2006-12-04 22:27:39
Manuel,

   CLFS-embedded is ready to go except for one small issue.
Chapter "6.9 
Toolchain Variables" defines a number of env variables
which are needed 
_only_ by 6.10 uClibc-snapshot (unset in 6.11).  JHALFS
calls that 
script and returns but the vars only exist in the child env.
We need to 
include the contents of this file in the uClibc-snapshot
script for the 
variables to be used. We cannot 'source' the toolchain
script due to the 
'exit' at the end of the script.
   Any ideas.

   G


-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
jhalfs clfs-embedded
user name
2006-12-05 10:56:54
El Lunes, 4 de Diciembre de 2006 23:27, George Boudreau
escribió:
> Manuel,
>
>    CLFS-embedded is ready to go except for one small
issue. Chapter "6.9
> Toolchain Variables" defines a number of env
variables which are needed
> _only_ by 6.10 uClibc-snapshot (unset in 6.11).  JHALFS
calls that
> script and returns but the vars only exist in the child
env. We need to
> include the contents of this file in the
uClibc-snapshot script for the
> variables to be used. We cannot 'source' the toolchain
script due to the
> 'exit' at the end of the script.
>    Any ideas.

Well, the compare code is still broken due the Makefile
simplification to use 
$
for scripts and logs names. I'm trying to fix it without the
need to 
reverse that Makefile change.

After starting a new test build I will review that issue to
see if it can be 
fixed for 2.1. 

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfroms
cratch.org
LFS en castellano: http://www.escomp
oslinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
jhalfs clfs-embedded
user name
2006-12-05 16:27:41
El Lunes, 4 de Diciembre de 2006 23:27, George Boudreau
escribió:


>    Any ideas.

See r3255.

Could you verify that CLFS2 and CLFS3 works? My machine is
very busy doing ICA 
builds :-/

Also would be nice to know the current status of HLFS.

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfroms
cratch.org
LFS en castellano: http://www.escomp
oslinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
jhalfs clfs-embedded
user name
2006-12-05 16:59:56
M.Canales.es wrote:
> El Lunes, 4 de Diciembre de 2006 23:27, George Boudreau
escribió:
> 
> 
>>    Any ideas.
> 
> See r3255.
> 
> Could you verify that CLFS2 and CLFS3 works? My machine
is very busy doing ICA 
> builds :-/
   I have a clfs-embedded (clfs3) build running now. I will
check CLFS & 
CLFS2 later today. (Along with GeorgeM work and another
project.. busy 
busy busy)
> 
> Also would be nice to know the current status of HLFS.
> 
   I don't know what to do with that book. There are 2
different build 
methods, the 2.4 branch and the normal trunk. I have done
some work but 
it is not fit to commit yet. I will tackle this book later,
hopefully 
next week.
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
jhalfs clfs-embedded
user name
2006-12-05 17:29:02
Thanks Manuel, CLFS-embedded compiled with no interventions.

FYI.. an earlier build, after stripping all unnecessary
files, had a 
4.2mb footprint.


-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
jhalfs clfs-embedded
user name
2006-12-05 17:44:22
El Martes, 5 de Diciembre de 2006 17:59, George Boudreau
escribió:

>    I have a clfs-embedded (clfs3) build running now. I
will check CLFS &
> CLFS2 later today.

CLFS-svn support is broken for sure, I think.

>
>    I don't know what to do with that book. There are 2
different build
> methods, the 2.4 branch and the normal trunk. I have
done some work but
> it is not fit to commit yet. I will tackle this book
later, hopefully
> next week.

At first glance to add support for 2.4 branch inside current
HLFS code don't 
looks very hard. I will see at that after releasing 2.1.

What I would know for 2.1 is if the SVN HLFS book can be
builded or is still 
broken.


-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfroms
cratch.org
LFS en castellano: http://www.escomp
oslinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
jhalfs clfs/hlfs build status
user name
2006-12-05 23:47:49
M.Canales.es wrote:
> El Martes, 5 de Diciembre de 2006 17:59, George
Boudreau escribió:
> 
>>    I have a clfs-embedded (clfs3) build running
now. I will check CLFS &
>> CLFS2 later today.
> 
     CLFS-sysroot compiles without intervention.

> CLFS-svn support is broken for sure, I think.
> 
     Yes it is, I will tackle it later this week.

>>    I don't know what to do with that book. There
are 2 different build
>> methods, the 2.4 branch and the normal trunk. I
have done some work but
>> it is not fit to commit yet. I will tackle this
book later, hopefully
>> next week.
> 
> At first glance to add support for 2.4 branch inside
current HLFS code don't 
> looks very hard. I will see at that after releasing
2.1.
> 
> What I would know for 2.1 is if the SVN HLFS book can
be builded or is still 
> broken.
> 
   Running jhalfs against the HLFS svn trunk (glibc
selected) fails 
during the build of the 'embryo-toolchain' (error included
below) I 
guess we should mark HLFS trunk and branch as a no-go for
the next 
while. I will continue to keep an eye on things and let you
know if 
there are any changes.


bin/bash ./libtool --mode=link 
/mnt/LINUX/sources/embryo-build/./prev-gcc/xgcc
-B/mnt/LINUX/
/mnt/LINUX/sources/embryo-build/./prev-gcc/xgcc 
-B/mnt/LINUX/sources/embryo-build/./prev-gcc/
./libtool: line 4281:
/mnt/LINUX/sources/embryo-build/./prev-gcc/xgcc: 
No such file or direct
make[1]: *** [ld-new-new] Error 127 

make[1]: Leaving directory
`/mnt/LINUX/sources/embryo-build/tools-ld
> 

-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
jhalfs clfs/hlfs build status
user name
2006-12-06 10:28:37
El Miércoles, 6 de Diciembre de 2006 00:47, George Boudreau
escribió:

>    Running jhalfs against the HLFS svn trunk (glibc
selected) fails
> during the build of the 'embryo-toolchain' (error
included below) I
> guess we should mark HLFS trunk and branch as a no-go
for the next
> while. I will continue to keep an eye on things and let
you know if
> there are any changes.

Bad thing :-/

Well, that meant that README.HLFS need be updated. The wiki
page already says 
that HLFS is broken.

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfroms
cratch.org
LFS en castellano: http://www.escomp
oslinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
jhalfs clfs-embedded
user name
2006-12-06 10:32:03
El Martes, 5 de Diciembre de 2006 17:27, M.Canales.es
escribió:

> My machine is very busy doing ICA builds :-/

And I need to start another one, but using LFS-6.2.
Iterative builds can't be 
done on LFS-SVN at this moment due an issue when reinstaling
the linux kernel 
headers. 

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfroms
cratch.org
LFS en castellano: http://www.escomp
oslinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
[1-9]

about | contact  Other archives ( Real Estate discussion Medical topics )