Bug 982887 - euler.map not installed correctly
Summary: euler.map not installed correctly
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: texlive
Version: 19
Hardware: All
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Jindrich Novy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-10 05:14 UTC by Peter Backes
Modified: 2013-11-10 08:01 UTC (History)
6 users (show)

Fixed In Version: texlive-2013-3.20131021_r31961.fc20
Clone Of:
Environment:
Last Closed: 2013-11-10 08:01:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Patch fixing (1.25 KB, patch)
2013-09-13 23:42 UTC, Jason Tibbitts
no flags Details | Diff

Description Peter Backes 2013-07-10 05:14:44 UTC
Description of problem:
diff -u  updmap.cfg.rpmsave updmap.cfg after recent upgrade
...
-Map      euler.map
+Map 
...


Version-Release number of selected component (if applicable):
texlive-amsfonts-svn29208.3.04-0.1.fc19.noarch

How reproducible:
always

Steps to Reproduce:
1. upgrade to recent package version

Actual results:
crippled euler map entry

Expected results:
dull euler map entry

Additional info:
caused by additional spaces in postinstall and postuninstall scriptlets:

% rpm -q --scripts texlive-amsfonts-svn29208.3.04-0.1.fc19.noarch
postinstall scriptlet (using /bin/sh):
...
/usr/bin/updmap-sys --quiet --enable MixedMap=cyrillic.map > /dev/null 2>&1
/usr/bin/updmap-sys --quiet --enable Map=     euler.map > /dev/null 2>&1
                                         ^^^^^ here
...
postuninstall scriptlet (using /bin/sh):
...
/usr/bin/updmap-sys --disable MixedMap=cyrillic.map > /dev/null 2>&1
/usr/bin/updmap-sys --disable Map=     euler.map > /dev/null 2>&1
                                  ^^^^^ and here
...

Comment 1 Garrett Mitchener 2013-08-12 19:30:32 UTC
I see this too, please fix.


The error messages that come out of pdflatex are things like

kpathsea: Running mktexpk --mfmode .... eufm10
mktexpk: don't know how to create bitmap font for eufm10
mktexpk: perhaps eufm10 is missing from the map file.
...
!pdfTeX error: pdflatex (file eufm10): Fount eufm10 at <line number> not found
 ==> Fatal error occurred, no output PDF file produced!


The manual way to get the euler fonts working is to log in as root and run

updmap-sys --enable Map=euler.map

Comment 2 Jason Tibbitts 2013-09-13 23:12:02 UTC
This is biting my users as well now that I've pushed F19.  Let me see what I can come up with.

Comment 3 Jason Tibbitts 2013-09-13 23:42:39 UTC
Created attachment 797551 [details]
Patch fixing

Yeah, the fix is simply to remove the additional five spaces in those two points in the spec.

Comment 4 Jason Tibbitts 2013-10-11 01:38:45 UTC
A big texlive update was just committed and while it touches the very code involved in this problem it preserves the errant spaces.  I'm considering just committing the fix myself but this is one of those packages I'm really not sure I should ever touch.

Comment 5 Garrett Mitchener 2013-10-11 02:44:31 UTC
I say go for it.  You're just removing five bad spaces from two lines of the spec file...

Comment 6 Jason Tibbitts 2013-10-11 17:35:12 UTC
Looks like Jindrich did commit a fix for this a few hours ago.  Thanks!

Comment 7 Fedora Update System 2013-10-17 10:54:11 UTC
texlive-2013-1.20131014_r31898.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/texlive-2013-1.20131014_r31898.fc20

Comment 8 Fedora Update System 2013-10-17 10:56:59 UTC
texlive-2013-1.20131014_r31898.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/texlive-2013-1.20131014_r31898.fc19

Comment 9 Fedora Update System 2013-10-17 20:24:50 UTC
Package texlive-2013-1.20131014_r31898.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing texlive-2013-1.20131014_r31898.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-19153/texlive-2013-1.20131014_r31898.fc20
then log in and leave karma (feedback).

Comment 10 Fedora Update System 2013-10-21 14:14:24 UTC
texlive-2013-2.20131019_r31948.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/texlive-2013-2.20131019_r31948.fc18

Comment 11 Fedora Update System 2013-11-10 08:01:53 UTC
texlive-2013-3.20131021_r31961.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.