[Bug 897122] New: Publishing:TeXLive/texlive: Bug
https://bugzilla.novell.com/show_bug.cgi?id=897122 https://bugzilla.novell.com/show_bug.cgi?id=897122#c0 Summary: Publishing:TeXLive/texlive: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: SUSE Other Status: NEW Severity: Critical Priority: P5 - None Component: 3rd party software AssignedTo: werner@suse.com ReportedBy: simon@simotek.net QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Other Blocker: --- Currently the issue below is causing the efl (enlightenment foundation libraries) doco fails to build in openSUSE factory due to this issue, openSUSE 13.1 was fine
From the openSUSE Packaging Mailing list 16-17/09/2014 Subject: Re: [opensuse-packaging] epstopdf in openSUSE:Factory issues
You need to buildrequire texlive-epstopdf-bin
However.. the package seems to be broken @_@
rpm -ql texlive-epstopdf-bin /usr/bin/epstopdf /usr/bin/repstopdf
$/usr/bin/epstopdf zsh: no such file or directory: /usr/bin/epstopdf /usr/bin/epstopdf: command not found
$/usr/bin/repstopdf zsh: no such file or directory: /usr/bin/repstopdf /usr/bin/repstopdf: command not found
Maybe my machine has been possesed by the geeko's daemon..or ..the package just provide %ghost 'ed files..
rpm -qlv texlive-epstopdf-bin lrwxrwxrwx 1 root root 43 Aug 27 12:09 /usr/bin/epstopdf -> ../share/texmf/scripts/epstopdf/epstopdf.pl lrwxrwxrwx 1 root root 8 Aug 27 11:59 /usr/bin/repstopdf -> epstopdf The package just installs two symlinks. The second one points to the first one, and the first one points to "file not found" :-/ The package should have a Requires: for the package containing /usr/share/texmf/scripts/epstopdf/epstopdf.pl (sorry, I don't know which package you need) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=897122 https://bugzilla.novell.com/show_bug.cgi?id=897122#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Dr. Werner Fink <werner@suse.com> 2014-09-17 14:08:35 UTC --- Please do *never* install any texlive-<feature>-bin packages but the package texlive-<feature> its self. Better install a texlive-collection-<name> and/or texlive-scheme-<name> This is how the dependency chains work in TeXLive generated from the TeXLive package data base. If I would add in texlive-epstopdf-bin a dependency texlive-epstopdf there would be a dependcy loop. The rules in TeXLive are schemes/collections do require feature packages feature packages do require the required binary packages as otherwise the user would install the binary package without the full required environment. E.g. installing texlive-tex-bin is useless without e.g. the dumped tex engine/image as well as basis set of tex files. Do not reopen this bug but fix your package. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=897122 https://bugzilla.novell.com/show_bug.cgi?id=897122#c2 --- Comment #2 from Simon Lees <simon@simotek.net> 2014-09-18 02:29:45 UTC --- As it turns out my package has never explicitly required any texlive packages to build and has worked on all systems until recently, so i guess one of my build dependencies has broken this recently. Sorry about the miss informed bug report, I was pointed this way on the packaging mailing list. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com