Bug 27119

Summary: Gnome Latex cannot compile document because of missing latexmk (in texlive-collection-basic)
Product: Mageia Reporter: Cyril Levet <cyril.levet0780>
Component: RPM PackagesAssignee: David GEIGER <geiger.david68210>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: Normal    
Version: Cauldron   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: gnome-latex-3.37.2-1.mga8.src.rpm CVE:
Status comment:

Description Cyril Levet 2020-08-15 14:03:43 CEST
Description of problem: Default compile document in Gnome Latex is latexmk. But this command is not in the gnome-latex package. When trying to compile a document in Gnome Latex it displays a error with missing latexmk.

Latexmk is in texlive-collection-basic package. It should be a dependency of gnome-latex.


Version-Release number of selected component (if applicable): 3.37.2-1


How reproducible: Always


Steps to Reproduce:
1. Install gnome-latex
2. Create a new document with File -> New and select Article
3. Compile by pressing [F2]
Comment 1 Lewis Smith 2020-08-18 08:54:05 CEST
Thank you for reporting this. It does indeed look as if 'gnome-latex' does not include (require) anything useful for Latex:
$ urpmq --requires gnome-latex
gsettings-desktop-schemas
hicolor-icon-theme
libamtk-5.so.0()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libdconf.so.1()(64bit)
libgdk-3.so.0()(64bit)
libgdk_pixbuf-2.0.so.0()(64bit)
libgee-0.8.so.2()(64bit)
libgio-2.0.so.0()(64bit)
libglib-2.0.so.0()(64bit)
libgobject-2.0.so.0()(64bit)
libgspell-1.so.2()(64bit)
libgtk-3.so.0()(64bit)
libgtksourceview-4.so.0()(64bit)
libpango-1.0.so.0()(64bit)
libtepl-5.so.0()(64bit)

 and the missing latexmk is indeed provided by:
$ urpmq -l texlive-collection-basic | grep latexmk
/usr/bin/latexmk
/usr/share/man/man1/latexmk.1.xz
/usr/share/texmf-dist/scripts/arara/rules/latexmk.yaml
/usr/share/texmf-dist/scripts/latexmk
/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
/usr/share/texmf-dist/scripts/make4ht/extensions/make4ht-ext-latexmk_build.lua

Assigning to 'gnome-latex' maintainer DavidG.

Assignee: bugsquad => geiger.david68210
Summary: Gnome Latex cannot compile document because of missing latexmk => Gnome Latex cannot compile document because of missing latexmk (in texlive-collection-basic)

Comment 2 David GEIGER 2020-08-18 10:49:45 CEST
Should be fixed with gnome-latex-3.37.2-2.mga8.
Comment 3 Cyril Levet 2020-08-18 14:25:52 CEST
(In reply to David GEIGER from comment #2)
> Should be fixed with gnome-latex-3.37.2-2.mga8.

Thanks now "latexmk" is found. 

However, compile a simple new article is impossible because "dehypht.tex" is missing. This file is located on texlive-dist.
Comment 4 David GEIGER 2020-08-18 17:32:56 CEST
So fixed with gnome-latex-3.37.2-3.mga8
Comment 5 Cyril Levet 2020-08-18 19:22:18 CEST
It works. Thank you !

Status: NEW => RESOLVED
Resolution: (none) => FIXED