Fix build with Poppler 0.86 and later. Taken from Arch Linux, but adjusted to patch the versioned Poppler files, as upstream applies it after copying them in place. https://git.archlinux.org/svntogit/packages.git/tree/trunk/texlive-poppler-0.86.patch?h=packages/texlive-bin --- a/texk/web2c/pdftexdir/pdftoepdf-poppler0.76.0.cc 2020-03-03 21:11:35.102711802 +0000 +++ b/texk/web2c/pdftexdir/pdftoepdf-poppler0.76.0.cc 2020-03-03 21:13:13.057420111 +0000 @@ -757,7 +757,7 @@ if (page_name) { // get page by name GString name(page_name); - LinkDest *link = pdf_doc->doc->findDest(&name); + LinkDest *link = pdf_doc->doc->findDest(&name).get(); if (link == 0 || !link->isOk()) pdftex_fail("PDF inclusion: invalid destination <%s>", page_name); Ref ref = link->getPageRef(); it' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/ci.scm
AgeCommit message (Expand)Author
2020-03-13maint: Add 'etc/release-manifest.scm'....Ludovic Courtès
2020-03-05ci: Adjust 'channel-build-system' for when the source is a file name....Ludovic Courtès
2020-03-05tests: "make check-system" no longer interns source upfront....Ludovic Courtès
2020-03-05ci: Move 'cross-jobs' procedure to the top level....Ludovic Courtès
2020-01-31ci: Cross-build for riscv64-linux-gnu....Ludovic Courtès
2019-12-01ci: Make sure the Guix checkout is the one providing Cuirass proc....Clément Lassieur
2019-11-13tests: "make check-system" uses Guix built with (guix self)....Ludovic Courtès
2019-08-26ci: Try hard to build package replacements....Ludovic Courtès
2019-08-14gnu: mingw: Add x86_64 support....Carl Dong
2019-07-06ci: 'channel-build-system' honors the target system....Ludovic Courtès