[Asterisk-Users] Compile problem with 1.2 beta 1

2005-08-29 Thread Julian Lyndon-Smith
Has anyone else got 1.2 compiled from cvs ? I've posted the question 
below to the -dev list but got no answers:


1) No-one else is trying beta 1
2) No-one else is having any issues (I must be the idiot)
3) No-one else saw my message :)

I have been trying to compile 1.2 beta 1 on a centos 4 box, to no avail. 
The make command seems to compile ok, but make install simply keeps 
looping. (see below).


After this, no make command (clean/install/update etc) works.

CVS head compiles and installs with no problems on the same machine.

Julian.

 +- Asterisk Build Complete -+
 + Asterisk has successfully been built, but +
 + cannot be run before being installed by   +
 + running:  +
 +   +
 +   make install+
 +---+
[EMAIL PROTECTED] asterisk]# make install
build_tools/make_version_h  include/asterisk/version.h.tmp
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; 
then echo; else \

mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
fi
rm -f include/asterisk/version.h.tmp
build_tools/mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-fomit-frame-pointer  acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c 
asterisk.c ast_expr2.c ast_expr2f.c astmm.c autoservice.c callerid.c 
cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c 
devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c 
fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c 
manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c 
say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c 
ulaw.c utils.c

build_tools/make_version_h  include/asterisk/version.h.tmp
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; 
then echo; else \

mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
fi
rm -f include/asterisk/version.h.tmp
build_tools/mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-fomit-frame-pointer  acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c 
asterisk.c ast_expr2.c ast_expr2f.c astmm.c autoservice.c callerid.c 
cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c 
devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c 
fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c 
manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c 
say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c 
ulaw.c utils.c

build_tools/make_version_h  include/asterisk/version.h.tmp
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; 
then echo; else \

mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
fi
rm -f include/asterisk/version.h.tmp
build_tools/mkdep -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT 
-D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS 
-fomit-frame-pointer  acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c 
asterisk.c ast_expr2.c ast_expr2f.c astmm.c autoservice.c callerid.c 
cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c 
devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c 
fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c 
manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c 
say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c 
ulaw.c utils.c

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Compile problem with 1.2 beta 1

2005-08-29 Thread Doug Lytle

Julian Lyndon-Smith wrote:

Has anyone else got 1.2 compiled from cvs ? I've posted the question 
below to the -dev list but got no answers:




Mine complies fine under Mandrake and a kernel downloaded from 
kernel.org, ztdummy won't load, but other then that no issues.


Doug

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Compile problem with 1.2 beta 1

2005-08-29 Thread Geoff Karl
On 8/29/05, Doug Lytle [EMAIL PROTECTED] wrote:
 Julian Lyndon-Smith wrote:
 
  Has anyone else got 1.2 compiled from cvs ? I've posted the question
  below to the -dev list but got no answers:
 
 
 Mine complies fine under Mandrake and a kernel downloaded from
 kernel.org, ztdummy won't load, but other then that no issues.
 
 Doug
 


I get the same compile errors on Debian Sarge.

I have been compiling previous CVS HEAD versions.

I was able to compile the tarball.


Geoff
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Compile problem with 1.2 beta 1

2005-08-29 Thread Damon Estep
Had the same issue, tried to submit the bug and the bug tracker would
not take bugs for versions other than CVS head.

I did a little more research and found a directory
/usr/src/asterisk/asterisk!

I did not create the folder above!

CVS Head compiled on the same machine without issues

There has been a new tarball posted since I downloaded mine.



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Julian Lyndon-Smith
 Sent: Monday, August 29, 2005 7:04 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [Asterisk-Users] Compile problem with 1.2 beta 1
 
 Has anyone else got 1.2 compiled from cvs ? I've posted the question
 below to the -dev list but got no answers:
 
 1) No-one else is trying beta 1
 2) No-one else is having any issues (I must be the idiot)
 3) No-one else saw my message :)
 
 I have been trying to compile 1.2 beta 1 on a centos 4 box, to no
avail.
 The make command seems to compile ok, but make install simply
keeps
 looping. (see below).
 
 After this, no make command (clean/install/update etc) works.
 
 CVS head compiles and installs with no problems on the same machine.
 
 Julian.
 
   +- Asterisk Build Complete -+
   + Asterisk has successfully been built, but +
   + cannot be run before being installed by   +
   + running:  +
   +   +
   +   make install+
   +---+
 [EMAIL PROTECTED] asterisk]# make install
 build_tools/make_version_h  include/asterisk/version.h.tmp
 if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
 then echo; else \
  mv include/asterisk/version.h.tmp include/asterisk/version.h
; \
 fi
 rm -f include/asterisk/version.h.tmp
 build_tools/mkdep -pipe  -Wall -Wstrict-prototypes
-Wmissing-prototypes
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
 -fomit-frame-pointer  acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c
 asterisk.c ast_expr2.c ast_expr2f.c astmm.c autoservice.c callerid.c
 cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c
 devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c
 fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c
 manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c
 say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c
 ulaw.c utils.c
 build_tools/make_version_h  include/asterisk/version.h.tmp
 if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
 then echo; else \
  mv include/asterisk/version.h.tmp include/asterisk/version.h
; \
 fi
 rm -f include/asterisk/version.h.tmp
 build_tools/mkdep -pipe  -Wall -Wstrict-prototypes
-Wmissing-prototypes
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
 -fomit-frame-pointer  acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c
 asterisk.c ast_expr2.c ast_expr2f.c astmm.c autoservice.c callerid.c
 cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c
 devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c
 fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c
 manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c
 say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c
 ulaw.c utils.c
 build_tools/make_version_h  include/asterisk/version.h.tmp
 if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
 then echo; else \
  mv include/asterisk/version.h.tmp include/asterisk/version.h
; \
 fi
 rm -f include/asterisk/version.h.tmp
 build_tools/mkdep -pipe  -Wall -Wstrict-prototypes
-Wmissing-prototypes
 -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT
 -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS
 -fomit-frame-pointer  acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c
 asterisk.c ast_expr2.c ast_expr2f.c astmm.c autoservice.c callerid.c
 cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c
 devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c
 fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c
 manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c
 say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c
 ulaw.c utils.c
 ___
 --Bandwidth and Colocation sponsored by Easynews.com --
 
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk