Martin Castillo <[email protected]> skribis: > ++ guix build superseded -d > accepted connection from pid 22991, user pi > random seed for tests: 1518709083 > guix build: package 'superseded' has been superseded by 'bar' > ++ guix build bar -d > accepted connection from pid 23282, user pi > random seed for tests: 1518709358 > + test > /home/pi/code/guix/test-tmp/store/y6l76g4i1m2q0ckliw4941x4sa0wa24w-bar-9001.drv > = '' > + rm -rf t-guix-build-10577 > FAIL tests/guix-build.sh (exit status: 1)
This one looks fishy, I donât see how it could happen (see tests/guix-build.sh). Is it reproducible? You can run âmake check TESTS=tests/guix-build.shâ to run just this test. > In guix/scripts/package.scm: > 250:34 5 (_ #<package [email protected] gnu/packages/flashing-tools.s> ) > In srfi/srfi-1.scm: > 466:18 4 (fold #<procedure 1c4a100 at guix/ui.scm:1158:8 (metri> ) > In guix/ui.scm: > 1161:13 3 (_ _ 0) > 1040:23 2 (texi->plain-text _) > In texinfo.scm: > 1131:22 1 (parse _) > 966:36 0 (loop #<input: string 1c20038> (*fragment*) #<procedur> ) > > texinfo.scm:966:36: In procedure loop: > texinfo.scm:966:36: Throw to key `parser-error' with args `(#f "Unknown > command" ifdtool)'. This one was fixed in commit ec0f3d0a5bdc1f56308aeff5dabfbb3ab18b9810. Thanks, Ludoâ.
