[asterisk-bugs] [Asterisk 0009140]: Zaptel trunk doesn't compile on centos 3 (kernel 2.4.21-47.0.1.ELsmp)

noreply at bugs.digium.com noreply at bugs.digium.com
Sat Jun 7 12:41:29 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=9140 
====================================================================== 
Reported By:                velter
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   9140
Category:                   Core/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           I did not set the version :( 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 2229 
Disclaimer on File?:        Yes 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             02-26-2007 06:48 CST
Last Modified:              06-07-2008 12:41 CDT
====================================================================== 
Summary:                    Zaptel trunk doesn't compile on centos 3 (kernel 
2.4.21-47.0.1.ELsmp)
Description: 
Got the following error (even after disabling  FIRMWARE-OCT6114-064)

make -C ../firmware zaptel-fw-oct6114-064.o
make[3]: Entering directory `/usr/local/src/zaptel.trunk/firmware'
Firmware zaptel-fw-oct6114-064.bin is already installed with latest
version 1.05.01
make[3]: *** No rule to make target `zaptel-fw-oct6114-064.bin', needed by
`zaptel-fw-oct6114-064.o'.  Stop.
make[3]: Leaving directory `/usr/local/src/zaptel.trunk/firmware'
make[2]: *** [../firmware/zaptel-fw-oct6114-064.o] Error 2
make[2]: Leaving directory `/usr/local/src/zaptel.trunk/wct4xxp'
make[1]: *** [wct4xxp/wct4xxp.o] Error 2
make[1]: Leaving directory `/usr/local/src/zaptel.trunk'
make: *** [all] Error 2

====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 06-07-08 12:41  
---------------------------------------------------------------------- 
Repository: dahdi
Revision: 2237

_U  be/branches/B.2/
U   be/branches/B.2/Makefile
U   be/branches/B.2/Makefile.kernel26
U   be/branches/B.2/build_tools/make_svn_branch_name
U   be/branches/B.2/hpec/hpec_zaptel.h
U   be/branches/B.2/wct4xxp/base.c
U   be/branches/B.2/wct4xxp/vpm450m.c
U   be/branches/B.2/wctdm24xxp.c
A   be/branches/B.2/wcte12xp.c
U   be/branches/B.2/xpp/Makefile
U   be/branches/B.2/xpp/utils/Makefile
A   be/branches/B.2/xpp/utils/lszaptel
A   be/branches/B.2/xpp/utils/xpp_sync
A   be/branches/B.2/xpp/utils/zconf/
D   be/branches/B.2/xpp/utils/zconf/Zaptel/
A   be/branches/B.2/xpp/utils/zconf/Zaptel/
D   be/branches/B.2/xpp/utils/zconf/Zaptel/Chans.pm
A   be/branches/B.2/xpp/utils/zconf/Zaptel/Chans.pm
D   be/branches/B.2/xpp/utils/zconf/Zaptel/Span.pm
A   be/branches/B.2/xpp/utils/zconf/Zaptel/Span.pm
D   be/branches/B.2/xpp/utils/zconf/Zaptel/Xpp/
A   be/branches/B.2/xpp/utils/zconf/Zaptel/Xpp/
D   be/branches/B.2/xpp/utils/zconf/Zaptel/Xpp/Xbus.pm
A   be/branches/B.2/xpp/utils/zconf/Zaptel/Xpp/Xbus.pm
D   be/branches/B.2/xpp/utils/zconf/Zaptel/Xpp/Xpd.pm
A   be/branches/B.2/xpp/utils/zconf/Zaptel/Xpp/Xpd.pm
D   be/branches/B.2/xpp/utils/zconf/Zaptel/Xpp.pm
A   be/branches/B.2/xpp/utils/zconf/Zaptel/Xpp.pm
D   be/branches/B.2/xpp/utils/zconf/Zaptel.pm
A   be/branches/B.2/xpp/utils/zconf/Zaptel.pm
A   be/branches/B.2/xpp/utils/zt_registration
U   be/branches/B.2/xpp/xbus-core.c
U   be/branches/B.2/zaptel-base.c

------------------------------------------------------------------------
r2237 | qwell | 2008-06-07 12:41:27 -0500 (Sat, 07 Jun 2008) | 102 lines

