Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930093 - net-misc/rabbitmq-server-3.13.1 fails to compile: rabbit_password_hashing_sha512.beam: failed to rename rabbit_password_hashing_sha512.bea# to rabbit_password_hashing_sha512.beam: no such file or directory
Summary: net-misc/rabbitmq-server-3.13.1 fails to compile: rabbit_password_hashing_sha...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-16 07:26 UTC by Agostino Sarubbo
Modified: 2024-04-22 07:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,70.87 KB, text/plain)
2024-04-16 07:26 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-04-16 07:26:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/rabbitmq-server-3.13.1 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-16 07:26:27 UTC
Created attachment 890903 [details]
build.log

build log and emerge --info
Comment 2 Matthew Smith gentoo-dev 2024-04-16 16:58:05 UTC
> failed to rename /var/tmp/portage/net-misc/rabbitmq-server-3.13.1/work/rabbitmq-server-3.13.1/deps/rabbit_common/ebin/rabbit_password_hashing_sha512.bea# to /var/tmp/portage/net-misc/rabbitmq-server-3.13.1/work/rabbitmq-server-3.13.1/deps/rabbit_common/ebin/rabbit_password_hashing_sha512.beam
> make[2]: *** [erlang.mk:4759: ebin/rabbit_common.app] Error 1
> make[1]: *** [erlang.mk:4499: app] Error 2

Not able to reproduce this with the same versions of Erlang and Elixir. Also unsure where this .bea# file comes from.

ago, if you still have the build directory, please could you check if ${WORKDIR}/rabbitmq-server-3.13.1/deps/rabbit_common/ebin/rabbit_password_hashing_sha512.beam exists?
Comment 3 Larry the Git Cow gentoo-dev 2024-04-17 12:12:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e381bf9e679293683f3ba523a07455a0d296f482

commit e381bf9e679293683f3ba523a07455a0d296f482
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2024-04-17 12:08:07 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2024-04-17 12:08:07 +0000

    net-misc/rabbitmq-server: disable parallel make
    
    Missing dependencies causes 'no such file or directory' issue when
    copying .beam files around.
    
    Issue is reliably reproducible with MAKEOPTS='-j --shuffle=reverse'.
    
    Closes: https://bugs.gentoo.org/930133
    Closes: https://bugs.gentoo.org/930098
    Closes: https://bugs.gentoo.org/930093
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 net-misc/rabbitmq-server/rabbitmq-server-3.13.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)