Package Details: gcl 2.7.0_101-1

Package Base: gcl
Description: GNU Common Lisp interpreter and compiler
Upstream URL: http://www.gnu.org/software/gcl/
Category: devel
Licenses: GPL LGPL
Submitter: tdy
Maintainer: None
Last Packager: None
Votes: 3
First Submitted: 2008-11-23 00:18
Last Updated: 2014-03-25 22:21

Latest Comments

Comment by popoxee

2014-03-25 22:17

Broken PKGBUILD file. Should remove trailing "\" after configure line, and checksum is incorrect. source file url is also not correct.

After fixing all these, compiler also complains CPPFunction is not declared (seems like a readline bug).

Comment by hav3lock

2013-05-02 04:57

Thank you, I really appreciate it--this way if GNU ever starts actively developing GCL again, and this package subsequently successfully builds, it will already be compliant with the Lisp packaging guidelines. :)

Comment by tdy

2013-05-02 04:18

well it's added, but as you mentioned, gcl doesn't actually build on arch atm

Comment by hav3lock

2013-05-02 04:05

please add

provides=('common-lisp')

Comment by hav3lock

2013-02-14 18:51

Doesn't build.

>
;; Loading boot.lisp
;; Compiling ../lsp/gcl_c.lsp.
;; End of Pass 1.
;; End of Pass 2.
;; OPTIMIZE levels: Safety=3, Space=0, Speed=3, (Debug quality ignored)
;; Finished compiling ../lsp/gcl_c.o.
;; Loading /tmp/packerbuild-1000/gcl/gcl/src/gclcvs-2.7.0/lsp/gcl_c.o
;; start address -T 0xa987d0 ;; Finished loading /tmp/packerbuild-1000/gcl/gcl/src/gclcvs-2.7.0/lsp/gcl_c.o
real time : 2.270 secs
run-gbc time : 1.560 secs
child run time : 0.370 secs
gbc time : 0.290 secs
;; Compiling ../lsp/gcl_listlib.lsp.

Error: ERROR "Someone tried to RETURN-FROM a TAGBODY."
Fast links are on: do (si::use-fast-links nil) for debugging
Signalled by TAGBODY.
ERROR "Someone tried to RETURN-FROM a TAGBODY."

Broken at TAGBODY. Type :H for Help.
SYSTEM>>make: *** [unixport/saved_pre_gcl] Error 255
==> ERROR: A failure occurred in build().
Aborting...
The build failed.

Comment by tdy

2010-07-02 14:53

2.7.0-101

Comment by scj7t4

2010-04-13 19:26

This package build worked for me (i686): http://pastebin.com/pnSbGCvJ

I corrected the package location and md5. Additionally, I added the compile option --disable-dynsysgmp because the current gmp doesn't work well with this source.