| Summary: | qpid-cpp-0.34-7.fc24 FTBFS: 'template<class> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | qpid-cpp | Assignee: | Irina Boverman <iboverma> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 24 | CC: | iboverma, jose.p.oliveira.oss, kgiusti, nsantos, releng, rosset.filipe |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://koji.fedoraproject.org/koji/buildinfo?buildID=730389 | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.34-7.fc24 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-05 15:25:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1305208 | ||
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase *** Bug 1307967 has been marked as a duplicate of this bug. *** |
qpid-cpp-0.34-7.fc24 fails to build in F24: [ 19%] Building CXX object src/CMakeFiles/qpidcommon.dir/qpid/sys/posix/PollableCondition.cpp.o cd /builddir/build/BUILD/qpid-cpp-0.34/src && /usr/bin/c++ -DXQ_EFFECTIVE_BOOLEAN_VALUE_HPP -Dqpidcommon_EXPORTS -I/builddir/build/BUILD/qpid-cpp-0.34/src -I/builddir/build/BUILD/qpid-cpp-0.34/src/../include -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fvisibility-inlines-hidden -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -O2 -g -DNDEBUG -fPIC -pthread -o CMakeFiles/qpidcommon.dir/qpid/sys/posix/PollableCondition.cpp.o -c /builddir/build/BUILD/qpid-cpp-0.34/src/qpid/sys/posix/PollableCondition.cpp [...] /builddir/build/BUILD/qpid-cpp-0.34/src/qpid/sys/posix/PollableCondition.cpp:53:10: error: 'template<class> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations] std::auto_ptr<DispatchHandleRef> handle; ^~~~~~~~ In file included from /usr/include/c++/6.0.0/memory:81:0, from /usr/include/boost/function/function_base.hpp:16, from /usr/include/boost/function/detail/prologue.hpp:17, from /usr/include/boost/function.hpp:24, from /builddir/build/BUILD/qpid-cpp-0.34/src/qpid/sys/Runnable.h:24, from /builddir/build/BUILD/qpid-cpp-0.34/src/qpid/sys/Poller.h:26, from /builddir/build/BUILD/qpid-cpp-0.34/src/qpid/sys/PollableCondition.h:25, from /builddir/build/BUILD/qpid-cpp-0.34/src/qpid/sys/posix/PollableCondition.cpp:22: /usr/include/c++/6.0.0/bits/unique_ptr.h:49:28: note: declared here template<typename> class auto_ptr; ^~~~~~~~