From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ruud van Asseldonk Subject: bug#29654: Manual database index.db embeds timestamps Date: Sun, 17 Dec 2017 20:51:58 +0100 Message-ID: References: <87mv2jfzmi.fsf@gnu.org> <87po7fo6gv.fsf@elephly.net> <87wp1mcjty.fsf@gnu.org> <87shcacj8p.fsf@gnu.org> <876095b9qu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQezh-00080B-ST for bug-guix@gnu.org; Sun, 17 Dec 2017 14:53:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQeze-0003mm-QM for bug-guix@gnu.org; Sun, 17 Dec 2017 14:53:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eQeze-0003mg-Mz for bug-guix@gnu.org; Sun, 17 Dec 2017 14:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eQeze-0003k4-DG for bug-guix@gnu.org; Sun, 17 Dec 2017 14:53:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <876095b9qu.fsf@gnu.org> Content-Language: en-GB List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Ricardo Wurmus Cc: 29654@debbugs.gnu.org Thanks so much for looking into this! Unfortunately, I am unable to pull that commit. Guix pull output: Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit b8396f96bfeadfa63e7ad2afc2ab5a37f37f5f81... The following derivation will be built: /gnu/store/m8wcw35f4d33rzf54zzcrg0g80m0zi4r-guix-latest.drv copying and compiling to '/gnu/store/2g14x91l9wh4wv8zsvnkfblrrdfcysg4-guix-latest' with Guile 2.2.2... loading... 17.1% of 659 filesBacktrace: 12 (primitive-load "/gnu/store/9pgqmhjclkayr5bdhqfk69sbn84?") In ./guix/build/pull.scm: 127:8 11 (build-guix _ _ #:system _ #:storedir _ #:localstatedir ?) In ./guix/build/compile.scm: 158:6 10 (compile-files _ _ ("/gnu/store/2g14x91l9wh4wv8zsvn?" ?) ?) 107:11 9 (load-files "/gnu/store/2g14x91l9wh4wv8zsvnkfblrrdfcys?" ?) In ice-9/boot-9.scm: 2792:17 8 (resolve-interface (guix man-db) #:select _ #:hide _ # _ ?) 2718:10 7 (_ (guix man-db) _ _ #:ensure _) 2986:16 6 (try-module-autoload _ _) 2316:4 5 (save-module-excursion #) 3006:22 4 (_) In unknown file: 3 (primitive-load-path "guix/man-db" #) In ice-9/eval.scm: 196:43 2 (_ #f) In ice-9/boot-9.scm: 2795:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?) ERROR: In procedure scm-error: ERROR: no code for module (gdbm) This happens even in an environment with guile-gdbm-ffi and gdbm packages. Am I missing something? Best, Ruud Ludovic Courtès wrote: > Hello, > > I went ahead and pushed (guix man-db) with MALLOC_PERTURB_ set as a > workaround: > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=b8396f96bfeadfa63e7ad2afc2ab5a37f37f5f81 > > AFAICS this fixes the problem. > > Thanks, > Ludo’. >