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 dependency is not installed #390

Closed
UnicodeMan opened this issue Jan 11, 2025 · 1 comment
Closed

fakeroot dependency is not installed #390

UnicodeMan opened this issue Jan 11, 2025 · 1 comment

Comments

@UnicodeMan
Copy link

UnicodeMan commented Jan 11, 2025

In your guide to making the deb package, command
sudo apt-get build-dep --no-install-recommends -y .
does not install fakeroot package, and when building deb, i get the following error:

debuild --no-lintian --lintian-hook "lintian --fail-on error,warning --suppress-tags bad-distribution-in-changes-file -- %p_%v_*.changes" --no-sign -b
 dpkg-buildpackage -us -uc -ui -b
dpkg-buildpackage: error: fakeroot not found, either install the fakeroot
package, specify a command with the -r option, or run this as root
debuild: fatal error at line 1184:
dpkg-buildpackage -us -uc -ui -b failed
make: *** [Makefile:81: deb] Error 29

Running sudo apt install fakeroot before make all deb solves the issue.
You need to add fakeroot as a dependency.

@RadxaYuntian
Copy link
Member

Wasn't aware that fakeroot is included in GitHub runner.

RadxaYuntian added a commit to RadxaStephen/overlays that referenced this issue Jan 13, 2025
Fixes fakeroot dependency is not installed  radxa-pkg#390

Signed-off-by: ZHANG Yuntian <[email protected]>
RadxaYuntian added a commit that referenced this issue Jan 13, 2025
Fixes fakeroot dependency is not installed  #390

Signed-off-by: ZHANG Yuntian <[email protected]>
CodeChenL pushed a commit to CodeChenL/overlays that referenced this issue Jan 14, 2025
Fixes fakeroot dependency is not installed  radxa-pkg#390

Signed-off-by: ZHANG Yuntian <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants