[PATCH] gnu: Add GNU Smalltalk. (was: GNU Smalltalk: libtool: link: cannot find name of link library for `*/libc.la')

2013-02-07 Thread Nikita Karetnikov
> There’s a bit of a repetition here. :-) Oh, thanks. Can I push this one? From 10e8481edead0406e1d92f4c9e9f6436bd0ea639 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Thu, 7 Feb 2013 08:36:19 + Subject: [PATCH] gnu: Add GNU Smalltalk. * gnu/packages/smalltalk.scm: New file. * Mak

Re: GNU Smalltalk: libtool: link: cannot find name of link library for `*/libc.la'

2013-02-04 Thread Ludovic Courtès
Nikita Karetnikov skribis: > gcc: error: > /nix/store/vzbdyjibcrhckdsa49avc13rk29ichw8-glibc-2.17/lib//nix/store/vzbdyjibcrhckdsa49avc13rk29ichw8-glibc-2.17/lib/libc.so: > No such file or directory There’s a bit of a repetition here. :-) Can you change the patching accordingly? Ludo’.

Re: GNU Smalltalk: libtool: link: cannot find name of link library for `*/libc.la'

2013-02-04 Thread Nikita Karetnikov
> Can you try that? It fails with the following. gcc: error: /nix/store/vzbdyjibcrhckdsa49avc13rk29ichw8-glibc-2.17/lib//nix/store/vzbdyjibcrhckdsa49avc13rk29ichw8-glibc-2.17/lib/libc.so: No such file or directory make[2]: *** [gst] Error 1 make[2]: *** Waiting for unfinished jobs [...] g

Re: GNU Smalltalk: libtool: link: cannot find name of link library for `*/libc.la'

2013-02-03 Thread Ludovic Courtès
Nikita Karetnikov skribis: > (lambda* (#:key outputs #:allow-other-keys) >(let ((libc (assoc-ref %build-inputs "libc")) > (out (assoc-ref outputs "out"))) > (substitute* "libc.la.in" >(("@L

GNU Smalltalk: libtool: link: cannot find name of link library for `*/libc.la'

2013-02-02 Thread Nikita Karetnikov
Hi, The 'build' phase fails with this error: libtool: link: cannot find name of link library for `/tmp/nix-build-smalltalk-3.2.4.drv-1/smalltalk-3.2.4/libc.la' The attached recipe is my attempt to fix the problem. Unfortunately, it doesn't work. ;;; GNU Guix --- Functional package management