Mark H Weaver <m...@netris.org> writes: >> commit 5452588c1a662bdcee240342a9df87efa4b1c017 >> Author: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> >> Date: Wed Dec 30 14:31:16 2015 +0100 >> >> gnu: icedtea6, icedtea7: Rename package to "icedtea". >> >> * gnu/packages/java.scm (icedtea6): Change package name to "icedtea". >> (icedtea7): Inherit package name. > > This broke the builds for icedtea-1.13.9, see: > > http://hydra.gnu.org/eval/108721#tabs-new > http://hydra.gnu.org/build/908975/log/tail-reload > > The relevant excerpt is: > > --8<---------------cut here---------------start------------->8--- > In unknown file: > ?: 0 [chdir "icedtea-1.13.9"] > > ERROR: In procedure chdir: > ERROR: In procedure chdir: No such file or directory > builder for `/gnu/store/dl93r8kpd9g7g3iamwz2n05nxlwjsfsn-icedtea-1.13.9.drv' > failed with exit code 1 > --8<---------------cut here---------------end--------------->8--- > > I guess the problem is that the custom unpack phase does this: > > (chdir (string-append ,name "-" ,version)) > > and this patch changes the value of 'name'.
Indeed! It’s fixed in 9f40b1171bab8bc4be8a0a1f78453ac7e7310fdb. My apologies! ~~ Ricardo