Package: inkscape
Version: 0.48.4-5+b1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

because FTBFS it also became uninstallable (without +b1 rebuild) since
libpoppler44 was removed already from sid so  all those which need inkscape in
their build-depends are BD-uninstallable

Here is the FTBFS:
https://buildd.debian.org/status/fetch.php?pkg=inkscape&arch=hurd-i386&ver=0.48.4-5%2Bb1&stamp=1404912639
...
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opSetExtGState(Object*, int)':
extension/internal/pdfinput/pdf-parser.cpp:866:59: error: no matching function 
for call to 'GfxColorSpace::parse(Object*, NULL)'
      blendingColorSpace = GfxColorSpace::parse(&obj5, NULL);
                                                           ^
extension/internal/pdfinput/pdf-parser.cpp:866:59: note: candidate is:
In file included from /usr/include/poppler/Gfx.h:41:0,
                 from extension/internal/pdfinput/pdf-parser.cpp:32:
/usr/include/poppler/GfxState.h:208:25: note: static GfxColorSpace* 
GfxColorSpace::parse(Object*, OutputDev*, GfxState*, int)
   static GfxColorSpace *parse(Object *csObj, OutputDev *out, GfxState *state, 
int recursion = 0);
                         ^
/usr/include/poppler/GfxState.h:208:25: note:   candidate expects 4 arguments, 
2 provided
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opSetFillColorSpace(Object*, int)':
extension/internal/pdfinput/pdf-parser.cpp:1096:53: error: no matching function 
for call to 'GfxColorSpace::parse(Object*, NULL)'
     colorSpace = GfxColorSpace::parse(&args[0], NULL);
                                                     ^
extension/internal/pdfinput/pdf-parser.cpp:1096:53: note: candidate is:
In file included from /usr/include/poppler/Gfx.h:41:0,
                 from extension/internal/pdfinput/pdf-parser.cpp:32:
/usr/include/poppler/GfxState.h:208:25: note: static GfxColorSpace* 
GfxColorSpace::parse(Object*, OutputDev*, GfxState*, int)
   static GfxColorSpace *parse(Object *csObj, OutputDev *out, GfxState *state, 
int recursion = 0);
                         ^
/usr/include/poppler/GfxState.h:208:25: note:   candidate expects 4 arguments, 
2 provided
extension/internal/pdfinput/pdf-parser.cpp:1098:49: error: no matching function 
for call to 'GfxColorSpace::parse(Object*, NULL)'
     colorSpace = GfxColorSpace::parse(&obj, NULL);
                                                 ^
extension/internal/pdfinput/pdf-parser.cpp:1098:49: note: candidate is:
In file included from /usr/include/poppler/Gfx.h:41:0,
                 from extension/internal/pdfinput/pdf-parser.cpp:32:
/usr/include/poppler/GfxState.h:208:25: note: static GfxColorSpace* 
GfxColorSpace::parse(Object*, OutputDev*, GfxState*, int)
   static GfxColorSpace *parse(Object *csObj, OutputDev *out, GfxState *state, 
int recursion = 0);
                         ^
/usr/include/poppler/GfxState.h:208:25: note:   candidate expects 4 arguments, 
2 provided
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opSetStrokeColorSpace(Object*, int)':
extension/internal/pdfinput/pdf-parser.cpp:1137:53: error: no matching function 
for call to 'GfxColorSpace::parse(Object*, NULL)'
     colorSpace = GfxColorSpace::parse(&args[0], NULL);
                                                     ^
extension/internal/pdfinput/pdf-parser.cpp:1137:53: note: candidate is:
In file included from /usr/include/poppler/Gfx.h:41:0,
                 from extension/internal/pdfinput/pdf-parser.cpp:32:
/usr/include/poppler/GfxState.h:208:25: note: static GfxColorSpace* 
GfxColorSpace::parse(Object*, OutputDev*, GfxState*, int)
   static GfxColorSpace *parse(Object *csObj, OutputDev *out, GfxState *state, 
int recursion = 0);
                         ^
/usr/include/poppler/GfxState.h:208:25: note:   candidate expects 4 arguments, 
2 provided
extension/internal/pdfinput/pdf-parser.cpp:1139:49: error: no matching function 
for call to 'GfxColorSpace::parse(Object*, NULL)'
     colorSpace = GfxColorSpace::parse(&obj, NULL);
                                                 ^
