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

Installing zmqpb 0.10.2 fails because of protobuf rules error #5407

Closed
SFGrenade opened this issue Oct 3, 2024 · 6 comments
Closed

Installing zmqpb 0.10.2 fails because of protobuf rules error #5407

SFGrenade opened this issue Oct 3, 2024 · 6 comments
Labels

Comments

@SFGrenade
Copy link
Contributor

Xmake Version

v2.9.5 (commit: d30de52e)

Operating System Version and Architecture

github CIs: ubuntu-latest, macos-13 & windows-latest

Describe Bug

when installing dependencies of my project https://github.com/SFGrenade/System_Simulator the CI pipelines all fail at the step to install zmqpb with the message error: @programdir\core\main.lua:329: @programdir\core\project\project.lua:920: @programdir\rules\protobuf\proto.lua:70: attempt to index a nil value (local 'sourcebatch')

Expected Behavior

i'd expect it to install just fine

Project Configuration

https://github.com/SFGrenade/System_Simulator/blob/master/xmake.lua

https://github.com/SFGrenade/System_Simulator/blob/master/network_messages/xmake.lua

Additional Information and Error Logs

https://github.com/SFGrenade/System_Simulator/actions/runs/11165821280

https://github.com/SFGrenade/System_Simulator/actions/runs/11165821270

https://github.com/SFGrenade/System_Simulator/actions/runs/11165821263

@SFGrenade SFGrenade added the bug label Oct 3, 2024
@waruqi
Copy link
Member

waruqi commented Oct 4, 2024

try xmake update -s dev

@waruqi
Copy link
Member

waruqi commented Oct 4, 2024

windows

you can disable action cache and rerun it again. you still use old xmake.

linux

it's another issue. this issue has been solved.

@SFGrenade
Copy link
Contributor Author

still errors out in the individual jobs that are already done: https://github.com/SFGrenade/System_Simulator/actions/runs/11178433818

@waruqi
Copy link
Member

waruqi commented Oct 5, 2024

rerun ci again.

@SFGrenade
Copy link
Contributor Author

from the ones already finished it seem to be good! (https://github.com/SFGrenade/System_Simulator/actions/runs/11178433818)

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

No branches or pull requests

2 participants