Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 180162 - lyx build fails (gcc-4.1)
Summary: lyx build fails (gcc-4.1)
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: lyx
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: FE5Target
TreeView+ depends on / blocked
 
Reported: 2006-02-06 14:50 UTC by Rex Dieter
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-03 20:05:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2006-02-06 14:50:42 UTC
Another failure, now with pre4 (this one seems not so trivial):

/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../src   -I./.. -I../../boost   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=nocona -c
-o render_graphic.lo render_graphic.C
 g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
-m64 -mtune=nocona -c render_graphic.C -o render_graphic.o
In file included from ../../boost/boost/config.hpp:35,
                 from ../../boost/boost/bind.hpp:23,
                 from ../../src/support/translator.h:16,
                 from ../../src/graphics/GraphicsTypes.h:18,
                 from ../../src/graphics/GraphicsLoader.h:27,
                 from render_graphic.h:17,
                 from render_graphic.C:13:
...
../../boost/boost/bind.hpp: In function 'void boost::visit_each(V&, const
boost::_bi::value<T>&, int) [with V =
boost::signals::detail::bound_objects_visitor, T = const InsetBase*]':
../../boost/boost/bind.hpp:296:   instantiated from 'void boost::_bi::list2<A1,
A2>::accept(V&) const [with V = boost::signals::detail::bound_objects_visitor,
A1 = boost::reference_wrapper<const LyX>, A2 = boost::_bi::value<const InsetBase*>]'
../../boost/boost/bind/bind_template.hpp:150:   instantiated from 'void
boost::_bi::bind_t<R, F, L>::accept(V&) const [with V =
boost::signals::detail::bound_objects_visitor, R = const Buffer* const, F =
boost::_mfi::cmf1<const Buffer* const, LyX, const InsetBase*>, L =
boost::_bi::list2<boost::reference_wrapper<const LyX>, boost::_bi::value<const
InsetBase*> >]'
../../boost/boost/bind.hpp:1110:   instantiated from 'void boost::visit_each(V&,
const boost::_bi::bind_t<R, F, L>&, int) [with V =
boost::signals::detail::bound_objects_visitor, R = const Buffer* const, F =
boost::_mfi::cmf1<const Buffer* const, LyX, const InsetBase*>, L =
boost::_bi::list2<boost::reference_wrapper<const LyX>, boost::_bi::value<const
InsetBase*> >]'
../../boost/boost/visit_each.hpp:25:   instantiated from 'void
boost::visit_each(Visitor&, const T&) [with Visitor =
boost::signals::detail::bound_objects_visitor, T = boost::_bi::bind_t<const
Buffer* const, boost::_mfi::cmf1<const Buffer* const, LyX, const InsetBase*>,
boost::_bi::list2<boost::reference_wrapper<const LyX>, boost::_bi::value<const
InsetBase*> > >]'
../../boost/boost/signals/slot.hpp:121:   instantiated from
'boost::slot<SlotFunction>::slot(const F&) [with F = boost::_bi::bind_t<const
Buffer* const, boost::_mfi::cmf1<const Buffer* const, LyX, const InsetBase*>,
boost::_bi::list2<boost::reference_wrapper<const LyX>, boost::_bi::value<const
InsetBase*> > >, SlotFunction = boost::function<void ()(), std::allocator<void> >]'
render_graphic.C:44:   instantiated from here
../../boost/boost/bind.hpp:1105: error: no matching function for call to
'visit_each(boost::signals::detail::bound_objects_visitor&, const InsetBase*
const&, int)'
make[4]: *** [render_graphic.lo] Error 1

details:
http://buildsys.fedoraproject.org/logs/fedora-development-extras/3494-lyx-1.4.0-0.4.pre4.fc5/

Comment 1 Rex Dieter 2006-02-06 14:51:29 UTC
Upstream tracker:
http://bugzilla.lyx.org/show_bug.cgi?id=2278

Comment 2 Rex Dieter 2006-02-13 16:46:11 UTC
Ditto, lyx-1.4.0pre5:
http://buildsys.fedoraproject.org/logs/fedora-development-extras/4108-lyx-1.4.0-0.5.pre5.fc5/

It apparently boils down to a boost error:
render_graphic.C:44:   instantiated from here
../../boost/boost/bind.hpp:1105: error: no matching function for call to
'visit_each(boost::signals::detail::bound_objects_visitor&, const InsetBase*
const&, int)'

Comment 3 Rex Dieter 2006-03-03 20:05:14 UTC
Yay!

 5805 (lyx): Build on target fedora-development-extras succeeded.
     Build logs may be found at
http://buildsys.fedoraproject.org/logs/fedora-development-extras/5805-lyx-1.4.0-0.11.pre6.fc5/


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