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

[Cmake] [Docker] Issue when using docker-compose #494

Closed
2 of 5 tasks
caiopolito opened this issue Aug 15, 2022 · 5 comments
Closed
2 of 5 tasks

[Cmake] [Docker] Issue when using docker-compose #494

caiopolito opened this issue Aug 15, 2022 · 5 comments
Labels
Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@caiopolito
Copy link

Priority

High

Area

  • Datapack
  • Source
  • Map
  • Other

What happened?

Hi everyone :D

Just recently, with this LuaJIT problem everyone's been facing, I've started trying to deploy a version of a server with the docker tools available on the canary package, but even with the latest version, I've been having trouble with the docker-compose, when building all vcpkg packages. When the console gets to libmariadb, it breaks with the following messages:

#13 151.9 Call Stack (most recent call first):
#13 151.9 vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:238 (vcpkg_execute_required_process)
#13 151.9 ports/libmariadb/portfile.cmake:40 (vcpkg_cmake_configure)
#13 151.9 scripts/ports.cmake:147 (include)

#13 151.9 error: building libmariadb:x64-linux failed with: BUILD_FAILED
#13 151.9 Please ensure you're using the latest port files with 'git pull' and 'vcpkg update'.

All my canary docker files are up to date with the main branch of the project. My OS is Windows 10. I've made no modifications to this reproduce this problem, so I believe is something generic.

Has anyone had this problem too?
If so, is there any hotfix I can do?

What OS are you seeing the problem on?

Windows

Code of Conduct

  • I agree to follow this project's Code of Conduct
@caiopolito caiopolito added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Aug 15, 2022
@github-actions github-actions bot added docker Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing labels Aug 15, 2022
@beats-dh
Copy link
Collaborator

@caiopolito I haven't tested it yet but very likely we will have to revert this commit: https://github.com/opentibiabr/vcpkg/commit/581099d541ec960db5c2a8efe4639f1e2e25de60

@caiopolito
Copy link
Author

@beats-dh One thing that I've noticed here, is that the server's dockerfile is actually pulling directly from Microsoft, and not from this repo that you've mentioned. I'll try reverting this commit to see if it has any effect.

@beats-dh
Copy link
Collaborator

@beats-dh One thing that I've noticed here, is that the server's dockerfile is actually pulling directly from Microsoft, and not from this repo that you've mentioned. I'll try reverting this commit to see if it has any effect.

You can change the link to our fork in the docker file, revert the commit and if it works, you can open PR us 2

caiopolito added a commit to caiopolito/canary that referenced this issue Aug 15, 2022
caiopolito added a commit to caiopolito/canary that referenced this issue Aug 20, 2022
…estart no server para subir junto com banco de dados
caiopolito added a commit to caiopolito/canary that referenced this issue Aug 20, 2022
@github-actions
Copy link
Contributor

This issue is stale because it has been open 120 days with no activity.

@github-actions github-actions bot added the Stale No activity label Nov 14, 2022
@github-actions github-actions bot removed the Stale No activity label Dec 7, 2022
@murilo09
Copy link
Contributor

Fixed in #716

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

3 participants