Summary: | dev-texlive/texlive-luatex-2020-r1 : file collision with dev-texlive/texlive-fontsrecommended-2020 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Alexis Ballier <aballier> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asturm, bertrand, carlphilippreh, dan, dschridde+gentoobugs, email200202, finkandreas, FRadiatio, gentoo, gentoo, johannes.geiss, jorge.ramos, kernelpanic, luksan, mladen.miksa, nickAristocrates, phmagic, scott, ted, tex, till2.schaefer |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=727334 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-texlive:texlive-luatex-2020-r1:20200628-111900.log emerge-history.txt etc.portage.tbz2 logs.tbz2 |
Description
Toralf Förster
![]() Created attachment 646944 [details]
emerge-info.txt
Created attachment 646946 [details]
dev-texlive:texlive-luatex-2020-r1:20200628-111900.log
Created attachment 646948 [details]
emerge-history.txt
Created attachment 646950 [details]
etc.portage.tbz2
Created attachment 646952 [details]
logs.tbz2
Duplicate of bug #729994. *** Bug 729994 has been marked as a duplicate of this bug. *** this also affects stable and previous luatex was removed form tree. Thus, there is no easy workaround. (In reply to Till Schäfer from comment #8) > this also affects stable and previous luatex was removed form tree. Thus, > there is no easy workaround. 'lm' is already in TEXLIVE_MODULE_CONTENTS of texlive-fontsrecommended, hence the collision. Yeah, the issue was introduced in this commit: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27015991968734cc06e2c3f18ce4730f46dfeef0 Can someone revert it? as a quick workaround 1) nano /usr/portage/dev-texlive/texlive-luatex/texlive-luatex-2020-r1.ebuild 2) in TEXLIVE_MODULE_CONTENTS delete " lm " 3) ebuild /usr/portage/dev-texlive/texlive-luatex/texlive-luatex-2020-r1.ebuild digest 4) emerge dev-texlive/texlive-luatex The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3e9353ac014fb3601b7351d89accf3e73d1321 commit 1b3e9353ac014fb3601b7351d89accf3e73d1321 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2020-06-29 09:33:10 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2020-06-29 09:34:41 +0000 dev-texlive/texlive-luatex: add fontsrecommended dep Closes: https://bugs.gentoo.org/show_bug.cgi?id=730006 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> dev-texlive/texlive-luatex/Manifest | 1 - .../{texlive-luatex-2020-r1.ebuild => texlive-luatex-2020-r2.ebuild} | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f8e6f7a42d87884a3946d5a97e7195001b72a3 commit 73f8e6f7a42d87884a3946d5a97e7195001b72a3 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2020-06-29 09:35:10 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2020-06-29 09:36:03 +0000 dev-texlive/texlive-luatex: [QA] Fix collision with fontsrecommended. Bug: https://bugs.gentoo.org/727334 Closes: https://bugs.gentoo.org/730006 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ulrich Müller <ulm@gentoo.org> dev-texlive/texlive-luatex/texlive-luatex-2020-r2.ebuild | 1 + 1 file changed, 1 insertion(+) (In reply to Larry the Git Cow from comment #13) > The bug has been closed via the following commit(s): > > https://gitweb.gentoo.org/repo/gentoo.git/commit/ > ?id=73f8e6f7a42d87884a3946d5a97e7195001b72a3 > > commit 73f8e6f7a42d87884a3946d5a97e7195001b72a3 > Author: Ulrich Müller <ulm@gentoo.org> > AuthorDate: 2020-06-29 09:35:10 +0000 > Commit: Ulrich Müller <ulm@gentoo.org> > CommitDate: 2020-06-29 09:36:03 +0000 > > dev-texlive/texlive-luatex: [QA] Fix collision with fontsrecommended. > > Bug: https://bugs.gentoo.org/727334 > Closes: https://bugs.gentoo.org/730006 > Package-Manager: Portage-2.3.103, Repoman-2.3.23 > Signed-off-by: Ulrich Müller <ulm@gentoo.org> > > dev-texlive/texlive-luatex/texlive-luatex-2020-r2.ebuild | 1 + > 1 file changed, 1 insertion(+) The dependency is now present two times in RDEPEND DEPEND=">=dev-texlive/texlive-basic-2020 +>=dev-texlive/texlive-fontsrecommended-2020 " RDEPEND="${DEPEND} dev-texlive/texlive-latexrecommended dev-texlive/texlive-fontsrecommended |