David Barron wrote:
> Yes, that's how I got around the error each time.
Here is the Makefile and the build script.
>
Did you notice in the Makefile at 082-autoconf the line
echo "export
MAKEFLAGE=\"-j3\"" >> envars
You have selected to optimize the build and autoconf does
not like
parallel builds.
Add 'autoconf' to the BLACK_LIST in /optimize/opt_conf
or do not
enable optimization.
(you should think of downloading the latest svn copy of
jhalfs.. it is
a little easier to use and cleaner internally)
>
>
>> -----Original Message-----
>> From: alfs-discuss-bounces linuxfromscratch.org
>> [mailto:alfs-discuss-bounces linuxfromscratch.org] On
Behalf
>> Of M.Canales.es
>> Sent: Thursday, August 17, 2006 3:17 PM
>> To: ALFS Discussion and Development List
>> Subject: Re: Problem with autoconf
>>
>> El Jueves, 17 de Agosto de 2006 21:03, David Barron
escribió:
>>> I'm running jhalfs on two machines and on both
I got an error on
>>> autoconf in chapter 6. I'll attach the log.
>>>
>>> I got around the problem on both machines by
issuing the chroot
>>> command and running make and make install
manually.
>> Eneter to the chroot using the commands in the
book. Be sure
>> that the virtual filesystem are mounted.
>>
>> cd to /sources, remove the autoconf-2.60/ dir and
unpack the
>> autoconf package.
>>
>> cd to autoconf-2.60/ and run the ./configure
command found
>> in the book.
>>
>> If all go well, then may be is a bug in jhalfs.
Send us the
>> 082-autoconf build script and the Makefile.
>>
>> If it fails also, then you will need to ask in
lfs-support.
>>
>> --
>> 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
>>
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|