[Home]

Summary:ASTERISK-03284: zaptel no longer compiles under SuSE kernel 2.6.5
Reporter:chofmann (chofmann)Labels:
Date Opened:2005-01-15 16:05:29.000-0600Date Closed:2005-01-16 19:56:57.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I still have this problem (same as ASTERISK-3266) on my box running SuSE Linux 2.6.5-7.97.
This relates to the actual CVS as of now (01-15-2005 / 15:30).

****** ADDITIONAL INFORMATION ******

make -C /lib/modules/`uname -r`/build SUBDIRS=/usr/asterisk/zaptel modules
make[1]: Entering directory `/usr/src/linux-2.6.5-7.97-obj/i386/default'
make -C ../../../linux-2.6.5-7.97 O=../linux-2.6.5-7.97-obj/i386/default modules
 CC [M]  /usr/asterisk/zaptel/zaptel.o
/usr/asterisk/zaptel/zaptel.c:6232: error: parse error before "int"
/usr/asterisk/zaptel/zaptel.c:6232: warning: type defaults to `int' in declaration of `module_param'
/usr/asterisk/zaptel/zaptel.c:6232: warning: function declaration isn't a prototype
/usr/asterisk/zaptel/zaptel.c:6232: warning: data definition has no type or storage class
/usr/asterisk/zaptel/zaptel.c:6233: error: parse error before "int"
/usr/asterisk/zaptel/zaptel.c:6233: warning: type defaults to `int' in declaration of `module_param'
/usr/asterisk/zaptel/zaptel.c:6233: warning: function declaration isn't a prototype
/usr/asterisk/zaptel/zaptel.c:6233: warning: data definition has no type or storage class
make[4]: *** [/usr/asterisk/zaptel/zaptel.o] Error 1
make[3]: *** [_module_/usr/asterisk/zaptel] Error 2
make[2]: *** [modules] Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.5-7.97-obj/i386/default'
make: *** [linux26] Error 2
Comments:By: nick (nick) 2005-01-15 16:10:06.000-0600

Are you sure you've got a fresh checkout? I thought this was fixed in ASTERISK-3266?

NB

By: chofmann (chofmann) 2005-01-15 16:15:44.000-0600

Yes, I have tried with a fresh checkout. After haveing the same problems I have manually deleted all directories and have checked out all files again from the CVS (just some minutes ago). Same result.

By: nick (nick) 2005-01-15 16:24:33.000-0600

Can you get on #asterisk-bugs?

NB

By: chofmann (chofmann) 2005-01-15 16:37:57.000-0600

@nick: If you tell me where and how to get on #asterisk-bugs, I'll do it.

By: nick (nick) 2005-01-15 16:41:28.000-0600

It's an IRC channel: irc.freenode.net

By: Mark Spencer (markster) 2005-01-15 16:54:57.000-0600

Fixed in CVS head.

By: Russell Bryant (russell) 2005-01-16 19:56:57.000-0600

should be fixed in 1.0 now, too