Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fakeroot missing on test-docker-ubuntu2010-armv8l-2 #3187

Closed
smlambert opened this issue Sep 14, 2023 · 1 comment
Closed

fakeroot missing on test-docker-ubuntu2010-armv8l-2 #3187

smlambert opened this issue Sep 14, 2023 · 1 comment

Comments

@smlambert
Copy link
Contributor

smlambert commented Sep 14, 2023

Please set the title to indicate the test name and machine name where known.

To make it easy for the infrastructure team to repeat and diagnose, please
answer the following questions:

Any other details:

[17:29:47.566] Running fakeroot
[17:29:47.572] jdk.jpackage.internal.ConfigException: Can not find fakeroot. Reason: Cannot run program "fakeroot": error=2, No such file or directory
	at jdk.jpackage/jdk.jpackage.internal.ToolValidator.validate(ToolValidator.java:124)
	at jdk.jpackage/jdk.jpackage.internal.LinuxPackageBundler.validate(LinuxPackageBundler.java:76)
	at jdk.jpackage/jdk.jpackage.internal.Arguments.generateBundle(Arguments.java:689)
	at jdk.jpackage/jdk.jpackage.internal.Arguments.processArguments(Arguments.java:555)
	at jdk.jpackage/jdk.jpackage.main.Main.execute(Main.java:92)
	at jdk.jpackage/jdk.jpackage.main.Main.main(Main.java:53)
@sxa
Copy link
Member

sxa commented Oct 3, 2023

With Ubuntu 20.10 being out of support the package couldn't be automatically installed, and in fact the desired version from the package manager is no longer in http://ports.ubuntu.com/ubuntu-ports/pool/main/f/fakeroot/

I have manually added "one release back" from that directory, specifically these.

root@93d2b4e13a22:/# dpkg -l | grep fakeroot
ii  fakeroot                    1.24-1                            arm64        tool for simulating superuser privileges
ii  libfakeroot:arm64           1.24-1                            arm64        tool for simulating superuser privileges - shared libraries
root@93d2b4e13a22:/# 

@sxa sxa closed this as completed Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants