A package picks up a non-master package - bug or intentional?

2017-02-15 Thread ng0
Hi, I just picked up gnunet-fuse again and the build behaves strange. You have to know that I keep multiple versions of gnunet and related packages in my GUIX_PACKAGE_PATH. Normally I would expect that this: +(arguments + `(#:configure-flags + (list (string-append "--with-gnunet="

Re: [PATCH] gnu: font-gnu-unifont: Call mkfontdir for pcf output

2017-02-15 Thread Alex Kost
Danny Milosavljevic (2017-02-14 18:56 +0100) wrote: > Hi, > >> One problem of this solution is that some font packages (for example, >> fonts-misc-misc) already have fonts.dir, to avoid conflict, it is better >> to remove fonts.dir in all font packages and generate fonts.dir in >> fonts-dir-file,

Re: [PATCH] gnu: font-gnu-unifont: Call mkfontdir for pcf output

2017-02-15 Thread Huang, Ying
Hi, All, Alex Kost writes: > Danny Milosavljevic (2017-02-14 18:56 +0100) wrote: > >> Hi, >> >>> One problem of this solution is that some font packages (for example, >>> fonts-misc-misc) already have fonts.dir, to avoid conflict, it is better >>> to remove fonts.dir in all font packages and gen

Re: [PATCH] gnu: Add pybitmessage, [PATCH] gnu: Add python2-pyqt-4, [PATCH] gnu: gnu: messaging: Use license: prefix.

2017-02-15 Thread Nancy-Anne Cianci
On 23.08.2016 14:03, ng0 wrote: > These 3 patches enable us to have a functional pybitmessage version > 0.6.1, released 2 days ago. I believe some updating had to be done for "msgpack".

Re: [PATCH] gnu: Add pybitmessage, [PATCH] gnu: Add python2-pyqt-4, [PATCH] gnu: gnu: messaging: Use license: prefix.

2017-02-15 Thread ng0
On 17-02-15 12:52:30, Nancy-Anne Cianci wrote: > On 23.08.2016 14:03, ng0 wrote: > > These 3 patches enable us to have a functional pybitmessage version > > 0.6.1, released 2 days ago. > > I believe some updating had to be done for "msgpack". > > > This message is so old I don't even know what

Re: [PATCH 1/1] services: Add agetty service.

2017-02-15 Thread myglc2
On 02/14/2017 at 19:24 Leo Famulari writes: > On Tue, Feb 14, 2017 at 07:12:44PM -0500, Leo Famulari wrote: >> * gnu/services/base.scm (): New record type. >> (agetty-shepherd-service, agetty-service): New procedures. >> (agetty-service-type): New variable. > > My intention is to get a serial tty,

Re: updating many haskell packages

2017-02-15 Thread Troy Sankey
Quoting Federico Beffa (2017-02-06 03:13:16) > On Mon, Feb 6, 2017 at 9:03 AM, Federico Beffa wrote: > > > (ii) The latest LTS still uses GHC 8.0.1. I'm not sure if this is > > because of some real problem (GHC 8.0.2 introduces some > > incompatibilities) or if it is because changing things take

Re: [PATCH] gnu: Add python-openid.

2017-02-15 Thread Julien Lepiller
On Tue, 14 Feb 2017 16:53:40 + ng0 wrote: > > As you can see here > https://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=defusedxml&submit=Search!&idxname=guix-devel&max=20&result=normal&sort=score > they have not been pushed (as part of postorius) because Harmut had a > question, django p

Re: [PATCH] gnu: Add pybitmessage, [PATCH] gnu: Add python2-pyqt-4, [PATCH] gnu: gnu: messaging: Use license: prefix.

2017-02-15 Thread ng0
On 17-02-15 19:01:14, Nancy-Anne Cianci wrote: > > At one point, bitmessage did not build in GuixSD - maybe it is fixed > already (I unplugged my guix drive). > > If indeed Bitmessage does build from latest Github commit, all is fine. > > > thanks. It always worked for me, otherwise I wouldn't

Re: updating many haskell packages

2017-02-15 Thread Troy Sankey
Quoting Troy Sankey (2017-02-06 16:00:29) > Quoting Federico Beffa (2017-02-06 15:34:47) > > I would consider a discrepancy between a cabal file on Hackage and the > > actual cabal file included in a tar archive a bug. It may be helpful > > to report it to the author. > > I found this issue on th

Re: [PATCH 1/1] services: Add agetty service.

2017-02-15 Thread Leo Famulari
On Tue, Feb 14, 2017 at 07:24:17PM -0500, Leo Famulari wrote: > When I connect to my physical device using the Keyspan USA-19H > serial-to-USB converter, I can watch the system boot, but Shepherd never > reports that the 'term-ttyS0' service has started, and I never see the > MOTD or login prompt.

Re: [PATCH 3/3] gnu: Add filezilla.

2017-02-15 Thread Maxim Cournoyer
Hi, While I haven't tried it, the patch looks good to me! Maxim On Tue, Feb 14, 2017 at 9:44 PM, wrote: > > Minor thing, and I'm not sure if we have a convention for this, but it'd >> be neat to keep the use-module statements ordered alphabetically. >> >> > Ordered alphabetically! > > >> Agai

Re: [PATCH 2/3] gnu: Add libfilezilla.

2017-02-15 Thread Maxim Cournoyer
LGTM! Maxim On Tue, Feb 14, 2017 at 9:41 PM, wrote: > Hello, > Thanks for the explanation about the licenses. > > Attachment patch with suggested changes. > > > I don't see this in the sources >> (https://svn.filezilla-project.org/filezilla/libfilezilla/tags/0.9.0/). >> I'm >> pretty sure thos

Re: A package picks up a non-master package - bug or intentional?

2017-02-15 Thread Ricardo Wurmus
ng0 writes: > I just picked up gnunet-fuse again and the build behaves strange. > > You have to know that I keep multiple versions of gnunet and related > packages in my GUIX_PACKAGE_PATH. > Normally I would expect that this: > > +(arguments > + `(#:configure-flags > + (list (strin

Re: A package picks up a non-master package - bug or intentional?

2017-02-15 Thread ng0
On 17-02-15 22:24:58, Ricardo Wurmus wrote: > > ng0 writes: > > > I just picked up gnunet-fuse again and the build behaves strange. > > > > You have to know that I keep multiple versions of gnunet and related > > packages in my GUIX_PACKAGE_PATH. > > Normally I would expect that this: > > > > +

Re: Icecat crash

2017-02-15 Thread Julien Lepiller
On Sun, 25 Dec 2016 21:15:19 -0500 Leo Famulari wrote: > On Sun, Dec 25, 2016 at 05:47:33PM -0800, Chris Marusich wrote: > > Danny Milosavljevic writes: > > > so I've finally found a 100% reproducible way to crash icecat. > > > Previously it has been sporadic and not reproducible. > > > > > >

wrt git-exec-path patch

2017-02-15 Thread ng0
Why was this patch necessary? I only face troubles with it. Fixed is now "git rebase" after someone in IRC told me to unset GIT_EXEC_PATH, but git send-email is now "not a git command". This is on GuixSD. commit 82de2655a16dcc7a8e3b992b4afd34ec32c244a6 Author: David Craven Date: Fri Feb 10 1

Leaving the guix project

2017-02-15 Thread David Craven
Hello guixers! I am very grateful for all the things I could learn during my time here and all the awesome work that you guys put in. But I wish to leave the guix project and that my savannah account be removed. This is not a decision I make lightly. The reason why I decided it was time to move o

Re: Leaving the guix project

2017-02-15 Thread Leo Famulari
On Thu, Feb 16, 2017 at 01:14:15AM +0100, David Craven wrote: > Hello guixers! > > I am very grateful for all the things I could learn during my time > here and all the awesome work that you guys put in. > > But I wish to leave the guix project and that my savannah account be > removed. This is n

building packages with git+ssh

2017-02-15 Thread Chaitan Rogers
Hi, We are trying to build code that is stored in a internal repository that is only accessible via git+ssh. This failed because openssh isn't included in the set of inputs that are available to the cloning process. After speaking to "rekado" and others on IRC, I forked git-download.scm and mo

Re: [V2 PATCH 1/1] services: Add agetty service.

2017-02-15 Thread Leo Famulari
On Tue, Feb 14, 2017 at 07:24:17PM -0500, Leo Famulari wrote: > This 'extra' is a time-saving kludge. I'll add fields for all of > agetty's configuration options once I'm satisfied that the service works > on GuixSD. Here's a patch that exposes (almost all) of agetty's command-line options. Is th

Re: A package picks up a non-master package - bug or intentional?

2017-02-15 Thread Ricardo Wurmus
ng0 writes: > On 17-02-15 22:24:58, Ricardo Wurmus wrote: >> >> ng0 writes: >> >> > I just picked up gnunet-fuse again and the build behaves strange. >> > >> > You have to know that I keep multiple versions of gnunet and related >> > packages in my GUIX_PACKAGE_PATH. >> > Normally I would exp