I cannot reproduce this on my GuixSD machine; I see the error only on my
workstation with Guix on top of Fedora.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
Hi Ludo,
On Sun, 18 Jun 2017 00:21:28 +0200
l...@gnu.org (Ludovic Courtès) wrote:
> Danny Milosavljevic skribis:
>
> > so I'm trying to enable Rust tests and one of their tests does the
> > following (paraphrased) in order to exercise the non-UTF8 linker case
> > (which they want to succeed):
Ludovic Courtès writes:
[…]
> So the problem is probably not NFS in this case but rather RPC
> performance.
>
> However, I can’t help with this until you drop ‘guixr’ and use
> GUIX_DAEMON_SOCKET=guix:// instead. Hint hint. ;-)
FWIW: I’m using GUIX_DAEMON_SOCKET=guix:// since a few days. It
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I figured out why I was getting those two test failures after looking
more closely at tests/store.log: when I installed GuixSD, I did so
directly from another hard drive on the same system (having read in the
past about issues with multi-booting, I f
Ludovic Courtès writes:
> BTW, should --only-substitutes filter out packages without a substitute,
> or should it simply stop and report the list of missing substitutes
> (after which the user could use --do-not-upgrade)?
In my opinion “--only-substitutes” should stop and report a list.
If it c
Hello Guix!
I went ahead and started an evaluation of the full package set for
‘core-updates’:
https://hydra.gnu.org/jobset/gnu/core-updates
I think we should focus on fixing remaining build issues now.
Thanks,
Ludo’.
Hi Danny,
Danny Milosavljevic skribis:
> On Sun, 18 Jun 2017 00:21:28 +0200
> l...@gnu.org (Ludovic Courtès) wrote:
>
>> Danny Milosavljevic skribis:
>>
>> > so I'm trying to enable Rust tests and one of their tests does the
>> > following (paraphrased) in order to exercise the non-UTF8 linke
Hi,
I'm trying to track down the test_process_mask problem in Guix when trying to
test rustc.
For that I did:
(apply attached patch)
$ guix build --keep-failed rustc # will fail
$ cd /tmp/guix-build-rustc-1.16.0.drv-0
$ guix environment -C -N rustc
$ bash
$ source environment-variables
$ cd rus
On Sun, Jun 18, 2017 at 11:49:06AM +0200, Ludovic Courtès wrote:
> Hello Guix!
>
> I went ahead and started an evaluation of the full package set for
> ‘core-updates’:
>
> https://hydra.gnu.org/jobset/gnu/core-updates
>
> I think we should focus on fixing remaining build issues now.
Okay! I w
On Sun, Jun 18, 2017 at 11:38:45AM +0200, Ricardo Wurmus wrote:
>
> Ludovic Courtès writes:
>
> > BTW, should --only-substitutes filter out packages without a substitute,
> > or should it simply stop and report the list of missing substitutes
> > (after which the user could use --do-not-upgrade)
Hello,
On core-updates branch, after running:
git pull
./bootstrap
./configure --localstatedir=/var
make
error appears:
CXX nix/libstore/libstore_a-sqlite.o
AR libstore.a
ar: `u' modifier ignored since `D' is the default (see `U')
CXX nix/nix-daemon/guix_daemon-nix-dae
Leo Famulari writes:
> On Fri, Jun 16, 2017 at 10:29:09AM +0200, Ricardo Wurmus wrote:
>>
>> Kei Kebreau writes:
>>
>> > I think it may be a good idea to consolidate spelling and grammar
>> > packages into language.scm (or a new spelling.scm file if the former is
>> > not appropriate). This wo
Leo Famulari writes:
> On Sun, Jun 18, 2017 at 11:38:45AM +0200, Ricardo Wurmus wrote:
>>
>> Ludovic Courtès writes:
>>
>> > BTW, should --only-substitutes filter out packages without a substitute,
>> > or should it simply stop and report the list of missing substitutes
>> > (after which the u
On Sun, 18 Jun 2017 01:30:07 -0400
Mark H Weaver wrote:
> Hi Eric,
>
> bav...@member.fsf.org (Eric Bavier) writes:
> > bavier pushed a commit to branch master
> > in repository guix.
> >
> > commit d56c55fffbe962cf7c44030ae4eac53ffa1e1f85
> > Author: Eric Bavier
> > Date: Thu Jun 15 00:37:17
Jan Nieuwenhuizen writes:
> Mark H Weaver writes:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
>>> commit ebfb71d45615698040818a68b7dc34996ff4c046
>>> gpg: Signature made Fri 16 Jun 2017 07:22:49 AM EDT
>>> gpg:using RSA key DB34CB51D25C9408156FCDD6A12F87978D701B99
>>> g
Timothy Sample writes:
>>> In my opinion “--only-substitutes” should stop and report a list.
>>> If it continued without complaining there could be problems:
>>>
>>> * partial upgrades could leave the profile in an unusable state
>
> Maybe I don’t understand Guix that well yet, but I don’t think
Hello. I am the person Adonay is aiding.
On 14 June 2017 at 09:50, Adonay Felipe Nogueira wrote:
> NOTE: I'm Cc'ing the person I'm aiding, but I don't know if the person is
> subscribed to the list, so I think you should send a wide reply
I have just subscribed to guix-devel.
> However, I'm not
On June 17, 2017 3:13:33 PM CDT, l...@gnu.org wrote:
>Arun Isaac skribis:
>
>> * Proposal
>>
>> zip bomb (zip archives without a top level directory) handling should
>> not be done in `url-fetch/zipbomb'. It should be implemented as a
>> boolean argument to the `unpack' phase.
>
>I guess the Boo
Hi Caleb,
I'm sure Ludo may have more to say, but I think I can help you with a
few of your questions.
Caleb Ristvedt writes:
>> Though something went from with your email client. :-)
>
> Aye, turns out M-x epa-mail-sign doesn't work well with attachments. I
> posted another message that shoul
On Sun, Jun 18 2017, Timothy Sample wrote:
> While the user experience would suffer a bit, it’s no real hardship to
> type
>
> $ guix package \
> --do-not-upgrade $(guix package --only-substitutes -u) \
> -u
>
> This is definitely possible.
Just checking: is the proposal that
l...@gnu.org (Ludovic Courtès) writes:
> I went ahead and started an evaluation of the full package set for
> ‘core-updates’:
>
> https://hydra.gnu.org/jobset/gnu/core-updates
>
> I think we should focus on fixing remaining build issues now.
Almost(?) all of the builds on armhf failed because o
Mark H Weaver writes:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> I went ahead and started an evaluation of the full package set for
>> ‘core-updates’:
>>
>> https://hydra.gnu.org/jobset/gnu/core-updates
>>
>> I think we should focus on fixing remaining build issues now.
>
> Almost(?) all of
22 matches
Mail list logo