Re: [PATCH] gnu: r: Add pango to inputs.

2016-06-27 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/statistics.scm (r)[inputs]: Remove cairo, add pango. >> --- >> gnu/packages/statistics.scm | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm

Re: [PATCH] gnu: pulseaudio: Enable support for Bluetooth.

2016-06-27 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/pulseaudio.scm (pulseaudio)[arguments]: Add >> "--enable-bluez5" to configure flags. >> [inputs]: Add "bluez" and "sbc". > > I think it’s a reasonable change. > > Ideally a ‘pulseaudio-updates’ branch would be the right thing

Re: [Patch] go@1.4 Updated patch

2016-06-27 Thread Matthew Jordan
> What is this "bash" used for? I don't see it referred to in the install > phase. Thanks. I'll remove it in the next patch for go@1.4. -- Matthew Jordan Sent with my mu4e

Re: [Patch] go@1.4 Updated patch

2016-06-27 Thread Matthew Jordan
> I also noticed the unusual file system layout in the main output: > > --8<---cut here---start->8--- > $ ls $(./pre-inst-env guix build go) > /gnu/store/05al7hhwng4a5hs1ix2i4agqzm9cs4gy-go-1.4.3-doc: > share > > /gnu/store/6f6ns5c7gfr79pl190r9xjyx6rbx1vv1-go-1.

Re: pybitmessage fails to detect PyQt4.QtCore module due to sip error

2016-06-27 Thread ng0
Hi, Efraim Flashner writes: >> ~ >> gnu/packages/python.scm: >> #:use-module (gnu packages qt) >> >> (arguments >> `(#:modules ((srfi srfi-1) >> ,@%gnu-build-system-modules) >>#:phases >>(modify-phases %standard-phases >> ;; A Makefile

Re: [PATCH] Add gctp

2016-06-27 Thread Thomas Danckaert
From: Leo Famulari Subject: Re: [PATCH] Add gctp Date: Sat, 25 Jun 2016 13:21:31 -0400 It sounds like you've tried emailing the authors for advice. Is that right? I tried 2 addresses that I found in the source distributions, but both addresses bounced. It looks like this gctp-2.0 is bundle

Re: [PATCH] gnu: Add orage.

2016-06-27 Thread Kei Kebreau
Leo Famulari writes: > On Sun, Jun 26, 2016 at 03:14:06PM -0400, Kei Kebreau wrote: >> Leo Famulari writes: >> > If this issue doesn't break the primary use case of Orage, or cause >> > problems besides the failure of 'View > Globaltime', then this issue >> > should not block packaging, in my op

Re: [PATCH] gnu: Add orage.

2016-06-27 Thread Leo Famulari
On Sun, Jun 26, 2016 at 03:14:06PM -0400, Kei Kebreau wrote: > Leo Famulari writes: > > If this issue doesn't break the primary use case of Orage, or cause > > problems besides the failure of 'View > Globaltime', then this issue > > should not block packaging, in my opinion. > > So I can push Ora

Re: [Patch] go@1.4 Updated patch

2016-06-27 Thread Leo Famulari
On Sun, Jun 26, 2016 at 06:14:48PM -0400, Matthew Jordan wrote: > Subject: [PATCH] gnu: Add go@1.4 > > * gnu/local.mk: Modified file. > * gnu/packages/golang.scm: New file. > + (replace 'install > + (lambda* (#:key outputs inputs #:allow-other-keys) > + (let* ((outpu

Re: [PATCH 08/10] gnu: Add python-email-validator and python2-email-validator.

2016-06-27 Thread 宋文武
>> They're needed at runtime, and included in the pth file. >> But I'm not sure whether or not inputs for python should be >> native-inputs, I never cross build python modules for other >> architertures. > > If they’re used at run time, they’re not ‘native-inputs’. (In practice > we cannot cross-c

Re: [Patch] go@1.4 Updated patch

2016-06-27 Thread Ludovic Courtès
Matthew Jordan skribis: >> One last thing I forgot to mention: building with --rounds=2 shows that >> the build is not reproducible (some differences in a few .a files.) >> >> If you prefer, we can address it in a later patch, though. > > Yes I would prefer address this issue in a later patch. S

Re: [Patch] go@1.4 Updated patch

2016-06-27 Thread Ludovic Courtès
Hello, Matthew Jordan skribis: >> Also, why do we need this “src” output? IIUC, it contains the source of >> some of the unit tests, right? > > I changed the "src" output to "tests", to clarify. OK; it’s not clear to me if users need it, but it probably doesn’t hurt to keep it. > From 9063100

Re: WIP: neomutt. segfaulting outside of gdb, functional inside.

2016-06-27 Thread Ricardo Wurmus
ng0 writes: > In gnu/packages/mail.scm I created this package. > It builds succesfully, but when I run it, it segfaults. > Running it in gdb however makes it succeed and not > segfault. How do I debug such a software? Have you tried running with “strace -f” to see what it appears to be doing wh