Guest User

Untitled

a guest
Jul 22nd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/freetype2 -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fopenmp -I/usr/include/ImageMagick -I/usr/include/libwpg-0.1 -I/usr/include/libwpd-0.8 -I/usr/include/poppler -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DPOTRACE=\"potrace\" -pthread -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/gtk-unix-print-2.0 -I/usr/include/atkmm-1.6 -I/usr/include/libxml2 -I../cxxtest -I./bind/javainc -I./bind/javainc/linux -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -O2 -march=core2 -pipe -fomit-frame-pointer -msse4.1 -fopenmp -MT extension/internal/pdfinput/pdf-input.o -MD -MP -MF $depbase.Tpo -c -o extension/internal/pdfinput/pdf-input.o extension/internal/pdfinput/pdf-input.cpp &&\
  2. mv -f $depbase.Tpo $depbase.Po
  3. extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opSetExtGState(Object*, int)':
  4. extension/internal/pdfinput/pdf-parser.cpp:812: error: no matching function for call to 'GfxColorSpace::parse(Object*)'
  5. /usr/include/poppler/GfxState.h:182: note: candidates are: static GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
  6. extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opSetFillColorSpace(Object*, int)':
  7. extension/internal/pdfinput/pdf-parser.cpp:1012: error: no matching function for call to 'GfxColorSpace::parse(Object*)'
  8. /usr/include/poppler/GfxState.h:182: note: candidates are: static GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
  9. extension/internal/pdfinput/pdf-parser.cpp:1014: error: no matching function for call to 'GfxColorSpace::parse(Object*)'
  10. /usr/include/poppler/GfxState.h:182: note: candidates are: static GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
  11. extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opSetStrokeColorSpace(Object*, int)':
  12. extension/internal/pdfinput/pdf-parser.cpp:1035: error: no matching function for call to 'GfxColorSpace::parse(Object*)'
  13. /usr/include/poppler/GfxState.h:182: note: candidates are: static GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
  14. extension/internal/pdfinput/pdf-parser.cpp:1037: error: no matching function for call to 'GfxColorSpace::parse(Object*)'
  15. /usr/include/poppler/GfxState.h:182: note: candidates are: static GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
  16. extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opSetFillColorN(Object*, int)':
  17. extension/internal/pdfinput/pdf-parser.cpp:1104: error: no matching function for call to 'GfxResources::lookupPattern(char*)'
  18. /usr/include/poppler/Gfx.h:113: note: candidates are: GfxPattern* GfxResources::lookupPattern(char*, Gfx*)
  19. extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opSetStrokeColorN(Object*, int)':
  20. extension/internal/pdfinput/pdf-parser.cpp:1148: error: no matching function for call to 'GfxResources::lookupPattern(char*)'
  21. /usr/include/poppler/Gfx.h:113: note: candidates are: GfxPattern* GfxResources::lookupPattern(char*, Gfx*)
  22. extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opShFill(Object*, int)':
  23. extension/internal/pdfinput/pdf-parser.cpp:1546: error: no matching function for call to 'GfxResources::lookupShading(char*)'
  24. /usr/include/poppler/Gfx.h:114: note: candidates are: GfxShading* GfxResources::lookupShading(char*, Gfx*)
  25. extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::doImage(Object*, Stream*, GBool)':
  26. extension/internal/pdfinput/pdf-parser.cpp:2510: error: no matching function for call to 'GfxColorSpace::parse(Object*)'
  27. /usr/include/poppler/GfxState.h:182: note: candidates are: static GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
  28. extension/internal/pdfinput/pdf-parser.cpp:2595: error: no matching function for call to 'GfxColorSpace::parse(Object*)'
  29. /usr/include/poppler/GfxState.h:182: note: candidates are: static GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
  30. extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::doForm(Object*)':
  31. extension/internal/pdfinput/pdf-parser.cpp:2770: error: no matching function for call to 'GfxColorSpace::parse(Object*)'
  32. /usr/include/poppler/GfxState.h:182: note: candidates are: static GfxColorSpace* GfxColorSpace::parse(Object*, Gfx*)
  33. make[2]: *** [extension/internal/pdfinput/pdf-parser.o] Error 1
  34. make[2]: *** Waiting for unfinished jobs....
  35. In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/g++-v4/ext/hash_map:59,
  36. from ./libnrtype/font-instance.h:4,
  37. from extension/internal/pdfinput/svg-builder.cpp:40:
  38. /usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/g++-v4/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
  39. extension/internal/pdfinput/svg-builder.cpp: In member function 'std::string Inkscape::Extension::Internal::SvgBuilder::_BestMatchingFont(std::string)':
  40. extension/internal/pdfinput/svg-builder.cpp:912: warning: comparison between signed and unsigned integer expressions
  41. make[2]: Leaving directory `/var/tmp/portage/media-gfx/inkscape-0.47/work/inkscape-0.47/src'
  42. make[1]: *** [all-recursive] Error 1
  43. make[1]: Leaving directory `/var/tmp/portage/media-gfx/inkscape-0.47/work/inkscape-0.47'
  44. make: *** [all] Error 2
  45. * ERROR: media-gfx/inkscape-0.47 failed:
  46. * compile failure
  47. *
  48. * Call stack:
  49. * ebuild.sh, line 54: Called src_compile
  50. * environment, line 1513: Called gnome2_src_compile
  51. * environment, line 1251: Called die
  52. * The specific snippet of code:
  53. * emake || die "compile failure"
  54. *
  55. * If you need support, post the output of 'emerge --info =media-gfx/inkscape-0.47',
  56. * the complete build log and the output of 'emerge -pqv =media-gfx/inkscape-0.47'.
  57. * The complete build log is located at '/var/tmp/portage/media-gfx/inkscape-0.47/temp/build.log'.
  58. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/inkscape-0.47/temp/environment'.
  59. * S: '/var/tmp/portage/media-gfx/inkscape-0.47/work/inkscape-0.47'
  60.  
  61. >>> Failed to emerge media-gfx/inkscape-0.47, Log file:
  62.  
  63. >>> '/var/tmp/portage/media-gfx/inkscape-0.47/temp/build.log'
  64.  
  65. * Messages for package media-gfx/inkscape-0.47:
  66.  
  67. * ERROR: media-gfx/inkscape-0.47 failed:
  68. * compile failure
  69. *
  70. * Call stack:
  71. * ebuild.sh, line 54: Called src_compile
  72. * environment, line 1513: Called gnome2_src_compile
  73. * environment, line 1251: Called die
  74. * The specific snippet of code:
  75. * emake || die "compile failure"
  76. *
  77. * If you need support, post the output of 'emerge --info =media-gfx/inkscape-0.47',
  78. * the complete build log and the output of 'emerge -pqv =media-gfx/inkscape-0.47'.
  79. * The complete build log is located at '/var/tmp/portage/media-gfx/inkscape-0.47/temp/build.log'.
  80. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/inkscape-0.47/temp/environment'.
  81. * S: '/var/tmp/portage/media-gfx/inkscape-0.47/work/inkscape-0.47'
Add Comment
Please, Sign In to add comment