[#156832] FAILED mapsoft.git=20160130-alt1

Girar Builder awaiter robot girar-builder at altlinux.org
Sat Jan 30 21:05:06 MSK 2016


http://git.altlinux.org/tasks/156832/logs/events.1.1.log

2016-Jan-30 18:03:34 :: task #156832 for sisyphus started by slazav:
#100 build 20160130-alt1 from /people/slazav/packages/mapsoft.git
2016-Jan-30 18:03:34 :: [x86_64] #100 mapsoft.git 20160130-alt1: build start
2016-Jan-30 18:03:34 :: [i586] #100 mapsoft.git 20160130-alt1: build start
core/utils/cairo_wrapper.cpp: In member function 'void CairoExtra::set_fig_font(int, double, double)':
core/utils/cairo_wrapper.cpp:105:52: error: no matching function for call to 'CairoExtra::set_font_face(Cairo::RefPtr<Cairo::ToyFontFace>)'
     Cairo::ToyFontFace::create(face, slant, weight));
--
core/utils/cairo_wrapper.cpp: In member function 'Cairo::RefPtr<Cairo::SurfacePattern> CairoExtra::img2patt(const iImage&, double)':
core/utils/cairo_wrapper.cpp:156:46: error: no matching function for call to 'Cairo::SurfacePattern::create(Cairo::RefPtr<Cairo::ImageSurface>&)'
       Cairo::SurfacePattern::create(patt_surf);
--
core/utils/cairo_wrapper.cpp: In member function 'void CairoWrapper::reset_surface()':
core/utils/cairo_wrapper.cpp:173:10: error: ambiguous overload for 'operator=' (operand types are 'Cairo::RefPtr<Cairo::ImageSurface>' and 'Cairo::RefPtr<Cairo::ImageSurface>')
   surface=Cairo::RefPtr<Cairo::ImageSurface>();
--
   inline RefPtr& operator=(RefPtr&& src) noexcept;
core/utils/cairo_wrapper.cpp:174:67: error: call of overloaded 'operator=(Cairo::RefPtr<CairoExtra>)' is ambiguous
   Cairo::RefPtr<CairoExtra>::operator=(Cairo::RefPtr<CairoExtra>());
--
core/utils/cairo_wrapper.cpp: In member function 'void CairoWrapper::reset_surface(int, int)':
core/utils/cairo_wrapper.cpp:184:11: error: ambiguous overload for 'operator=' (operand types are 'Cairo::RefPtr<Cairo::ImageSurface>' and 'Cairo::RefPtr<Cairo::ImageSurface>')
   surface = Cairo::ImageSurface::create(format, w, h);
--
   inline RefPtr& operator=(RefPtr&& src) noexcept;
core/utils/cairo_wrapper.cpp:187:48: error: no matching function for call to 'Cairo::Context::create(Cairo::RefPtr<Cairo::ImageSurface>&)'
     (cast_static(Cairo::Context::create(surface)));
--
/usr/include/cairomm-1.0/cairomm/context.h:70:26: note:   no known conversion for argument 1 from 'Cairo::RefPtr<Cairo::ImageSurface>' to 'const Cairo::RefPtr<Cairo::Surface>&'
core/utils/cairo_wrapper.cpp:187:49: error: 'cast_static' was not declared in this scope
     (cast_static(Cairo::Context::create(surface)));
core/utils/cairo_wrapper.cpp: In member function 'void CairoWrapper::reset_surface(const iImage&)':
core/utils/cairo_wrapper.cpp:197:11: error: ambiguous overload for 'operator=' (operand types are 'Cairo::RefPtr<Cairo::ImageSurface>' and 'Cairo::RefPtr<Cairo::ImageSurface>')
   surface = Cairo::ImageSurface::create((unsigned char*)img.data,
--
   inline RefPtr& operator=(RefPtr&& src) noexcept;
core/utils/cairo_wrapper.cpp:201:48: error: no matching function for call to 'Cairo::Context::create(Cairo::RefPtr<Cairo::ImageSurface>&)'
     (cast_static(Cairo::Context::create(surface)));
--
/usr/include/cairomm-1.0/cairomm/context.h:70:26: note:   no known conversion for argument 1 from 'Cairo::RefPtr<Cairo::ImageSurface>' to 'const Cairo::RefPtr<Cairo::Surface>&'
core/utils/cairo_wrapper.cpp:201:49: error: 'cast_static' was not declared in this scope
     (cast_static(Cairo::Context::create(surface)));
2016-Jan-30 18:04:58 :: [x86_64] mapsoft.git 20160130-alt1: remote: build failed
2016-Jan-30 18:04:58 :: [x86_64] #100 mapsoft.git 20160130-alt1: build FAILED
core/utils/cairo_wrapper.cpp: In member function 'void CairoExtra::set_fig_font(int, double, double)':
core/utils/cairo_wrapper.cpp:105:52: error: no matching function for call to 'CairoExtra::set_font_face(Cairo::RefPtr<Cairo::ToyFontFace>)'
     Cairo::ToyFontFace::create(face, slant, weight));