extension/internal/pdfinput/pdf-parser.cpp:1139:49: note: candidate is:
In file included from /usr/include/poppler/Gfx.h:41:0,
                 from extension/internal/pdfinput/pdf-parser.cpp:32:
/usr/include/poppler/GfxState.h:208:25: note: static GfxColorSpace* 
GfxColorSpace::parse(Object*, OutputDev*, GfxState*, int)
   static GfxColorSpace *parse(Object *csObj, OutputDev *out, GfxState *state, 
int recursion = 0);
                         ^
/usr/include/poppler/GfxState.h:208:25: note:   candidate expects 4 arguments, 
2 provided
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opSetFillColorN(Object*, int)':
extension/internal/pdfinput/pdf-parser.cpp:1236:63: error: no matching function 
for call to 'GfxResources::lookupPattern(char*, NULL)'
  (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL))) {
                                                               ^
extension/internal/pdfinput/pdf-parser.cpp:1236:63: note: candidate is:
In file included from extension/internal/pdfinput/pdf-parser.cpp:32:0:
/usr/include/poppler/Gfx.h:120:15: note: GfxPattern* 
GfxResources::lookupPattern(char*, OutputDev*, GfxState*)
   GfxPattern *lookupPattern(char *name, OutputDev *out, GfxState *state);
               ^
/usr/include/poppler/Gfx.h:120:15: note:   candidate expects 3 arguments, 2 
provided
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opSetStrokeColorN(Object*, int)':
extension/internal/pdfinput/pdf-parser.cpp:1302:63: error: no matching function 
for call to 'GfxResources::lookupPattern(char*, NULL)'
  (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL))) {
                                                               ^
extension/internal/pdfinput/pdf-parser.cpp:1302:63: note: candidate is:
In file included from extension/internal/pdfinput/pdf-parser.cpp:32:0:
/usr/include/poppler/Gfx.h:120:15: note: GfxPattern* 
GfxResources::lookupPattern(char*, OutputDev*, GfxState*)
   GfxPattern *lookupPattern(char *name, OutputDev *out, GfxState *state);
               ^
/usr/include/poppler/Gfx.h:120:15: note:   candidate expects 3 arguments, 2 
provided
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::opShFill(Object*, int)':
extension/internal/pdfinput/pdf-parser.cpp:1744:61: error: no matching function 
for call to 'GfxResources::lookupShading(char*, NULL)'
   if (!(shading = res->lookupShading(args[0].getName(), NULL))) {
                                                             ^
extension/internal/pdfinput/pdf-parser.cpp:1744:61: note: candidate is:
In file included from extension/internal/pdfinput/pdf-parser.cpp:32:0:
/usr/include/poppler/Gfx.h:121:15: note: GfxShading* 
GfxResources::lookupShading(char*, OutputDev*, GfxState*)
   GfxShading *lookupShading(char *name, OutputDev *out, GfxState *state);
               ^
/usr/include/poppler/Gfx.h:121:15: note:   candidate expects 3 arguments, 2 
provided
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::doImage(Object*, Stream*, GBool)':
extension/internal/pdfinput/pdf-parser.cpp:2762:52: error: no matching function 
for call to 'GfxColorSpace::parse(Object*, NULL)'
       colorSpace = GfxColorSpace::parse(&obj1, NULL);
                                                    ^
extension/internal/pdfinput/pdf-parser.cpp:2762:52: note: candidate is:
In file included from /usr/include/poppler/Gfx.h:41:0,
                 from extension/internal/pdfinput/pdf-parser.cpp:32:
/usr/include/poppler/GfxState.h:208:25: note: static GfxColorSpace* 
GfxColorSpace::parse(Object*, OutputDev*, GfxState*, int)
   static GfxColorSpace *parse(Object *csObj, OutputDev *out, GfxState *state, 
int recursion = 0);
                         ^
/usr/include/poppler/GfxState.h:208:25: note:   candidate expects 4 arguments, 
2 provided
extension/internal/pdfinput/pdf-parser.cpp:2853:56: error: no matching function 
for call to 'GfxColorSpace::parse(Object*, NULL)'
       maskColorSpace = GfxColorSpace::parse(&obj1, NULL);
                                                        ^
extension/internal/pdfinput/pdf-parser.cpp:2853:56: note: candidate is:
In file included from /usr/include/poppler/Gfx.h:41:0,
                 from extension/internal/pdfinput/pdf-parser.cpp:32:
/usr/include/poppler/GfxState.h:208:25: note: static GfxColorSpace* 
GfxColorSpace::parse(Object*, OutputDev*, GfxState*, int)
   static GfxColorSpace *parse(Object *csObj, OutputDev *out, GfxState *state, 
int recursion = 0);
                         ^
/usr/include/poppler/GfxState.h:208:25: note:   candidate expects 4 arguments, 
2 provided
extension/internal/pdfinput/pdf-parser.cpp: In member function 'void 
PdfParser::doForm(Object*)':
extension/internal/pdfinput/pdf-parser.cpp:3046:55: error: no matching function 
for call to 'GfxColorSpace::parse(Object*, NULL)'
  blendingColorSpace = GfxColorSpace::parse(&obj3, NULL);
                                                       ^
extension/internal/pdfinput/pdf-parser.cpp:3046:55: note: candidate is:
In file included from /usr/include/poppler/Gfx.h:41:0,
                 from extension/internal/pdfinput/pdf-parser.cpp:32:
/usr/include/poppler/GfxState.h:208:25: note: static GfxColorSpace* 
GfxColorSpace::parse(Object*, OutputDev*, GfxState*, int)
   static GfxColorSpace *parse(Object *csObj, OutputDev *out, GfxState *state, 
int recursion = 0);
                         ^
/usr/include/poppler/GfxState.h:208:25: note:   candidate expects 4 arguments, 
2 provided
make[3]: *** [extension/internal/pdfinput/pdf-parser.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages inkscape depends on:
ii  gconf-service        3.2.6-2
ii  libaspell15          0.60.7~20110707-1
ii  libatk1.0-0          2.12.0-1
ii  libatkmm-1.6-1       2.22.7-2
ii  libc6                2.19-1
ii  libcairo2            1.12.16-2
ii  libcairomm-1.0-1     1.10.0-1
ii  libfontconfig1       2.11.0-5
ii  libfreetype6         2.5.2-1
ii  libgc1c2             1:7.2d-6
ii  libgcc1              1:4.9.0-7
ii  libgconf-2-4         3.2.6-2
ii  libgdk-pixbuf2.0-0   2.30.7-1
ii  libglib2.0-0         2.40.0-3
ii  libglibmm-2.4-1c2a   2.40.0-1
ii  libgnomevfs2-0       1:2.24.4-4
ii  libgomp1             4.9.0-7
ii  libgsl0ldbl          1.16+dfsg-1
ii  libgtk2.0-0          2.24.24-1
ii  libgtkmm-2.4-1c2a    1:2.24.4-1
ii  libgtkspell0         2.0.16-1
ii  liblcms2-2           2.6-2
ii  libmagick++5         8:6.7.7.10+dfsg-3
ii  libmagickcore5       8:6.7.7.10+dfsg-3
ii  libpango-1.0-0       1.36.3-1
ii  libpangocairo-1.0-0  1.36.3-1
ii  libpangoft2-1.0-0    1.36.3-1
ii  libpangomm-1.4-1     2.34.0-1
ii  libpng12-0           1.2.50-1
ii  libpoppler-glib8     0.24.5-4
ii  libpoppler44         0.24.5-4
ii  libpopt0             1.16-8
ii  libsigc++-2.0-0c2a   2.2.11-3
ii  libstdc++6           4.9.0-7
ii  libwpd-0.9-9         0.9.9-1
ii  libwpg-0.2-2         0.2.2-1
ii  libx11-6             2:1.6.2-2
ii  libxml2              2.9.1+dfsg1-3
ii  libxslt1.1           1.1.28-2
pn  python:any           <none>
ii  zlib1g               1:1.2.8.dfsg-1

Versions of packages inkscape recommends:
ii  aspell              0.60.7~20110707-1
ii  imagemagick         8:6.7.7.10+dfsg-3
ii  libgnomevfs2-extra  1:2.24.4-4
ii  libwmf-bin          0.2.8.4-10.3
ii  perlmagick          8:6.7.7.10+dfsg-3
ii  pstoedit            3.62-1
ii  python-lxml         3.3.5-1+b1
ii  python-numpy        1:1.8.1-1+b1
ii  transfig            1:3.2.5.e-3

Versions of packages inkscape suggests:
ii  dia                  0.97.2-15
pn  libsvg-perl          <none>
pn  libxml-xql-perl      <none>
pn  python-uniconvertor  <none>
ii  ruby                 1:2.1.0.1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to