On 20/02/2018 13:21, Vincent Delecroix wrote:
Bonjour Luca,
On 17/02/2018 00:32, Luca De Feo wrote:
I'm having trouble compiling 8.2.beta5 on Arch. Compiling with `make
build -k`: flint and r fail, because of some weird missing symbol in
libguile-2.2
make: symbol lookup error: /usr/lib/libguile-2.2.so.1: undefined
symbol: GC_move_disappearing_link
I don't even understand where Guile is supposed to be used. I can
compile flint alone without problems. Any ideas?
Please have a look at
https://trac.sagemath.org/ticket/24575
And concerning a fix, have a look at the attached patch.
Vincent
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.
>From 172a624b6e8900648c5f2dd779b9f23147673c90 Mon Sep 17 00:00:00 2001
From: Vincent Delecroix <20100.delecr...@gmail.com>
Date: Tue, 20 Feb 2018 13:25:11 +0100
Subject: [PATCH] disable gc patch
---
build/pkgs/ecl/dependencies | 2 +-
build/pkgs/gc/type | 2 +-
build/pkgs/libhomfly/dependencies | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
delete mode 100644 build/pkgs/libhomfly/dependencies
diff --git a/build/pkgs/ecl/dependencies b/build/pkgs/ecl/dependencies
index ce10f9c1f9..c75216c320 100644
--- a/build/pkgs/ecl/dependencies
+++ b/build/pkgs/ecl/dependencies
@@ -1,4 +1,4 @@
-$(MP_LIBRARY) readline gc
+$(MP_LIBRARY) readline
----------
All lines of this file are ignored except the first.
diff --git a/build/pkgs/gc/type b/build/pkgs/gc/type
index a6a7b9cd72..134d9bc32d 100644
--- a/build/pkgs/gc/type
+++ b/build/pkgs/gc/type
@@ -1 +1 @@
-standard
+optional
diff --git a/build/pkgs/libhomfly/dependencies b/build/pkgs/libhomfly/dependencies
deleted file mode 100644
index 65b64fcf3f..0000000000
--- a/build/pkgs/libhomfly/dependencies
+++ /dev/null
@@ -1 +0,0 @@
-gc
--
2.16.1