Merged revisions
2117-2119,2122,2128,2150,2166,2188,2190,2193-2194,2198-2199,2208,2213,2221-2223,2232
via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r2117 | tzafrir | 2007-02-07 15:13:15 -0600 (Wed, 07 Feb 2007) | 1 line

Fixed an incorrect merge of xpp/xbus-core.c .
........
r2118 | kpfleming | 2007-02-07 15:20:30 -0600 (Wed, 07 Feb 2007) | 4 lines

don't reference ZAPTEL_DIR before it has been defined
don't print a pointless 'Compile for Unknown' message (if you want a
version string, use the top-level version string that we've already
created)
use a simpler method of conforming to the 2.6.20 workqueue API... there is
no need to document the change in the code, nor #define entries that are
only used in one place

........
r2119 | kpfleming | 2007-02-07 15:22:44 -0600 (Wed, 07 Feb 2007) | 2 lines

don't allow wct4xxp workqueue support to be built against kernel 2.6.20...
it's not going to work

........
r2122 | kpfleming | 2007-02-07 16:26:38 -0600 (Wed, 07 Feb 2007) | 2 lines

oops... missed a line in all the back-and-forth merging

........
r2128 | tzafrir | 2007-02-08 12:13:41 -0600 (Thu, 08 Feb 2007) | 2 lines

Build xpp as of kernel version 2.6.8, not 2.6.9.

........
r2150 | tzafrir | 2007-02-11 09:32:47 -0600 (Sun, 11 Feb 2007) | 2 lines

struct inode and debugfs: break some Fedoras rather than all others.

........
r2166 | mattf | 2007-02-16 16:14:48 -0600 (Fri, 16 Feb 2007) | 2 lines

Fix detection of second single port modules so it actually works now.

........
r2188 | kpfleming | 2007-02-20 22:25:21 -0600 (Tue, 20 Feb 2007) | 2 lines

fix up some compiler warnings when building for 2.4 kernels

........
r2190 | kpfleming | 2007-02-20 22:40:34 -0600 (Tue, 20 Feb 2007) | 2 lines

fix HPEC builds on 2.4 kernels

........
r2193 | kpfleming | 2007-02-21 07:59:57 -0600 (Wed, 21 Feb 2007) | 2 lines

move this comment to before the first place HOTPLUG_FIRMWARE gets set

........
r2194 | kpfleming | 2007-02-21 08:00:20 -0600 (Wed, 21 Feb 2007) | 2 lines

use new tag version numbering script

........
r2198 | mattf | 2007-02-21 09:49:50 -0600 (Wed, 21 Feb 2007) | 2 lines

Reduce our stack usage when using the vpm450m

........
r2199 | mattf | 2007-02-21 09:57:20 -0600 (Wed, 21 Feb 2007) | 2 lines

Make sure we do the check for memory allocation failure.

........
r2208 | mattf | 2007-02-21 11:26:05 -0600 (Wed, 21 Feb 2007) | 2 lines

Make sure we do the IRQ fix in the gen1 interrupt handler as well.

........
r2213 | mspiceland | 2007-02-21 20:08:40 -0600 (Wed, 21 Feb 2007) | 1 line

merge driver for Digium TE120P
........
r2221 | tzafrir | 2007-02-23 18:34:42 -0600 (Fri, 23 Feb 2007) | 3 lines

xpp_usb should not ever get modprobe ztcfg auto install rules.
For ztdynamic it is just pointless.

........
r2222 | tzafrir | 2007-02-23 18:55:05 -0600 (Fri, 23 Feb 2007) | 2 lines

Make the xpp/utils/Makefile in 1.2 closer to the one in 1.4 .

........
r2223 | tzafrir | 2007-02-23 19:05:05 -0600 (Fri, 23 Feb 2007) | 3 lines

Add the Zaptel and Zaptel::Xpp perl modules, and some simple 
utilities that use them. disabled by default for now.

........
r2232 | file | 2007-02-26 12:18:13 -0600 (Mon, 26 Feb 2007) | 2 lines

Just in case... set hotplug firmware loading option to no if on a 2.4
kernel. (issue http://bugs.digium.com/view.php?id=9140 reported by velter)

........

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=2237 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-07-08 12:41  svnbot         Note Added: 0088250                          
======================================================================




More information about the asterisk-bugs mailing list