[OT] Re: [Asterisk-Dev] Fedora Core 2 won't compile

Benjamin Lee benjaminlee at users.sf.net
Wed Oct 13 22:27:21 MST 2004


See comments inserted below... 

On Thursday, 2004-10-14 at 01:56:06 PM, Trevor Peirce scribbled:
> Patrick wrote:
> 

*snip*

> I've been using * for quite some time, but had a harddrive fail so we 
> decided to just grab the "latest and greatest", then failed back to the 
> latest stable release.
> 
> I left this and came back -- ran make clean; make and everything went 
> flawless.  This seemed weird so I tried it again.
> 
> Uncompress .tar.gz, make failes
> run make clean, then make will run successfully.
> 
> Perhaps food for thought for a possible tweak?

Strange. ~:-|

I (still) have a FC2 + extras machine and I haven't had any compile
strangeness. What about a corrupt system? Have you checked the md5sum's of
your build environment binaries (make, gcc, tar, bash, awk) and the
tarballs?

[ben at xaos:~/dls]$ history 5
 1053  ( md5sum asterisk-1.0.0.tar.gz ; tar zxf asterisk-1.0.0.tar.gz ; cd asterisk-1.0.0 ; make clean all )
 1054  ( md5sum asterisk-1.0.0.tar.gz ; tar zxf asterisk-1.0.0.tar.gz ; cd asterisk-1.0.0 ; make -j clean all )
 1055  ( md5sum asterisk-1.0.0.tar.gz ; tar zxf asterisk-1.0.0.tar.gz ; cd asterisk-1.0.0 ; make clean all )
 1056  ( md5sum asterisk-1.0.1.tar.gz ; tar zxf asterisk-1.0.1.tar.gz ; cd asterisk-1.0.1 ; make clean all )
 1057  history 5


All worked a charm... except the -j which is expected to fail because it
cannot work out the correct dependencies... but it didn't fail where yours
failed. Yours failed with corrupted autogenerated files (e.g. help.c) ...
have you looked inside them after the fail? How is your hard drive?


[Thu, 14 Oct 2004 15:21:02 +1000] Home Sweet Home
[ben at xaos:~/dls]$ md5sum asterisk-1.0.0.tar.gz
7d14fb592d3922b5c16bb0423467a165  asterisk-1.0.0.tar.gz
[Thu, 14 Oct 2004 15:21:08 +1000] Home Sweet Home
[ben at xaos:~/dls]$ md5sum asterisk-1.0.1.tar.gz
cb55b1a0be8ff6e94179db0cdc7e074d  asterisk-1.0.1.tar.gz


-- 
Benjamin Lee
Melbourne, AU         +61.4.16.BEN.LEE         http://www.realthought.net/
__________________________________________________________________________
Reappraisal, n.:
	An abrupt change of mind after being found out.



More information about the asterisk-dev mailing list