Julian Lyndon-Smith
2005-Aug-29 06:04 UTC
[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 + +-------------------------------------------+ [root@foxtrot 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
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
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: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] 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 noavail.> The "make" command seems to compile ok, but "make install" simplykeeps> 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 + > +-------------------------------------------+ > [root@foxtrot 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