Bug 433967 - qpidc failed massrebuild attempt for GCC 4.3
Summary: qpidc failed massrebuild attempt for GCC 4.3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: qpidc
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Alan Conway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: gcc43errors
TreeView+ depends on / blocked
 
Reported: 2008-02-22 12:50 UTC by Jesse Keating
Modified: 2013-01-10 02:46 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-07-08 04:39:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jesse Keating 2008-02-22 12:50:54 UTC
This is an automatically filed bug for a failed rebuild attempt for GCC 4.3.

http://fedoraproject.org/wiki/JesseKeating/gcc43MassRebuildProposal

Please verify why this build failed and fix it.
http://koji.fedoraproject.org/koji/taskinfo?taskID=435994
Exit code was 1, check the build.log for the failed buildArch task.

Comment 1 Jon Stanley 2008-02-22 14:17:36 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


Comment 2 Alan Conway 2008-03-18 22:08:51 UTC
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.

Comment 3 Bug Zapper 2008-05-14 05:21:01 UTC
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

Comment 4 Matt Domsch 2008-07-08 04:39:51 UTC
builds as of 2008-07-03, version 0.2.656926-1.fc10.


Note You need to log in before you can comment on or make changes to this bug.