Hi Werner
bin/gub on plain openSuSE Tumbleweed still is unable to build
xxx::guile (xxx is anything but 'tools') and *::python.
Ah, yes. Can you please send me a link to the log files again so that
I can have another look?
Attached is a patch that fixes building of guile at least on an openSuSE
Tumbleweed system, but that patch certainly needs further discussion and
testing. Only xxx::python remains to be fixed.
Could anyone point out on what kind of systems gub is supposed to run?
How should gub patches be tested?
Knut
>From 006c7736c44e8c6b22b2c3693edbd05f3effaa71 Mon Sep 17 00:00:00 2001
From: Knut Petersen <knut_peter...@t-online.de>
Date: Wed, 9 Jan 2019 13:58:17 +0100
Subject: [PATCH] Fixes building of guile on openSuSE Tumbleweed
Needs further testing and discussion!
Signed-off-by: Knut Petersen <knut_peter...@t-online.de>
---
gub/specs/guile.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gub/specs/guile.py b/gub/specs/guile.py
index 9f2ac0d1..c9d2f768 100644
--- a/gub/specs/guile.py
+++ b/gub/specs/guile.py
@@ -15,7 +15,7 @@ class Guile (target.AutoBuild):
'guile-cexp.patch',
'guile-1.8.6-test-use-srfi.patch',
'guile-1.8.7-doc-snarfing.patch']
- dependencies = ['gettext-devel', 'gmp-devel', 'libtool', 'tools::guile']
+ dependencies = ['gettext-devel', 'gmp-devel', 'libtool', 'tools::guile', 'linux-x86::cross/gcc']
guile_configure_flags = misc.join_lines ('''
--without-threads
--with-gnu-ld
@@ -35,9 +35,7 @@ LD_PRELOAD=
C_INCLUDE_PATH=
CPPFLAGS=
LIBRARY_PATH=
-PATH_SEPARATOR=':'
-PATH=/usr/bin:$PATH
-/usr/bin/cc
+%(alltargetdir)s/linux-x86/root/usr/cross/bin/i686-linux-gcc
-I%(builddir)s
-I%(srcdir)s
-I%(builddir)s/libguile
--
2.20.1
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel