I sent the source for the package to Ross, but he had some problems with it. I did notice the same thing, but I didn't realize it was an issue. In order to build it I had to use pbuilder --use-pdebuild-internal. It seems like this should be fixed upstream rather than by me.
Begin forwarded message: Date: Tue, 13 May 2008 21:01:43 +0100 From: Ross Burton <[EMAIL PROTECTED]> To: Josh Dukes <[EMAIL PROTECTED]> Subject: Re: xnee package On Mon, 2008-05-12 at 18:55 -0700, Josh Dukes wrote: > I built it with pbuilder and was able to install the debs generated, > and both gnee and cnee ran on my system. As far as I can tell this is > good. I'm going to keep testing it, but I think it's in your hands > now. Tell me if you see anything I might have missed. -JD The diff looks good (although very strangely formatted -- did debuild create it?) but when I tried to built it myself it failed: make[2]: Entering directory `/home/ross/Local/mess/19/xnee-3.02/doc' mkdir -p /usr/share/xnee mkdir: cannot create directory `/usr/share/xnee': Permission denied The Makefile.am is buggy (well, it's plain wrong). The problem is that it calls mkdir -p $(docdir) but that should be mkdir -p $(DESTDIR)$(docdir). You'll want to patch the Makefile.am and Makefile.in so that when configure runs this fix fixed. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF -- Josh Dukes MicroVu IT Department _______________________________________________ Xnee-devel mailing list Xnee-devel@gnu.org http://lists.gnu.org/mailman/listinfo/xnee-devel