--
core/utils/cairo_wrapper.cpp: In member function 'Cairo::RefPtr<Cairo::SurfacePattern> CairoExtra::img2patt(const iImage&, double)':
core/utils/cairo_wrapper.cpp:156:46: error: no matching function for call to 'Cairo::SurfacePattern::create(Cairo::RefPtr<Cairo::ImageSurface>&)'
       Cairo::SurfacePattern::create(patt_surf);
--
core/utils/cairo_wrapper.cpp: In member function 'void CairoWrapper::reset_surface()':
core/utils/cairo_wrapper.cpp:173:10: error: ambiguous overload for 'operator=' (operand types are 'Cairo::RefPtr<Cairo::ImageSurface>' and 'Cairo::RefPtr<Cairo::ImageSurface>')
   surface=Cairo::RefPtr<Cairo::ImageSurface>();
--
   inline RefPtr& operator=(RefPtr&& src) noexcept;
core/utils/cairo_wrapper.cpp:174:67: error: call of overloaded 'operator=(Cairo::RefPtr<CairoExtra>)' is ambiguous
   Cairo::RefPtr<CairoExtra>::operator=(Cairo::RefPtr<CairoExtra>());
--
core/utils/cairo_wrapper.cpp: In member function 'void CairoWrapper::reset_surface(int, int)':
core/utils/cairo_wrapper.cpp:184:11: error: ambiguous overload for 'operator=' (operand types are 'Cairo::RefPtr<Cairo::ImageSurface>' and 'Cairo::RefPtr<Cairo::ImageSurface>')
   surface = Cairo::ImageSurface::create(format, w, h);
--
   inline RefPtr& operator=(RefPtr&& src) noexcept;
core/utils/cairo_wrapper.cpp:187:48: error: no matching function for call to 'Cairo::Context::create(Cairo::RefPtr<Cairo::ImageSurface>&)'
     (cast_static(Cairo::Context::create(surface)));
--
/usr/include/cairomm-1.0/cairomm/context.h:70:26: note:   no known conversion for argument 1 from 'Cairo::RefPtr<Cairo::ImageSurface>' to 'const Cairo::RefPtr<Cairo::Surface>&'
core/utils/cairo_wrapper.cpp:187:49: error: 'cast_static' was not declared in this scope
     (cast_static(Cairo::Context::create(surface)));
core/utils/cairo_wrapper.cpp: In member function 'void CairoWrapper::reset_surface(const iImage&)':
core/utils/cairo_wrapper.cpp:197:11: error: ambiguous overload for 'operator=' (operand types are 'Cairo::RefPtr<Cairo::ImageSurface>' and 'Cairo::RefPtr<Cairo::ImageSurface>')
   surface = Cairo::ImageSurface::create((unsigned char*)img.data,
--
   inline RefPtr& operator=(RefPtr&& src) noexcept;
core/utils/cairo_wrapper.cpp:201:48: error: no matching function for call to 'Cairo::Context::create(Cairo::RefPtr<Cairo::ImageSurface>&)'
     (cast_static(Cairo::Context::create(surface)));
--
/usr/include/cairomm-1.0/cairomm/context.h:70:26: note:   no known conversion for argument 1 from 'Cairo::RefPtr<Cairo::ImageSurface>' to 'const Cairo::RefPtr<Cairo::Surface>&'
core/utils/cairo_wrapper.cpp:201:49: error: 'cast_static' was not declared in this scope
     (cast_static(Cairo::Context::create(surface)));
2016-Jan-30 18:05:06 :: [i586] mapsoft.git 20160130-alt1: remote: build failed
2016-Jan-30 18:05:06 :: [i586] #100 mapsoft.git 20160130-alt1: build FAILED
2016-Jan-30 18:04:58 :: [x86_64] build FAILED
2016-Jan-30 18:05:06 :: [i586] build FAILED
2016-Jan-30 18:05:06 :: task #156832 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list