-
Notifications
You must be signed in to change notification settings - Fork 11
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
Build fails due to missing manual file #21
Comments
Strange, which branch are you building? Master is not supposed to work for rpm, and python3-rpm auto-builds fine from copr. Oh, don't use setup.py ... --format=rpm - use rpmbuild with the .spec in python3-rpm. |
I downloaded release 0.6.1, which is missing the aforementioned file. I am using a Debian (Linux Mint 20.1) so I have no use for RPMs. I built the code running the following commands:
|
Building version 0.6.1 fails with
error: can't copy 'man/pulseaudio-dlna.1.gz': doesn't exist or not a regular file
.There is actually only a file
man/pulseaudio-dlna.1
. Gzipping it and rebuilding solves the problemThe text was updated successfully, but these errors were encountered: