John Clarke <[EMAIL PROTECTED]> writes:

> Thanks.  I did install a package from breezy (nedit-5.5 because the
> nedit-5.4 in hoary is broken) so it looks like that was my problem. I'm
> now trying again, this time building nedit-5.5 from source because the
> nedit-5.5 binary from nedit.com doesn't work on hoary (but it works fine
> on RH 7.3).

Do you know how to build breezy packages in hoary?
Sometimes it's a real pain, but usually it's too easy.

add to /etc/apt/sources.list
deb-src http://mirror.isp.net.au/ftp/pub/ubuntu breezy main restricted universe 
multiverse

sudo apt-get update
sudo apt-get build-dep nedit
apt-get source nedit
cd nedit-5.5
dpkg-buildpackage -b -uc -us -rfakeroot
(you might need to sudo apt-get install fakeroot first)

cd .. and if you're lucky, you should have a deb you can install with
sudo dpkg -i nedit_5.5-?.deb 

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to