Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426268 - Last rites: gnustep-libs/popplerkit, gnustep-apps/vindaloo (was: gnustep-libs/popplerkit-0.4.1 fails to build (poppler 0.20))
Summary: Last rites: gnustep-libs/popplerkit, gnustep-apps/vindaloo (was: gnustep-libs...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard: Pending Removal: 2012-08-16
Keywords: PMASKED
Depends on:
Blocks: poppler-0.20
  Show dependency tree
 
Reported: 2012-07-12 06:43 UTC by Patrick Lauer
Modified: 2012-08-21 15:01 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2012-07-12 06:43:21 UTC
g++ poppler_text.c -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -pthread -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -I/usr/include/poppler -I/usr/include/poppler -I/usr/include/freetype2 -g -Wno-write-strings -DPOPPLER_0_8 -I./MissingKit -I/var/tmp/portage/gnustep-libs/popplerkit-0.4.1/work/Etoile-0.4.1/Build -I/var/tmp/portage/gnustep-libs/popplerkit-0.4.1/work/Etoile-0.4.1/Frameworks/PopplerKit -I/var/tmp/portage/gnustep-libs/popplerkit-0.4.1/work/Etoile-0.4.1/Frameworks/PopplerKit/Headers -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I./../derived_src -I. -I/var/tmp/portage/gnustep-libs/popplerkit-0.4.1/work/GNUstep/Library/Headers -I/usr/local/include -I/usr/include \
       -o obj/bindings.obj/poppler_text.c.o
g++ poppler_objc.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fgnu-runtime -Wall -Wno-import -DGNUSTEP -Wno-write-strings -Wno-import -Wno-unused -Wno-implicit -Wno-import -Wno-import -fconstant-string-class=NSConstantString -fexec-charset=UTF-8 -I./MissingKit -I/var/tmp/portage/gnustep-libs/popplerkit-0.4.1/work/Etoile-0.4.1/Build -I/var/tmp/portage/gnustep-libs/popplerkit-0.4.1/work/Etoile-0.4.1/Frameworks/PopplerKit -I/var/tmp/portage/gnustep-libs/popplerkit-0.4.1/work/Etoile-0.4.1/Frameworks/PopplerKit/Headers -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I./../derived_src -I. -I/var/tmp/portage/gnustep-libs/popplerkit-0.4.1/work/GNUstep/Library/Headers -I/usr/local/include -I/usr/include \
       -o obj/bindings.obj/poppler_objc.m.o
poppler_splash_renderer.c: In function ‘void poppler_splash_device_start_doc(void*, void*)’:
poppler_splash_renderer.c:56:4: error: no matching function for call to ‘SplashOutputDev::startDoc(XRef*)’
poppler_splash_renderer.c:56:4: note: candidate is:
In file included from poppler_splash_renderer.c:26:0:
/usr/include/poppler/SplashOutputDev.h:309:8: note: void SplashOutputDev::startDoc(PDFDoc*)
/usr/include/poppler/SplashOutputDev.h:309:8: note:   no known conversion for argument 1 from ‘XRef*’ to ‘PDFDoc*’
poppler_splash_renderer.c: In function ‘int poppler_splash_device_display_slice(void*, void*, void*, float, float, int, float, float, float, float)’:
poppler_splash_renderer.c:81:4: error: no matching function for call to ‘Page::displaySlice(SplashOutputDev*, double, double, int&, bool, bool, int, int, int, int, bool, Catalog*)’
poppler_splash_renderer.c:81:4: note: candidate is:
In file included from /usr/include/poppler/PDFDoc.h:43:0,
                 from poppler_splash_renderer.c:23:
/usr/include/poppler/Page.h:223:8: note: void Page::displaySlice(OutputDev*, double, double, int, GBool, GBool, int, int, int, int, GBool, GBool (*)(void*), void*, GBool (*)(Annot*, void*), void*)
/usr/include/poppler/Page.h:223:8: note:   no known conversion for argument 12 from ‘Catalog*’ to ‘GBool (*)(void*) {aka bool (*)(void*)}’
make[3]: *** [obj/bindings.obj/poppler_splash_renderer.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
poppler_text.c: In function ‘void* poppler_text_device_create(int, int, int)’:
poppler_text.c:32:93: error: no matching function for call to ‘TextOutputDev::TextOutputDev(NULL, int&, int&, int&)’
poppler_text.c:32:93: note: candidates are:
In file included from poppler_text.c:23:0:
/usr/include/poppler/TextOutputDev.h:687:3: note: TextOutputDev::TextOutputDev(TextOutputFunc, void*, GBool, double, GBool)
/usr/include/poppler/TextOutputDev.h:687:3: note:   candidate expects 5 arguments, 4 provided
/usr/include/poppler/TextOutputDev.h:679:3: note: TextOutputDev::TextOutputDev(char*, GBool, double, GBool, GBool)
/usr/include/poppler/TextOutputDev.h:679:3: note:   candidate expects 5 arguments, 4 provided
/usr/include/poppler/TextOutputDev.h:671:7: note: TextOutputDev::TextOutputDev(const TextOutputDev&)
/usr/include/poppler/TextOutputDev.h:671:7: note:   candidate expects 1 argument, 4 provided
poppler_text.c: In function ‘int poppler_text_display_page(void*, void*, void*, float, float, int, int)’:
poppler_text.c:52:4: error: no matching function for call to ‘Page::display(TextOutputDev*, float&, float&, int&, bool, int&, bool, Catalog*)’
poppler_text.c:52:4: note: candidates are:
In file included from /usr/include/poppler/PDFDoc.h:43:0,
                 from poppler_text.c:21:
/usr/include/poppler/Page.h:214:8: note: void Page::display(OutputDev*, double, double, int, GBool, GBool, GBool, GBool (*)(void*), void*, GBool (*)(Annot*, void*), void*)
/usr/include/poppler/Page.h:214:8: note:   no known conversion for argument 8 from ‘Catalog*’ to ‘GBool (*)(void*) {aka bool (*)(void*)}’
/usr/include/poppler/Page.h:232:8: note: void Page::display(Gfx*)
/usr/include/poppler/Page.h:232:8: note:   candidate expects 1 argument, 8 provided
poppler_text.c: In function ‘int poppler_text_find(void*, unsigned int*, unsigned int, int, int, int, int, double*, double*, double*, double*)’:
poppler_text.c:74:78: error: no matching function for call to ‘TextOutputDev::findText(unsigned int*&, unsigned int&, int&, int&, int&, int&, bool, bool, double*&, double*&, double*&, double*&)’
poppler_text.c:74:78: note: candidate is:
In file included from poppler_text.c:23:0:
/usr/include/poppler/TextOutputDev.h:759:9: note: GBool TextOutputDev::findText(Unicode*, int, GBool, GBool, GBool, GBool, GBool, GBool, GBool, double*, double*, double*, double*)
/usr/include/poppler/TextOutputDev.h:759:9: note:   candidate expects 13 arguments, 12 provided
make[3]: *** [obj/bindings.obj/poppler_text.c.o] Error 1
make[2]: *** [internal-subproject-all_] Error 2
make[1]: *** [bindings.all.subproject.variables] Error 2
make[1]: Leaving directory `/var/tmp/portage/gnustep-libs/popplerkit-0.4.1/work/Etoile-0.4.1/Frameworks/PopplerKit/bindings'
make: *** [PopplerKit.all.framework.variables] Error 2
emake failed
 * ERROR: gnustep-libs/popplerkit-0.4.1 failed (compile phase):
 *   package make failed

Portage 2.1.11.5 (default/linux/amd64/10.0, gcc-4.7.1, glibc-2.15-r2, 3.4.4-vs2.3.3.5 x86_64)
=================================================================
System uname: Linux-3.4.4-vs2.3.3.5-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.1
Timestamp of tree: Unknown
app-shells/bash:          4.2_p29
dev-lang/python:          2.7.3-r2, 3.2.3-r1
dev-util/cmake:           2.8.8-r3
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.10.5
sys-apps/sandbox:         2.6
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.12.1
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.7.1
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.4-r1 (virtual/os-headers)
sys-libs/glibc:           2.15-r2
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl amd64 apache2 berkdb bzip2 cairo cli consolekit corefonts cracklib crypt cups cxx dbus dri fortran gd gdbm gpm gudev hwdb iconv ipv6 jpeg kdepim minizip mmx modules mudflap multilib ncurses nls nptl objc ogg openmp pam pcre png policykit poppler pppd python qt3support qt4 readline semantic-desktop session sqlite sse sse2 ssl svg tcpd truetype unicode vorbis webkit xa xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Bernard Cafarelli gentoo-dev 2012-07-16 15:33:05 UTC
Time for last rites then (including direct dependency gnustep-apps/vindaloo)

# Bernard Cafarelli <voyageur@gentoo.org> (16 Jul 2012)
# No upstream development since 2008
# Needs patching for poppler-0.20
# Fails to run with current GNUstep runtime and stable poppler
# Use another poppler-based viewer or gnustep-apps/gspdf instead
# Removal in 30 days (bug #426268)
gnustep-libs/popplerkit
gnustep-apps/vindaloo
Comment 2 Bernard Cafarelli gentoo-dev 2012-08-21 15:01:27 UTC
Packages removed from portage tree, all done here