Package Details: syncterm 1.6-1

Git Clone URL: https://aur.archlinux.org/syncterm.git (read-only, click to copy)
Package Base: syncterm
Description: A BBS terminal program, supporting ANSI music and IBM charset.
Upstream URL: http://syncterm.bbsdev.net
Keywords: ansi bbs retro terminal
Licenses: GPL
Submitter: maandree
Maintainer: mwawrzyniak
Last Packager: mwawrzyniak
Votes: 19
Popularity: 0.139828
First Submitted: 2013-04-11 00:16 (UTC)
Last Updated: 2025-02-26 13:27 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

shack commented on 2020-05-27 00:55 (UTC)

Compile fails for me on my i7-8700k (uname -m is x86_64):

cc -c -D__UNIX__ -DNDEBUG -I. -DDATA_LITTLEENDIAN -fPIC -DHAS_RECURSIVE_MUTEX -DHAS_ROBUST_MUTEX -mcpu=pentium -O3 -DOSVERSION=5 -fomit-frame-pointer -D_REENTRANT -o ./static-obj/bn_add.o bn/bn_add.c cc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead cc1: error: CPU you selected does not support x86-64 instruction set make[2]: *** [makefile:435: static-obj/bn_add.o] Error 1

Looks like -mcpu=pentium is the culprit. Building the most recent source tarball from http://syncterm.bbsdev.net/syncterm-src.tgz is successful, however, which sets -march=native. Is anybody else seeing similar behavior?

erkin commented on 2019-04-03 08:58 (UTC)

It fails to find <cryptlib.h> but successfully builds anyway.

chris_l commented on 2018-04-19 22:07 (UTC)

Sorry, for some reason I didn't realized I had a request. I have just added unzip as makedep.

Alad commented on 2017-06-05 10:48 (UTC)

Bump to comment below, unzip is not part of base-devel but required to build this package

jagossel commented on 2016-10-28 22:10 (UTC)

Would it be possible to list "unzip" as a dependency when trying to compile? I typically do not have the "unzip" package installed when I set up my Arch Linux environment and I had to install it in order to get it to build.

chris_l commented on 2016-08-02 07:09 (UTC)

I finally changed the license line.

creepy.pebbles commented on 2016-06-07 02:22 (UTC)

When I try to install I get this message. :: Checking syncterm integrity... ==> ERROR: license should be an array :: failed to verify syncterm integrity

<deleted-account> commented on 2016-04-01 17:16 (UTC)

change PKGBUILD line 10: license='GPL' by license=('GPL')

chris_l commented on 2015-08-05 20:11 (UTC)

@asterisc Thanks, updated.

asterisc commented on 2015-08-05 19:24 (UTC)

Version 1.0 released as of August 5, 2015 -- the sources at http://syncterm.bbsdev.net are out of date, and the current sources are posted to SourceForge: http://sourceforge.net/projects/syncterm/.