bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with startup script under SuSE 7.2


From: Jan Nieuwenhuizen
Subject: Re: Problem with startup script under SuSE 7.2
Date: 23 Oct 2001 14:02:08 +0200

Anders Gorm Pedersen <address@hidden> writes:

> Dear address@hidden,

Hi Anders,

> I recently upgraded my Suse-distribution to version 7.2 (with KDE)
> including all packages. This apparently includes your very interesting
> piece of software.

[what version of LilyPond is in Suse 7.2]

> BUT, I think there may be a problem with one of the scripts that is
> included in the package.

Thanks for the report.  This has been fixed in the latest development
version, but somehow this fix hasn't made it into the stable branch
(1.4.8) yet.

This section

> setenv GS_FONTPATH "$datadir/afm:/usr/share/lilypond/pfa:$GS_FONTPATH"
> setenv GS_LIB "$datadir/ps:$GS_LIB"
> 
> Apparently the "recursive" definition of the environment variables
> (GS_FONTPATH is part of the definition of itself) does not work.

now reads:

set datadir="/home/fred/usr/share/lilypond"

if ( $?GS_FONTPATH ) then
        setenv GS_FONTPATH
        "$datadir/afm:/usr/share/lilypond/pfa:$GS_FONTPATH"
else
        setenv GS_FONTPATH "$datadir/afm:/usr/share/lilypond/pfa"
endif
if ( $?GS_LIB ) then
        setenv GS_LIB "$datadir/ps:$GS_LIB"
else
        setenv GS_LIB "$datadir/ps"
endif

> Specifically, this had the weird effect that anytime I tried to rlogin or
> telnet to my machine, my startupscripts (.cshrc and such) were not called,
> and I got the error message "GS_FONTPATH: undefined variable". (That was
> rather hard to debug by the way...).

Yes, I can imagine.  This will be in 1.4.9, sorry about this.

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]