Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643372 - app-text/texlive-core-2016-r5 fails to compile 'class Object' has no member named 'initNull'; did you mean 'isNull'?
Summary: app-text/texlive-core-2016-r5 fails to compile 'class Object' has no member n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-04 08:50 UTC by Silvio
Modified: 2018-01-07 05:32 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,685.98 KB, text/x-log)
2018-01-04 08:52 UTC, Silvio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Silvio 2018-01-04 08:50:35 UTC
It exits in this way:

/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:89:17: error: 'class Object' has no member named 'initNull'; did you mean 'isNull'?
     catalogDict.initNull();
                 ^~~~~~~~
                 isNull
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:90:34: error: no matching function for call to 'XRef::getCatalog(Object*)'
     xref->getCatalog(&catalogDict);
                                  ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:48:0:
/usr/include/poppler/XRef.h:144:10: note: candidate: Object XRef::getCatalog()
   Object getCatalog();
          ^~~~~~~~~~
/usr/include/poppler/XRef.h:144:10: note:   candidate expects 0 arguments, 1 provided
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:95:15: error: 'class Object' has no member named 'initNull'; did you mean 'isNull'?
     srcStream.initNull();
               ^~~~~~~~
               isNull
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:97:48: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
         catalogDict.dictLookup("SourceObject", &srcStream);
                                                ^~~~~~~~~~
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:0:
/usr/include/poppler/Object.h:362:15: note:   initializing argument 2 of 'Object Object::dictLookup(const char*, int) const'
 inline Object Object::dictLookup(const char *key, int recursion) const
               ^~~~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:103:17: error: 'class Object' has no member named 'initNull'; did you mean 'isNull'?
         srcName.initNull();
                 ^~~~~~~~
                 isNull
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c -I./w2c  -DLUASOCKET_DEBUG -I/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/luatexdir/luasocket -I/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-core-2016_build/libs/luajit/include   -march=native -O2 -pipe -c -o luatexdir/luasocket/src/libluajitsocket_a-except.o `test -f 'luatexdir/luasocket/src/except.c' || echo '/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/'`luatexdir/luasocket/src/except.c
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:104:64: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
         srcStream.getStream()->getDict()->lookup("SourceName", &srcName);
                                                                ^~~~~~~~
In file included from /usr/include/poppler/Object.h:342:0,
                 from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:
/usr/include/poppler/Dict.h:78:10: note:   initializing argument 2 of 'Object Dict::lookup(const char*, int) const'
   Object lookup(const char *key, int recursion = 0) const;
          ^~~~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:113:37: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
         xref->fetch(objnum, objgen, &srcStream);
                                     ^~~~~~~~~~
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:48:0:
/usr/include/poppler/XRef.h:147:10: note:   initializing argument 3 of 'Object XRef::fetch(int, int, int)'
   Object fetch(int num, int gen, int recursion = 0);
          ^~~~~
In file included from /usr/include/poppler/GlobalParams.h:42:0,
                 from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:53:
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:162:50: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
                 assert(xref->fetch(e->offset, 0, &objStr)->isStream());
                                                  ^~
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:48:0:
/usr/include/poppler/XRef.h:147:10: note:   initializing argument 3 of 'Object XRef::fetch(int, int, int)'
   Object fetch(int num, int gen, int recursion = 0);
          ^~~~~
In file included from /usr/include/poppler/GlobalParams.h:42:0,
                 from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:53:
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:162:58: error: base operand of '->' has non-pointer type 'Object'
                 assert(xref->fetch(e->offset, 0, &objStr)->isStream());
                                                          ^
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:163:64: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
                 nObjects = objStr.streamGetDict()->lookup("N", &obj1)->getInt();
                                                                ^~~~~
In file included from /usr/include/poppler/Object.h:342:0,
                 from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:
/usr/include/poppler/Dict.h:78:10: note:   initializing argument 2 of 'Object Dict::lookup(const char*, int) const'
   Object lookup(const char *key, int recursion = 0) const;
          ^~~~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:163:70: error: base operand of '->' has non-pointer type 'Object'
                 nObjects = objStr.streamGetDict()->lookup("N", &obj1)->getInt();
                                                                      ^~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:164:27: error: 'void Object::free()' is private within this context
                 obj1.free();
                           ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:0:
