[Home]

Summary:ASTERISK-09203: 'make distclean' and 'make clean' no longer work in Zaptel 1.4
Reporter:Leif Madsen (lmadsen)Labels:
Date Opened:2007-04-05 14:29:18Date Closed:2007-04-25 12:37:07
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When running 'make clean' or 'make distclean', it errors out with something like:

make -C  SUBDIRS=/usr/src/zaptel-1.4 clean
make: *** SUBDIRS=/usr/src/zaptel-1.4: No such file or directory.  Stop.
make: *** [clean] Error 2

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

This causes you to have to delete the directory and re-check out Zaptel in order to re-run ./configure after you install something... such as ncurses-devel.
Comments:By: Tilghman Lesher (tilghman) 2007-04-05 14:57:08

Could you provide a little more detail?  I'm able to run 'make clean' and 'make distclean' just fine.

By: Leif Madsen (lmadsen) 2007-04-05 15:02:20

I just installed a fresh CentOS 4.4 box. Then I run:

svn co http://svn.digium.com/svn/zaptel/branches/1.4 zaptel-1.4
cd zaptel-1.4
./configure
make menuselect

(missing ncurses-devel)

yum install ncurses-devel -y
make distclean

(see error above)

./configure
make menuselect

(missing ncurses-devel)

cd ../
rm -rf zaptel-1.4
svn co http://svn.digium.com/svn/zaptel/branches/1.4 zaptel-1.4
cd zaptel-1.4
./configure
make menuselect

(everything OK)

Not doing anything fancy here... just clean box, missing ncurses, then trying to run 'make clean' or 'make distclean' and no go. Latest SVN checkout from today.

By: Leif Madsen (lmadsen) 2007-04-25 12:37:07

Since I don't have time to try and reproduce this, and since I haven't run into it again, I'm going to blame CentOS :)