Re: import pypi: undefined symbol __gmpn_cnd_sub_n

2015-03-26 Thread Ludovic Courtès
Alexandre Héaumé ahea...@gmail.com skribis: On Wed, Mar 25, 2015 at 9:42 PM, Ludovic Courtès l...@gnu.org wrote: Weird, did ./configure even pass? You can run: ./configure --with-libgcrypt-prefix=/usr/whatever/ to make sure it picks libgcrypt.so from the host distro. As far as I

Re: modprobe on guix

2015-03-26 Thread Alex Kost
Ludovic Courtès (2015-03-26 00:01 +0300) wrote: Alex Kost alez...@gmail.com skribis: I'm on GuixSD (and LINUX_MODULE_DIRECTORY is set properly) but: $ sudo modprobe ... doesn't load a module for me, however when I try it under root: # modprobe ... it works. No idea why that

Re: [PATCH] import: pypi: Detect inputs.

2015-03-26 Thread Ludovic Courtès
Cyril Roelandt tipec...@gmail.com skribis: * guix/import/pypi.scm (compute-inputs, guess-requirements): New procedures. Just some superficial comments. David, anything else? +(define (guix-hash-url filename) + Return the hash of FILENAME in nix-base32 format. +

Re: [PATCHES] Various

2015-03-26 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: l...@gnu.org (Ludovic Courtès) writes: taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: l...@gnu.org (Ludovic Courtès) writes: + (uri (string-append http://www.leptonica.com/source/leptonica-; +

Re: [PATCH v2] gnu: Add taskwarrior.

2015-03-26 Thread Ludovic Courtès
Tomáš Čech sleep_wal...@gnu.org skribis: From: Tomáš Čech sleep_wal...@suse.cz * gnu/packages/task.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. To complement Cyril’s review: +(define-module (gnu packages task) ‘task-management’, as you proposed, would be better. Would

Re: [PATCH] gnu: wpa-supplicant: Install DBUS access configuration.

2015-03-26 Thread Ludovic Courtès
Tomáš Čech sleep_wal...@gnu.org skribis: * gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file. s/DBUS/D-Bus/ (in the subject line as well) + (alist-cons-after + 'install-man-pages 'install-dbus-conf + (lambda* (#:key outputs

Re: [PATCH] Add Julia.

2015-03-26 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: Mark H Weaver m...@netris.org writes: Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: May I suggest adding passing the DYNAMIC_ARCH=1 flag in openblas instead of propagating non-substitutability to Julia? When built with DYNAMIC_ARCH=1 the CPU

Re: none

2015-03-26 Thread Tomáš Čech
On Thu, Mar 26, 2015 at 10:22:36PM +0100, Ludovic Courtès wrote: Tomáš Čech sleep_wal...@gnu.org skribis: I haven't seen any further reaction for 12 days so I hope you don't mind that I resend it again. Reaction to what? Reaction to the first patch version. S_W pgp3fwHYtC80q.pgp

Re: pkg-config Requires fields and propagated inputs

2015-03-26 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) writes: P.S.: I'll see if I can write a tool that compares the union of the Requires[.private] fields of all .pc files in a package to the package's propagated inputs, so we can detect mismatches automatically. So here's a first version.

Re: reproducible builds and debugging information

2015-03-26 Thread Tomáš Čech
On Thu, Mar 26, 2015 at 10:21:35PM +0100, Ludovic Courtès wrote: Tomáš Čech sleep_wal...@gnu.org skribis: On Tue, Mar 24, 2015 at 10:09:50PM +0100, Ludovic Courtès wrote: [...] Packages that have an autoconf-based build system, and I suppose most others, are built with -g. I can't

Re: none

2015-03-26 Thread Ludovic Courtès
Tomáš Čech sleep_wal...@gnu.org skribis: I haven't seen any further reaction for 12 days so I hope you don't mind that I resend it again. Reaction to what? Ludo’.

Re: [PATCHES] Various

2015-03-26 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: However, this package recipe explicitly adds Autoconf, Automake, and Libtool as inputs, plus it runs ‘autoreconf’. So I suspect this is because upstream’s tarball isn’t self-contained, right? Ludo’. Oh, I did that because otherwise I get the

Re: [PATCHES] Various

2015-03-26 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: l...@gnu.org (Ludovic Courtès) writes: [...] This may be because a .ac, .am, or .m4 file is newer than ‘configure’, for instance. Does any of these get patched, which would explain the newer mtime? Can it be worked around by

Re: reproducible builds and debugging information

2015-03-26 Thread Ludovic Courtès
Tomáš Čech sleep_wal...@gnu.org skribis: On Tue, Mar 24, 2015 at 10:09:50PM +0100, Ludovic Courtès wrote: [...] Packages that have an autoconf-based build system, and I suppose most others, are built with -g. I can't confirm this statement. I added debug output to curl package: Indeed, I

Re: [PATCH] Add Julia.

2015-03-26 Thread Ricardo Wurmus
Mark H Weaver writes: When reading this the first time, somehow I managed to miss the fact that users will have to set OPENBLAS_CORETYPE to their CPU type. Does that mean that openblas is unable to detect the CPU type automatically? What does it do if OPENBLAS_CORETYPE is unset? Will we

Re: qemu-nbd: Failed to bind socket: No such file or directory

2015-03-26 Thread Ludovic Courtès
白い熊@相撲道 guix-devel_gnu@sumou.com skribis: Using qemu, I'm trying to mount a qcow2 image to manipulate its files. I insmoded the nbd kernel module. The block devices exist: ~$ ls -l /dev/nbd* brw-rw 1 root disk 43, 0 Mar 24 18:09 /dev/nbd0 brw-rw 1 root disk 43, 1 Mar 24 18:09

Re: [PATCH] Add IBus.

2015-03-26 Thread Ricardo Wurmus
Ludovic Courtès writes: +(lambda* (#:key inputs outputs #:allow-other-keys) + ;; Make sure 'ibus-setup' runs with the correct PYTHONPATH and + ;; GI_TYPELIB_PATH. + (let ((out (assoc-ref outputs out))) +(substitute* (string-append out

[PATCH] gnu: wpa-supplicant: Install DBUS access configuration.

2015-03-26 Thread Tomáš Čech
* gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file. --- gnu/packages/admin.scm | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 95b0c9f..354a01a 100644 --- a/gnu/packages/admin.scm +++