Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Bob Nielsen
Yeah, various versions of automake can exist simultaneously on Debian and the version is in the package name (automake1.8, automake1.9, etc.) so they don't get upgraded automatically. Bob, N7XY On Apr 20, 2007, at 12:25 PM, William McKeehan wrote: I did not examine which version of automake

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread William McKeehan
I did not examine which version of automake and autoconf that I had installed before I upgraded, but I noticed that with moving to etch, one of them was automatically upgraded and the other was not, so I upgraded the other so they would "match". Now, I'm running versions: automake: 1.10 autoconf:

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, Tom Russo wrote: > The first thing to check in that question should be automake/autoconf, the > other stuff would be red herrings. 'cept that there might be other "file not found" errors that can crop up, and FAQ question 4.29 is intended to cover those possibilities as well.

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Tom Russo
On Fri, Apr 20, 2007 at 10:28:00AM -0700, we recorded a bogon-computron collision of the <[EMAIL PROTECTED]> flavor, containing: > On Fri, 20 Apr 2007, Tom Russo wrote: > > > I have seen this before, it has always been the result of using a version > > of autoconf/automake that is too old. > > Y

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, Tom Russo wrote: > I have seen this before, it has always been the result of using a version > of autoconf/automake that is too old. You're late to the party, but your info is spot-on. ;-) FAQ question 4.29 now has this and other debugging info in it for this exact error pl

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Tom Russo
On Fri, Apr 20, 2007 at 09:59:16AM -0700, we recorded a bogon-computron collision of the <[EMAIL PROTECTED]> flavor, containing: > On Fri, 20 Apr 2007, William McKeehan wrote: > > > Looks like you're on the right path now; mine has > > -DXASTIR_DATA_BASE=\"/xastir\" > > > > Having seent that, I

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, William McKeehan wrote: > I've installed a newer version of automake; that has removed the bootstrap.sh > erors and the configure errors. The gcc lines now have the > -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\" as it should. > > And the best part is that the build works and

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread William McKeehan
I've installed a newer version of automake; that has removed the bootstrap.sh erors and the configure errors. The gcc lines now have the -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\" as it should. And the best part is that the build works and the executable works too! -- William McKeehan On Fri

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, William McKeehan wrote: > Looks like you're on the right path now; mine has > -DXASTIR_DATA_BASE=\"/xastir\" > > Having seent that, I went back and re-ran ./bootstrap.sh > I'm seeing some errors there: > Makefile.am:7: option `dist-bzip2' not recognized > scripts/Makefil

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread William McKeehan
Looks like you're on the right path now; mine has -DXASTIR_DATA_BASE=\"/xastir\" Having seent that, I went back and re-ran ./bootstrap.sh I'm seeing some errors there: Makefile.am:7: option `dist-bzip2' not recognized scripts/Makefile.am:6: invalid variable `pkglib_SCRIPTS' related? In the

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, Curt, WE7U wrote: > When I compile Xastir, each GCC line has this somewhere in it: > > -DXASTIR_DATA_BASE=\"/usr/local/share/xastir\" > > What does yours have? This is set in configure.ac: # Set XASTIR_DATA_BASE in CPPFLAGS due to Gnu coding standard that requires #

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, William McKeehan wrote: > Making user /home/mckeehan/.xastir/config/xastir.cnf file > Error! can not find color file: /xastir/config/xastir.rgb > Error in Color file! Exiting... ~/xastir/src> grep "can not find color file" * color.c:fprintf(stderr,"Error! can not

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread William McKeehan
Still no go... Script started on Fri 20 Apr 2007 12:27:18 PM EDT mckeehan:~$ xastir Making user dir Making user config dir Making user data dir Making user log dir Making user tracklogs dir Making user tmp dir Making user gps dir Making map_cache dir Built-in map types: gnis USGS GNIS Da

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, William McKeehan wrote: > mckeehan:~/xmltv$ which xastir > /usr/local/bin/xastir > mckeehan:~/xmltv$ ls -l `!!` > ls -l `which xastir` > -rwxr-xr-x 1 root root 1328376 2007-04-20 10:36 /usr/local/bin/xastir > mckeehan:~/xmltv$ ls -l /usr/local/share/xastir/config/xastir.rgb >

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread William McKeehan
mckeehan:~/xmltv$ which xastir /usr/local/bin/xastir mckeehan:~/xmltv$ ls -l `!!` ls -l `which xastir` -rwxr-xr-x 1 root root 1328376 2007-04-20 10:36 /usr/local/bin/xastir mckeehan:~/xmltv$ ls -l /usr/local/share/xastir/config/xastir.rgb -rw-r--r-- 1 root root 1683 2007-04-20 10:36 /usr/local/shar

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, William McKeehan wrote: > echo $LANG returns en_US > > I'm configured with GraphicsMagick; does that make any difference? Nope. GM/IM only affect things if you are doing raster-based mapping that's not DOQQ or DRG. In other words, PNG, GIF, JPG, maps like that, whether onli

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread William McKeehan
echo $LANG returns en_US I'm configured with GraphicsMagick; does that make any difference? -- William McKeehan On Fri, April 20, 2007 11:34 am, Curt, WE7U wrote: > On Fri, 20 Apr 2007, William McKeehan wrote: > >> Here's the out put from a >> egrep "DIR|usr|local" ~/.xastir/config/xastir.cnf

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, William McKeehan wrote: > Here's the out put from a > egrep "DIR|usr|local" ~/.xastir/config/xastir.cnf > (note I added the . before xastir; I assume that was a typo in your message): Yes. I was actually "cd'ed" to ~/.xastir/config when I ran the command, added the path ma

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread Curt, WE7U
On Fri, 20 Apr 2007, William McKeehan wrote: > Error! can not find color file: /xastir/config/xastir.rgb > > Before Xastir was all in /usr/local/share/xastir. > > Any pointers on what I should look at to get Xastir up and running again? xastir.rgb exists in the Xastir sources at "xastir/config/xa

[Xastir] Problem under debian "Etch"

2007-04-20 Thread William McKeehan
I just upgraded to etch this week and I'm having a problem. Xastir builds just fine (well, with some warnings, but no errors), but when I run it I get an error: Error! can not find color file: /xastir/config/xastir.rgb Before Xastir was all in /usr/local/share/xastir. Any pointers on what I sho

Re: [Xastir] Problem under debian "Etch"

2007-04-20 Thread William McKeehan
I su'd to root to do the make install (and went back and did it again to make sure), so that step should be done. Here's the out put from a egrep "DIR|usr|local" ~/.xastir/config/xastir.cnf (note I added the . before xastir; I assume that was a typo in your message): AUTO_MAP_DIR:/usr/local/shar