Steve Huston wrote:
Hi,
I run a daily Qpid trunk build on RHEL 4 and sometime between Friday
Nov 14 (svn rev 713904) and Monday Nov 18 (svn rev 718158) something
changed which causes the following at link time:
/usr/bin/ld: `.L10258' referenced in section
`.gnu.linkonce.r._ZNSt6vectorIN4qpid3UrlESaIS1_EED1Ev' of
qpid/broker/.libs/ConnectionHandler.o: defined in discarded section
`.gnu.linkonce.t._ZNSt6vectorIN4qpid3UrlESaIS1_EED1Ev' of
qpid/broker/.libs/ConnectionHandler.o
/usr/bin/ld: `.L10513' referenced in section
`.gnu.linkonce.r._ZNSt6vectorIN4qpid3UrlESaIS1_EED1Ev' of
qpid/broker/.libs/ConnectionHandler.o: defined in discarded section
`.gnu.linkonce.t._ZNSt6vectorIN4qpid3UrlESaIS1_EED1Ev' of
qpid/broker/.libs/ConnectionHandler.o
/usr/bin/ld: `.L9874' referenced in section
`.gnu.linkonce.r._ZNSt6vectorIN4qpid3UrlESaIS1_EED1Ev' of
qpid/broker/.libs/ConnectionHandler.o: defined in discarded section
`.gnu.linkonce.t._ZNSt6vectorIN4qpid3UrlESaIS1_EED1Ev' of
qpid/broker/.libs/ConnectionHandler.o
The second message above repeats many times. The resulting lib appears
to run, but the voluminous warnings are a bit disconcerting. Does
anyone recall changing something in that area that may explain this?
Thanks,
-Steve
Odd; I can't see anything in the diff between those two revision that
looks like it might be the culprit.
Last change to ConnectionHandler was r713739 (last Thursday, 13th). Url
hasn't changed this month.
Do you see the same errors on a clean build (or is this from a clean build)?