Re: [Xastir-dev] Auto-packaging

2019-04-22 Thread David Flood
Question from the Peanut Gallery... Do they have to be binary packages or can they just be a placeholder script that then uses GIT or FTP to pull the latest stuff down and compiles it? Sorta a modification of the "fetch tarball and compile" model that Gentoo uses.. Dave KD7MYC -Original Mes

Re: [Xastir-dev] Auto-packaging

2019-04-22 Thread David Flood
xastir.org] On Behalf Of Curt Mills Sent: Monday, April 22, 2019 13:36 That can be done as well, but most people want a .DEB or .RPM that they can install using their package tools. That's what most distributions want as well. On Mon, Apr 22, 2019 at 1:33 PM David Flood wrote: > Questi

[Xastir-dev] Heads-up: Festival replacement may need to be found

2019-05-12 Thread David Flood
Gentoo has dropped support for installing Festival due to the time since the last code update/release and the lack of an active package maintainer. It's possible that other distros may follow making Festival a manual install if you want to use it with Xastir. D. Flood KD7MYC __

[Xastir-dev] GraphicsMagick include issue on Gentoo

2019-06-30 Thread David Flood
-pc-linux-gnu-gcc CFLAGS = -fopenmp -O2 -march=i686 -pipe -Wall CPPFLAGS = -I/usr/include/freetype2 -I/usr/include/libxml2 CXX = i686-pc-linux-gnu-g++ CXXFLAGS = -O2 -march=i686 -pipe LDFLAGS = -Wl,-O1 -Wl,--as-needed LIBS = -llcms2 -ltiff -lfreetype -ljpeg -lpng16 -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm I did find a ref to this error and Xastir in one of the Debian email lists from March... http://debian.2.n7.nabble.com/Re-Bug-924329-xastir-FTBFS-magick-image-privat e-h-No-such-file-or-directory-td4492878.html David Flood KD7MYC ___ Xastir-dev mailing list Xastir-dev@lists.xastir.org http://xastir.org/mailman/listinfo/xastir-dev

[Xastir-dev] fix for broken gdal compile and change to maptools script

2010-07-31 Thread David Flood
I'm proposing this in the dev list because there might be other reasons for not making this change While checking out why the version of gdal that get-maptools.sh doesn't compile, I found out that maptools.org is significantly out of date with the current versions of tools. So I developed the

Re: [Xastir-dev] fix for broken gdal compile and change to maptools script

2010-08-01 Thread David Flood
There was one other hardcoded value deeper in...so here's an updated patch --- get-maptools.sh 2010-07-31 10:59:14.138267100 -0700 +++ get-maptools-new.sh 2010-08-01 19:18:45.603003600 -0700 @@ -80,7 +80,7 @@ #echo $TAR -MAPTOOLS=http://dl.maptools.org/dl +#MAPTOOLS=http://dl.maptools.org

[Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
not a long term fix because I'm using rotates (rotate.aprs2.net and firenet.aprs2.net). Any suggestion where to go from here for tshoot? David Flood KD7MYC ___ Xastir-dev mailing list Xastir-dev@lists.xastir.org http://xastir.org/mailman/listinfo/xastir-dev

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
As much as I hate bottom posting, it made sense to paste the window text right after your question below. The only other behavior that seems related is the "looking up " text that appears in the lower right corner of Xastir stays there for a long time before the failure. KD7MYC -Origin

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
I'll probably have to wait until the fix is in: dflood@gentoo ~/src/Xastir $ git checkout -b undo-ipv6client Switched to a new branch 'undo-ipv6client' dflood@gentoo ~/src/Xastir $ git revert d8361698 error: commit d83616984b34c2c7b7bc0e1e76073931bdf6ef09 is a merge but no -m option was given.

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
Refresh my memory on how to run with debug levels?  I've always just run the main program. On 1/26/2018 3:25 PM, Tom Russo wrote: BTW, it seems clear that this bug involves something that's happening in "forked_getaddrinfo." You might gather useful data for Jason by running the buggy code wit

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
Start Host lookup Creating pipe Host fork Parent closing write end of pipe Host fork Child closing read end of pipe Set alarm Child closing write end of pipe Parent closing read end of pipe Socket connection for interface 0 type (10, 1, 6) failed: Network is unreachable This is OK since we have

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
alert_display_request alert_display_request alert_display_request shutdown_all_active_or_defined_port: 0 Shutting down port 0 Delete Device start Close a Network stream Net detach Net detach Start, port 0 net_detach():Net Close Returned 0, port 0 Net detach stop, port 0 port detach OK Cancel th

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
Ok, I'll give it all another look-see over the Weekendthat is if I can get X-win working on my home machines again (one of the problems with Gentoo...sometimes something else breaks)... David On 1/26/2018 4:24 PM, Jason Godfrey wrote: Sorry about the bug. It looks like you are hitting t

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-29 Thread David Flood
I can confirm that this sequence of commands followed by a full bootstrap/etc.. does allow the VM that I was working with last week to reconnect just fine via IPV4. So the fix is out there...to murder an overused comment from a bad TV show Dave KD7MYC On 1/26/2018 4:32 PM, Tom Russo w

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-29 Thread David Flood
Done. Too bad I can't play/test the AX.25 stuff but never got any of that set up and can't do RF from apt anyway due to substandard coax in the wallsoh well. Next Bug! On 1/29/2018 3:15 PM, Tom Russo wrote: Remember to "git checkout master" again before you pull from the official proje