[Home]

Summary:DAHLIN-00015: DAHDI make config fails
Reporter:Dmitry Andrianov (dimas)Labels:
Date Opened:2008-07-01 09:06:33Date Closed:2008-07-01 18:12:45
Priority:MajorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:[THIS IS ABOUT DAHDI NOT ZAPTEL. But there is no Zaptel project on Mantis]

[root@spb-voip2 dahdi-linux-trunk]# make config
install -D dahdi.init /etc/rc.d/init.d/dahdi
install: cannot stat `dahdi.init': No such file or directory
make: *** [config] Error 1

(set to Major because I can not proceed with installation at all)
Comments:By: Kevin P. Fleming (kpfleming) 2008-07-01 13:37:04

I don't really understand how this could be considered MAJOR since the init script is in no way necessary for DAHDI to be usable, and we normally don't accept MAJOR bug reports against unreleased code anyway.

By: Digium Subversion (svnbot) 2008-07-01 13:38:01

Repository: dahdi
Revision: 4497

U   linux/trunk/Makefile
A   linux/trunk/dahdi.init
A   linux/trunk/init.conf.sample
A   linux/trunk/system.conf.sample

------------------------------------------------------------------------
r4497 | kpfleming | 2008-07-01 13:37:59 -0500 (Tue, 01 Jul 2008) | 5 lines

Add the remaining files and changes needed to get 'make config' to be functional.

(closes issue DAHLIN-15)
Reported by: dimas

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

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

By: Dmitry Andrianov (dimas) 2008-07-01 17:35:33

First of all, I apologize for the "major" stuff. I kind of paniced because I had to finish installation by the next day and without a init script + sample config it would be impossible. I did not realize DAHDI stuff is not released yet because the change was announced on the list, discussed a lot etc etc. Anyway, it is my fault.

However, after the update:

[root@spb-voip2 dahdi-linux-trunk]# make config
make: *** No rule to make target `config'.  Stop.

the same if true for "make samples". (I did not try "make samples" before so I'm not sure if it worked before the update).

By: Kevin P. Fleming (kpfleming) 2008-07-01 18:12:40

This stuff is not ready for users to use yet, that's why it hasn't been released. You also clearly have not read the UPGRADE file, which documents how the old Zaptel stuff has been split into two packages.

Fixing 'make config' earlier today was the wrong thing to do, so I reverted it and removed it completely. Zaptel never had a 'make samples' target, so I don't know what you are referring to there.

Please don't try to use DAHDI for any purpose until we have released the first release candidate for public testing.