Cant submit bugs - error 1303, invalid value for field when submitting a new issue. Bug info Failure on build with 1.2beta1 on fresh FC4 install ast_expr2f.c:1784: warning: no previous prototype for ?ast_yyget_column? ast_expr2f.c:1860: warning: no previous prototype for ?ast_yyset_column? ast_expr2f.c:1259: warning: ?yyunput? defined but not used gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o utils.o config_old.o plc.o jitterbuf.o dnsmgr.o devicestate.o netsock.o slinfactory.o ast_expr2.o ast_expr2f.o editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl /usr/bin/ld: cannot open output file asterisk: Is a directory collect2: ld returned 1 exit status make: *** [asterisk] Error 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050826/c32ec691/attachment.htm
Damon Estep wrote:> ast_expr2f.c:1784: warning: no previous prototype for ?ast_yyget_column? > > ast_expr2f.c:1860: warning: no previous prototype for ?ast_yyset_column? > > ast_expr2f.c:1259: warning: ?yyunput? defined but not usedThese are not errors, that's why they are called 'warnings'.> /usr/bin/ld: cannot open output file asterisk: Is a directoryCould this message be any more explicit? Obviously you have a directory called 'asterisk' in the place where the binary is supposed to be built.
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Kevin P. Fleming > Sent: Saturday, August 27, 2005 9:30 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] bug tracker bug? > > Damon Estep wrote: > > > ast_expr2f.c:1784: warning: no previous prototype for ?ast_yyget_column? > > > > ast_expr2f.c:1860: warning: no previous prototype for ?ast_yyset_column? > > > > ast_expr2f.c:1259: warning: ?yyunput? defined but not used > > These are not errors, that's why they are called 'warnings'. > > > /usr/bin/ld: cannot open output file asterisk: Is a directory > > Could this message be any more explicit? Obviously you have a directory > called 'asterisk' in the place where the binary is supposed to be built. > _______________________________________________That is correct, but it was not created by me, the make install fails and the make clean loops, one of those process made the asterisk directory in error. There is a bug in one of the makefiles. This was on a freshly formatted machine with no existing folders in /usr/src. V1.2beta1 was checked out while in /usr/src You can rm -rf asterisk and do it all over again, same problem comes back.
And is does not exist in current cvs head either :) -- that builds fine.> > I have the same problem. I've built cvs head countless times, first time > I've seen this issue. > > 1.2 beta > > Julian. > > Damon Estep wrote: > >>-----Original Message----- > >>From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > >>bounces@lists.digium.com] On Behalf Of Kevin P. Fleming > >>Sent: Saturday, August 27, 2005 9:30 AM > >>To: Asterisk Users Mailing List - Non-Commercial Discussion > >>Subject: Re: [Asterisk-Users] bug tracker bug? > >> > >>Damon Estep wrote: > >> > >> > >>>ast_expr2f.c:1784: warning: no previous prototype for > ?ast_yyget_column? > >>> > >>>ast_expr2f.c:1860: warning: no previous prototype for > ?ast_yyset_column? > >>> > >>>ast_expr2f.c:1259: warning: ?yyunput? defined but not used > >> > >>These are not errors, that's why they are called 'warnings'. > >> > >> > >>>/usr/bin/ld: cannot open output file asterisk: Is a directory > >> > >>Could this message be any more explicit? Obviously you have a directory > >>called 'asterisk' in the place where the binary is supposed to be built. > >>_______________________________________________ > > > > > > That is correct, but it was not created by me, the make install fails > and the make clean loops, one of those process made the asterisk directory > in error. There is a bug in one of the makefiles. > > > > This was on a freshly formatted machine with no existing folders in > /usr/src. > > > > V1.2beta1 was checked out while in /usr/src > > > > You can rm -rf asterisk and do it all over again, same problem comes > back. > > _______________________________________________ > > --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-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users