mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-07 17:07:02 +00:00
Currently autobuild failed to build in both master and release-16.03. The
error message is
mv: cannot stat '/nix/store/a4jzlkrhd4b4nr5760caj3rrjxhyg4z3-autobuild-5.3/bin/abput-sourceforge': No such file or directory
builder for ‘/nix/store/l19vywq8zvbarswby5h7vl4iq1c1pvq7-autobuild-5.3.drv’ failed with exit code 1
It happens in post install script
postInstall = ''
wrapProgram $out/bin/ab{put,build}-sourceforge \
--prefix PATH ":" "${stdenv.lib.makeBinPath [ openssh rsync ]}"
'';
The problem is that in autobuild 5.0 the ab{put,build}-sourceforge were removed
* Version 5.0 (released 2008-11-25)
...
** abput, abput-sourceforge, abput-testdrive: Remove.
** abbuild, abbuild-sourceforge: Remove.
Both the SourceForge and TestDrive systems have been shutdown. The
scripts were of questionable value anyway.
Possibly the bug was introduced in commit
|
||
---|---|---|
.. | ||
arcanist | ||
astyle | ||
autobuild | ||
autoconf | ||
autoconf-archive | ||
autogen | ||
automake | ||
automoc4 | ||
avarice | ||
avrdude | ||
awf | ||
babeltrace | ||
bin_replace_string | ||
binutils | ||
bossa | ||
bsdbuild | ||
cbrowser | ||
ccache | ||
cflow | ||
cgdb | ||
checkbashisms | ||
chrpath | ||
chruby | ||
cl-launch | ||
coccinelle | ||
complexity | ||
cppi | ||
cproto | ||
cscope | ||
ctags | ||
cwebbin | ||
d-feet | ||
dbench | ||
ddd | ||
dejagnu | ||
dfu-programmer | ||
dfu-util | ||
dialog | ||
distcc | ||
doclifter | ||
drush | ||
editorconfig-core-c | ||
eggdbus | ||
elfutils | ||
epm | ||
fswatch | ||
gdb | ||
gengetopt | ||
global | ||
gnum4 | ||
gob2 | ||
gperf | ||
gpshell | ||
grafana | ||
gtkdialog | ||
help2man | ||
hound | ||
hydra | ||
icon-naming-utils | ||
indent | ||
inotify-tools | ||
intel-gpu-tools | ||
intltool | ||
iozone | ||
itstool | ||
jscoverage | ||
kconfig-frontends | ||
kibana | ||
libtool | ||
lsof | ||
ltrace | ||
lttng-tools | ||
lttng-ust | ||
lttv | ||
luarocks | ||
md2man | ||
msitools | ||
ninka | ||
nixbang | ||
objconv | ||
opengrok | ||
openocd | ||
pahole | ||
patchelf | ||
pkgconfig | ||
pmccabe | ||
prelink | ||
premake | ||
rman | ||
rolespec | ||
saleae-logic | ||
sipp | ||
sloccount | ||
sqitch | ||
srecord | ||
stlink | ||
stm32flash | ||
strace | ||
swig | ||
sysbench | ||
tcptrack | ||
teensy-loader-cli | ||
tet | ||
texi2html | ||
texinfo | ||
tie | ||
tokei | ||
travis | ||
trv | ||
uhd | ||
uisp | ||
uncrustify | ||
unifdef | ||
universal-ctags | ||
usb-modeswitch | ||
xc3sprog | ||
xxdiff | ||
ycmd | ||
yodl |