[Xastir] Xastir Digest, Vol 689, Issue 2

Tom Russo russo at bogodyn.org
Sun Jan 5 21:21:48 PST 2020



On Sun, Jan 05, 2020 at 08:37:13PM -0500, we recorded a bogon-computron collision of the <domwrx at gmail.com> flavor, containing:
> I found if installing from the tar.gz file download, I am able to run the
> ../configure command in the build folder. Output is as follows:
> 

Tarball packages of Xastir always have bootstrap pre-run on them, so there is 
a configure script.  Only git clones off of the master branch require bootstrap.

> checking for Motif headers... configure: error: **** NO MOTIF HEADERS FOUND
> **** install Motif  development headers or use --with-motif-includes to
> specify location of Xm/Xm.h

This means you are lacking the required motif headers.  They must be installed
for configure to produce a makefile.  The message you get above means
that configure failed, which is why make didn't work afterwards.

Please review the "Start installing packages" step of http://xastir.org/index.php/HowTo:Ubuntu_14.04-17.04
which should apply to all of your Xubuntu and Raspbian builds, even
though it claims only to apply to earlier versions of Ubuntu.  In it,
it tells you to install a lot of packages using apt-get.  If those were
installed, you would not be getting the message above.

At each step, you must watch to make sure that the step you've taken actually
worked, and did not emit error messages.  It is pointless to keep going through
the steps if an earlier one failed.

To summarize the required pre-installs shown in that wiki page:
   sudo apt-get install build-essential
   sudo apt-get install git autoconf automake xorg-dev graphicsmagick gv libmotif-dev libcurl4-openssl-dev
   sudo apt-get install gpsman gpsmanshp libpcre3-dev libproj-dev libdb5.3-dev python-dev libax25-dev
   sudo apt-get install shapelib libshp-dev festival festival-dev libgeotiff-dev libgraphicsmagick1-dev
   sudo apt-get install libwebp-dev
  sudo apt-get install xfonts-100dpi xfonts-75dpi
  xset +fp /usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi

Your messages so far indicate that at least some of these must not have been
done, or had failed and you didn't correct the problem.  Note that autoconf
and automake appear on the second one, as do libmotif-dev (which contain
the motif headers that your configure attempt is not finding).

Once you'ge got all those apt-gets run (with no error messages), bootstrap
and configure should actually work for you.


