unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49171: OCaml packages not building (due to updated python-pyyaml)
@ 2021-06-22 16:47 pukkamustard
  2021-07-04 13:14 ` Xinglu Chen
  0 siblings, 1 reply; 4+ messages in thread
From: pukkamustard @ 2021-06-22 16:47 UTC (permalink / raw)
  To: 49171

Hi Guix,

With commit ac02d423d3fcb11048ee2e4a02626fca40cf1419, which 
updated python-pyyaml to 5.4.1 (from 5.3.1) lot of OCaml packages 
fail to build.

This seems to be due to ocaml-dose3 that has python2-pyyaml as 
dependency for tests. ocaml-dose3 is a dependency of opam - a 
dependency of many OCaml packages.

The output when trying to build ocaml-dose3:

----------------------------------------------------------
phase `build' succeeded after 14.5 seconds
starting phase `check'
/tmp/guix-build-ocaml-dose3-5.0.1.drv-0/dose3-5.0.1
ocamlbuild  -j 10 applications/apps.otarget
# No parallelism done
make testlib
make[1]: Entering directory 
'/tmp/guix-build-ocaml-dose3-5.0.1.drv-0/dose3-5.0.1'
echo

make[1]: Leaving directory 
'/tmp/guix-build-ocaml-dose3-5.0.1.drv-0/dose3-5.0.1'
applications/dose-tests.py applications/dose-tests.list
Traceback (most recent call last):
  File "applications/dose-tests.py", line 17, in <module>
    warning('YAML C-library not available, falling back to 
    python')
NameError: name 'warning' is not defined
make: *** [Makefile:206: test] Error 1
command "make" "test" 
"LIBDIR=/gnu/store/v939nvdn67cdgb7rjkyvplfw1qr2hkjl-ocaml-dose3-5.0.1/lib/ocaml/site-lib" 
failed with status 2
note: keeping build directory 
`/tmp/guix-build-ocaml-dose3-5.0.1.drv-3'
builder for 
`/gnu/store/lybbyb38k0009jrbviymq88vi6xak5ii-ocaml-dose3-5.0.1.drv' 
failed with exit code 1
build of 
/gnu/store/lybbyb38k0009jrbviymq88vi6xak5ii-ocaml-dose3-5.0.1.drv 
failed
View build log at 
'/var/log/guix/drvs/ly/bbyb38k0009jrbviymq88vi6xak5ii-ocaml-dose3-5.0.1.drv.bz2'.
guix build: error: build of 
`/gnu/store/lybbyb38k0009jrbviymq88vi6xak5ii-ocaml-dose3-5.0.1.drv' 
failed
----------------------------------------------------------

This seems to also be what CI is encoutering: 
https://ci.guix.gnu.org/build/623375/details

Any ideas? Any other packages failing for the same reason?

Would disabling tests for ocaml-dose3 be an acceptable quick hack?

Cheers,
pukkamustard




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#49171: OCaml packages not building (due to updated python-pyyaml)
  2021-06-22 16:47 bug#49171: OCaml packages not building (due to updated python-pyyaml) pukkamustard
@ 2021-07-04 13:14 ` Xinglu Chen
  2021-07-04 21:23   ` pukkamustard
  0 siblings, 1 reply; 4+ messages in thread
From: Xinglu Chen @ 2021-07-04 13:14 UTC (permalink / raw)
  To: pukkamustard, 49171

