Summary: | dev-lang/erlang sporadic parallel build failure under heavy load | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Denis Sokolovsky <ganellon> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info '=dev-lang/erlang-19.0::gentoo' |
Created attachment 439954 [details]
emerge --info '=dev-lang/erlang-19.0::gentoo'
Here are excerpt from emerge console log, related to erlang:
>>> Emerging (302 of 356) dev-lang/erlang-19.0::gentoo
>>> Installing (298 of 356) kde-apps/kanagram-16.04.2::gentoo
>>> Emerging (303 of 356) x11-libs/libva-1.7.1::gentoo
>>> Installing (279 of 356) app-emulation/qemu-2.6.0::gentoo
>>> Installing (296 of 356) kde-plasma/kscreen-5.7.0::gentoo
>>> Installing (300 of 356) kde-apps/spectacle-16.04.2::gentoo
>>> Installing (299 of 356) kde-apps/parley-16.04.2::gentoo
>>> Installing (291 of 356) kde-plasma/kwin-5.7.0::gentoo
>>> Failed to emerge dev-lang/erlang-19.0, Log file:
>>> '/tmp/portage/dev-lang/erlang-19.0/temp/build.log'
>>> Installing (301 of 356) net-analyzer/wireshark-2.1.0::gentoo
>>> Installing (288 of 356) net-libs/webkit-gtk-2.12.3::gentoo
>>> Installing (303 of 356) x11-libs/libva-1.7.1::gentoo
I will not be maintaining erlang anymore, sorry. If you can contribute, please work with the proxy maintenance team. Please retry with 20.0 and, if still valid, I would report this to upstream as it seems hard to reproduce (at least for me with -j9 for example) |
Created attachment 439952 [details] build.log My build machine have parallel build setup via, both, emerge "-j" and make "-j": # grep OPTS /etc/portage/make.conf MAKEOPTS="-j12 -l6" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} -j8 --keep-going" Sometimes erlang build failed, during world update, with error "mv: cannot stat 'RELEASES': No such file or directory" When I rerun erlang build alone it always succeed for me. I saw same error for erlang-18 and now for erlang-19.