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

3.11.0RC1: undefined symbol: upb_strtable_lookupptr #6918

Closed
remicollet opened this issue Nov 21, 2019 · 2 comments
Closed

3.11.0RC1: undefined symbol: upb_strtable_lookupptr #6918

remicollet opened this issue Nov 21, 2019 · 2 comments

Comments

@remicollet
Copy link

Build:

/dev/shm/BUILD/php-pecl-protobuf-3.11.0~RC1/NTS/protobuf.c: In function 'get_proto_enumdesc':
/dev/shm/BUILD/php-pecl-protobuf-3.11.0~RC1/NTS/protobuf.c:227:8: warning: implicit declaration of function 'upb_strtable_lookupptr'; did you mean 'upb_inttable_lookupptr'? [-Wimplicit-function-declaration]
   if (!upb_strtable_lookupptr(&proto_to_enumdesc_map_persistent,
        ^~~~~~~~~~~~~~~~~~~~~~
        upb_inttable_lookupptr

Run:
PHP Warning: PHP Startup: Unable to load dynamic library '/dev/shm/BUILDROOT/php-pecl-protobuf-3.11.0~RC1-1.fc29.remi.7.2.x86_64/usr/lib64/php/modules/protobuf.so' (tried: /dev/shm/BUILDROOT/php-pecl-protobuf-3.11.0~RC1-1.fc29.remi.7.2.x86_64/usr/lib64/php/modules/protobuf.so (/dev/shm/BUILDROOT/php-pecl-protobuf-3.11.0~RC1-1.fc29.remi.7.2.x86_64/usr/lib64/php/modules/protobuf.so: undefined symbol: upb_strtable_lookupptr), /usr/lib64/php/modules//dev/shm/BUILDROOT/php-pecl-protobuf-3.11.0~RC1-1.fc29.remi.7.2.x86_64/usr/lib64/php/modules/protobuf.so.so (/usr/lib64/php/modules//dev/shm/BUILDROOT/php-pecl-protobuf-3.11.0~RC1-1.fc29.remi.7.2.x86_64/usr/lib64/php/modules/protobuf.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

@rafi-kamal
Copy link
Contributor

Thanks for letting us know! This should be fixed in 3.11.0-RC2 release.

@remicollet
Copy link
Author

Indeed RC2 is fixed

BTW, still not compatible with upcoming 7.4.0 (next week)
Not even really compatible with 7.x (see pr #6226 ...)

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

No branches or pull requests

2 participants