Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2012 16:24:02 GMT
From:      beeblebrox <zaphod@berentweb.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170539: graphics/inkscape build breaks
Message-ID:  <201208111624.q7BGO2dj064350@red.freebsd.org>
Resent-Message-ID: <201208111630.q7BGU5jf000677@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170539
>Category:       ports
>Synopsis:       graphics/inkscape build breaks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 11 16:30:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     beeblebrox
>Release:        FreeBSD 9.1-PRERELEASE
>Organization:
>Environment:
FreeBSD 9.1-PRERELEASE #0 r238763: Wed Jul 25 13:13:27 EEST 2012  amd64
>Description:
# make in graphics/inkscape  breaks with below message:


  CXX    extension/implementation/xslt.o
In file included from extension/param/enum.cpp:31:
extension/param/parameter.h:121: warning: 'virtual void Inkscape::Extension::Parameter::string(std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)' was hidden
extension/param/enum.h:43: warning:   by 'virtual void Inkscape::Extension::ParamComboBox::string(std::string&)'
  CXX    extension/internal/wpg-input.o
  CXX    extension/internal/bitmap/imagemagick.o
  CXX    extension/internal/bitmap/adaptiveThreshold.o
extension/internal/wpg-input.cpp:58:44: error: libwpg/WPGStreamImplementation.h: No such file or directory
extension/internal/wpg-input.cpp: In member function 'virtual SPDocument* Inkscape::Extension::Internal::WpgInput::open(Inkscape::Extension::Input*, const gchar*)':
extension/internal/wpg-input.cpp:73: error: expected type-specifier
extension/internal/wpg-input.cpp:73: error: cannot convert 'int*' to 'WPXInputStream*' in initialization
extension/internal/wpg-input.cpp:73: error: expected ',' or ';'
extension/internal/wpg-input.cpp:77: error: invalid use of incomplete type 'struct WPXInputStream'
/usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: error: forward declaration of 'struct WPXInputStream'
extension/internal/wpg-input.cpp:79: error: invalid use of incomplete type 'struct WPXInputStream'
/usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: error: forward declaration of 'struct WPXInputStream'
extension/internal/wpg-input.cpp:84: warning: possible problem detected in invocation of delete operator:
extension/internal/wpg-input.cpp:73: warning: 'input' has incomplete type
/usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: warning: forward declaration of 'struct WPXInputStream'
extension/internal/wpg-input.cpp:84: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
extension/internal/wpg-input.cpp:93: warning: possible problem detected in invocation of delete operator:
extension/internal/wpg-input.cpp:73: warning: 'input' has incomplete type
/usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: warning: forward declaration of 'struct WPXInputStream'
extension/internal/wpg-input.cpp:93: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
extension/internal/wpg-input.cpp:98: error: 'WPGString' is not a member of 'libwpg'
extension/internal/wpg-input.cpp:98: error: expected `;' before 'output'
extension/internal/wpg-input.cpp:102: error: 'output' was not declared in this scope
extension/internal/wpg-input.cpp:103: warning: possible problem detected in invocation of delete operator:
extension/internal/wpg-input.cpp:73: warning: 'input' has incomplete type
/usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: warning: forward declaration of 'struct WPXInputStream'
extension/internal/wpg-input.cpp:103: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
extension/internal/wpg-input.cpp:109: error: 'output' was not declared in this scope
extension/internal/wpg-input.cpp:110: warning: possible problem detected in invocation of delete operator:
extension/internal/wpg-input.cpp:73: warning: 'input' has incomplete type
/usr/local/include/libwpg-0.2/libwpg/WPGraphics.h:31: warning: forward declaration of 'struct WPXInputStream'
extension/internal/wpg-input.cpp:110: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
gmake[2]: *** [extension/internal/wpg-input.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
extension/internal/bitmap/imagemagick.cpp: In constructor 'Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::ImageMagickDocCache(Inkscape::UI::View::View*)':
extension/internal/bitmap/imagemagick.cpp:85: warning: deprecated conversion from string constant to 'char*'
gmake[2]: Leaving directory `/usr/obj/asp/ports/graphics/inkscape/work/inkscape-0.48.2/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/obj/asp/ports/graphics/inkscape/work/inkscape-0.48.2'
gmake: *** [all] Error 2
*** [do-build] Error code 1

>How-To-Repeat:
# make in graphics/inkscape
>Fix:
NA

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208111624.q7BGO2dj064350>