-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
protobuf v21.6 #163
protobuf v21.6 #163
Conversation
…nda-forge-pinning 2022.09.13.20.27.40
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@h-vetinari, any intuition about the failing Windows builds here? Nothing changed in the python dependencies since the last build so I suspect this is coming from
|
I see 2-3 relevant changes since then:
In short, what should ideally solve this issue is adding (currently the build seems to be picking up the shared libraries, and then running into issues with static data members, which have to be exported explicitly on windows even with CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS) |
@h-vetinari, Thanks for your comments. I'm afraid I'm not enough of an expert in how Windows builds work to understand where I need to set |
Yeah, you're right that this recipe doesn't even have CMake, and it's not immediately obvious from the upstream - libraries = ['protobuf'] if sys.platform != 'win32' else ['libprotobuf']
+ libraries = ['protobuf'] if sys.platform != 'win32' else ['libprotobuf-static'] (I had messed up the extension post conda-forge/libprotobuf-feedstock#131 in the previous comment anyway, should have been |
@h-vetinari, great! Thanks so much, I'll try that. |
Weird...
But that file is definitely there in |
Looks like I was wrong about that. Which is also surprising, because it should be tested specifically in the libprotobuf feedstock. |
This is a bit embarrassing, but I missed to adapt the second test in conda-forge/libprotobuf-feedstock#131, and the installation of the static libs doesn't work. I'll look at it tomorrow |
@h-vetinari, thank you for figuring this out and being willing to fix it. Keep us posted. |
FWIW, upgrading to protobuf v21.6 fixes a security bug: GHSA-8gq9-2x98-w8hf |
@conda-forge-admin, please restart ci |
@h-vetinari, thanks for the work on We're still seeing some errors under the Windows build:
Any thoughts? |
That's an old PR. Sorry, I'm pretty under water with other things ATM. In any case, here's the PR that should fix it 🤞 Perhaps you can nurse it to completion. ;-) |
Thanks @h-vetinari! |
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_file
is packagedInformation about this PR:
@conda-forge-admin,
please add bot automerge
in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.Dependency Analysis
Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add
bot: inspection: false
to yourconda-forge.yml
. If you encounter issues with this feature please ping the bot teamconda-forge/bot
.Analysis by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.
Packages found by source code inspection but not in the meta.yaml:
This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/3056093323, please use this URL for debugging.