My automated builds are still not happening. The link is failing
with "multiple definition of (anonymous namespace)..." messages.

Here are some representative messages.

> === Building QT LyX ===
> [...]
> 
> Configuration
>   Host type:                      x86_64-unknown-linux-gnu
>   Special build flags:            compression aiksaurus assertions pch 
> concept-checks stdlib-debug warnings  use-aspell use-ispell
>   C   Compiler:                   gcc 
>   C   Compiler LyX flags:          
>   C   Compiler flags:             -Wextra -Wall    -I/usr/X11R6/include -O2
>   C++ Compiler:                   g++ (4.0.2)
>   C++ Compiler LyX flags:          
>   C++ Compiler flags:             -Wextra -Wall    -I/usr/X11R6/include -O2
>   Linker flags:                   
>   Linker user flags:              
>   Qt Frontend:
>       Qt version:             3.3.4
>   Packaging:                      posix
>   LyX binary dir:                 /usr/local/bin
>   LyX files dir:                  /usr/local/share/lyx
> 
> Configuration of LyX was successful.
> [...]
> if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Winvalid-pch --include=./pch.h 
> -I../boost -Wextra -Wall    -I/usr/X11R6/include  -O2 -MT version.o -MD -MP 
> -MF ".deps/version.Tpo" -c -o version.o version.C; \
> then mv -f ".deps/version.Tpo" ".deps/version.Po"; else rm -f 
> ".deps/version.Tpo"; exit 1; fi
> if g++ -DHAVE_CONFIG_H -I. -I. -I.  -Winvalid-pch --include=./pch.h 
> -I../boost -Wextra -Wall    -I/usr/X11R6/include  -O2 -MT vspace.o -MD -MP 
> -MF ".deps/vspace.Tpo" -c -o vspace.o vspace.C; \
> then mv -f ".deps/vspace.Tpo" ".deps/vspace.Po"; else rm -f 
> ".deps/vspace.Tpo"; exit 1; fi
> /bin/sh ../libtool --tag=CXX --mode=link g++  -O2   -o lyx-qt  main.o Bidi.o 
> BufferView.o BufferView_pimpl.o Bullet.o BranchList.o Chktex.o CutAndPaste.o 
> DepTable.o FloatList.o Floating.o FontIterator.o FuncStatus.o InsetList.o 
> LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o 
> ParagraphParameters.o PrinterParams.o Spacing.o Thesaurus.o ToolbarBackend.o 
> author.o boost.o box.o buffer.o buffer_funcs.o bufferlist.o bufferparams.o 
> bufferview_funcs.o changes.o chset.o converter.o counters.o coordcache.o 
> cursor.o cursor_slice.o debug.o dimension.o dociterator.o encoding.o 
> errorlist.o exporter.o gettext.o factory.o format.o funcrequest.o graph.o 
> importer.o intl.o insetiterator.o kbmap.o kbsequence.o language.o lastfiles.o 
> lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxfont.o lyxfind.o lyxfunc.o 
> lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o lyxlex_pimpl.o lyxrc.o 
> lyxrow.o lyxrow_funcs.o lyxserver.o lyxsocket.o lyxtextclass.o 
> lyxtextclasslist.o lyxvc.o messages.o metricsinfo.o mover.o output.o 
> outputparams.o output_docbook.o output_latex.o output_linuxdoc.o 
> output_plaintext.o paragraph.o paragraph_funcs.o paragraph_pimpl.o 
> pariterator.o aspell.o  ispell.o SpellBase.o rowpainter.o sgml.o tabular.o 
> tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o 
> trans_mgr.o undo.o vc-backend.o version.o vspace.o mathed/libmathed.la 
> insets/libinsets.la frontends/libfrontends.la frontends/qt2/libqt2.la 
> frontends/controllers/libcontrollers.la graphics/libgraphics.la 
> support/libsupport.la ../boost/libs/regex/src/libboost_regex.la 
> ../boost/libs/signals/src/libboost_signals.la 
> ../boost/libs/filesystem/src/libboost_filesystem.la  -lAiksaurus -laspell  
> -lSM -lICE -lc -lm   -L/usr/X11R6/lib64 -lX11  -lz  
> mkdir .libs
> g++ -O2 -o lyx-qt main.o Bidi.o BufferView.o BufferView_pimpl.o Bullet.o 
> BranchList.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Floating.o 
> FontIterator.o FuncStatus.o InsetList.o LColor.o LaTeX.o LaTeXFeatures.o 
> LyXAction.o MenuBackend.o ParagraphParameters.o PrinterParams.o Spacing.o 
> Thesaurus.o ToolbarBackend.o author.o boost.o box.o buffer.o buffer_funcs.o 
> bufferlist.o bufferparams.o bufferview_funcs.o changes.o chset.o converter.o 
> counters.o coordcache.o cursor.o cursor_slice.o debug.o dimension.o 
> dociterator.o encoding.o errorlist.o exporter.o gettext.o factory.o format.o 
> funcrequest.o graph.o importer.o intl.o insetiterator.o kbmap.o kbsequence.o 
> language.o lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o lyxfont.o 
> lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o 
> lyxlex_pimpl.o lyxrc.o lyxrow.o lyxrow_funcs.o lyxserver.o lyxsocket.o 
> lyxtextclass.o lyxtextclasslist.o lyxvc.o messages.o metricsinfo.o mover.o 
> output.o outputparams.o output_docbook.o output_latex.o output_linuxdoc.o 
> output_plaintext.o paragraph.o paragraph_funcs.o paragraph_pimpl.o 
> pariterator.o aspell.o ispell.o SpellBase.o rowpainter.o sgml.o tabular.o 
> tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o 
> trans_mgr.o undo.o vc-backend.o version.o vspace.o  mathed/.libs/libmathed.a 
> insets/.libs/libinsets.a frontends/.libs/libfrontends.a 
> frontends/qt2/.libs/libqt2.a -L/usr/lib64/qt-3.3/lib -lqt-mt 
> frontends/controllers/.libs/libcontrollers.a graphics/.libs/libgraphics.a 
> support/.libs/libsupport.a ../boost/libs/regex/src/.libs/libboost_regex.a 
> ../boost/libs/signals/src/.libs/libboost_signals.a 
> ../boost/libs/filesystem/src/.libs/libboost_filesystem.a -lAiksaurus -laspell 
> -lSM -lICE -lc -lm -L/usr/X11R6/lib64 -lX11 -lz
> BufferView_pimpl.o(.bss+0xd8): multiple definition of `(anonymous 
> namespace)::_9'
> Bidi.o(.bss+0x0): first defined here
> [...]
> CutAndPaste.o(.bss+0x90): multiple definition of `(anonymous namespace)::_9'
> Bidi.o(.bss+0x0): first defined here
> CutAndPaste.o(.bss+0x91): multiple definition of `(anonymous namespace)::_8'
> Bidi.o(.bss+0x1): first defined here
> CutAndPaste.o(.bss+0x92): multiple definition of `(anonymous namespace)::_7'
> Bidi.o(.bss+0x2): first defined here
> CutAndPaste.o(.bss+0x93): multiple definition of `(anonymous namespace)::_6'
> Bidi.o(.bss+0x3): first defined here
> CutAndPaste.o(.bss+0x94): multiple definition of `(anonymous namespace)::_5'
> Bidi.o(.bss+0x4): first defined here
> CutAndPaste.o(.bss+0x95): multiple definition of `(anonymous namespace)::_4'
> Bidi.o(.bss+0x5): first defined here
> CutAndPaste.o(.bss+0x96): multiple definition of `(anonymous namespace)::_3'
> Bidi.o(.bss+0x6): first defined here
> CutAndPaste.o(.bss+0x97): multiple definition of `(anonymous namespace)::_2'
> Bidi.o(.bss+0x7): first defined here
> CutAndPaste.o(.bss+0x98): multiple definition of `(anonymous namespace)::_1'
> [...]

Reply via email to