Error when running make

Hello,

I am trying to update our Asterisk 11 installation to the most recent version, but running into some issues when running make menuselect:

“make: *** No rule to make target .cleancount', needed by.lastclean’. Stop.”

I can still configure and run make on the old downloaded version of Asterisk and I figured it might be an issue with the latest v11 tarball, so I therefore tried cloning the branch through git, but with no luck:

[ user@pbx ] # git clone -b 11 http://gerrit.asterisk.org/asterisk asterisk-11
Initialized empty Git repository in /usr/src/asterisk-11/.git/
error: RPC failed; result=22, HTTP code = 500

Any ideas?

Regards,
Bjorn

Can you provide the full output from the tarball issue? (No rule to make target)?

As for the git issue I’ve fixed that on the gerrit side. In the future I’d also suggest using github, it reduces the load on gerrit:

git clone -b 11 https://github.com/asterisk/asterisk.git asterisk-11

Thanks for the quick response!

I can, but I’m afraid it isn’t going to be much:

[user@pbx asterisk-11]# make menuselect make: *** No rule to make target.cleancount’, needed by .lastclean'. Stop.
(Centos 6.x 64bit)

Thanks for the update on git. I’ll give that a try.

BTW: Works like a charm using git. So it appears to be an issue limited to the tarball.

Regards,
Bjorn

We haven’t received any other reports of issues, so it’s quite odd. Is the date/time on the system correct? Did you do configure before “make menuselect”?