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

Broken build on non-Debian/Ubuntu distros #8407

Closed
Nik-mmzd opened this issue Dec 21, 2020 · 2 comments · Fixed by #8408
Closed

Broken build on non-Debian/Ubuntu distros #8407

Nik-mmzd opened this issue Dec 21, 2020 · 2 comments · Fixed by #8408

Comments

@Nik-mmzd
Copy link

Version of OpenTTD

Any after commit 6228dde

Expected result

Build is configuired and ready for compiling

Actual result

FATAL_ERROR at cmake/InstallAndPackage.cmake:138:

CMake Error at cmake/InstallAndPackage.cmake:138 (message):
  Unknown Linux distribution found for packaging; please consider creating a
  Pull Request to add support for this distribution.

Steps to reproduce

Use not Ubuntu/Debian when

mkdir -p build
cd build
cmake ..
@TrueBrain
Copy link
Member

Oops, sorry about that. Latest master should fix this, I hope .. let me know if it doesn't ;)

We would still highly appreciate anyone making a PR to implement what-ever distro it is you are running on, so those can create pack-files too :)

Tnx for the report!

@Nik-mmzd
Copy link
Author

Oops, sorry about that. Latest master should fix this, I hope .. let me know if it doesn't ;)

It's better that my dirty fix. All works, thanks

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

Successfully merging a pull request may close this issue.

2 participants