Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477490 - app-text/mupdf-1.1 - Cannot find files/mupdf-1.1-desktop-integration.patch
Summary: app-text/mupdf-1.1 - Cannot find files/mupdf-1.1-desktop-integration.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-20 12:39 UTC by Balint SZENTE
Modified: 2013-07-20 14:12 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balint SZENTE 2013-07-20 12:39:18 UTC
The app-text/mupdf/mupdf-1.1.ebuild is broken. It wants to apply a missing patch.

Reproducible: Always

Steps to Reproduce:
1. emerge =app-text/mupdf-1.1
Actual Results:  
>>> Emerging (1 of 1) app-text/mupdf-1.1
 * mupdf-1.1-source.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                   [ ok ]
>>> Unpacking source...
>>> Unpacking mupdf-1.1-source.tar.gz to /var/tmp/portage/app-text/mupdf-1.1/work
>>> Source unpacked in /var/tmp/portage/app-text/mupdf-1.1/work
>>> Preparing source in /var/tmp/portage/app-text/mupdf-1.1/work/mupdf-1.1-source ...
 * Applying mupdf-1.1_rc1-buildsystem.patch ...                                                                                                                   [ ok ]

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/app-text/mupdf/files/mupdf-1.1-desktop-integration.patch
 *   ( mupdf-1.1-desktop-integration.patch )

Expected Results:  
To build successfully.

Replace in mupdf-1.1 ebuild the following line from:

"${FILESDIR}"/${P}-desktop-integration.patch

to

"${FILESDIR}"/${PN}-1.1_p20121127-desktop-integration.patch

as in the mupdf-1.2 ebuild.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2013-07-20 14:12:01 UTC
+  20 Jul 2013; Michael Weber <xmw@gentoo.org> mupdf-1.1.ebuild:
+  Fix desktop-integration.patch, thanks Balint SZENTE (bug 477490)
+