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

xrdp-0.10.0.tar.gz does not include 'docs/man/xrdp-mkfv1.8.in'. #3149

Closed
tanakakz-alpha opened this issue Jul 8, 2024 · 2 comments · Fixed by #3151
Closed

xrdp-0.10.0.tar.gz does not include 'docs/man/xrdp-mkfv1.8.in'. #3149

tanakakz-alpha opened this issue Jul 8, 2024 · 2 comments · Fixed by #3151
Assignees
Labels

Comments

@tanakakz-alpha
Copy link

xrdp version

0.10.0

Detailed xrdp version, build options

./configure --enable-jpeg --enable-tjpeg --enable-pixman --enable-opus --enable-mp3lame --enable-rdpsndaudin --enable-pamuserpas --with-imlib2=yes --enable-vsock --with-freetype2=yes

Operating system & version

Ubuntu 22.04

Installation method

other

Which backend do you use?

No response

What desktop environment do you use?

No response

Environment xrdp running on

No response

What's your client?

No response

Area(s) with issue?

Compile error

Steps to reproduce

wget https://github.com/neutrinolabs/xrdp/releases/download/v0.10.0/xrdp-0.10.0.tar.gz
tar xzvf xrdp-0.10.0.tar.gz
cd xrdp-0.10.0/
./bootstrap
./configure --enable-jpeg --enable-tjpeg --enable-pixman --enable-opus --enable-mp3lame --enable-rdpsndaudin --enable-pamuserpas --with-imlib2=yes --enable-vsock --with-freetype2=yes
make

✔️ Expected Behavior

make successfully.

❌ Actual Behavior

make[3]: *** No rule to make target 'xrdp-mkfv1.8.in', needed by 'xrdp-mkfv1.8'.  Stop.

Anything else?

xrdp-0.10.0.tar.gz does not contain 'docs/man/xrdp-mkfv1.8.in'.
v0.10.0.tar.gz contains "docs/man/xrdp-mkfv1.8.in".

xrdp-0.10.0.tar.gz is missing the required files.

@metalefty metalefty self-assigned this Jul 8, 2024
metalefty added a commit to metalefty/xrdp that referenced this issue Jul 8, 2024
Files included in distribution tarball must always be enumerated,
not be enumerated conditionally.

Resolves:   neutrinolabs#3149
@metalefty
Copy link
Member

Good catch! A mistake in Makefile at #2341 caused this issue. I submitted #3150.

@matt335672 Could you have a look?

@metalefty
Copy link
Member

metalefty commented Jul 8, 2024

It will be fixed in the next release (v0.10.1 is expected in July or August), thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants