bug#37403: Cannot 'guix guix build --target=x86_64-w64-mingw32 perl'

2019-09-15 Thread Jan Nieuwenhuizen
Vivien Kraus writes:

>> Are you using the core-updates-next branch?
>
> No,

Ah.  In that case it's a `know bug' that is being worked on.

> how do I do that?

I looked into core-updates-next and at the moment it does not seem to be
in a really usable state, in other words: work in progress.

Theoretically one might do `guix pull --branch='.  However,
branches other than master and version-1.0.x are generally not suited
for general use.  See `14.6 Submitting Patches'
(https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html).

Using a developer branch like core-updates-next is usually done by
working on a clone of the Guix Git archive.  See `14.1 Building from
Git' (https://guix.gnu.org/manual/en/html_node/Building-from-Git.html).

Greetings,
janneke

-- 
Jan Nieuwenhuizen  | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com





bug#37407: node package build failed

2019-09-15 Thread Reza Alizadeh Majd
Hello Guix, 

pull the latest changes from guix, build process of  `node` package is failed.  
it seems that recent update of `openssl` broke the build process of that (and 
also `ungoogled-chomium` which `node` is a dependecy of). 

build process of `node` package fails during `check` phase with following 
error: 


ok 2312 sequential/test-util-debug
  ---
  duration_ms: 5.801
  ...
ok 2313 sequential/test-vm-timeout-rethrow
  ---
  duration_ms: 1.255
  ...
make: *** [Makefile:445: test-ci-js] Error 1

Test suite failed, dumping logs.
Backtrace:
   4 (primitive-load "/gnu/store/pw7ws5ml94jxl98kyjz51i885gm…")
In ice-9/eval.scm:
   191:35  3 (_ _)
In srfi/srfi-1.scm:
   863:16  2 (every1 # …)
In 
/gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:
   799:28  1 (_ _)
369:6  0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _)

/gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:369:6:
 In procedure check:
Throw to key `srfi-34' with args `(#)'.
builder for `/gnu/store/vk49dlkkixsik0fw9gsmnqn4jmgfw099-node-10.15.3.drv' 
failed with exit code 1
build of /gnu/store/vk49dlkkixsik0fw9gsmnqn4jmgfw099-node-10.15.3.drv failed
View build log at 
'/var/log/guix/drvs/vk/49dlkkixsik0fw9gsmnqn4jmgfw099-node-10.15.3.drv.bz2'.
guix build: error: build of 
`/gnu/store/vk49dlkkixsik0fw9gsmnqn4jmgfw099-node-10.15.3.drv' failed


maybe preventing the test execution could be a quick workaround to prevent this 
package build failure.


Regards, 
Reza