Summary
GCL is the official Common Lisp for the GNU project. Its design makes use of the system's C compiler to compile to native object code, providing for both good performance and facile portability.
Versions
v2.6.15_pre3 :: 0 :: gentoo
- Modified
- License
- LGPL-2+ GPL-2+
- Keywords
- ~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86
- USE flags
- X ansi athena doc emacs readline tk
v2.6.14 :: 0 :: gentoo
- Modified
- License
- LGPL-2+ GPL-2+
- Keywords
- ppc64 ~amd64 ~arm ~ppc ~x86
- USE flags
- X ansi athena emacs readline tk
v2.6.13_pre99 :: 0 :: gentoo
- Modified
- License
- LGPL-2+ GPL-2+
- Keywords
- amd64 ppc64 x86 ~arm ~ppc
- USE flags
- X ansi athena emacs readline tk
USE flags
General
- X
- Add support for X11
- ansi
- Build a GCL with ANSI support (else build a traditional CLtL1 image)
- athena
- Build xgcl - an interface to x11-libs/libXaw
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- emacs
- Add support for GNU Emacs
- readline
- Enable support for libreadline, a GNU line-editing library that almost everyone wants
- tk
- Add support for Tk GUI toolkit
Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
app-text / texi2html : Perl script that converts Texinfo to HTML
dev-build / autoconf : Used to create autoconfiguration files
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
sys-libs / readline : Another cute console display library
virtual / latex-base : Virtual for basic LaTeX binaries
virtual / texi2dvi : Virtual for texi2dvi (and texi2pdf)
x11-libs / libXaw : X.Org Xaw library
x11-libs / libXext : X.Org Xext library
Runtime Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
sys-libs / readline : Another cute console display library
virtual / latex-base : Virtual for basic LaTeX binaries
x11-libs / libXaw : X.Org Xaw library
x11-libs / libXext : X.Org Xext library
Depending packages
sci-mathematics / fricas : FriCAS is a fork of Axiom computer algebra system
sci-mathematics / maxima : Free computer algebra environment based on Macsyma
virtual / commonlisp : Virtual for Common Lisp
Bugs
- 530876
- dev-lisp/gcl-2.6.12 - configure: Cannot build with randomized sbrk.
- 574606
- dev-lisp/gcl-2.6.14 installs files into unexpected paths (/default.el)
- 596722
- dev-lisp/gcl-2.6.10 - src_compile(): Can't ftruncate (saved_pre_gcl): errno 22
- 612382
- dev-lisp/gcl-2.6.10 fails to emerge
- 622120
- dev-lisp/gcl-2.6.12 : Error: ERROR "Caught fatal error [memory may be damaged]"
- 632014
- dev-lisp/gcl: ebuild failed: "multiple definition" and "undefined reference"
- 640322
- dev-lisp/gcl-2.6.10 - main.c: In function 'main': main.c:451:32: error: storage size of 'estack' isn't known
- 683256
- dev-lisp/gcl-2.6.12 - Error: ERROR "The assertion tp&^tp on line 185 of sfaslelf.c in function relocate failed"
- 747598
- dev-lisp/gcl-2.6.12 fails to compile: checking for isfinite.. checking for finite().. configure: error: no
- 798276
- dev-lisp/gcl-2.6.12 - /.../ld: ./libpre_gcl.a(typespec.o):(.bss+<snip>): multiple definition of sLcons; ./libpre_gcl.a(main.o):(.b
- 807286
- dev-lisp/gcl-2.6.13_pre99 - configure: error: exiting
- 829680
- dev-lisp/gcl-2.6.13_pre99 fails to compile: main.c:653:2: error: use of undeclared identifier OBJNULL
- 831258
- dev-lisp/gcl-2.6.13_pre99 - tkAppInit.c:(.text+<snip>): undefined reference to Tk_MainWindow
- 883351
- dev-lisp/gcl-2.6.13_pre99 - make[1]: ../.../saved_pre_gcl: No such file or directory
- 891667
- dev-lisp/gcl-2.6.15_pre3 fails to compile: configure: error: ABI=amd64 is not among the following valid choices: 64 x32 32
- 894132
- dev-lisp/gcl-2.6.14: ../unixport/saved_pre_gcl: No such file or directory
- 907033
- dev-lisp/gcl-2.6.14 - cp: cannot create regular file .../default.el: No such file or directory
- 910666
- dev-lisp/gcl-2.6.14: please stabilize
- 910715
- dev-lisp/gcl-2.6.15_pre3 fails to build on arm64
- 911873
- dev-lisp/gcl-2.6.15_pre3 - ./configure:line <snip>: <snip> Segmentation fault ( $CC $LDFLAGS -Wl,-T gcl.script foo.c -o foo && ./f
- 911982
- dev-lisp/gcl-2.6.15_pre3 - dvipdfm:warning: Couldnt open font map file ckx.map.
- 913647
- dev-lisp/gcl-2.6.15_pre3 - tkMain.c:(.text+<snip>): undefined reference to Tcl_GetVar2
- 917574
- dev-lisp/gcl-2.6.15_pre3 fails at install
- 925281
- dev-lisp/gcl-2.6.15_pre3 fails to compile: cannot add -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 to CFLAGS
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lisp/gcl: filter LTO for GCC bug
The code is pretty brittle anyway and we already do strip-flags. Bug: https://gcc.gnu.org/PR114918 Bug: https://bugs.gentoo.org/931082 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lisp/gcl: Keyword 2.6.15_pre3 riscv, #893500
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-lisp/gcl: Apply upstream patch for risc-v relocations
Closes: https://bugs.gentoo.org/893938 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {sys-devel → dev-build}/autoconf
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
dev-lisp/gcl: Stabilize 2.6.14 ppc64, #910666
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
dev-lisp/gcl: move a long patch to dev.gentoo.org
Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
dev-lisp/gcl: bump to 2.6.15_pre3
Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
dev-lisp/gcl: bump to 2.6.14
Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
dev-lisp/gcl: Remove old
Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Jakov Smolić · gentoo
dev-lisp/gcl: Stabilize 2.6.13_pre99 x86, #828733
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
dev-lisp/gcl: Specify LICENSE more precisely
Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Ulrich Müller · gentoo
dev-lisp/gcl: Remove old
Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-lisp/gcl: Stabilize 2.6.13_pre99 ppc64, #828733
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lisp/gcl: Stabilize 2.6.13_pre99 amd64, #828733
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lisp/gcl: Stabilize 2.6.12 ppc64, #828735
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
dev-lisp/gcl: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
dev-lisp/gcl: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-lisp/gcl: Apply assertion patch (thanks to MaxKarlErnstPlanck)
Thanks-to: MaxKarlErnstPlanck <Giovanni.Antonio.Carl.Friedrich@protonmail.com> Closes: https://bugs.gentoo.org/778770 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lisp/gcl: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-lisp/gcl: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
dev-lisp/gcl: dont regenerate dwdoc.pdf
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
dev-lisp/gcl: clean old
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Andrey Grozin · gentoo
dev-lisp/gcl: bump to 2.6.13_pre99.ebuild
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
dev-lisp/gcl: bump to 2.6.13_pre98
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
dev-lisp/gcl: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-lisp/gcl: allow user patches
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Chema Alonso Josa · gentoo
dev-lisp/gcl: Drops old version 2.6.11
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Chema Alonso Josa · gentoo
dev-lisp/gcl: Set VARTEXFONTS to prevent sandbox violations
Closes: https://bugs.gentoo.org/652024 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Michael Weber · gentoo
dev-lisp/gcl: add ~ppc keyword (bug 509842).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Andrey Grozin · gentoo
dev-lisp/gcl: 2.6.12 now uilds with gcc-5
Bug: 574652 Package-Manager: portage-2.2.27 - Jeroen Roovers · gentoo
dev-lisp/gcl: Mark ~ppc64 (bug #509842).
Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches - Justin Lecher · gentoo
Use https for most gnu.org URLs
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed