gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1013: clean up gcl, but its configure


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1013: clean up gcl, but its configure script hangs (TODO)
Date: Mon, 29 Oct 2012 13:01:38 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1013
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2012-10-29 13:01:38 +0100
message:
  clean up gcl, but its configure script hangs (TODO)
added:
  gnu/gcl/config.mk
modified:
  TODO
  gnu/gcl/Makefile
=== modified file 'TODO'
--- a/TODO      2012-09-01 22:33:11 +0000
+++ b/TODO      2012-10-29 12:01:38 +0000
@@ -1,7 +1,6 @@
 # -*- org -*-
 
 * TODO libc breaks everything when it is installed (bad ABI)
-
 * DONE Karl: I think the most important thing to support is configure
   CLOSED: [2011-03-01 Tue 13:54]
   :LOGBOOK:
@@ -121,3 +120,5 @@
 ** webstump
 ** xaos
 ** xhippo
+* Known build failures
+** gcl: configure hangs during "checking for 

=== modified file 'gnu/gcl/Makefile'
--- a/gnu/gcl/Makefile  2010-06-10 20:16:29 +0000
+++ b/gnu/gcl/Makefile  2012-10-29 12:01:38 +0000
@@ -1,16 +1,21 @@
 GARNAME = gcl
 GARVERSION = 2.6.7
+HOME_URL = http://www.gnu.org/software/gcl
+DESCRIPTION = GNU Common Lisp
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = gcl/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = readline
 
-HOME_URL = http://www.gnu.org/software/gcl
-DESCRIPTION = GNU Common Lisp
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+CONFIGURE_ARGS += --enable-infodir=$(prefix)/share/info

=== added file 'gnu/gcl/config.mk'
--- a/gnu/gcl/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/gcl/config.mk 2012-10-29 12:01:38 +0000
@@ -0,0 +1,5 @@
+## Configuration options for gcl ##
+
+CONFIGURE_OPTS ?= --enable-readline --without-x --disable-xgcl \
+               --disable-dynsysgmp
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]