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

debuild fails #23

Closed
piranha771 opened this issue Dec 8, 2024 · 3 comments
Closed

debuild fails #23

piranha771 opened this issue Dec 8, 2024 · 3 comments

Comments

@piranha771
Copy link

For some reason which I do not understand the debuild -uc -us fails with:

This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of pi-gen-micro_0.1.0.orig.tar.gz, pi-gen-micro_0.1.0.orig.tar.bz2,
pi-gen-micro_0.1.0.orig.tar.lzma,  pi-gen-micro_0.1.0.orig.tar.xz or pi-gen-micro.orig)
continue anyway? (y/n) n
piranha@debian:~/pi-gen/pi-gen-micro$ debuild -uc -us
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of pi-gen-micro_0.1.0.orig.tar.gz, pi-gen-micro_0.1.0.orig.tar.bz2,
pi-gen-micro_0.1.0.orig.tar.lzma,  pi-gen-micro_0.1.0.orig.tar.xz or pi-gen-micro.orig)
continue anyway? (y/n) y
 dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: info: source package pi-gen-micro
dpkg-buildpackage: info: source version 0.1.0-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by  Richard Oliver <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
 dpkg-source -b .
dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: warning: native package version may not have a revision
dpkg-source: warning: source directory 'pi-gen-micro' is not <sourcepackage>-<upstreamversion> 'pi-gen-micro-0.1.0'
dpkg-source: info: using source format '1.0'
dpkg-source: info: building pi-gen-micro in pi-gen-micro_0.1.0-1.tar.gz
dpkg-source: info: building pi-gen-micro in pi-gen-micro_0.1.0-1.dsc
 debian/rules build
dh build
 fakeroot debian/rules binary
dh binary
 dpkg-genbuildinfo -O../pi-gen-micro_0.1.0-1_amd64.buildinfo
dpkg-genbuildinfo: warning:     debian/changelog(l17): found end of file where expected more change data or trailer
dpkg-genbuildinfo: error: binary build with no binary artifacts found; .buildinfo is meaningless
dpkg-buildpackage: error: dpkg-genbuildinfo -O../pi-gen-micro_0.1.0-1_amd64.buildinfo subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed
@XECDesign
Copy link

It's an arm64-only package that you're trying to build for amd64, so it's not going to get very far.

@piranha771
Copy link
Author

Thanks I just thought I could build it on any platform. Building now directly on a pi 5 and everything works out of the box. Thanks for the help.

@tdewey-rpi
Copy link
Contributor

Closing as 'Won't fix' - there are no plans to introduce pi-gen-micro for armhf or amd64 targets.

@tdewey-rpi tdewey-rpi closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2025
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

3 participants