bug#48213: offlineimap build fails

2021-08-17 Thread zimoun
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

bug#48213: offlineimap build fails

2021-07-13 Thread zimoun
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

bug#48213: offlineimap build fails

2021-07-02 Thread zimoun
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

bug#48213: offlineimap build fails

2021-05-30 Thread Mark H Weaver
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 > >

bug#48213: offlineimap build fails

2021-05-27 Thread zimoun
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

bug#48213: offlineimap build fails

2021-05-11 Thread Bone Baboon via Bug reports for GNU Guix
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

bug#48213: offlineimap build fails

2021-05-05 Thread Bone Baboon via Bug reports for GNU Guix
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

bug#48213: offlineimap build fails

2021-05-04 Thread Bone Baboon via Bug reports for GNU Guix
>> 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

bug#48213: offlineimap build fails

2021-05-04 Thread Mark H Weaver
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

bug#48213: offlineimap build fails

2021-05-04 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
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

bug#48213: offlineimap build fails

2021-05-03 Thread Bone Baboon via Bug reports for GNU Guix
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