[Buildroot] [PATCH 1/1] package/qpid-proton: bump to version 0.32.0

Luca Ceresoli luca at lucaceresoli.net
Tue Oct 6 15:29:22 UTC 2020


On 06/10/20 13:57, Fabrice Fontaine wrote:
> Hi Luca,
> 
> Le mar. 6 oct. 2020 à 10:36, Luca Ceresoli <luca at lucaceresoli.net> a écrit :
>>
>> Hi Fabrice,
>>
>> On 04/10/20 22:00, Fabrice Fontaine wrote:
>>> - Update site to get latest version
>>> - Remove all patches (already in version)
>>> - License file has been renamed and slightly updated to change paths
>>>   since version 0.23.0 and
>>>   https://github.com/apache/qpid-proton/commit/37136940e3077f25ce58c94775f48c66f666f4a8
>>> - Add a patch to disable tests
>>> - Remove BUILD_{JAVA,JAVASCRIPT,PERL,PHP} as those bindings don't exist
>>>   anymore
>>> - Disable go binding
>>> - Disable fuzz testing
>>> - Add new optional libuv and jsoncpp dependencies
>>> - Update QPID_PROTON_REMOVE_USELESS_FILES
>>>
>>> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
>>
>> Thank you very much for taking care of upgrading this package. I tried a
>> while back but gave up as it was taking too much time for a package I am
>> not actively using.
>>
>> The patch content looks good, but I'm getting a build failure after a
>> simple 'make clean && make' with this defconfig:
>>
>> BR2_arm=y
>> BR2_cortex_a8=y
>> BR2_TOOLCHAIN_EXTERNAL=y
>> BR2_PACKAGE_QPID_PROTON=y
>>
>> Can you check that?
> This defconfig is building fine on my side. What kind of error do you get?

Here's the snippet with the initial errors:

[ 78%] Building CXX object
cpp/examples/CMakeFiles/scheduled_send.dir/scheduled_send.cpp.o
[ 79%] Linking CXX executable ssl_client_cert
/home/murray/devel/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabihf/9.2.1/../../../../arm-none-linux-gnueabihf/bin/ld:
warning: libqpid-proton-proactor.so.1, needed by
../libqpid-proton-cpp.so.12.7.1, not found (try using -rpath or -rpath-link)
/home/murray/devel/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabihf/9.2.1/../../../../arm-none-linux-gnueabihf/bin/ld:
warning: libqpid-proton-core.so.10, needed by
../libqpid-proton-cpp.so.12.7.1, not found (try using -rpath or -rpath-link)
/home/murray/devel/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabihf/9.2.1/../../../../arm-none-linux-gnueabihf/bin/ld:
../libqpid-proton-cpp.so.12.7.1: undefined reference to
`pn_connection_attachments'
/home/murray/devel/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabihf/9.2.1/../../../../arm-none-linux-gnueabihf/bin/ld:
../libqpid-proton-cpp.so.12.7.1: undefined reference to `pn_ssl_domain_free'
/home/murray/devel/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabihf/9.2.1/../../../../arm-none-linux-gnueabihf/bin/ld:
../libqpid-proton-cpp.so.12.7.1: undefined reference to `pn_data_get_string'

Complete log on https://pastebin.com/v1f6H1LG

-- 
Luca



More information about the buildroot mailing list