Mailinglist Archive: opensuse-bugs (13448 mails)

< Previous Next >
[Bug 331884] Some omega or xetex files aren' t found by kpsewhich after installation of the relevant packages
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 10 Oct 2007 03:03:56 -0600 (MDT)
  • Message-id: <20071010090356.34DFDCC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=331884#c7


Dr. Werner Fink <werner@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider|
|auxsvr@xxxxxxxxx




--- Comment #7 from Dr. Werner Fink <werner@xxxxxxxxxx> 2007-10-10 03:03:55
MST ---
In other words the ${1+"$@"} returns nothing but an empty string, this means
that

kpsewhich --show-path=ls-R

does not return any path for ls-R files. And this seems to happen only
after installing texlive-omega ... strange.

IMHO kpsewhich should return something like

/suse/werner> IFS=':;'
/suse/werner> set -- $(kpsewhich --show-path=ls-R 2> /dev/null)
/suse/werner> IFS="$OLDIFS"
/suse/werner> echo $@
/suse/werner/texmf /usr/local/share/texmf /etc/texmf /var/lib/texmf
/usr/share/texmf /var/cache/fonts

.. please test if the first command `kpsewhich --show-path=ls-R'
returns also an error and if yes which error is returned or does
the command return nothing but an empty string?


--
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.

< Previous Next >
References