/usr/include/poppler/Object.h:292:8: note: declared private here
   void free();
        ^~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:165:65: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
                 first = objStr.streamGetDict()->lookup("First", &obj1)->getInt();
                                                                 ^~~~~
In file included from /usr/include/poppler/Object.h:342:0,
                 from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:
/usr/include/poppler/Dict.h:78:10: note:   initializing argument 2 of 'Object Dict::lookup(const char*, int) const'
   Object lookup(const char *key, int recursion = 0) const;
          ^~~~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:165:71: error: base operand of '->' has non-pointer type 'Object'
                 first = objStr.streamGetDict()->lookup("First", &obj1)->getInt();
                                                                       ^~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:166:27: error: 'void Object::free()' is private within this context
                 obj1.free();
                           ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:0:
/usr/include/poppler/Object.h:292:8: note: declared private here
   void free();
        ^~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:171:22: error: 'class Object' has no member named 'initNull'; did you mean 'isNull'?
                 obj1.initNull();
                      ^~~~~~~~
                      isNull
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:172:78: error: use of deleted function 'Object::Object(T) [with T = Object*]'
                 str = new EmbedStream(objStr.getStream(), &obj1, gTrue, first);
                                                                              ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:0:
/usr/include/poppler/Object.h:169:24: note: declared here
   template<typename T> Object(T) = delete;
                        ^~~~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:175:41: error: use of deleted function 'Object Parser::getObj(T) [with T = Object*]'
                     parser->getObj(&obj1);
                                         ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:45:0:
/usr/include/poppler/Parser.h:58:31: note: declared here
   template<typename T> Object getObj(T) = delete;
                               ^~~~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:176:41: error: use of deleted function 'Object Parser::getObj(T) [with T = Object*]'
                     parser->getObj(&obj2);
                                         ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:45:0:
/usr/include/poppler/Parser.h:58:31: note: declared here
   template<typename T> Object getObj(T) = delete;
                               ^~~~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:179:31: error: 'void Object::free()' is private within this context
                     obj1.free();
                               ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:0:
/usr/include/poppler/Object.h:292:8: note: declared private here
   void free();
        ^~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:180:31: error: 'void Object::free()' is private within this context
                     obj2.free();
                               ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:0:
/usr/include/poppler/Object.h:292:8: note: declared private here
   void free();
        ^~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:184:29: error: 'void Object::free()' is private within this context
                 objStr.free();
                             ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:0:
/usr/include/poppler/Object.h:292:8: note: declared private here
   void free();
        ^~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:195:24: error: 'void Object::free()' is private within this context
         srcStream.free();
                        ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:0:
/usr/include/poppler/Object.h:292:8: note: declared private here
   void free();
        ^~~~
/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:204:22: error: 'void Object::free()' is private within this context
     catalogDict.free();
                      ^
In file included from /var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-20160523-source/texk/web2c/pdftexdir/pdftosrc.cc:42:0:
/usr/include/poppler/Object.h:292:8: note: declared private here
   void free();
        ^~~~
