Hi,
On Tue, 13 Jul 2021 at 10:24, zimoun wrote:
> On Thu, 27 May 2021 at 22:55, zimoun wrote:
>> On Tue, 04 May 2021 at 16:39, Mark H Weaver wrote:
>>
>From the command line, you can simply do this:
>>>
>>> guix build offlineimap --without-tests=python2-rfc6555
>>>
>>> Within an OS config
Hi,
On Thu, 27 May 2021 at 22:55, zimoun wrote:
> On Tue, 04 May 2021 at 16:39, Mark H Weaver wrote:
>
>>>From the command line, you can simply do this:
>>
>> guix build offlineimap --without-tests=python2-rfc6555
>>
>> Within an OS configuration, or within a profile "manifest" file (if you
>>
Hi,
On Sun, 30 May 2021 at 15:27, Mark H Weaver wrote:
> zimoun writes:
>> The package offlineimap will go sooner or later since Python 2 is EOL.
>> The migration from Py2 to Py3 is not clear [1] and the README [2] says:
>>
>> > As one of the maintainer of OfflineIMAP, I'd like to put my effo
Hi Simon,
zimoun writes:
> The package offlineimap will go sooner or later since Python 2 is EOL.
> The migration from Py2 to Py3 is not clear [1] and the README [2] says:
>
> > As one of the maintainer of OfflineIMAP, I'd like to put my efforts into
> > [imapfw](http://github.com/OfflineIMAP
Hi,
On Tue, 04 May 2021 at 16:39, Mark H Weaver wrote:
>From the command line, you can simply do this:
>
> guix build offlineimap --without-tests=python2-rfc6555
>
> Within an OS configuration, or within a profile "manifest" file (if you
> use "guix package --manifest", which is highly recomme
Mark H Weaver writes:
> Hi,
>
> Bone Baboon via Bug reports for GNU Guix writes:
>> On a x86_64 computer when I run `guix build --no-substitutes
>> offlineimap` the build fails because the "test_ipv6_available" test
>> fails.
>
> 'offlineimap' is the _only_ package in Guix that
> depends on the '
Tobias Geerinckx-Rice writes:
> you should report this upstream first
I have reported this to Seth Michael Larson the maintainer of rfc6555.
https://pypi.org/project/rfc6555/
I also asked Seth Michael Larson if the rfc6555 test suite could be
modified so that test_ipv6_available does not fail if
>> This would accommodate Guix users who have disabled ipv6.
>
> Guix doesn't virtualise the kernel and expects it to provide all that
> is needful. Linux offers knobs for *everything*; that doesn't mean
> everything is supported. Disabling kernel support for basic things
> (namespaces, UNIX doma
Hi,
Bone Baboon via Bug reports for GNU Guix writes:
> On a x86_64 computer when I run `guix build --no-substitutes
> offlineimap` the build fails because the "test_ipv6_available" test
> fails.
>
> In the system configuration ipv6 is disabled:
[...]
> Taking the failing test's name "test_ipv6_av
Babs,
Bone Baboon via Bug reports for GNU Guix 写道:
Taking the failing test's name "test_ipv6_available" literally I
would
like to ask if having this test required to build this
offlineimap
dependency
I think not, but you should report this upstream first. They look
asleep but I didn't hold
On a x86_64 computer when I run `guix build --no-substitutes
offlineimap` the build fails because the "test_ipv6_available" test
fails.
In the system configuration ipv6 is disabled:
```
(kernel-arguments
(append
(list "nomodeset" "ipv6.disable=1")
%default-kernel-arguments))
```
Taking the
11 matches
Mail list logo