https://bugzilla.novell.com/show_bug.cgi?id=339396#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor Status|NEW |NEEDINFO Info Provider| |jchain3@gmail.com --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2007-11-06 03:13:34 MST --- This is exactly what is done after the trigger scripts of texlive-bin or texlive-latex-bin RPM are executed: /suse/werner> which latex /usr/bin/latex /suse/werner> readlink /usr/bin/latex ../lib/texmf/bin/x86_64-linux/latex /suse/werner> readlink -f /usr/bin/latex /usr/lib/texmf/bin/x86_64-linux/pdftex /suse/werner> readlink -f /usr/bin/pdflatex /usr/lib/texmf/bin/x86_64-linux/pdftex this trigger scripts will be executed when the noarch texlive and texlive-latex RPM are installed: /suse/werner> rpm -q --triggers texlive-bin triggerin scriptlet (using /bin/sh) -- texlive . ./var/lib/texmf/link/x86_64-linux/base /suse/werner> rpm -q --triggeredby texlive texlive-bin-2007-70 The texlive-bin and texlive-latex-bin RPM are pre-required by the texlive and texlive-latex noarch RPMs and as you can see on the first few shell command lines this works for me (and the all beta testers during the last half year). To solve your problem you may execute the scriptlets by hand for script in /var/lib/texmf/link/x86_64-linux/* ; do /bin/sh $script done nevertheless I'ds like to know *why* this has failed on your system. Do you have installed the RPM's by hand and forgotten or ignored to solve any dependcy (like noarch texlive requires x86_64 texlive-bin)? -- 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.