make[5]: *** [Makefile:13179: pdftexdir/pdftosrc-pdftosrc.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory '/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-core-2016_build/texk/web2c'
make[4]: *** [Makefile:13447: all-recursive] Error 1
make[4]: Leaving directory '/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-core-2016_build/texk/web2c'
make[3]: *** [Makefile:3820: all] Error 2
make[3]: Leaving directory '/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-core-2016_build/texk/web2c'
make[2]: *** [Makefile:901: recurse] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-core-2016_build/texk'
make[1]: *** [Makefile:481: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-core-2016_build/texk'
make: *** [Makefile:569: all-recursive] Error 1
 * ERROR: app-text/texlive-core-2016-r5::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-text/texlive-core-2016-r5::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-text/texlive-core-2016-r5::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-text/texlive-core-2016-r5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-text/texlive-core-2016-r5/temp/environment'.
 * Working directory: '/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-core-2016_build'
 * S: '/var/tmp/portage/app-text/texlive-core-2016-r5/work/texlive-core-2016_build'
Comment 1 Silvio 2018-01-04 08:52:14 UTC
Created attachment 513142 [details]
build.log
Comment 2 Silvio 2018-01-04 08:52:46 UTC
my emerge --info

Portage 2.3.19 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop/plasma, gcc-7.2.0, glibc-2.26-r5, 4.14.10-gentoo-r1 x86_64)
=================================================================
System uname: Linux-4.14.10-gentoo-r1-x86_64-Intel-R-_Core-TM-_i7-7500U_CPU_@_2.70GHz-with-gentoo-2.4.1
KiB Mem:    16283524 total,   1566996 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Thu, 04 Jan 2018 07:30:01 +0000
Head commit of repository gentoo: 35cc5208e52d76074152ef6224e84c15b7d7c6aa
sh bash 4.4_p12
ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.26.1-r1::gentoo
dev-lang/python:          2.7.14-r1::gentoo, 3.5.4-r1::gentoo
dev-util/cmake:           3.10.1::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.34.11::gentoo
sys-apps/sandbox:         2.12::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.15.1-r1::gentoo
sys-devel/binutils:       2.29.1-r1::gentoo
sys-devel/gcc:            7.2.0::gentoo
sys-devel/gcc-config:     1.9.1::gentoo
sys-devel/libtool:        2.4.6-r4::gentoo
sys-devel/make:           4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.14::gentoo (virtual/os-headers)
sys-libs/glibc:           2.26-r5::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: 

betagarden
    location: /var/lib/layman/betagarden
    masters: gentoo
    priority: 50

flow
    location: /var/lib/layman/flow
    masters: gentoo
    priority: 50

vortex
    location: /var/lib/layman/vortex
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://mirror.switch.ch/ftp/mirror/gentoo/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi activities alsa amd64 berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli consolekit crypt cups cxx dbus declarative dri dri3 dts dvd dvdr egl emboss encode exif fam ffmpeg fftw firefox flac fortran gdbm gif glamor gpm gtk hidpi iconv icu id3tag ipv6 jpeg kde kipi kwallet lcms ldap libinput libnotify mad mng modules mp3 mp4 mpeg mtp multilib ncurses networkmanager nls nptl ntfs ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pulseaudio python qml qt3support qt5 readline s3tc sdl seccomp semantic-desktop session spell ssl startup-notification svg tcpd theora tiff touchpad truetype udev udisks unicode upower usb uxa v4l vaapi vdpau vorbis vpx widgets wxwidgets x264 xattr xcb xcomposite xml xv xvid xvmc zlib" ABI_X86="64 32" ALSA_CARDS="snd_hda_intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 author" CAMERAS="*" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 ssse3 sse4_1 sse4_2 glamor" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse joystick wacom synaptics evdev libinput" KERNEL="linux" L10N="it" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="it en it_IT en_US" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5" RUBY_TARGETS="ruby22" SANE_BACKENDS="*" USERLAND="GNU" VIDEO_CARDS="intel i965 i915 vesa v4l v4l2 modesetting fbdev" 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:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 3 Larry the Git Cow gentoo-dev 2018-01-07 05:32:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a59ccf3cfd911e909cca40339b445c5eba1482

commit 16a59ccf3cfd911e909cca40339b445c5eba1482
Author:     Alexis Ballier <aballier@gentoo.org>
AuthorDate: 2018-01-07 05:31:51 +0000
Commit:     Alexis Ballier <aballier@gentoo.org>
CommitDate: 2018-01-07 05:31:51 +0000

    app-text/texlive-core: Add patch to build with latest poppler to texlive 2016.
    
    Backport by  Andreas K. Hüttel  in bug #629710.
    
    Closes: https://bugs.gentoo.org/643372
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/texlive-core/Manifest                    |   1 +
 app-text/texlive-core/texlive-core-2016-r6.ebuild | 356 ++++++++++++++++++++++
 2 files changed, 357 insertions(+)