Forums | Mahara Community
Support
/
make pdfexport error
03 February 2021, 11:06
Hi
I'm getting an error while trying to make pdfexport
Pulling Headless-chromium-php from download ...
Archive: pdf_tmp.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of pdf_tmp.zip or
pdf_tmp.zip.zip, and cannot find pdf_tmp.zip.ZIP, period.
Makefile:108: recipe for target 'pdfexport' failed
make: *** [pdfexport] Error 9
Mahara 20.10.0
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
ii chromium-browser 87.0.4280.66-0ubuntu0.18.04.1 amd64 Chromium web browser, open-source version of Chrome
ii chromium-browser-l10n 87.0.4280.66-0ubuntu0.18.04.1 all chromium-browser language packages
ii chromium-codecs-ffmpeg-extra 87.0.4280.66-0ubuntu0.18.04.1 amd64 Extra ffmpeg codecs for the Chromium Browser
09 February 2021, 10:04
Hi Stephen,
This problem is due to a change upstream.
Here is a fix for fetching the right zip file
https://reviews.mahara.org/#/c/11537/
Cheers
Robert
09 February 2021, 11:00
Thanks Robert.
Looks good so far. I'll come back to this thread if I need to.