[Xastir] Confused..HELP

kb8uih88 kb8uih88 at charter.net
Fri Nov 6 16:54:34 PST 2020


WOW! THANKS. Will print this to see the steps that should occur. Sent from my Verizon, Samsung Galaxy smartphone
-------- Original message --------From: David Lane <kg4giy at gmail.com> Date: 11/6/20  4:58 PM  (GMT-05:00) To: Xastir - APRS client software discussion <xastir at lists.xastir.org> Subject: Re: [Xastir] Confused..HELP Fair enough.Here is what “should” happen once you have all the goo installed. I did not run the compile.pi at pi4-4-second:~ $ lsBookshelf  Documents  Music     Public     VideosDesktop    Downloads  Pictures  Templatespi at pi4-4-second:~ $ mkdir srcpi at pi4-4-second:~ $ cd srcpi at pi4-4-second:~/src $  git clone https://github.com/Xastir/Xastir.gitCloning into 'Xastir'...remote: Enumerating objects: 77, done.remote: Counting objects: 100% (77/77), done.remote: Compressing objects: 100% (64/64), done.remote: Total 30220 (delta 29), reused 44 (delta 13), pack-reused 30143Receiving objects: 100% (30220/30220), 22.49 MiB | 4.77 MiB/s, done.Resolving deltas: 100% (23108/23108), done.pi at pi4-4-second:~/src $ lsXastirpi at pi4-4-second:~/src $ cd Xastir/pi at pi4-4-second:~/src/Xastir $ ./bootstrap.sh    6) Removing autom4te.cache directory...    5) Running aclocal...    4) Running autoheader...    3) Running autoconf...    2) Running automake...configure.ac:50: installing './compile'configure.ac:46: installing './config.guess'configure.ac:46: installing './config.sub'configure.ac:26: installing './install-sh'configure.ac:26: installing './missing'callpass/Makefile.am: installing './depcomp'    1) Generating derived language files.....Bootstrap complete.pi at pi4-4-second:~/src/Xastir $> On Nov 6, 2020, at 4:53 PM, kb8uih88 <kb8uih88 at charter.net> wrote:> > My message got all jumbled up. Will respond later when I can get on my computer. Thanks for fast response.Sent from my Verizon, Samsung Galaxy smartphone> -------- Original message --------From: David Lane <kg4giy at gmail.com> Date: 11/6/20  4:31 PM  (GMT-05:00) To: Xastir - APRS client software discussion <xastir at lists.xastir.org> Subject: Re: [Xastir] Confused..HELP Before you did the git clone did you create the local src directory then change into it?You really should not be running the compile as root, but check your /home/root/ directory and make sure you have a directory called src/Xastir (/home/root/src/Xastir). When you do the git clone, it should create the Xastir directory, you don’t need to actually create it.If you did not do the git clone as root, then the source file is in the home directory of the user you logged in as (likely pi) so /home/pi/scr/Xastir (or if you did not create the src directory, Xastir). Once the clone is complete, it should all fall into place.David> On Nov 6, 2020, at 4:24 PM, kb8uih88 at charter.net wrote:> > Hi, newbie here. I can't get Xastir to load properly on my Pi 3.> Excerpt below from https://xastir.org/index.php/HowTo:Raspbian [1]> When I asked for the bootstrap command to run I got a response of> root at raspberrypi:~/src/Xastir# ./bootstrap.sh 6) Removing> autom4te.cache directory... 5) Running aclocal..../bootstrap.sh: 15:> ./bootstrap.sh: aclocal: not foundroot at raspberrypi:~/src/Xastir#> Can anyone let me know what didn't load correctly?> Thanks> > GET XASTIR SOURCE CODE FROM THE GITHUB REPOSITORY> > 	In this method, you get your source code directly from the repository> the developers use to work on the software. Here's the step-by-step> method for getting it this way.> > 	You can make different choices here for where you want to store your> code. This example puts it in a src directory under the user's home> directory:> > 	 mkdir ~/src cd ~/src> > 	Then issue the following command to retrieve the latest Xastir code:> > 	 git clone https://github.com/Xastir/Xastir.git [2]> > The above command could take a while to finish if you're on a slow> link, as there are a lot of files to download.> > 	* Run bootstrap to generate Makefile.am and configure:> > 	 cd Xastir ./bootstrap.sh> > > > Links:> ------> [1] https://xastir.org/index.php/HowTo:Raspbian> [2] https://github.com/Xastir/Xastirgit> > _______________________________________________> Xastir mailing list> Xastir at lists.xastir.org> http://xastir.org/mailman/listinfo/xastir> _______________________________________________> Xastir mailing list> Xastir at lists.xastir.org> http://xastir.org/mailman/listinfo/xastir


More information about the Xastir mailing list