From Newsgroup: alt.bbs.synchronet
Digitalman
Attempting to compile/install latest syncterm after upgrading my box to
the latest ubuntu lts. Errors out, here's a sample of the output:
/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: undefined reference to `vstat'
/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: undefined reference to `vstatlock'
/usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined reference to `aspect_fix'
collect2: error: ld returned 1 exit status
make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1
To: Daniel
Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Sun Jun 27 2021 01:29 am
From Newsgroup: alt.bbs.synchronet
Digitalman
Attempting to compile/install latest syncterm after upgrading my box to the latest ubuntu lts. Errors out, here's a sample of the output:
/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: undefined reference to `vstat'
/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: undefined reference to `vstatlock'
/usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined reference to `aspect_fix'
collect2: error: ld returned 1 exit status
make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1
Do you have the wide version of the ncurses dev package installed? http://packages.debian.org/stable/libncursesw5-dev
"Digital Man" <digital.man@vert.synchro.net.remove-jkw-this> writes:
To: Daniel
Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Sun Jun 27 2021 01:29 am
From Newsgroup: alt.bbs.synchronet
Digitalman
Attempting to compile/install latest syncterm after upgrading my box to >> > the latest ubuntu lts. Errors out, here's a sample of the output:
/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: >> > undefined reference to `vstat'
/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: >> > undefined reference to `vstatlock'
/usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': >> > /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined
reference to `aspect_fix'
collect2: error: ld returned 1 exit status
make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1
Do you have the wide version of the ncurses dev package installed?
http://packages.debian.org/stable/libncursesw5-dev
Yessir
$ sudo apt install libncursesw5-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libncursesw5-dev is already the newest version (6.2-0ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
From Newsgroup: alt.bbs.synchronet
Daniel <me@sci.fi.dan.com> writes:
"Digital Man" <digital.man@vert.synchro.net.remove-jkw-this> writes:
To: Daniel
Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Sun Jun 27 2021 01:29 am
From Newsgroup: alt.bbs.synchronetDo you have the wide version of the ncurses dev package installed?
Digitalman
Attempting to compile/install latest syncterm after upgrading my box to >> > the latest ubuntu lts. Errors out, here's a sample of the output: >> >
/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: >> > undefined reference to `vstat'
/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: >> > undefined reference to `vstatlock'
/usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': >> > /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined
reference to `aspect_fix'
collect2: error: ld returned 1 exit status
make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1 >>
http://packages.debian.org/stable/libncursesw5-dev
Yessir
$ sudo apt install libncursesw5-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libncursesw5-dev is already the newest version (6.2-0ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
By the way, I spend the majority of my time on the commandline.
To: Daniel
Re: Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Tue Jun 29 2021 04:57 pm
From Newsgroup: alt.bbs.synchronet
Daniel <me@sci.fi.dan.com> writes:
"Digital Man" <digital.man@vert.synchro.net.remove-jkw-this> writes:
reference to `vstat'To: Daniel
Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Sun Jun 27 2021 01:29 am
From Newsgroup: alt.bbs.synchronet
Digitalman
Attempting to compile/install latest syncterm after upgrading my box to >> > the latest ubuntu lts. Errors out, here's a sample of the output: >> >
/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: >> > undefined
reference to `vstatlock'/usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: >> > undefined
/usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': >> > /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined
reference to `aspect_fix'
collect2: error: ld returned 1 exit status
make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1
Do you have the wide version of the ncurses dev package installed?
http://packages.debian.org/stable/libncursesw5-dev
Yessir
$ sudo apt install libncursesw5-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libncursesw5-dev is already the newest version (6.2-0ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
By the way, I spend the majority of my time on the commandline.
Look further back in the build output for the *first* error that is displayed. Is the first error reported about that vstat definition in ripper.c?
To: Daniel
Re: Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am
Check out https://sourceforge.net/p/syncterm/tickets/
I think this problem has been reported before. Perhaps there's a solution reported there.
"Digital Man" <digital.man@vert.synchro.net.remove-cgk-this> writes:
To: Daniel
Re: Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am
Check out https://sourceforge.net/p/syncterm/tickets/
I think this problem has been reported before. Perhaps there's a solution reported there.
Hey Digitalman,
Thanks for the reply. I went through the open and closed tickets. The
only one that seems to be a similar issue was deemed BS. Will you
specify which ticket it is?
Daniel <m...@sci.fi.dan.com> writes:
"Digital Man" <digit...@vert.synchro.net.remove-cgk-this> writes:
To: Daniel
Re: Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am
Check out https://sourceforge.net/p/syncterm/tickets/
I think this problem has been reported before. Perhaps there's a solution reported there.
Hey Digitalman,
Thanks for the reply. I went through the open and closed tickets. TheNevermind, I was able to fix the old installation. I'm back to working again. Thanks for your help anyway.
only one that seems to be a similar issue was deemed BS. Will you
specify which ticket it is?
--
Daniel
Visit me at: gopher://gcpp.world
From Newsgroup: alt.bbs.synchronet
On Tuesday, July 6, 2021 at 5:50:03 PM UTC-4, Daniel wrote:
Daniel <m...@sci.fi.dan.com> writes:
"Digital Man" <digit...@vert.synchro.net.remove-cgk-this> writes:
To: Daniel
Re: Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am
Check out https://sourceforge.net/p/syncterm/tickets/
I think this problem has been reported before. Perhaps there's a solution reported there.
Hey Digitalman,
Thanks for the reply. I went through the open and closed tickets. The only one that seems to be a similar issue was deemed BS. Will you specify which ticket it is?Nevermind, I was able to fix the old installation. I'm back to working again. Thanks for your help anyway.
--
Daniel
Visit me at: gopher://gcpp.world
Hello all,
There is not currently a Sourceforge ticket with a solution to this problem. I am experiencing the same issue that Daniel described. My problem is occurring after trying to build from source on an instance of Amazon Linux 2, which is based on RHEL.
I can post more output here if necessary. Any help would be appreciated!
To: disloopsThat is absolutely correct. I did not install SDL2 prior to attempting to compile SyncTerm. The following package installations were necessary:
Re: Re: ls returned 1 exit status
By: disloops to alt.bbs.synchronet on Thu Aug 05 2021 03:30 pm
From Newsgroup: alt.bbs.synchronet
On Tuesday, July 6, 2021 at 5:50:03 PM UTC-4, Daniel wrote:
Daniel <m...@sci.fi.dan.com> writes:
"Digital Man" <digit...@vert.synchro.net.remove-cgk-this> writes:
To: Daniel
Re: Re: ls returned 1 exit status
By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am
Check out https://sourceforge.net/p/syncterm/tickets/
I think this problem has been reported before. Perhaps there's a solution reported there.
Hey Digitalman,
Thanks for the reply. I went through the open and closed tickets. The only one that seems to be a similar issue was deemed BS. Will you specify which ticket it is?Nevermind, I was able to fix the old installation. I'm back to working again. Thanks for your help anyway.
--
Daniel
Visit me at: gopher://gcpp.world
Hello all,
There is not currently a Sourceforge ticket with a solution to this problem.
I am experiencing the same issue that Daniel described. My problem is occurring after trying to build from source on an instance of Amazon Linux 2, which is based on RHEL.
I can post more output here if necessary. Any help would be appreciated!My guess is that it has to do with one of the external dependencies (e.g. ncurses or maybe SDL2). Perhaps see if you update one or both of those development packages on your Linux system to something newer or the latest.
--
digital man
Synchronet "Real Fact" #93:
Synchronet v3.17b was released on January 1 of 2019 (4 years after v3.16c). Norco, CA WX: 87.6¨F, 43.0% humidity, 14 mph NNW wind, 0.00 inches rain/24hrs --- Synchronet 3.19a-Win32 NewsLink 1.113
* Vertrauen - Riverside County, California - telnet://vert.synchro.net
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 585 |
Nodes: | 8 (0 / 8) |
Uptime: | 28:51:27 |
Calls: | 10,757 |
Files: | 5 |
Messages: | 452,141 |