[asterisk-bugs] [Zaptel 0012118]: make clean fails
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jun 7 13:54:03 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12118
======================================================================
Reported By: virgilio
Assigned To: tzafrir
======================================================================
Project: Zaptel
Issue ID: 12118
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Zaptel Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 03-01-2008 18:18 CST
Last Modified: 06-07-2008 13:54 CDT
======================================================================
Summary: make clean fails
Description:
when do a make clean after a make in zaptel-1.2.24 make clean fails
but not zaptel-1.2.23, also fails with svn version
make[1]: Leaving directory `/home/admin/zaptel-1.2.24/wct4xxp'
make -C wctc4xxp clean
make[1]: Entering directory `/home/admin/zaptel-1.2.24/wctc4xxp'
rm -rf codec_test
make[1]: Leaving directory `/home/admin/zaptel-1.2.24/wctc4xxp'
make -C wcte12xp clean
make[1]: Entering directory `/home/admin/zaptel-1.2.24/wcte12xp'
Makefile:4: /Kbuild: No such file or directory
make[1]: *** No rule to make target `/Kbuild'. Stop.
make[1]: Leaving directory `/home/admin/zaptel-1.2.24/wcte12xp'
make: *** [clean] Error 2
thanks
======================================================================
----------------------------------------------------------------------
svnbot - 06-07-08 13:54
----------------------------------------------------------------------
Repository: dahdi
Revision: 3944
_U team/mattf/zaptel-1.4-vpmadt032fwupdate/
U team/mattf/zaptel-1.4-vpmadt032fwupdate/Makefile
U team/mattf/zaptel-1.4-vpmadt032fwupdate/README
U team/mattf/zaptel-1.4-vpmadt032fwupdate/build_tools/test_kernel_git
U team/mattf/zaptel-1.4-vpmadt032fwupdate/hdlcstress.c
U team/mattf/zaptel-1.4-vpmadt032fwupdate/hdlctest.c
U team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/GNUmakefile
U team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/tor2.c
U team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/torisa.c
U
team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/xpp/utils/zconf/Zaptel/Span.pm
U team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/zaptel-base.c
U team/mattf/zaptel-1.4-vpmadt032fwupdate/tonezone.c
U team/mattf/zaptel-1.4-vpmadt032fwupdate/zaptel.conf.sample
U team/mattf/zaptel-1.4-vpmadt032fwupdate/zonedata.c
------------------------------------------------------------------------
r3944 | mattf | 2008-06-07 13:53:56 -0500 (Sat, 07 Jun 2008) | 98 lines
Merged revisions
3881,3883,3885,3888,3892,3899,3904,3916,3919-3921,3932,3939 via svnmerge
from
https://origsvn.digium.com/svn/zaptel/branches/1.4
................
r3881 | kpfleming | 2008-02-26 17:43:29 -0600 (Tue, 26 Feb 2008) | 2 lines
properly initialize the buffer used for holding generated tone samples...
this should fix issue http://bugs.digium.com/view.php?id=11855 and solve
problems with DTMF generation
................
r3883 | sruffell | 2008-02-26 19:13:05 -0600 (Tue, 26 Feb 2008) | 3 lines
Increase the battery debounce from 64ms to 1 second.
................
r3885 | sruffell | 2008-02-27 12:30:56 -0600 (Wed, 27 Feb 2008) | 4 lines
Set the default tone zone to to the first loaded zone by default.
Should prevent the crash reported in issue 0012053.
................
r3888 | tzafrir | 2008-02-27 15:57:44 -0600 (Wed, 27 Feb 2008) | 3 lines
* torisa.c: Report the correct E1/T1 .
* tor2.c: fix a typo in the span description string.
................
r3892 | sruffell | 2008-02-28 00:01:47 -0600 (Thu, 28 Feb 2008) | 6 lines
Undoing the change in revision 3883 until there can be more thought about
the
best place to configure the battery debounce time. Too short and
erroneous
alarms are generated. Too long, and asterisk won't detect when the remote
side disconnects.
................
r3899 | dbailey | 2008-02-28 08:37:26 -0600 (Thu, 28 Feb 2008) | 2 lines
Change DTMF and MF level parameters to match country specs
................
r3904 | tzafrir | 2008-02-28 10:12:08 -0600 (Thu, 28 Feb 2008) | 2 lines
Remove some unused variables.
................
r3916 | tzafrir | 2008-03-03 04:57:00 -0600 (Mon, 03 Mar 2008) | 3 lines
* Document 'mulaw', 'alaw' and 'deflaw' in the sample config file.
* Fix spacing in the README.
................
r3919 | tzafrir | 2008-03-03 15:01:34 -0600 (Mon, 03 Mar 2008) | 2 lines
Fix setting versions in test_kernel_git.
................
r3920 | tzafrir | 2008-03-03 15:33:16 -0600 (Mon, 03 Mar 2008) | 11 lines
Blocked revisions 3917 via svnmerge
........
r3917 | tzafrir | 2008-03-03 22:44:01 +0200 (Mon, 03 Mar 2008) | 4 lines
No need for userspace 'make clean' here. Kbuild takes care of it.
Closes issue http://bugs.digium.com/view.php?id=12118 .
........
................
r3921 | tzafrir | 2008-03-03 16:04:02 -0600 (Mon, 03 Mar 2008) | 5 lines
* Pass some extra variables explicitly in the 2.4 build.
* Clean up the 2.4 kernel GNUMakefile.
Should hopefully fix issue http://bugs.digium.com/view.php?id=12056.
................
r3932 | kpfleming | 2008-03-04 17:58:35 -0600 (Tue, 04 Mar 2008) | 9 lines
don't add an unnecessary delayed battery transition on FXS ports when we
know the other end is already on-hook
(closes issue http://bugs.digium.com/view.php?id=9660)
Reported by: mmacvicar
Patches:
zaptel-base-c_patch_1_4_rev3121 uploaded by meneault (license 260)
Tested by: jmhunter
................
r3939 | tzafrir | 2008-03-05 15:16:47 -0600 (Wed, 05 Mar 2008) | 2 lines
Hopefully a fix for issue http://bugs.digium.com/view.php?id=12150 .
................
------------------------------------------------------------------------
http://svn.digium.com/view/dahdi?view=rev&revision=3944
Issue History
Date Modified Username Field Change
======================================================================
06-07-08 13:54 svnbot Note Added: 0088398
======================================================================
More information about the asterisk-bugs
mailing list