[Freeswitch-users] Freeswitch 1.6.19: make current fails after updating

chris chris at gcjd.org
Fri Jul 28 10:12:09 UTC 2017


On Tue, 25 Jul 2017 15:16:44 -0700, Mario G wrote:
> You cannot update stable production using git update, that is only 
> for master development and current branch which are installed via 
> git. Stable does not use git, it is a simple download. For a stable 
> install, you simply reinstall the next maintenance level, macFI will 
> automatically show 1.6.20 when it shows up. I should have asked what 
> you had installed, another gcc messes things up good, been there done 
> that. BTW, you’re original FS was from April, if you look at the wiki 
> manual download instructions you will see I updated them after April 
> for a stable production download. That is the same line macFI uses 
> now for stable download. Glad you’re working now.

Thanks for your help. I have a working 1.6.19 now.

But I still see a problem with the build system. I did a fresh install 
from git to be able to do incremental updates via make current:

FreeSWITCH Version 1.9.0+git~20170725T233142Z~41130001b0~64bit (git 
4113000 2017-07-25 23:31:42Z 64bit)

and that works ok. But if I then do:

git pull && make current

I get  a similar problem like the first time.

config.status: executing depfiles commands
config.status: executing libtool commands
cd src/mod/languages/mod_lua/lua && make clean
/bin/sh: line 0: cd: src/mod/languages/mod_lua/lua: No such file or 
directory
make: *** [lua-reconf] Error 1

There is no src/mod/languages/mod_lua/lua directory yet the makefile 
refers to this directory. See also 
<https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/Makefile.am>
at line 780 this directory is used.

What's going on here?

Greetings, chris


More information about the FreeSWITCH-users mailing list