Skip Menu |

This queue is for tickets about the Alien-MuPDF CPAN distribution.

Report information
The Basics
Id: 121218
Status: resolved
Priority: 0/
Queue: Alien-MuPDF

People
Owner: zmughal [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.007
Fixed in:
  • 0.008
  • 0.009



Subject: Patching fails
On most smoker systems (linux, mac) I currently see the following problem while trying to build the distribution: ... + pkg-config --modversion MuPDF Downloading File: mupdf-1.11-source.tar.gz ... Done Extracting Archive ... Done Building library ... + cd /home/cpansand/.cpan/build/2017041715/Alien-MuPDF-0.007-1/_alien/mupdf-1.11-source + patch -p1 < ../../patch/freebsd-no-have-incbin.diff can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- a/scripts/fontdump.c 2016-04-21 06:14:32.000000000 -0500 |+++ b/scripts/fontdump.c 2016-08-06 15:07:07.632521751 -0500 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored External command (patch -p1 < ../../patch/freebsd-no-have-incbin.diff) failed! Error: 256 at ./Build line 58. Failed Build not completed at ./Build line 58. (./Build exited with 256) ...
Subject: Re: [rt.cpan.org #121218] Patching fails
Date: Fri, 19 May 2017 16:27:00 -0500
To: Slaven_Rezic via RT <bug-Alien-MuPDF [...] rt.cpan.org>
From: Zakariyya Mughal <zaki.mughal [...] gmail.com>
Thank you for the report! I believe this is fixed in Alien::MuPDF 0.008: - <https://metacpan.org/release/ZMUGHAL/Alien-MuPDF-0.008>, - <http://fast-matrix.cpantesters.org/?dist=Alien-MuPDF%200.008>. What happened is that the latest version of mupdf (1.11) removed the file that was being patched previously in order to fix FreeBSD support. Now that patch is no longer necessary. Cheers, - Zaki Mughal