-rw-r--r-- 1 portage portage 12 Aug 16 11:47 nachlieliClmNkdi.vf -rw-r--r-- 1 portage portage 0 Aug 16 11:47 nachlieliClmNkdi.vpl make: *** [Makefile:70: tfms.DONE] Error 1 * ERROR: dev-tex/culmus-latex-0.7-r1::gentoo failed (compile phase): * emake failed * ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop-20200815-041952 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10.2.0 * clang version 10.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.1 Available Python interpreters, in order of preference: [1] python3.7 [2] python3.9 (fallback) [3] python3.8 (fallback) [4] python2.7 (fallback) Available Ruby profiles: [1] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.45.2 * The following VMs are available for generation-2: *) IcedTea JDK 3.16.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Sun Aug 16 08:35:43 AM UTC 2020 emerge -qpvO dev-tex/culmus-latex [ebuild N ] dev-tex/culmus-latex-0.7-r1 USE="-examples"
Created attachment 654918 [details] emerge-info.txt
Created attachment 654920 [details] dev-tex:culmus-latex-0.7-r1:20200816-094750.log
Created attachment 654922 [details] emerge-history.txt
Created attachment 654924 [details] environment
Created attachment 654926 [details] etc.portage.tbz2
Created attachment 654928 [details] logs.tbz2
Created attachment 654930 [details] temp.tbz2
Any news on this? i still unable to install it
Is this a weird dependence on the USE flags of media-fonts/culmus?
i'm trying to install lyx, and it pulls culmus-latex # emerge lyx -pvq [ebuild N ] dev-tex/culmus-latex-0.7-r1 USE="examples" [ebuild N ] app-office/lyx-2.3.5.2-r2 USE="X aspell cups dia dot enchant gnumeric html hunspell latex nls rtf svg -debug -monolithic-build -rcs" L10N="he" PYTHON_SINGLE_TARGET="python3_8 (-python3_6) -python3_7 -python3_9"
Created attachment 681382 [details] build.log
(In reply to Leonid Kopylov from comment #11) > Created attachment 681382 [details] > build.log I believe you, I'm just struggling to reproduce it. Can you check the USE flags on media-fonts/culmus? Try enabling them all, and so on?
# emerge media-fonts/culmus -pvq [ebuild R ] media-fonts/culmus-0.133 USE="X fancy fontforge -ancient -taamey" will try to enable all flags
# emerge media-fonts/culmus -pvq [ebuild R ] media-fonts/culmus-0.133 USE="X ancient fancy fontforge taamey" tried to play with different combinations of flags, nothing helps - culmus-latex still can't be build
after downgrading to media-fonts/culmus-0.120-r5 - i was able (finally) to install culmus-latex
Dear treecleaner@: I'm still able to reproduce this issue right now. Since it has not been fixed for a long time, I'd suggest to evaluate if it is the case to remove this package from the tree. Thanks
face again the same issue on fresh new system, but media-fonts/culmus-0.120-r5 not in tree anymore, so i'm unable to install culmus-latex again. The problem is, that app-office/lyx-2.3.6.1 depends on culmus-latex, and i'm unable to install it in any way
I’m really stuck on this.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c977e3a76c93c904371a3c05bc7dd719489f53 commit 24c977e3a76c93c904371a3c05bc7dd719489f53 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-03-30 19:45:34 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-03-30 20:01:06 +0000 profiles: mask problematic media-fonts/culmus version =media-fonts/culmus-0.133-r1 seems to break culmus-latex. Masking until we have a proper fix. Bug: https://bugs.gentoo.org/737406 Signed-off-by: Sam James <sam@gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755f053c855dfcc92529994470b1e7c0a81cb2d2 commit 755f053c855dfcc92529994470b1e7c0a81cb2d2 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-03-30 19:42:12 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-03-30 20:01:05 +0000 media-fonts/culmus: port restored 0.120-r5 to EAPI 7 Adjust 0.133* too. Bug: https://bugs.gentoo.org/737406 Bug: https://bugs.gentoo.org/777570 Signed-off-by: Sam James <sam@gentoo.org> media-fonts/culmus/culmus-0.120-r5.ebuild | 133 ++++++++++++++++++------------ media-fonts/culmus/culmus-0.133-r1.ebuild | 84 ++++++++++++------- 2 files changed, 135 insertions(+), 82 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be286dff682bf26b6879dde4812a63d3c9fb604b commit be286dff682bf26b6879dde4812a63d3c9fb604b Author: Sam James <sam@gentoo.org> AuthorDate: 2021-03-30 19:36:47 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-03-30 19:43:10 +0000 media-fonts/culmus: Revert "drop 0.120-r5" There's a strange issue with culmus-latex which doesn't occur with this earlier version. (This reverts commit e514389aecaa21e6fd32f93f781f91599cc7db1f.) Bug: https://bugs.gentoo.org/737406 Bug: https://bugs.gentoo.org/777570 Signed-off-by: Sam James <sam@gentoo.org> media-fonts/culmus/Manifest | 2 + media-fonts/culmus/culmus-0.120-r5.ebuild | 180 ++++++++++++++++++++++++++++++ 2 files changed, 182 insertions(+)
(In reply to Leonid Kopylov from comment #17) > face again the same issue on fresh new system, but > media-fonts/culmus-0.120-r5 not in tree anymore, so i'm unable to install > culmus-latex again. > The problem is, that app-office/lyx-2.3.6.1 depends on culmus-latex, and i'm > unable to install it in any way After syncing (give it an hour), does it work for now? I want to look into this properly but this should be a workaround.
now i'm able to install culmus-latex: # emerge culmus culmus-latex -pvq [ebuild R ] media-fonts/culmus-0.120-r5 USE="X ancient fancy fontforge taamey" [ebuild R ] dev-tex/culmus-latex-0.7-r1 USE="examples
Hi, this bug with is masking the Culmus fonts. Culmus-latex was a solution for using Hebrew fonts before modern TeX distributions supported true-type fonts. Culmus-latex is not needed to produce Hebrew LaTeX documents anymore. I verified this also with Guy Rutenberg, the developer of culmus-latex. It is needed for backward compatibility with old documents. The bug here is because the newer culmus package does not have all the type1 files that used to be. I think a viable solution would be to make the culmus package install on default the truetype fonts, and if one needs the type 1 fonts, then to fetch them from the older versions. Probably that will only be needed if one uses culmus-latex. Maybe, culmus-latex can depend on a new use flag with the culmus package that will install the true-type fonts. If you think it might work, I can try to do this.