Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614554 - app-text/dblatex-0.3.7: dblatex fails in pdflatex: Use of \@xmultirow doesn't match its definition
Summary: app-text/dblatex-0.3.7: dblatex fails in pdflatex: Use of \@xmultirow doesn't...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-03 09:34 UTC by Zoltan Puskas
Modified: 2018-02-16 18:55 UTC (History)
3 users (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 Zoltan Puskas 2017-04-03 09:34:05 UTC
dblatex fails to build any pdf documentation that uses \@xmultirow. This problem seems to have been triggered by texlive-latex-extra 2016.20161008-1, whose multirow.sty has a different \@xmultirow macro that takes six arguments rather than five.

Solution on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840189 seems to work.

I have noticed this when trying to build kicad-doc-4.0.5.
Comment 1 Zoltan Puskas 2017-04-03 09:46:27 UTC
Apparently fixed in dblatex-0.3.9 so maybe I'm better bumping the version than monkey patching 0.3.7.
Comment 2 Zoltan Puskas 2017-06-26 04:19:38 UTC
Up for review in https://github.com/gentoo/gentoo/pull/4991
Comment 3 Fabio Rossi 2017-10-05 14:22:43 UTC
same problem here, when dblatex is going to be updated in portage?
Comment 4 Zoltan Puskas 2017-10-07 04:37:03 UTC
I have updated PR 4991 on github, so hopefully it will be merged soon.
Comment 5 Larry the Git Cow gentoo-dev 2017-10-13 16:26:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217d1834d5b9199635ffb21157d28bee28f6f94e

commit 217d1834d5b9199635ffb21157d28bee28f6f94e
Author:     Zoltan Puskas <zoltan@sinustrom.info>
AuthorDate: 2017-06-26 04:11:10 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2017-10-13 16:26:12 +0000

    app-text/dblatex: Bump to 0.3.10 version
    
    (also fixes \@xmultirow macro issue)
    
    Closes: https://bugs.gentoo.org/614554
    Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/dblatex/Manifest                          |  1 +
 app-text/dblatex/dblatex-0.3.10.ebuild             | 53 ++++++++++++++++++++++
 app-text/dblatex/dblatex-0.3.7.ebuild              |  4 +-
 .../dblatex-0.3.10-no-inkscape-dependency.patch    | 14 ++++++
 ... => dblatex-0.3.7-no-inkscape-dependency.patch} |  0
 app-text/dblatex/metadata.xml                      |  3 ++
 6 files changed, 74 insertions(+), 1 deletion(-)
Comment 6 Jonas Stein gentoo-dev 2018-02-16 18:55:02 UTC
someone reported a bug in this merge. See 647860