Package Details: smalltalk 3.2.91-13

Git Clone URL: https://aur.archlinux.org/smalltalk.git (read-only, click to copy)
Package Base: smalltalk
Description: GNU Smalltalk interpreter and libraries
Upstream URL: https://www.gnu.org/software/smalltalk/
Licenses: GPL, LGPL
Submitter: arojas
Maintainer: None
Last Packager: arojas
Votes: 0
Popularity: 0.000000
First Submitted: 2023-04-01 17:33 (UTC)
Last Updated: 2023-04-01 17:33 (UTC)

Latest Comments

micwoj92 commented on 2025-10-12 23:22 (UTC)

Build fails:

regex.c:3476:23: error: too many arguments to function 'memcmp_translate'; expected 0, have 3
 3476 |                     ? memcmp_translate (d, d2, mcnt)
      |                       ^~~~~~~~~~~~~~~~  ~
regex.c:158:12: note: declared here
  158 | static int memcmp_translate _((unsigned char *, unsigned char *, int));
      |            ^~~~~~~~~~~~~~~~
make[2]: *** [Makefile:610: regex.lo] Error 1
make[2]: Leaving directory '/build/smalltalk/src/smalltalk/lib-src'
make[1]: *** [Makefile:1070: all-recursive] Error 1
make[1]: Leaving directory '/build/smalltalk/src/smalltalk'
make: *** [Makefile:693: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...