[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: On Debian Squeeze installed gnustep - The font specified for NSFont,
From: |
Yavor Doganov |
Subject: |
Re: On Debian Squeeze installed gnustep - The font specified for NSFont, Helvetica, can't be found. |
Date: |
Fri, 20 Aug 2010 08:19:13 +0000 (UTC) |
User-agent: |
Pan/0.133 (House of Butterflies) |
В Thu, 19 Aug 2010 21:17:48 +0200, Csanyi Pal написа:
> Cynthiune[13011] Problem posting notification: <NSException: 0x11dd250>
> NAME:NSRangeException REASON:RangeError in method
> -attribute:atIndex:longestEffectiveRange:inRange: in class
> NSAttributedString INFO:(nil)
>
> Segmentation Fault
This is due to the ABI break introduced in 1.19.3 on all 64-bit
platforms, so all packages are currently broken. It will be sorted out
during the ongoing GNUstep transition in Debian, please be patient.
Simply rebuilding them will fix the issue:
apt-get source cynthiune.app && cd cynthiune-*
sudo apt-get build-dep cynthiune.app
dpkg-buildpackage -us -uc
sudo dpkg -i ../*.deb
The warning about the font is harmless, just set NSFont to an available
font like DejaVu (this is also addressed in the upcoming new gnustep-back
Debian package).