zhcn commented on issue #17279: URL: https://github.com/apache/pulsar/issues/17279#issuecomment-1233877473
when I use gcc7 to build pulsar client from source to build a rpm. I get a problem, and when I use gcc4.8 it can make rpm succ ``` BUILDROOT/apache-pulsar-client-2.11.0-1.x86_64/usr/share/doc/pulsar-client-devel-2.11.0/ + cd /pulsar/pulsar-client-cpp/pkg/rpm/BUILDROOT/apache-pulsar-client-2.11.0-1.x86_64/usr/lib + ln -s libpulsar.so.2.11.0-SNAPSHOT libpulsar.so + ln -s libpulsarnossl.so.2.11.0-SNAPSHOT libpulsarnossl.so + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /pulsar/pulsar-client-cpp/pkg/rpm/BUILD/apache-pulsar-2.11.0-SNAPSHOT-src extracting debug info from /pulsar/pulsar-client-cpp/pkg/rpm/BUILDROOT/apache-pulsar-client-2.11.0-1.x86_64/usr/lib/libpulsar.so.2.11.0-SNAPSHOT *** ERROR: No build ID note found in /pulsar/pulsar-client-cpp/pkg/rpm/BUILDROOT/apache-pulsar-client-2.11.0-1.x86_64/usr/lib/libpulsar.so.2.11.0-SNAPSHOT error: Bad exit status from /var/tmp/rpm-tmp.aItrUt (%install) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
