On Thu, Oct 03, 2019 at 08:59:29AM -0400, Jerry Geis wrote:> What should I do about the below error? Compiling from source. CentOS 7.7 > is fully updated. > > Thanks > > Jerry > > In file included from > digium/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/dahdi-base.c:68:0: > digium/dahdi-linux-complete-3.0.0+3.0.0/linux/include/dahdi/kernel.h:1422:1: > error: conflicting types for ‘timer_setup’ > timer_setup(struct timer_list *timer, > ^ > In file included from include/linux/workqueue.h:8:0, > from include/linux/srcu.h:34, > from include/linux/notifier.h:15, > from include/linux/memory_hotplug.h:6, > from include/linux/mmzone.h:881, > from include/linux/gfp.h:5, > from include/linux/kmod.h:22, > from include/linux/module.h:13, > from > digium/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/dahdi-base.c:40: > include/linux/timer.h:164:20: note: previous definition of ‘timer_setup’ > was here > static inline void timer_setup(struct timer_list *timer,You should be able to install dahdi-linux-complete-3.1.0-rc1+3.1.0-rc1.tar.gz [1] which contains a commit [2] that handles the fact that RHEL backported the new timer_setup interface. [1] http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-3.1.0-rc1+3.1.0-rc1.tar.gz [2] http://git.asterisk.org/gitweb/?p=dahdi/linux.git;a=commit;h=8c8b9b6df0d5757cad25b40efeb15ba1a7c95bdf (although it looks like the dahdi-linux-complete tarball has not been updated since the final 3.1.0 was released) Cheers, Shaun
On Thu, Oct 03, 2019 at 09:53:40AM -0400, Jerry Geis wrote:> >although it looks like the dahdi-linux-complete tarball has not been > >updated since the final 3.1.0 was released) > > This works - when will the tar be updated ?Unfortunately, I do not have any specific insight that would allow me to answer this question. Cheers, Shaun
What should I do about the below error? Compiling from source. CentOS 7.7 is fully updated. Thanks Jerry In file included from digium/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/dahdi-base.c:68:0: digium/dahdi-linux-complete-3.0.0+3.0.0/linux/include/dahdi/kernel.h:1422:1: error: conflicting types for ‘timer_setup’ timer_setup(struct timer_list *timer, ^ In file included from include/linux/workqueue.h:8:0, from include/linux/srcu.h:34, from include/linux/notifier.h:15, from include/linux/memory_hotplug.h:6, from include/linux/mmzone.h:881, from include/linux/gfp.h:5, from include/linux/kmod.h:22, from include/linux/module.h:13, from digium/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/dahdi-base.c:40: include/linux/timer.h:164:20: note: previous definition of ‘timer_setup’ was here static inline void timer_setup(struct timer_list *timer, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20191003/bfe91794/attachment.html>
>although it looks like the dahdi-linux-complete tarball has not been >updated since the final 3.1.0 was released)This works - when will the tar be updated ? Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20191003/4a7bb16c/attachment.html>
Maybe Matching Threads
- [RFC v4 03/12] drm/vblank: Register drmm cleanup action once per drm_vblank_crtc
- [RFC v5 01/10] drm/vblank: Register drmm cleanup action once per drm_vblank_crtc
- Error compiling DAHDI...
- [PATCH] bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones
- DAHDI-Linux and DAHDI-Tools 2.9.2-rc1 Now Available