First of all,
Thanks for the point in the right direction James. Everything is working great
with the LBE, many thanks to the LTSP team for building a kick ass build
environment :)
but yet, once agian I have to beg for help ;P I need to build some packages
that do not use configure scripts, while most have worked anything that uses
bootstrap doens't seem to.
bootstrap from faac:
#! /bin/sh
aclocal -I .
autoheader
libtoolize --automake
automake --add-missing
autoconf
Running under LBE produces the following error:
--(2021:Tue,09 Mar 04:$)-- ./build --only=faac
Fetching tarballs...
../../tarballs/faac-1.23.5.tar.gz already exists, lets validate it
Checking the md5sum: ../../tarballs/faac-1.23.5.tar.gz: OK
################################################################################
package=faac
Running configure...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_CA.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't locate Automake/General.pm in @INC (@INC contains:
/usr/local/share/automake-1.6 /usr/lib/perl5/5.8.0/i686-linux
/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at
/usr/bin/aclocal line 37.
<snip>
BEGIN failed--compilation aborted at /usr/bin/automake line 39.
autoconf: no input file
Unable to configure faac: Inappropriate ioctl for device
I added the following lines to debug the bootstrap script:
#! /bin/sh
#LC_ALL=en_CA.ISO8859-1
LC_ALL=C
LANGUAGE=en_CA
export LANGUAGE
export LC_ALL
echo "----------------------------"
echo "LOCAL have been exported!!!"
echo "----------------------------"
#Print the aviable locals
echo "----------------------------"
locale -a
echo "----------------------------"
aclocal -I .
echo "----------------------------"
echo "ACLOCAL has completed!!!"
echo "----------------------------"
autoheader
echo "----------------------------"
echo "AUTOHEADER has completed!!!"
echo "----------------------------"
libtoolize --automake
echo "----------------------------"
echo "LIBTOOLIZE has completed!!!"
echo "----------------------------"
automake --add-missing
autoconf
This returns:
--(2034:Tue,09 Mar 04:$)-- ./build --only=faac
Fetching tarballs...
../../tarballs/faac-1.23.5.tar.gz already exists, lets validate it
Checking the md5sum: ../../tarballs/faac-1.23.5.tar.gz: OK
################################################################################
package=faac
Running configure...
----------------------------
LOCAL have been exported!!!
----------------------------
----------------------------
C
POSIX
----------------------------
Can't locate Automake/General.pm in @INC (@INC contains:
/usr/local/share/automake-1.6 /usr/lib/perl5/5.8.0/i686-linux
/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at
/usr/bin/aclocal line 37.
<snip>
Can't locate Automake/Struct.pm in @INC (@INC contains:
/usr/local/share/automake-1.6 /usr/lib/perl5/5.8.0/i686-linux
/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at
/usr/bin/automake line 39.
BEGIN failed--compilation aborted at /usr/bin/automake line 39.
autoconf: no input file
Unable to configure faac: Inappropriate ioctl for device
How do I tell the Perl (via the LBE) to use the LTSP locales that are
installed. And or how do I get around this error? (Perl is far from my
strongest langauge)
Many thanks :)
Mike
On Sunday 07 March 2004 03:45, [EMAIL PROTECTED] wrote:
> Hi
>
> > Has anyone built any packages agianst the LBE? Is there any
> > documentation= on=20
> > how to do it?
>
> Lots! and easy!
>
> Download and build lbe
>
> Choose a simple package (I think I used popt) and clone the directory (say
> you call it 'mine')
> cd mine, and
<SNIP>
>---- James
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net