stefan-langenmaier / jami-overlay

Jami (formerly Ring (formerly SFLphone)) is a SIP compatible softphone for GNU/Linux.
GNU General Public License v3.0
21 stars 9 forks source link

ring-daemon not compiling #61

Closed fcolecumberri closed 4 years ago

fcolecumberri commented 5 years ago

jamiaccount.cpp:3628:13: error: ‘registeredName’ was not declared in this scope if (not registeredName.empty()) ^~~~~~~ jamiaccount.cpp:3628:13: note: suggested alternative: ‘registert’ if (not registeredName.empty()) ^~~~~~~ register_t make[4]: [Makefile:589: libringacc_la-jamiaccount.lo] Error 1 make[4]: Waiting for unfinished jobs.... make[4]: Leaving directory '/var/tmp/portage/net-voip/ring-daemon-20190608.1/work/ring-project/daemon/src/jamidht' make[3]: [Makefile:632: all-recursive] Error 1 make[3]: Leaving directory '/var/tmp/portage/net-voip/ring-daemon-20190608.1/work/ring-project/daemon/src/jamidht' make[2]: [Makefile:1035: all-recursive] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-voip/ring-daemon-20190608.1/work/ring-project/daemon/src' make[1]: [Makefile:540: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-voip/ring-daemon-20190608.1/work/ring-project/daemon' make: [Makefile:471: all] Error 2

build.log

stefan-langenmaier commented 5 years ago

Hi @fcolecumberri ,

thanks for your detailed bug report. Unfortunately I was not able to reproduce the issue. Could you also send the output of emerge --info?

Did it work in earlier version of the ebuild? Btw, I have bumped the ebuild to a newer version.

fcolecumberri commented 5 years ago

here it is

ring-daemon.txt

stefan-langenmaier commented 5 years ago

I'm using gcc-8.3 for the compilation. I'm not sure if it is related but maybe you can switch to it and try again.

fcolecumberri commented 5 years ago

ok, changed gcc with eselect to x86_64-pc-linux-gnu-8.3.0 and same result

stefan-langenmaier commented 4 years ago

I'm closing this as there are newer versions available. Let me know if there is still a problem with the latest version.