ok, so, I have been trying to Build from the cvs on various versions ofDebian 9; on my Raspberry Pi 3 under Raspbian Stretch arm ... Raspbian x86_64 PC (Debian 9
Stretch) omn my PC, under full blown Debian x86_64 on the same PC as well asunder Ubuntu 16.04 and 18.04 (all Debian 9 variants) on the same PC... all have
compile ... and on the same PC under Slackware 14.2 a very successful Build(which I am currently logged into and using. I have discussed this with Rob a few times and
he suggested I post here ... I do not have a log of the compling errors butbasically ... if I install libmozjs and use that option on the make command line I get at
least as far as compliing and linking but get a segmentation fault whenexecuting sbbs ... when I use the libmozjs from the cvs it doesn't even as far as compiling and
it always seems to fail at jscompartment.o ... has anyone else had thisproblem under Debian?
Mortifis wrote:
ok, so, I have been trying to Build from the cvs on various versions of Debian 9; on my Raspberry Pi 3 under Raspbian Stretch arm ... Raspbian x86_64 PC (Debian 9
Stretch) omn my PC, under full blown Debian x86_64 on the same PC as well as under Ubuntu 16.04 and 18.04 (all Debian 9 variants) on the same PC... all have failed to
compile ... and on the same PC under Slackware 14.2 a very successful Build (which I am currently logged into and using. I have discussed this with Rob a few times and
he suggested I post here ... I do not have a log of the compling errors but basically ... if I install libmozjs and use that option on the make command line I get at
least as far as compliing and linking but get a segmentation fault when executing sbbs ... when I use the libmozjs from the cvs it doesn't even as far as compiling and
it always seems to fail at jscompartment.o ... has anyone else had this problem under Debian?
Having some output would really help. I use Ubuntu which is pretty much as close as you're going to get and have no problems. If you use make --trace then it'll give you some extra output and hint at what is going wrong.
---
� Synchronet � End Of The Line BBS - endofthelinebbs.com
Mortifis wrote:
ok, so, I have been trying to Build from the cvs on various versions of Debian 9; on my Raspberry Pi 3 under Raspbian Stretch arm ... Raspbian x86_64 PC (Debian 9
Stretch) omn my PC, under full blown Debian x86_64 on the same PC as well as under Ubuntu 16.04 and 18.04 (all Debian 9 variants) on the same PC... all have failed to
compile ... and on the same PC under Slackware 14.2 a very successful Build (which I am currently logged into and using. I have discussed this with Rob a few times and
he suggested I post here ... I do not have a log of the compling errors but basically ... if I install libmozjs and use that option on the make command line I get at
least as far as compliing and linking but get a segmentation fault when executing sbbs ... when I use the libmozjs from the cvs it doesn't even as far as compiling and
it always seems to fail at jscompartment.o ... has anyone else had this problem under Debian?
Having some output would really help. I use Ubuntu which is pretty much as close as you're going to get and have no problems. If you use make --trace then it'll give you some extra output and hint at what is going wrong.
---
� Synchronet � End Of The Line BBS - endofthelinebbs.com
Mortifis wrote:
ok, so, I have been trying to Build from the cvs on various versions of Debian 9; on my Raspberry Pi 3 under Raspbian Stretch arm ... Raspbian x86_64 PC (Debian 9
Stretch) omn my PC, under full blown Debian x86_64 on the same PC as well as under Ubuntu 16.04 and 18.04 (all Debian 9 variants) on the same PC... all have failed to
compile ... and on the same PC under Slackware 14.2 a very successful Build (which I am currently logged into and using. I have discussed this with Rob a few times and
he suggested I post here ... I do not have a log of the compling errors but basically ... if I install libmozjs and use that option on the make command line I get at
least as far as compliing and linking but get a segmentation fault when executing sbbs ... when I use the libmozjs from the cvs it doesn't even as far as compiling and
it always seems to fail at jscompartment.o ... has anyone else had this problem under Debian?
Having some output would really help. I use Ubuntu which is pretty much as close as you're going to get and have no problems. If you use make --trace then it'll give you some extra output and hint at what is going wrong.
---
� Synchronet � End Of The Line BBS - endofthelinebbs.com
This is the output when I build using libmozjs185-dev (using make RELEASE=1 JSINCLUDE=/usr/include/js JSLIB=mozjs185)
Linking gcc.linux.x64.lib.release/libwebsrvr.so
Linking gcc.linux.x64.exe.release/sbbs
Compiling jsexec.c
Compiling js_uifc.c
Compiling js_conio.c
Linking gcc.linux.x64.exe.release/jsexec
/usr/bin/ld: gcc.linux.x64.obj.release-mt/jsexec.o: undefined reference to symbol 'JS_EndRequest'
Mortifis wrote:
ok, so, I have been trying to Build from the cvs on various versions of Debian 9; on my Raspberry Pi 3 under Raspbian Stretch arm ... Raspbian x86_64 PC (Debian 9
Stretch) omn my PC, under full blown Debian x86_64 on the same PC as well as under Ubuntu 16.04 and 18.04 (all Debian 9 variants) on the same PC... all have failed to
compile ... and on the same PC under Slackware 14.2 a very successful Build (which I am currently logged into and using. I have discussed this with Rob a few times and
he suggested I post here ... I do not have a log of the compling errors but basically ... if I install libmozjs and use that option on the make command line I get at
least as far as compliing and linking but get a segmentation fault when executing sbbs ... when I use the libmozjs from the cvs it doesn't even as far as compiling and
it always seems to fail at jscompartment.o ... has anyone else had this problem under Debian?
Having some output would really help. I use Ubuntu which is pretty much as close as you're going to get and have no problems. If you use make --trace then it'll give you some extra output and hint at what is going wrong.
---
� Synchronet � End Of The Line BBS - endofthelinebbs.com
This is the error when I build using the cvs repos with typical make SYMLINK=1
config/rules.mk:1475: recipe for target 'jscompartment.o' failed
make[4]: *** [jscompartment.o] Error 1
make[4]: Leaving directory '/home/pi/sbbs/3rdp/src/mozjs/js-1.8.5/js/src' config/rules.mk:753: recipe for target 'default' failed
make[3]: *** [default] Error 2
make[3]: Leaving directory '/home/pi/sbbs/3rdp/src/mozjs/js-1.8.5/js/src' GNUmakefile:52: recipe for target '../build/../../src/../3rdp/gcc.linux.x64. release/mozjs/lib/libmozjs185-1.0.a' failed
make[2]: *** [../build/../../src/../3rdp/gcc.linux.x64.release/mozjs/lib/lib mozjs185-1.0.a] Error 2
make[2]: Leaving directory '/home/pi/sbbs/3rdp/build' /home/pi/sbbs/src/sbbs3/../build/Common.gmake:498: recipe for target 'js' failed
make[1]: *** [js] Error 2
make[1]: Leaving directory '/home/pi/sbbs/src/sbbs3'
GNUmakefile:151: recipe for target 'sbbs3' failed
make: *** [sbbs3] Error 2
Re: Re: Build Failing
By: Mortifis to Nelgin on Sat Sep 29 2018 03:19 pm
Mortifis wrote:
ok, so, I have been trying to Build from the cvs on various versions
of Debian 9; on my Raspberry Pi 3 under Raspbian Stretch arm ...
Raspbian x86_64 PC (Debian 9
Stretch) omn my PC, under full blown Debian x86_64 on the same PC as
well as under Ubuntu 16.04 and 18.04 (all Debian 9 variants) on the
same PC... all have failed to
compile ... and on the same PC under Slackware 14.2 a very successful
Build (which I am currently logged into and using. I have discussed
this with Rob a few times and
he suggested I post here ... I do not have a log of the compling
errors but basically ... if I install libmozjs and use that option on
the make command line I get at
least as far as compliing and linking but get a segmentation fault
when executing sbbs ... when I use the libmozjs from the cvs it
doesn't even as far as compiling and
it always seems to fail at jscompartment.o ... has anyone else had
this problem under Debian?
Having some output would really help. I use Ubuntu which is pretty much
as close as you're going to get and have no problems. If you use make
--trace then it'll give you some extra output and hint at what is going
wrong.
---
■ Synchronet ■ End Of The Line BBS - endofthelinebbs.com
This is the output when I build using libmozjs185-dev (using make RELEASE=1
JSINCLUDE=/usr/include/js JSLIB=mozjs185)
Linking gcc.linux.x64.lib.release/libwebsrvr.so
Linking gcc.linux.x64.exe.release/sbbs
Compiling jsexec.c
Compiling js_uifc.c
Compiling js_conio.c
Linking gcc.linux.x64.exe.release/jsexec
/usr/bin/ld: gcc.linux.x64.obj.release-mt/jsexec.o: undefined reference to
symbol 'JS_EndRequest'
Try commenting out or deleting the line from src/sbbs3/js_request.c:
JS_EndRequest(cx);
It's only used in the jsexec debugger, which no one (apparently) uses.
Mortifis wrote:
ok, so, I have been trying to Build from the cvs on various vers
of Debian 9; on my Raspberry Pi 3 under Raspbian Stretch arm ...
Raspbian x86_64 PC (Debian 9
Stretch) omn my PC, under full blown Debian x86_64 on the same P
well as under Ubuntu 16.04 and 18.04 (all Debian 9 variants) on
same PC... all have failed to
compile ... and on the same PC under Slackware 14.2 a very successful
Build (which I am currently logged into and using. I have discu
this with Rob a few times and
he suggested I post here ... I do not have a log of the compling
errors but basically ... if I install libmozjs and use that opti
the make command line I get at
least as far as compliing and linking but get a segmentation fau
when executing sbbs ... when I use the libmozjs from the cvs it
doesn't even as far as compiling and
it always seems to fail at jscompartment.o ... has anyone else h
this problem under Debian?
On 09/30/18, Nelgin said the following...
Mortifis wrote:
ok, so, I have been trying to Build from the cvs on various vers
of Debian 9; on my Raspberry Pi 3 under Raspbian Stretch arm ...
Raspbian x86_64 PC (Debian 9
Stretch) omn my PC, under full blown Debian x86_64 on the same P
well as under Ubuntu 16.04 and 18.04 (all Debian 9 variants) on
same PC... all have failed to
compile ... and on the same PC under Slackware 14.2 a very successful
Build (which I am currently logged into and using. I have discu
this with Rob a few times and
he suggested I post here ... I do not have a log of the compling
errors but basically ... if I install libmozjs and use that opti
the make command line I get at
least as far as compliing and linking but get a segmentation fau
when executing sbbs ... when I use the libmozjs from the cvs it
doesn't even as far as compiling and
it always seems to fail at jscompartment.o ... has anyone else h
this problem under Debian?
For what its worth, I too have the exact same problem but, my case is a bit more different, I am using debian for windows (WSL)
Michael2
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 25 |
Nodes: | 8 (0 / 8) |
Uptime: | 138:40:09 |
Calls: | 1,905 |
Calls today: | 1 |
Files: | 11,079 |
Messages: | 935,020 |