Opened 8 years ago
Closed 8 years ago
#9798 closed enhancement (fixed)
Texlive fails to build with latest poppler
Reported by: | Armin K | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
clang++ -std=c++11 -DHAVE_CONFIG_H -I. -I../../../texk/web2c -I./w2c -I/usr/lib -I/usr/include/libpng16 -DPOPPLER_VERSION=\"0.59.0\" -I/usr/include/poppler -I../../../texk/web2c/libmd5 -I../../../texk/web2c/pdftexdir -Wimplicit -Wreturn-type -Wno-unknown-pragmas -Wno-write-strings -march=skylake -fomit-frame-pointer -fstack-protector-strong -O2 -pipe -Wno-reserved-user-defined-literal -MT pdftexdir/pdftosrc-pdftosrc.o -MD -MP -MF pdftexdir/.deps/pdftosrc-pdftosrc.Tpo -c -o pdftexdir/pdftosrc-pdftosrc.o `test -f 'pdftexdir/pdftosrc.cc' || echo '../../../texk/web2c/'`pdftexdir/pdftosrc.cc ../../../texk/web2c/pdftexdir/pdftosrc.cc:89:17: error: no member named 'initNull' in 'Object' catalogDict.initNull(); ~~~~~~~~~~~ ^ ../../../texk/web2c/pdftexdir/pdftosrc.cc:90:22: error: too many arguments to function call, expected 0, have 1 xref->getCatalog(&catalogDict); ~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ /usr/include/poppler/XRef.h:144:3: note: 'getCatalog' declared here Object getCatalog(); ^ ../../../texk/web2c/pdftexdir/pdftosrc.cc:95:15: error: no member named 'initNull' in 'Object' srcStream.initNull();
Arch has a patch:
https://git.archlinux.org/svntogit/packages.git/tree/texlive-bin/trunk/texlive-poppler-0.59.patch
Still building here, so can't confirm if the patch works.
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Builds fine with the patch applied.