> 
> Unfortunately my success was short lived, now it hangs up at the "make"
> command. The only variable I changed was installing from
> "Xastir-Release-2.1.4 tar.gz file, from the git clone download.
> 
> 
> dominick at dominick-AOA150:~/Xastir-Release-2.1.4/build$ make
> make: *** No targets specified and no makefile found.  Stop.
> dominick at dominick-AOA150:~/Xastir-Release-2.1.4/build$
> 
> Interestingly, I replicated both installation procedures on this machine
> (Acer Aspire One with Xubuntu) and my Raspberry pi 3B. Both ended up with
> the same result. I was sure update, upgrade, and install all packages in
> both instances. There must be something I am missing.
> 
> Thank you,
> 
> Dominick
> 
> On Sun, Jan 5, 2020 at 6:33 PM <xastir-request at lists.xastir.org> wrote:
> 
> > Send Xastir mailing list submissions to
> >         xastir at lists.xastir.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         http://xastir.org/mailman/listinfo/xastir
> > or, via email, send a message with subject or body 'help' to
> >         xastir-request at lists.xastir.org
> >
> > You can reach the person managing the list at
> >         xastir-owner at lists.xastir.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Xastir digest..."
> >
> >
> > Today's Topics:
> >
> >    1. Re: Xastir Digest, Vol 689, Issue 1 (Dominick Spina)
> >    2. Re: Xastir Digest, Vol 689, Issue 1 (Lee D Bengston)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Sun, 5 Jan 2020 17:58:19 -0500
> > From: Dominick Spina <domwrx at gmail.com>
> > To: xastir at lists.xastir.org
> > Subject: Re: [Xastir] Xastir Digest, Vol 689, Issue 1
> > Message-ID:
> >         <
> > CAA4_0XEXMfBksJbgU6nU7M9qCvRxhxZOnvJhnC5o0bvzoji31A at mail.gmail.com>
> > Content-Type: text/plain; charset="UTF-8"
> >
> > Lee,
> >
> > I have started a fresh install in my home directory without using sudo
> > privileges as you recommended. I deleted the files from the previous
> > install in the usr/local/bin directory.
> >
> > I am still getting the same problem with ../configure. I am not able to
> > make it to the sudo make install step.
> >
> > I did try running ./update-xastir and received this output:
> >
> > dominick at dominick-AOA150:~/Xastir$ ./update-xastir
> >
> > Sun Jan  5 17:47:17 EST 2020
> >
> > Already up to date.
> >
> >
> >
> >
> >
> > Sun Jan  5 17:47:18 EST 2020
> >
> >     6) Removing autom4te.cache directory...
> >
> >     5) Running aclocal...
> >
> > ./bootstrap.sh: 15: ./bootstrap.sh: aclocal: not found
> >
> >     4) Running autoheader...
> >
> > ./bootstrap.sh: 18: ./bootstrap.sh: autoheader: not found
> >
> >     3) Running autoconf...
> >
> > ./bootstrap.sh: 21: ./bootstrap.sh: autoconf: not found
> >
> >     2) Running automake...
> >
> > ./bootstrap.sh: 25: ./bootstrap.sh: automake: not found
> >
> >     1) Generating derived language files.....
> >
> > Bootstrap complete.
> >
> >
> >
> >
> >
> > Sun Jan  5 17:47:19 EST 2020
> >
> >
> >
> >
> >
> > Sun Jan  5 17:47:19 EST 2020
> >
> > ./update-xastir: 38: ./update-xastir: ../configure: not found
> >
> >
> >
> >
> >
> > Sun Jan  5 17:47:19 EST 2020
> >
> > ************************************************
> >
> > Building for Unix/Linux/MacOSX Operating Systems
> >
> > ************************************************
> >
> > [sudo] password for dominick:
> >
> > make: *** No rule to make target 'clean'.  Stop.
> >
> >
> >
> >
> >
> > Sun Jan  5 17:47:23 EST 2020
> >
> > make: *** No targets specified and no makefile found.  Stop.
> >
> > make: *** No rule to make target 'install-strip'.  Stop.
> >
> > chmod: cannot access '/usr/local/bin/xastir': No such file or directory
> >
> >
> >
> > Sun Jan  5 17:47:23 EST 2020
> >
> > dominick at dominick-AOA150:~/Xastir$
> >
> >
> >
> >
> >  When I try to use ../configure, build, or make command, I get this:
> >
> >
> >
> > dominick at dominick-AOA150:~/Xastir$ cd build
> >
> > dominick at dominick-AOA150:~/Xastir/build$ ../configure
> >
> > bash: ../configure: No such file or directory
> >
> > dominick at dominick-AOA150:~/Xastir/build$
> >
> >
> > KB1WOH
> >
> > On Sun, Jan 5, 2020 at 4:42 PM <xastir-request at lists.xastir.org> wrote:
> >
> > > Send Xastir mailing list submissions to
> > >         xastir at lists.xastir.org
> > >
> > > To subscribe or unsubscribe via the World Wide Web, visit
> > >         http://xastir.org/mailman/listinfo/xastir
> > > or, via email, send a message with subject or body 'help' to
> > >         xastir-request at lists.xastir.org
> > >
> > > You can reach the person managing the list at
> > >         xastir-owner at lists.xastir.org
> > >
> > > When replying, please edit your Subject line so it is more specific
> > > than "Re: Contents of Xastir digest..."
> > >
> > >
> > > Today's Topics:
> > >
> > >    1. Re: Xastir weather alerts (Curt Mills)
> > >    2. Re: Xastir weather alerts (Apostolos Kefalas)
> > >    3. Re: Xastir weather alerts (Apostolos Kefalas)
> > >    4. Re: Xastir weather alerts (David A Aitcheson)
> > >    5. Installation help with Xubuntu (Dominick Spina)
> > >    6. Re: Installation help with Xubuntu (Lee D Bengston)
> > >
> > >
> > > ----------------------------------------------------------------------
> > >
> > > Message: 1
> > > Date: Sun, 29 Dec 2019 12:17:05 -0700
> > > From: Curt Mills <curt.we7u at gmail.com>
> > > To: km5vy Tom Russo <russo at bogodyn.org>,  Xastir - APRS client
> > >         software discussion <xastir at lists.xastir.org>, xastir at xastir.org
> > > Subject: Re: [Xastir] Xastir weather alerts
> > > Message-ID:
> > >         <
> > > CAKDpQXkog0ya+oSfaa26gS+8Ln_2pYhkrCkevn7QK-PYFQtvKQ at mail.gmail.com>
> > > Content-Type: text/plain; charset="UTF-8"
> > >
> > > Thanks Tom!
> > >
> > > On Sun, Dec 29, 2019, 11:35 AM Tom Russo <russo at bogodyn.org> wrote:
> > >
> > > > On Sun, Dec 29, 2019 at 11:15:33AM -0700, we recorded a bogon-computron
> > > > collision of the <russo at bogodyn.org> flavor, containing:
> > > > > It looks like some of the work cleaning up compiler warnings resulted
> > > in
> > > > > broken code to concatenate strings.
> > > > >
> > > > > I'm looking into it.  It may take a while.
> > > >
> > > > Or not.  Found the spot where things were being done wrong, and it was
> > > > indeed
> > > > the result of a broken cleanup of compiler warnings in the alerts code.
> > > > The
> > > > fix should be on github as of now.
> > > >
> > > > > On Sun, Dec 29, 2019 at 11:08:32AM -0700, we recorded a
> > bogon-computron
> > > > collision of the <russo at bogodyn.org> flavor, containing:
> > > > > > In a recent message, Apostolos Kefalas asked:
> > > > > >
> > > > > > Hello all,
> > > > > >
> > > > > >
> > > > > > I am on Xastir v2.1.3 (6884c6f9) and now I have noticed that the
> > > > > > weather alert list (View -> Weather Alerts) is not showing all the
> > > > > > data.
> > > > > >
> > > > > > I remember in older versions of Xastir we could see the type of
> > > alert,
> > > > > > expiration time and area codes.
> > > > > >
> > > > > > Happy New Year to All
> > > > > >
> > > > > > Apostolos, SV1LJJ
> > > > > >
> > > > > > ----
> > > > > >
> > > > > > It looks suspiciously like something has changed in the data coming
> > > in
> > > > related
> > > > > > to weather alerts, and xastir is improperly parsing it.
> > > > > >
> > > > > > For example, a quick view of my net feed shows this packet coming
> > in:
> > > > > >
> > > > > > UNRWSW>APRS,TCPIP,qAO,WE7U-WX::NWS-WARN
> > > > :300100z,WINTER_WEATHER,SDZ14-31-32-41>44 {THj1D
> > > > > >
> > > > > > But all that shows up in the weather alerts box is:
> > > > > >
> > > > > > UNRWSW  THj1D  NWS-WARN  z
> > > > > >
> > > > > > Somehow that incoming data is not properly being parsed anymore.
> > > Most
> > > > of the
> > > > > > alerts I find in my wx alerts dialog look like this, with a few
> > extra
> > > > > > adornments, like:
> > > > > >
> > > > > > ABRWSW  T3Y4B NWS-WARN 03 @z
> > > > > >
> > > > > > Very, very few have full data, but some do:
> > > > > > SGFFLS  10020 NWS_ADVIS 01 @0000z ==> 03 @0224z NI MO_C185 FLOOD
> > > > > >
> > > > > > Whether this is a change in the incoming data formatting or
> > something
> > > > broken
> > > > > > in Xastir's code is another question.  Looks like we need a deep
> > dive
> > > > into
> > > > > > the alert parsing code to see if there are changes necessary.  The
> > > > alert code
> > > > > > has not had meaningful changes in a very long time.  There was some
> > > > effort
> > > > > > to eliminate compiler warnings in 2017 and again earlier this year,
> > > > but those
> > > > > > should not have changed functionality.
> > > > > >
> > > > > > However, Xastir does have an NWS-TEST.log file that we're supposed
> > to
> > > > be
> > > > > > able to read in and get alerts, and when I read it in it shows up
> > as
> > > > garbled
> > > > > > alerts just like the new ones have.
> > > > > >
> > > > > > Interestingly enough, though, when I read in NWS-TEST.log the
> > alerts
> > > > do show
> > > > > > up on the map.  The data is just missing in the alert dialog box.
> > > > > >
> > > > > > So it looks like something got mangled in the code where data is
> > > > parsed out
> > > > > > for display in the dialog, but there is enough information getting
> > > > decoded to
> > > > > > display it on the map.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Tom Russo    KM5VY
> > > > > > Tijeras, NM
> > > > > >
> > > > > >  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z]
> > > > [n-z][a-m]
> > > > > >
> > > > > > _______________________________________________
> > > > > > Xastir mailing list
> > > > > > Xastir at lists.xastir.org
> > > > > > http://xastir.org/mailman/listinfo/xastir
> > > > >
> > > > > --
> > > > > Tom Russo    KM5VY
> > > > > Tijeras, NM
> > > > >
> > > > >  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z]
> > > > [n-z][a-m]
> > > > >
> > > > > _______________________________________________
> > > > > Xastir mailing list
> > > > > Xastir at lists.xastir.org
> > > > > http://xastir.org/mailman/listinfo/xastir
> > > >
> > > > --
> > > > Tom Russo    KM5VY
> > > > Tijeras, NM
> > > >
> > > >  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z]
> > > > [n-z][a-m]
> > > >
> > > > _______________________________________________
> > > > Xastir mailing list
> > > > Xastir at lists.xastir.org
> > > > http://xastir.org/mailman/listinfo/xastir
> > > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 2
> > > Date: Sun, 29 Dec 2019 21:37:20 +0200
> > > From: Apostolos Kefalas <sv1ljj at raag.org>
> > > To: russo at bogodyn.org, Xastir - APRS client software discussion
> > >         <xastir at lists.xastir.org>, xastir at xastir.org
> > > Subject: Re: [Xastir] Xastir weather alerts
> > > Message-ID: <15cb9d1ce392e67db409f6ece97836ee6ca3c75e.camel at raag.org>
> > > Content-Type: text/plain; charset="UTF-8"
> > >
> > > Works great.
> > >
> > > Thanks!!!
> > >
> > > On Sun, 2019-12-29 at 11:35 -0700, Tom Russo wrote:
> > > > On Sun, Dec 29, 2019 at 11:15:33AM -0700, we recorded a bogon-
> > > > computron collision of the <russo at bogodyn.org> flavor, containing:
> > > > > It looks like some of the work cleaning up compiler warnings
> > > > > resulted in
> > > > > broken code to concatenate strings.
> > > > >
> > > > > I'm looking into it.  It may take a while.
> > > >
> > > > Or not.  Found the spot where things were being done wrong, and it
> > > > was indeed
> > > > the result of a broken cleanup of compiler warnings in the alerts
> > > > code.  The
> > > > fix should be on github as of now.
> > > >
> > > > > On Sun, Dec 29, 2019 at 11:08:32AM -0700, we recorded a bogon-
> > > > > computron collision of the <russo at bogodyn.org> flavor, containing:
> > > > > > In a recent message, Apostolos Kefalas asked:
> > > > > >
> > > > > > Hello all,
> > > > > >
> > > > > >
> > > > > > I am on Xastir v2.1.3 (6884c6f9) and now I have noticed that the
> > > > > > weather alert list (View -> Weather Alerts) is not showing all
> > > > > > the
> > > > > > data.
> > > > > >
> > > > > > I remember in older versions of Xastir we could see the type of
> > > > > > alert,
> > > > > > expiration time and area codes.
> > > > > >
> > > > > > Happy New Year to All
> > > > > >
> > > > > > Apostolos, SV1LJJ
> > > > > >
> > > > > > ----
> > > > > >
> > > > > > It looks suspiciously like something has changed in the data
> > > > > > coming in related
> > > > > > to weather alerts, and xastir is improperly parsing it.
> > > > > >
> > > > > > For example, a quick view of my net feed shows this packet coming
> > > > > > in:
> > > > > >
> > > > > > UNRWSW>APRS,TCPIP,qAO,WE7U-WX::NWS-WARN
> > > > > > :300100z,WINTER_WEATHER,SDZ14-31-32-41>44 {THj1D
> > > > > >
> > > > > > But all that shows up in the weather alerts box is:
> > > > > >
> > > > > > UNRWSW  THj1D  NWS-WARN  z
> > > > > >
> > > > > > Somehow that incoming data is not properly being parsed
> > > > > > anymore.  Most of the
> > > > > > alerts I find in my wx alerts dialog look like this, with a few
> > > > > > extra
> > > > > > adornments, like:
> > > > > >
> > > > > > ABRWSW  T3Y4B NWS-WARN 03 @z
> > > > > >
> > > > > > Very, very few have full data, but some do:
> > > > > > SGFFLS  10020 NWS_ADVIS 01 @0000z ==> 03 @0224z NI MO_C185 FLOOD
> > > > > >
> > > > > > Whether this is a change in the incoming data formatting or
> > > > > > something broken
> > > > > > in Xastir's code is another question.  Looks like we need a deep
> > > > > > dive into
> > > > > > the alert parsing code to see if there are changes
> > > > > > necessary.  The alert code
> > > > > > has not had meaningful changes in a very long time.  There was
> > > > > > some effort
> > > > > > to eliminate compiler warnings in 2017 and again earlier this
> > > > > > year, but those
> > > > > > should not have changed functionality.
> > > > > >
> > > > > > However, Xastir does have an NWS-TEST.log file that we're
> > > > > > supposed to be
> > > > > > able to read in and get alerts, and when I read it in it shows up
> > > > > > as garbled
> > > > > > alerts just like the new ones have.
> > > > > >
> > > > > > Interestingly enough, though, when I read in NWS-TEST.log the
> > > > > > alerts do show
> > > > > > up on the map.  The data is just missing in the alert dialog box.
> > > > > >
> > > > > > So it looks like something got mangled in the code where data is
> > > > > > parsed out
> > > > > > for display in the dialog, but there is enough information
> > > > > > getting decoded to
> > > > > > display it on the map.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Tom Russo    KM5VY
> > > > > > Tijeras, NM
> > > > > >
> > > > > >  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-
> > > > > > z] [n-z][a-m]
> > > > > >
> > > > > > _______________________________________________
> > > > > > Xastir mailing list
> > > > > > Xastir at lists.xastir.org
> > > > > > http://xastir.org/mailman/listinfo/xastir
> > > > >
> > > > > --
> > > > > Tom Russo    KM5VY
> > > > > Tijeras, NM
> > > > >
> > > > >  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z]
> > > > > [n-z][a-m]
> > > > >
> > > > > _______________________________________________
> > > > > Xastir mailing list
> > > > > Xastir at lists.xastir.org
> > > > > http://xastir.org/mailman/listinfo/xastir
> > >
> > >
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 3
> > > Date: Sun, 29 Dec 2019 21:37:20 +0200
> > > From: Apostolos Kefalas <sv1ljj at raag.org>
> > > To: russo at bogodyn.org, Xastir - APRS client software discussion
> > >         <xastir at lists.xastir.org>, xastir at xastir.org
> > > Subject: Re: [Xastir] Xastir weather alerts
> > > Message-ID: <15cb9d1ce392e67db409f6ece97836ee6ca3c75e.camel at raag.org>
> > > Content-Type: text/plain; charset="UTF-8"
> > >
> > > Works great.
> > >
> > > Thanks!!!
> > >
> > > On Sun, 2019-12-29 at 11:35 -0700, Tom Russo wrote:
> > > > On Sun, Dec 29, 2019 at 11:15:33AM -0700, we recorded a bogon-
> > > > computron collision of the <russo at bogodyn.org> flavor, containing:
> > > > > It looks like some of the work cleaning up compiler warnings
> > > > > resulted in
> > > > > broken code to concatenate strings.
> > > > >
> > > > > I'm looking into it.  It may take a while.
> > > >
> > > > Or not.  Found the spot where things were being done wrong, and it
> > > > was indeed
> > > > the result of a broken cleanup of compiler warnings in the alerts
> > > > code.  The
> > > > fix should be on github as of now.
> > > >
> > > > > On Sun, Dec 29, 2019 at 11:08:32AM -0700, we recorded a bogon-
> > > > > computron collision of the <russo at bogodyn.org> flavor, containing:
> > > > > > In a recent message, Apostolos Kefalas asked:
> > > > > >
> > > > > > Hello all,
> > > > > >
> > > > > >
> > > > > > I am on Xastir v2.1.3 (6884c6f9) and now I have noticed that the
> > > > > > weather alert list (View -> Weather Alerts) is not showing all
> > > > > > the
> > > > > > data.
> > > > > >
> > > > > > I remember in older versions of Xastir we could see the type of
> > > > > > alert,
> > > > > > expiration time and area codes.
> > > > > >
> > > > > > Happy New Year to All
> > > > > >
> > > > > > Apostolos, SV1LJJ
> > > > > >
> > > > > > ----
> > > > > >
> > > > > > It looks suspiciously like something has changed in the data
> > > > > > coming in related
> > > > > > to weather alerts, and xastir is improperly parsing it.
> > > > > >
> > > > > > For example, a quick view of my net feed shows this packet coming
> > > > > > in:
> > > > > >
> > > > > > UNRWSW>APRS,TCPIP,qAO,WE7U-WX::NWS-WARN
> > > > > > :300100z,WINTER_WEATHER,SDZ14-31-32-41>44 {THj1D
> > > > > >
> > > > > > But all that shows up in the weather alerts box is:
> > > > > >
> > > > > > UNRWSW  THj1D  NWS-WARN  z
> > > > > >
> > > > > > Somehow that incoming data is not properly being parsed
> > > > > > anymore.  Most of the
> > > > > > alerts I find in my wx alerts dialog look like this, with a few
> > > > > > extra
> > > > > > adornments, like:
> > > > > >
> > > > > > ABRWSW  T3Y4B NWS-WARN 03 @z
> > > > > >
> > > > > > Very, very few have full data, but some do:
> > > > > > SGFFLS  10020 NWS_ADVIS 01 @0000z ==> 03 @0224z NI MO_C185 FLOOD
> > > > > >
> > > > > > Whether this is a change in the incoming data formatting or
> > > > > > something broken
> > > > > > in Xastir's code is another question.  Looks like we need a deep
> > > > > > dive into
> > > > > > the alert parsing code to see if there are changes
> > > > > > necessary.  The alert code
> > > > > > has not had meaningful changes in a very long time.  There was
> > > > > > some effort
> > > > > > to eliminate compiler warnings in 2017 and again earlier this
> > > > > > year, but those
> > > > > > should not have changed functionality.
> > > > > >
> > > > > > However, Xastir does have an NWS-TEST.log file that we're
> > > > > > supposed to be
> > > > > > able to read in and get alerts, and when I read it in it shows up
> > > > > > as garbled
> > > > > > alerts just like the new ones have.
> > > > > >
> > > > > > Interestingly enough, though, when I read in NWS-TEST.log the
> > > > > > alerts do show
> > > > > > up on the map.  The data is just missing in the alert dialog box.
> > > > > >
> > > > > > So it looks like something got mangled in the code where data is
> > > > > > parsed out
> > > > > > for display in the dialog, but there is enough information
> > > > > > getting decoded to
> > > > > > display it on the map.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Tom Russo    KM5VY
> > > > > > Tijeras, NM
> > > > > >
> > > > > >  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-
> > > > > > z] [n-z][a-m]
> > > > > >
> > > > > > _______________________________________________
> > > > > > Xastir mailing list
> > > > > > Xastir at lists.xastir.org
> > > > > > http://xastir.org/mailman/listinfo/xastir
> > > > >
> > > > > --
> > > > > Tom Russo    KM5VY
> > > > > Tijeras, NM
> > > > >
> > > > >  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z]
> > > > > [n-z][a-m]
> > > > >
> > > > > _______________________________________________
> > > > > Xastir mailing list
> > > > > Xastir at lists.xastir.org
> > > > > http://xastir.org/mailman/listinfo/xastir
> > >
> > >
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 4
> > > Date: Sun, 29 Dec 2019 15:41:11 -0500
> > > From: David A Aitcheson <david.aitcheson at gmail.com>
> > > To: xastir at xastir.org
> > > Subject: Re: [Xastir] Xastir weather alerts
> > > Message-ID: <e3bcf36e-d0fd-8639-9154-5a92775f5a67 at gmail.com>
> > > Content-Type: text/plain; charset=windows-1252
> > >
> > > Confirming all is working correctly on Ubuntu 14.04-?-LTS
> > >
> > > Thank You Tom!
> > >
> > > 73
> > > Dave
> > > KB3EFS
> > >
> > >
> > > On 12/29/19 1:35 PM, Tom Russo wrote:
> > > > On Sun, Dec 29, 2019 at 11:15:33AM -0700, we recorded a bogon-computron
> > > collision of the <russo at bogodyn.org> flavor, containing:
> > > >> It looks like some of the work cleaning up compiler warnings resulted
> > in
> > > >> broken code to concatenate strings.
> > > >>
> > > >> I'm looking into it.  It may take a while.
> > > > Or not.  Found the spot where things were being done wrong, and it was
> > > indeed
> > > > the result of a broken cleanup of compiler warnings in the alerts code.
> > > The
> > > > fix should be on github as of now.
> > > >
> > > >> On Sun, Dec 29, 2019 at 11:08:32AM -0700, we recorded a
> > bogon-computron
> > > collision of the <russo at bogodyn.org> flavor, containing:
> > > >>> In a recent message, Apostolos Kefalas asked:
> > > >>>
> > > >>> Hello all,
> > > >>>
> > > >>>
> > > >>> I am on Xastir v2.1.3 (6884c6f9) and now I have noticed that the
> > > >>> weather alert list (View -> Weather Alerts) is not showing all the
> > > >>> data.
> > > >>>
> > > >>> I remember in older versions of Xastir we could see the type of
> > alert,
> > > >>> expiration time and area codes.
> > > >>>
> > > >>> Happy New Year to All
> > > >>>
> > > >>> Apostolos, SV1LJJ
> > > >>>
> > > >>> ----
> > > >>>
> > > >>> It looks suspiciously like something has changed in the data coming
> > in
> > > related
> > > >>> to weather alerts, and xastir is improperly parsing it.
> > > >>>
> > > >>> For example, a quick view of my net feed shows this packet coming in:
> > > >>>
> > > >>> UNRWSW>APRS,TCPIP,qAO,WE7U-WX::NWS-WARN
> > > :300100z,WINTER_WEATHER,SDZ14-31-32-41>44 {THj1D
> > > >>>
> > > >>> But all that shows up in the weather alerts box is:
> > > >>>
> > > >>> UNRWSW  THj1D  NWS-WARN  z
> > > >>>
> > > >>> Somehow that incoming data is not properly being parsed anymore.
> > Most
> > > of the
> > > >>> alerts I find in my wx alerts dialog look like this, with a few extra
> > > >>> adornments, like:
> > > >>>
> > > >>> ABRWSW  T3Y4B NWS-WARN 03 @z
> > > >>>
> > > >>> Very, very few have full data, but some do:
> > > >>> SGFFLS  10020 NWS_ADVIS 01 @0000z ==> 03 @0224z NI MO_C185 FLOOD
> > > >>>
> > > >>> Whether this is a change in the incoming data formatting or something
> > > broken
> > > >>> in Xastir's code is another question.  Looks like we need a deep dive
> > > into
> > > >>> the alert parsing code to see if there are changes necessary.  The
> > > alert code
> > > >>> has not had meaningful changes in a very long time.  There was some
> > > effort
> > > >>> to eliminate compiler warnings in 2017 and again earlier this year,
> > > but those
> > > >>> should not have changed functionality.
> > > >>>
> > > >>> However, Xastir does have an NWS-TEST.log file that we're supposed to
> > > be
> > > >>> able to read in and get alerts, and when I read it in it shows up as
> > > garbled
> > > >>> alerts just like the new ones have.
> > > >>>
> > > >>> Interestingly enough, though, when I read in NWS-TEST.log the alerts
> > > do show
> > > >>> up on the map.  The data is just missing in the alert dialog box.
> > > >>>
> > > >>> So it looks like something got mangled in the code where data is
> > > parsed out
> > > >>> for display in the dialog, but there is enough information getting
> > > decoded to
> > > >>> display it on the map.
> > > >>>
> > > >>>
> > > >>> --
> > > >>> Tom Russo    KM5VY
> > > >>> Tijeras, NM
> > > >>>
> > > >>>  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z]
> > > [n-z][a-m]
> > > >>>
> > > >>> _______________________________________________
> > > >>> Xastir mailing list
> > > >>> Xastir at lists.xastir.org
> > > >>> http://xastir.org/mailman/listinfo/xastir
> > > >> --
> > > >> Tom Russo    KM5VY
> > > >> Tijeras, NM
> > > >>
> > > >>  echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z]
> > > [n-z][a-m]
> > > >>
> > > >> _______________________________________________
> > > >> Xastir mailing list
> > > >> Xastir at lists.xastir.org
> > > >> http://xastir.org/mailman/listinfo/xastir
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 5
> > > Date: Sun, 5 Jan 2020 16:18:23 -0500
> > > From: Dominick Spina <domwrx at gmail.com>
> > > To: xastir at lists.xastir.org
> > > Subject: [Xastir] Installation help with Xubuntu
> > > Message-ID:
> > >         <CAA4_0XEHc=fthiy+GWgxoKPMV1S3v0MeOJGRF3ms6NM=
> > > 6TCRbA at mail.gmail.com>
> > > Content-Type: text/plain; charset="UTF-8"
> > >
> > > Hello all,
> > >
> > > I am hitting a roadblock with a new installation of Xastir.
> > >
> > > The steps I am taking are:
> > >
> > > Download Xastir git file to /usr/local/bin
> > > Run bootstrap.sh
> > > mkdir -p build
> > > cd build
> > > ../configure
> > >
> > > When I enter ../configure in the build folder, I get a bash "no such file
> > > or directory".
> > >
> > > I am not an expert with Linux... am I doing something wrong? The OS is
> > > Xubuntu 18.04. I am using the instructions for Ubuntu 14.04-17.04 and the
> > > github install instructions page.
> > >
> > > Thank you,
> > >
> > > Dominick KB1WOH
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 6
> > > Date: Sun, 5 Jan 2020 15:42:13 -0600
> > > From: Lee D Bengston <kilo5dat at gmail.com>
> > > To: Xastir - APRS client software discussion <xastir at lists.xastir.org>
> > > Subject: Re: [Xastir] Installation help with Xubuntu
> > > Message-ID:
> > >         <CAPtjYAi+oQbrf56P52drXraxC82bhVRkAO7NC+ebueEeW=
> > > PKYg at mail.gmail.com>
> > > Content-Type: text/plain; charset="UTF-8"
> > >
> > > On Sun, Jan 5, 2020 at 3:18 PM Dominick Spina <domwrx at gmail.com> wrote:
> > >
> > > > Hello all,
> > > >
> > > > I am hitting a roadblock with a new installation of Xastir.
> > > >
> > > > The steps I am taking are:
> > > >
> > > > Download Xastir git file to /usr/local/bin
> > > >
> > > Hello Dominick, you should download Xastir from Github into either your
> > > home directory or a directory that is underneath your home directory.
> > Then
> > > from there you want to make sure you are not executing any of the
> > commands
> > > as root, i.e. do not use sudo.  Your user in Xubuntu cannot write to
> > > /usr/local/bin, so you do not want the source code downloaded there.
> > >
> > > > Run bootstrap.sh
> > > > mkdir -p build
> > > > cd build
> > > > ../configure
> > > >
> > >
> > > So I would pull the code (via git) from somewhere under your home
> > directory
> > > and retry the steps from there. When you get to the "sudo make install"
> > > step, that's when the xastir executable gets installed in /usr/local/bin,
> > > and in that case you are not specifying that directory - the script does
> > > that by default.
> > >
> > > 73,
> > > Lee K5DAT
> > >
> > >
> > > ------------------------------
> > >
> > > Subject: Digest Footer
> > >
> > > _______________________________________________
> > > Xastir mailing list
> > > Xastir at lists.xastir.org
> > > http://xastir.org/mailman/listinfo/xastir
> > >
> > >
> > > ------------------------------
> > >
> > > End of Xastir Digest, Vol 689, Issue 1
> > > **************************************
> > >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Sun, 5 Jan 2020 17:33:02 -0600
> > From: Lee D Bengston <kilo5dat at gmail.com>
> > To: Xastir - APRS client software discussion <xastir at lists.xastir.org>
> > Subject: Re: [Xastir] Xastir Digest, Vol 689, Issue 1
> > Message-ID:
> >         <
> > CAPtjYAi3MgSNfDZ+4uf6CZWSDYfLztwAf3b14vneGFwt+Up_cg at mail.gmail.com>
> > Content-Type: text/plain; charset="UTF-8"
> >
> > On Sun, Jan 5, 2020 at 4:58 PM Dominick Spina <domwrx at gmail.com> wrote:
> >
> > > Lee,
> > >
> > > I have started a fresh install in my home directory without using sudo
> > > privileges as you recommended. I deleted the files from the previous
> > > install in the usr/local/bin directory.
> > >
> > > I am still getting the same problem with ../configure. I am not able to
> > > make it to the sudo make install step.
> > >
> > > I did try running ./update-xastir and received this output:
> > >
> > > dominick at dominick-AOA150:~/Xastir$ ./update-xastir
> > >
> > > Sun Jan  5 17:47:17 EST 2020
> > >
> > > Already up to date.
> > >
> > >
> > > Sun Jan  5 17:47:18 EST 2020
> > >
> > >     6) Removing autom4te.cache directory...
> > >
> > >     5) Running aclocal...
> > >
> > > ./bootstrap.sh: 15: ./bootstrap.sh: aclocal: not found
> > >
> > >     4) Running autoheader...
> > >
> > > ./bootstrap.sh: 18: ./bootstrap.sh: autoheader: not found
> > >
> > >     3) Running autoconf...
> > >
> > > ./bootstrap.sh: 21: ./bootstrap.sh: autoconf: not found
> > >
> > >     2) Running automake...
> > >
> > > ./bootstrap.sh: 25: ./bootstrap.sh: automake: not found
> > >
> > >     1) Generating derived language files.....
> > >
> > > Bootstrap complete.
> > >
> > >
> > > After running bootstrap.sh, a configure script file should end up in your
> > Xastir directory. I can't explain why it's not there.
> >
> > If all else fails you could download and run the build script that's shown
> > on the page with the instructions. It is up to date through version 18.04.
> > However If the bootstrap script is not resulting in the creation of the
> > configure script then the build script will bomb at the same place you are
> > with your manual effort.
> >
> > Regards,
> > Lee K5DAT
> >
> >
> > ------------------------------
> >
> > Subject: Digest Footer
> >
> > _______________________________________________
> > Xastir mailing list
> > Xastir at lists.xastir.org
> > http://xastir.org/mailman/listinfo/xastir
> >
> >
> > ------------------------------
> >
> > End of Xastir Digest, Vol 689, Issue 2
> > **************************************
> >
> _______________________________________________
> Xastir mailing list
> Xastir at lists.xastir.org
> http://xastir.org/mailman/listinfo/xastir

-- 
Tom Russo    KM5VY
Tijeras, NM  

 echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m]



More information about the Xastir mailing list