David,

Are you by chance using Ubuntu as your build host?  Try switching your 
shell to bash instead of dash.  Some of the errors are harmless (the 
"touch: cannot touch ..." one won't hurt anything).

The other one is suspect though.  I don't see it with a CentOS system. 
You might also try removing the build_i586 directory and starting clean.

Darrick

David Kerr wrote:
> I'm getting further through the build now. But still errors... can you 
> advise how to deal with the following...
> 
> make[1]: Entering directory `/home/user/astlinux-trunk
> /build_i586/wanpipe-3.2.3'
> 
>  +--------- Wanpipe Build Info --------------+
> 
>    Compiling Wanpipe with ZAPTEL Support!
>       Zaptel Dir: /home/user/astlinux-trunk/build_i586/zaptel-1.4.10/kernel
> 
> touch: cannot touch `/etc/wanpipe/.zaphdlc': No such file or directory
> Zaptel HW HDLC support detected
> 
> Please recompile and reinstall ZAPTEL after installation
> 
>  +-------------------------------------------+
> 
> Done
> ./Setup drivers 
> --builddir=/home/user/astlinux-trunk/build_i586/wanpipe-3.2.3/ast_build_dir 
> --with-linux=/home/user/astlinux-trunk/build_i586/linux-2.6.20.21-astlinux 
> --zaptel-path=/home/user/astlinux-trunk/build_i586/zaptel-1.4.10/kernel  
> --usr-cc=/home/user/astlinux-trunk/build_i586/staging_dir/bin/i586-linux-uclibc-gcc
>  
> --protocol=DEF-TDM --no-zaptel-compile --noautostart --arch=i386 --silent
> ./Setup: 945: Syntax error: Bad substitution
> make[1]: *** [all_bin_kmod] Error 2
> make[1]: Leaving directory 
> `/home/user/astlinux-trunk/build_i586/wanpipe-3.2.3'
> make: *** [/home/user/astlinux-trunk/build_i586/wanpipe-3.2.3/.built] 
> Error 2
> 
> Thanks
> David
> 
> 
> On Fri, Apr 11, 2008 at 11:45 PM, Darrick Hartman (lists) 
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     Guy Neale wrote:
>      > Sorry, I shouldn't really say "The dev dudes haven't yet added a
>      > checksum file to their web site" as I don't really know this for
>     sure.
>      > The problem is a script is trying to download
>      > "http://files.astlinux.org/zaptel-1.4.10.tar.gz.sha1"; to verify the
>      > previously downloaded
>      > http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.10.tar.gz
>      > file. The script has stopped due to ERROR 404: Not Found. (no
>     such URL).
>      > This is not normally a big problem if you "make" again, I've
>     found that
>      > the make scripts normally check and continue from where they left off
>      > Hope this helps
> 
>     Guy,
> 
>     You're very close.  We do maintain a mirror of all current files (in the
>     default configuration) and their sha1sum files at files.astlinux.org
>     <http://files.astlinux.org>.
>     We also had not updated the sha1sum files after upgrading to zaptel
>     1.4.10. <http://1.4.10.>  I'm in the process of resolving that right
>     now.
> 
>     What you could do is manually verify that the file had downloaded
>     properly, then do sha1sum dl/<filename> > dl/<filename>.sha1.  After
>     that, you can, in most cases, type make again to resume the build.
> 
>     We probably should set the getter script to check for an sha1 file at
>     the original download site too and not just on files.astlinux.org
>     <http://files.astlinux.org>.  In
>     this case, Digium does have an sha1sum file (this isn't always true for
>     all files in the system)
> 
>     Darrick
> 
>      > ________________________________________
>      > From: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>      > [mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>] On Behalf Of Guy
>      > Neale
>      > Sent: Saturday, 12 April 2008 12:28 PM
>      > To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>;
>     AstLinux Users Mailing List
>      > Subject: Re: [Astlinux-users] Build error
>      >
>      > The dev dudes haven't yet added a checksum file to their web site
>     which
>      > verifies the integrity of the package you are downloading
>      > (zaptel-1.4.10.tar.gz)
>      >
>      > Shouldn't be a big problem just "make" again and you should
>     continue to
>      > compile
>      >
>      > Guy
>      >
>      > ________________________________________
>      > From: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>      > [mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>] On Behalf Of
>     David
>      > Kerr
>      > Sent: Saturday, 12 April 2008 12:08 PM
>      > To: [email protected]
>     <mailto:[email protected]>
>      > Subject: [Astlinux-users] Build error
>      >
>      > As I mentioned in my last email, I've checked out the trunk and
>     compiled
>      > AstLinux. But I don't know if it was completely successful. The last
>      > messages coming from the build (after 90 minutes) suggest an
>     error....
>      >
>      > # ln -sf /usr/lib/pppd/2.4.3
>      > /home/user/astlinux-trunk/build_i586/root/usr/lib/ppp
>      > toolchain/getter_script.sh -P /home/user/astlinux-trunk/dl
>      > http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.10.tar.gz
>      > 15:00:06
>      >
>     URL:http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.10.tar.gz
>      > [1670752/1670752] ->
>     "/home/user/astlinux-trunk/dl/zaptel-1.4.10.tar.gz"
>      > [1]
>      > http://files.astlinux.org/zaptel-1.4.10.tar.gz.sha1:
>      > 15:00:10 ERROR 404: Not Found.
>      > sha1sum: dl/zaptel-1.4.10.tar.gz.sha1: No such file or directory
>      > zaptel-1.4.10.tar.gz failed verification - exiting
>      > make: *** [/home/user/astlinux-trunk/dl/zaptel-1.4.10.tar.gz] Error 1
>      >
>      >
>      > And then I return to command prompt.
>      > Is the above message OK or do I have a problem ?
>      >
>      > Thanks for any help.
>      >
>      > David
> 
>     --
>     Darrick Hartman
>     DJH Solutions, LLC
>     http://www.djhsolutions.com
>     http://www.djhsolutions.com/wiki
> 
>     -------------------------------------------------------------------------
>     This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>     Don't miss this year's exciting event. There's still time to save $100.
>     Use priority code J8TL2D2.
>     
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>     _______________________________________________
>     Astlinux-users mailing list
>     [email protected]
>     <mailto:[email protected]>
>     https://lists.sourceforge.net/lists/listinfo/astlinux-users
> 
>     Donations to support AstLinux are graciously accepted via PayPal to
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>.
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Astlinux-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> 
> Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
> PROTECTED]

-- 
Darrick Hartman
DJH Solutions, LLC
http://www.djhsolutions.com
http://www.djhsolutions.com/wiki

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to