Package Details: scheme48 1.9.3-1

Git Clone URL: https://aur.archlinux.org/scheme48.git (read-only, click to copy)
Package Base: scheme48
Description: Scheme interpreter for experimentation
Upstream URL: http://s48.org/
Licenses: custom
Submitter: nathan
Maintainer: nathan
Last Packager: nathan
Votes: 5
Popularity: 0.062816
First Submitted: 2015-09-10 23:31 (UTC)
Last Updated: 2024-07-26 13:20 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

vic_acid commented on 2024-10-07 03:11 (UTC)

The version and build numbers are different between the .SRCINFO and PKGBUILD files.

Since the source version is still 1.9.2 but this looks to be an updated build, shouldn't the overall version now be 1.9.2-2 and not 1.9.3-1?

nathan commented on 2024-07-26 13:22 (UTC)

Thanks for the fix milkshake. I looked at the failure for a little bit but I couldn't figure it out. This should be working again. The source is unmaintained, but I'll keep this around as long as possible for anyone who needs it for a class or something.

milkshake commented on 2024-07-26 02:03 (UTC) (edited on 2024-07-26 02:04 (UTC) by milkshake)

this does not build but luckily the fix is simple. edit the PKGBUILD build function by changing this line:

./configure --prefix="/usr"

to this:

./configure --prefix="/usr" CFLAGS="-Wno-error=implicit-int"

and it should compile fine

ecraven commented on 2024-07-03 09:24 (UTC)

This now fails to compile on my x86_64 machine :-/

==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we must build a 32bit binary... no
checking bits per byte... configure: error: Unable to determine bits per byte, see config.log for details.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: scheme48-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
scheme48 - exit status 4