[-- Attachment #1: Type: text/plain, Size: 2358 bytes --]

On Tue, Jun 22 2021, pukkamustard wrote:

> Hi Guix,
>
> With commit ac02d423d3fcb11048ee2e4a02626fca40cf1419, which 
> updated python-pyyaml to 5.4.1 (from 5.3.1) lot of OCaml packages 
> fail to build.
>
> This seems to be due to ocaml-dose3 that has python2-pyyaml as 
> dependency for tests. ocaml-dose3 is a dependency of opam - a 
> dependency of many OCaml packages.
>
> The output when trying to build ocaml-dose3:
>
> ----------------------------------------------------------
> phase `build' succeeded after 14.5 seconds
> starting phase `check'
> /tmp/guix-build-ocaml-dose3-5.0.1.drv-0/dose3-5.0.1
> ocamlbuild  -j 10 applications/apps.otarget
> # No parallelism done
> make testlib
> make[1]: Entering directory 
> '/tmp/guix-build-ocaml-dose3-5.0.1.drv-0/dose3-5.0.1'
> echo
>
> make[1]: Leaving directory 
> '/tmp/guix-build-ocaml-dose3-5.0.1.drv-0/dose3-5.0.1'
> applications/dose-tests.py applications/dose-tests.list
> Traceback (most recent call last):
>   File "applications/dose-tests.py", line 17, in <module>
>     warning('YAML C-library not available, falling back to 
>     python')
> NameError: name 'warning' is not defined
> make: *** [Makefile:206: test] Error 1
> command "make" "test" 
> "LIBDIR=/gnu/store/v939nvdn67cdgb7rjkyvplfw1qr2hkjl-ocaml-dose3-5.0.1/lib/ocaml/site-lib" 
> failed with status 2
> note: keeping build directory 
> `/tmp/guix-build-ocaml-dose3-5.0.1.drv-3'
> builder for 
> `/gnu/store/lybbyb38k0009jrbviymq88vi6xak5ii-ocaml-dose3-5.0.1.drv' 
> failed with exit code 1
> build of 
> /gnu/store/lybbyb38k0009jrbviymq88vi6xak5ii-ocaml-dose3-5.0.1.drv 
> failed
> View build log at 
> '/var/log/guix/drvs/ly/bbyb38k0009jrbviymq88vi6xak5ii-ocaml-dose3-5.0.1.drv.bz2'.
> guix build: error: build of 
> `/gnu/store/lybbyb38k0009jrbviymq88vi6xak5ii-ocaml-dose3-5.0.1.drv' 
> failed
> ----------------------------------------------------------
>
> This seems to also be what CI is encoutering: 
> https://ci.guix.gnu.org/build/623375/details
>
> Any ideas? Any other packages failing for the same reason?
>
> Would disabling tests for ocaml-dose3 be an acceptable quick hack?
>
> Cheers,
> pukkamustard

I think this was fixed in commit
91b29aa37394b660117e1d79927621db1344b7fe (gnu: ocaml-dose3: Fix tests.),
do you think we can close the issue?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#49171: OCaml packages not building (due to updated python-pyyaml)
  2021-07-04 13:14 ` Xinglu Chen
@ 2021-07-04 21:23   ` pukkamustard
  2021-07-05 17:10     ` Xinglu Chen
  0 siblings, 1 reply; 4+ messages in thread
From: pukkamustard @ 2021-07-04 21:23 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 49171


Xinglu Chen <public@yoctocell.xyz> writes:

> I think this was fixed in commit
> 91b29aa37394b660117e1d79927621db1344b7fe (gnu: ocaml-dose3: Fix 
> tests.),
> do you think we can close the issue?

Yup, was fixed and already closed by Julien (see 
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49171#13).




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#49171: OCaml packages not building (due to updated python-pyyaml)
  2021-07-04 21:23   ` pukkamustard
@ 2021-07-05 17:10     ` Xinglu Chen
  0 siblings, 0 replies; 4+ messages in thread
From: Xinglu Chen @ 2021-07-05 17:10 UTC (permalink / raw)
  To: pukkamustard; +Cc: 49171

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

On Sun, Jul 04 2021, pukkamustard wrote:

> Xinglu Chen <public@yoctocell.xyz> writes:
>
>> I think this was fixed in commit
>> 91b29aa37394b660117e1d79927621db1344b7fe (gnu: ocaml-dose3: Fix 
>> tests.),
>> do you think we can close the issue?
>
> Yup, was fixed and already closed by Julien (see 
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49171#13).

Oh, I didn’t check the Web UI, sorry for the noise.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-05 17:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 16:47 bug#49171: OCaml packages not building (due to updated python-pyyaml) pukkamustard
2021-07-04 13:14 ` Xinglu Chen
2021-07-04 21:23   ` pukkamustard
2021-07-05 17:10     ` Xinglu Chen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).