[Xastir] Xastir Digest, Vol 690, Issue 1

Dominick Spina domwrx at gmail.com
Wed Jan 8 08:27:09 PST 2020


Tom, Lee, and all,

Regarding my installation issue with packages from earlier messages:

I was able to successfully install Xastir. You were correct, not all
packages were installed correctly.

I found if I tried to install multiple packages at the same time, as part
of the same command, not all packages actually were installed, or failed to
install.

When I installed packages one at a time, running separate commands, they
installed successfully.

Example:

sudo apt-get install git autoconf automake xorg-dev graphicsmagick gv
libmotif-dev libcurl4-openssl-dev


Rather I installed each one at a time:

sudo apt-get install autoconf
sudo apt-get install automake
etc...

Once I did this, everything worked as expected. I also replicated this on
my Pi3B. Not sure if it was typographical error, or something else

Thank you all for your help. I appreciate the support. Now I can get to
work on a 9600 baud node!

Dominick KB1WOH





On Tue, Jan 7, 2020 at 5:26 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 2 (Fred Erickson)
>    2. Re: Xastir Digest, Vol 689, Issue 2 (Curt Mills)
>    3. Re: Xastir Digest, Vol 689, Issue 2 (Fred Erickson)
>    4. Re: Xastir Digest, Vol 689, Issue 2 (Tom Russo)
>    5. Re: Xastir Digest, Vol 689, Issue 2 (Tom Russo)
>    6. Re: Xastir Digest, Vol 689, Issue 2 (Tom Russo)
>    7. Re: Xastir Digest, Vol 689, Issue 2
>       (Gerry Creager - NOAA Affiliate)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 7 Jan 2020 09:53:02 -0700
> From: Fred Erickson <fredferickson at gmail.com>
> To: xastir at lists.xastir.org
> Subject: Re: [Xastir] Xastir Digest, Vol 689, Issue 2
> Message-ID: <20200107095302.661da418 at acer>
> Content-Type: text/plain; charset=US-ASCII
>
>
> I'm replying after Tom's message since it is the last in the thread but
> this is just to let Dominick know that the instructions here:
> http://xastir.org/index.php/HowTo:Ubuntu_14.04-17.04 work just fine
> when followed exactly, step by step.
>
> Yesterday, after reading this thread, I followed the instructions on my
> Acer Aspire 5734Z, which is several years old and was the cheapest
> laptop Best Buy had at the time. Installed os is Linux Mint 19.3
> Tricia. No problems were encountered except building gdal took a very
> long time. Wish I had started a timer or even tee'd it to a file.
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 7 Jan 2020 09:29:17 -0800
> From: Curt Mills <curt.we7u at gmail.com>
> To: Xastir - APRS client software discussion <xastir at lists.xastir.org>
> Subject: Re: [Xastir] Xastir Digest, Vol 689, Issue 2
> Message-ID:
>         <
> CAKDpQXnqMzmAsZ-D4wSEZK7A6HkwQW7MKM9fSu9fL3k0+YjPHw at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Note that you don't need GDAL anymore. That support has been
> deprecated and was hardly used prior to that anyway.
>
> Timing: You can always do:
>   time <command> <arguments>
> to time things easily. For instance "time ls" gives me:
>
> ----------
> $ time ls
> blah blah blah
>
> real    0m0.117s
> user    0m0.008s
> sys     0m0.007s
> ----------
>
> On Tue, Jan 7, 2020 at 8:53 AM Fred Erickson <fredferickson at gmail.com>
> wrote:
> >
> >
> > I'm replying after Tom's message since it is the last in the thread but
> > this is just to let Dominick know that the instructions here:
> > http://xastir.org/index.php/HowTo:Ubuntu_14.04-17.04 work just fine
> > when followed exactly, step by step.
> >
> > Yesterday, after reading this thread, I followed the instructions on my
> > Acer Aspire 5734Z, which is several years old and was the cheapest
> > laptop Best Buy had at the time. Installed os is Linux Mint 19.3
> > Tricia. No problems were encountered except building gdal took a very
> > long time. Wish I had started a timer or even tee'd it to a file.
> > _______________________________________________
> > Xastir mailing list
> > Xastir at lists.xastir.org
> > http://xastir.org/mailman/listinfo/xastir
>
>
>
> --
> Curt, WE7U        http://xastir.org        http://www.sarguydigital.com
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 7 Jan 2020 10:58:53 -0700
> From: Fred Erickson <fredferickson at gmail.com>
> To: xastir at lists.xastir.org
> Subject: Re: [Xastir] Xastir Digest, Vol 689, Issue 2
> Message-ID: <20200107105853.69295930 at acer>
> Content-Type: text/plain; charset=US-ASCII
>
> On Tue, 7 Jan 2020 09:29:17 -0800
> Curt Mills <curt.we7u at gmail.com> wrote:
>
> > Note that you don't need GDAL anymore. That support has been
> > deprecated and was hardly used prior to that anyway.
> >
> > Timing: You can always do:
> >   time <command> <arguments>
> > to time things easily. For instance "time ls" gives me:
> >
> > ----------
> > $ time ls
> > blah blah blah
> >
> > real    0m0.117s
> > user    0m0.008s
> > sys     0m0.007s
>
> Thanks Curt, I just wanted to blindly follow the instructions to see if
> it produced a working install. Oh, thanks for the hint about the time
> command. I forgot that one - it would have been handy.
>
> Fred
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 7 Jan 2020 12:38:46 -0700
> From: Tom Russo <russo at bogodyn.org>
> To: Fred Erickson <fredferickson at gmail.com>
> Cc: xastir at xastir.org
> Subject: Re: [Xastir] Xastir Digest, Vol 689, Issue 2
> Message-ID: <20200107193846.GA78862 at bogodyn.org>
> Content-Type: text/plain; charset=us-ascii
>
> On Tue, Jan 07, 2020 at 09:53:02AM -0700, we recorded a bogon-computron
> collision of the <fredferickson at gmail.com> flavor, containing:
> >
> > I'm replying after Tom's message since it is the last in the thread but
> > this is just to let Dominick know that the instructions here:
> > http://xastir.org/index.php/HowTo:Ubuntu_14.04-17.04 work just fine
> > when followed exactly, step by step.
> >
> > Yesterday, after reading this thread, I followed the instructions on my
> > Acer Aspire 5734Z, which is several years old and was the cheapest
> > laptop Best Buy had at the time. Installed os is Linux Mint 19.3
> > Tricia. No problems were encountered except building gdal took a very
> > long time. Wish I had started a timer or even tee'd it to a file.
>
> It should no longer be necessary to build gdal.  Xastir no longer uses it.
>
> If you're using gdal tools (e.g. gdalwarp or ogr2ogr) to process map files
> then that's another matter, but if you were only building it for Xastir's
> sake it's a waste of time now (and the instructions for adding it should
> have been removed from the wiki installation notes already in most cases).
>
> --
> 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]
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 7 Jan 2020 12:50:16 -0700
> From: Tom Russo <russo at bogodyn.org>
> To: Xastir - APRS client software discussion <xastir at xastir.org>
> Subject: Re: [Xastir] Xastir Digest, Vol 689, Issue 2
> Message-ID: <20200107195016.GA78998 at bogodyn.org>
> Content-Type: text/plain; charset=us-ascii
>
> On Tue, Jan 07, 2020 at 09:29:17AM -0800, we recorded a bogon-computron
> collision of the <curt.we7u at gmail.com> flavor, containing:
> > Note that you don't need GDAL anymore. That support has been
> > deprecated and was hardly used prior to that anyway.
>
> Not just deprecated, removed.  Even if you have it,it will not be built
> into
> Xastir.
>
> > Timing: You can always do:
> >   time <command> <arguments>
> > to time things easily. For instance "time ls" gives me:
> >
> > ----------
> > $ time ls
> > blah blah blah
> >
> > real    0m0.117s
> > user    0m0.008s
> > sys     0m0.007s
> > ----------
> >
> > On Tue, Jan 7, 2020 at 8:53 AM Fred Erickson <fredferickson at gmail.com>
> wrote:
> > >
> > >
> > > I'm replying after Tom's message since it is the last in the thread but
> > > this is just to let Dominick know that the instructions here:
> > > http://xastir.org/index.php/HowTo:Ubuntu_14.04-17.04 work just fine
> > > when followed exactly, step by step.
> > >
> > > Yesterday, after reading this thread, I followed the instructions on my
> > > Acer Aspire 5734Z, which is several years old and was the cheapest
> > > laptop Best Buy had at the time. Installed os is Linux Mint 19.3
> > > Tricia. No problems were encountered except building gdal took a very
> > > long time. Wish I had started a timer or even tee'd it to a file.
> > > _______________________________________________
> > > Xastir mailing list
> > > Xastir at lists.xastir.org
> > > http://xastir.org/mailman/listinfo/xastir
> >
> >
> >
> > --
> > Curt, WE7U        http://xastir.org        http://www.sarguydigital.com
> > _______________________________________________
> > 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]
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 7 Jan 2020 13:04:07 -0700
> From: Tom Russo <russo at bogodyn.org>
> To: Fred Erickson <fredferickson at gmail.com>, xastir at xastir.org
> Subject: Re: [Xastir] Xastir Digest, Vol 689, Issue 2
> Message-ID: <20200107200407.GA79769 at bogodyn.org>
> Content-Type: text/plain; charset=us-ascii
>
> On Tue, Jan 07, 2020 at 12:38:46PM -0700, we recorded a bogon-computron
> collision of the <russo at bogodyn.org> flavor, containing:
> > On Tue, Jan 07, 2020 at 09:53:02AM -0700, we recorded a bogon-computron
> collision of the <fredferickson at gmail.com> flavor, containing:
> > >
> > > I'm replying after Tom's message since it is the last in the thread but
> > > this is just to let Dominick know that the instructions here:
> > > http://xastir.org/index.php/HowTo:Ubuntu_14.04-17.04 work just fine
> > > when followed exactly, step by step.
> > >
> > > Yesterday, after reading this thread, I followed the instructions on my
> > > Acer Aspire 5734Z, which is several years old and was the cheapest
> > > laptop Best Buy had at the time. Installed os is Linux Mint 19.3
> > > Tricia. No problems were encountered except building gdal took a very
> > > long time. Wish I had started a timer or even tee'd it to a file.
> >
> > It should no longer be necessary to build gdal.  Xastir no longer uses
> it.
> >
> > If you're using gdal tools (e.g. gdalwarp or ogr2ogr) to process map
> files
> > then that's another matter, but if you were only building it for Xastir's
> > sake it's a waste of time now (and the instructions for adding it should
> > have been removed from the wiki installation notes already in most
> cases).
>
> I know I went through the wiki after I removed GDAL support from Xastir
> back in October and tried to get rid of gdal references in build
> instructions.  I missed some, including the Ubuntu 14.04-17.04 page.  I
> have fixed that
> one now.
>
> There are way too many system-specific install notes for outdated systems
> on
> the wiki, and it makes them impossible to keep up to date.  Some of the
> systems
> are years old and some are many years past their end of life.
>
> We need to clear out the wiki of outdated cruft.  Any help in that regard
> would be appreciated.  It great that folks contribute new build
> instructions
> there, but we really need to clean them out when the systems they refer to
> become obsolete.  Most of these pages are just minor deltas off of each
> other,
> with huge chunks of duplicated text that is a maintenance nightmare.
>
> --
> 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]
>
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 7 Jan 2020 16:25:43 -0600
> From: Gerry Creager - NOAA Affiliate <gerry.creager at noaa.gov>
> To: km5vy Tom Russo <russo at bogodyn.org>,  Xastir - APRS client
>         software discussion <xastir at lists.xastir.org>, Fred Erickson
>         <fredferickson at gmail.com>,  Xastir - APRS client software
> discussion
>         <xastir at xastir.org>
> Subject: Re: [Xastir] Xastir Digest, Vol 689, Issue 2
> Message-ID:
>         <CAFufYD7vqdMg7kaDzhh-abfW=GT1e_gzEu_o2dnTH1GP29y=
> 4Q at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> As a side note, if you need gdal now, install it using Miniconda and conda.
> The python variants use the same libraries and are about as user friendly
> as the original commands.
>
> Gerry n5jxs
>
> On Tue, Jan 7, 2020 at 2:04 PM Tom Russo <russo at bogodyn.org> wrote:
>
> > On Tue, Jan 07, 2020 at 12:38:46PM -0700, we recorded a bogon-computron
> > collision of the <russo at bogodyn.org> flavor, containing:
> > > On Tue, Jan 07, 2020 at 09:53:02AM -0700, we recorded a bogon-computron
> > collision of the <fredferickson at gmail.com> flavor, containing:
> > > >
> > > > I'm replying after Tom's message since it is the last in the thread
> but
> > > > this is just to let Dominick know that the instructions here:
> > > > http://xastir.org/index.php/HowTo:Ubuntu_14.04-17.04 work just fine
> > > > when followed exactly, step by step.
> > > >
> > > > Yesterday, after reading this thread, I followed the instructions on
> my
> > > > Acer Aspire 5734Z, which is several years old and was the cheapest
> > > > laptop Best Buy had at the time. Installed os is Linux Mint 19.3
> > > > Tricia. No problems were encountered except building gdal took a very
> > > > long time. Wish I had started a timer or even tee'd it to a file.
> > >
> > > It should no longer be necessary to build gdal.  Xastir no longer uses
> > it.
> > >
> > > If you're using gdal tools (e.g. gdalwarp or ogr2ogr) to process map
> > files
> > > then that's another matter, but if you were only building it for
> Xastir's
> > > sake it's a waste of time now (and the instructions for adding it
> should
> > > have been removed from the wiki installation notes already in most
> > cases).
> >
> > I know I went through the wiki after I removed GDAL support from Xastir
> > back in October and tried to get rid of gdal references in build
> > instructions.  I missed some, including the Ubuntu 14.04-17.04 page.  I
> > have fixed that
> > one now.
> >
> > There are way too many system-specific install notes for outdated systems
> > on
> > the wiki, and it makes them impossible to keep up to date.  Some of the
> > systems
> > are years old and some are many years past their end of life.
> >
> > We need to clear out the wiki of outdated cruft.  Any help in that regard
> > would be appreciated.  It great that folks contribute new build
> > instructions
> > there, but we really need to clean them out when the systems they refer
> to
> > become obsolete.  Most of these pages are just minor deltas off of each
> > other,
> > with huge chunks of duplicated text that is a maintenance nightmare.
> >
> > --
> > 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
> >
>
>
> --
> Gerry Creager
> NSSL/CIMMS
> 405.325.6371
> ++++++++++++++++++++++
> *The way to get started is to quit talking and begin doing.*
> *   Walt Disney*
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Xastir mailing list
> Xastir at lists.xastir.org
> http://xastir.org/mailman/listinfo/xastir
>
>
> ------------------------------
>
> End of Xastir Digest, Vol 690, Issue 1
> **************************************
>


More information about the Xastir mailing list