Bug 433967
| Summary: | qpidc failed massrebuild attempt for GCC 4.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | qpidc | Assignee: | Alan Conway <aconway> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | dcantrell, jonstanley, nsantos |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-07-08 04:39:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 433629 | ||
|
Description
Jesse Keating
2008-02-22 12:50:54 UTC
In file included from ./qpid/RefCounted.h:25,
from qpid/broker/Persistable.h:27,
from qpid/broker/PersistableMessage.h:28,
from qpid/broker/Message.h:28,
from qpid/broker/Consumer.h:29,
from qpid/broker/Queue.h:31,
from qpid/broker/Deliverable.h:24,
from qpid/broker/Exchange.h:26,
from qpid/broker/DirectExchange.h:26,
from qpid/broker/Broker.h:27,
from qpidd.cpp:21:
./qpid/sys/AtomicCount.h:33: error: declaration of 'typedef class
qpid::sys::ScopedDecrement<qpid::sys::AtomicCount>
qpid::sys::AtomicCount::ScopedDecrement'
./qpid/sys/ScopedIncrement.h:50: error: changes meaning of 'ScopedDecrement'
from 'class qpid::sys::ScopedDecrement<qpid::sys::AtomicCount>'
./qpid/sys/AtomicCount.h:34: error: declaration of 'typedef class
qpid::sys::ScopedIncrement<qpid::sys::AtomicCount, boost::function<void ()(),
std::allocator<void> > > qpid::sys::AtomicCount::ScopedIncrement'
./qpid/sys/ScopedIncrement.h:35: error: changes meaning of 'ScopedIncrement'
from 'class qpid::sys::ScopedIncrement<qpid::sys::AtomicCount,
boost::function<void ()(), std::allocator<void> > >'
In file included from ./qpid/sys/Mutex.h:86,
from ./qpid/sys/posix/Condition.h:27,
from ./qpid/sys/Condition.h:28,
from ./qpid/sys/Monitor.h:26,
from qpid/broker/PersistableMessage.h:30,
from qpid/broker/Message.h:28,
from qpid/broker/Consumer.h:29,
from qpid/broker/Queue.h:31,
from qpid/broker/Deliverable.h:24,
from qpid/broker/Exchange.h:26,
from qpid/broker/DirectExchange.h:26,
from qpid/broker/Broker.h:27,
from qpidd.cpp:21:
./qpid/sys/posix/Mutex.h:39: error: declaration of 'typedef class
qpid::sys::ScopedLock<qpid::sys::Mutex> qpid::sys::Mutex::ScopedLock'
./qpid/sys/Mutex.h:31: error: changes meaning of 'ScopedLock' from 'class
qpid::sys::ScopedLock<qpid::sys::Mutex>'
./qpid/sys/posix/Mutex.h:40: error: declaration of 'typedef class
qpid::sys::ScopedUnlock<qpid::sys::Mutex> qpid::sys::Mutex::ScopedUnlock'
./qpid/sys/Mutex.h:41: error: changes meaning of 'ScopedUnlock' from 'class
qpid::sys::ScopedUnlock<qpid::sys::Mutex>'
./qpid/sys/posix/Mutex.h:60: error: declaration of 'typedef class
qpid::sys::ScopedRlock<qpid::sys::RWlock> qpid::sys::RWlock::ScopedRlock'
./qpid/sys/Mutex.h:51: error: changes meaning of 'ScopedRlock' from 'class
qpid::sys::ScopedRlock<qpid::sys::RWlock>'
./qpid/sys/posix/Mutex.h:61: error: declaration of 'typedef class
qpid::sys::ScopedWlock<qpid::sys::RWlock> qpid::sys::RWlock::ScopedWlock'
./qpid/sys/Mutex.h:61: error: changes meaning of 'ScopedWlock' from 'class
qpid::sys::ScopedWlock<qpid::sys::RWlock>'
./qpid/sys/posix/Mutex.h:126: error: declaration of 'typedef class
qpid::sys::ScopedLock<qpid::sys::PODMutex> qpid::sys::PODMutex::ScopedLock'
./qpid/sys/Mutex.h:31: error: changes meaning of 'ScopedLock' from 'class
qpid::sys::ScopedLock<qpid::sys::PODMutex>'
cc1plus: warnings being treated as errors
In file included from qpid/broker/Deliverable.h:24,
from qpid/broker/Exchange.h:26,
from qpid/broker/DirectExchange.h:26,
from qpid/broker/Broker.h:27,
from qpidd.cpp:21:
qpid/broker/Queue.h:165: error: type qualifiers ignored on function return type
In file included from qpid/broker/Broker.h:31,
from qpidd.cpp:21:
qpid/broker/QueueRegistry.h:91: error: type qualifiers ignored on function
return type
I have qualified the class names in the typedefs which I think will fix the problem. I will rebuild with gcc 4.3 to verify when I get a chance. Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping builds as of 2008-07-03, version 0.2.656926-1.fc10. |