• Pilot -- MIA

    From Rob Pyott@21:1/5 to All on Wed Feb 24 19:20:57 2021
    Hi, I compiled Alpine 2.24 on my Linux machine. Working fine except -- Pilot is not installed apparently. There is no response to the command and Whereis does not return anything.

    Ideas? Thanks -- Rob

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From William Unruh@21:1/5 to Rob Pyott on Thu Feb 25 07:33:39 2021
    On 2021-02-25, Rob Pyott <arpyott@gmail.com> wrote:
    Hi, I compiled Alpine 2.24 on my Linux machine. Working fine except -- Pilot is not installed apparently. There is no response to the command and Whereis does not return anything.

    /usr/bin/pilot?

    What Linx distro? It probably already includes the full package in its repository.


    Ideas? Thanks -- Rob

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rob Pyott@21:1/5 to William Unruh on Thu Feb 25 03:24:35 2021
    On Thursday, February 25, 2021 at 2:33:41 AM UTC-5, William Unruh wrote:
    On 2021-02-25, Rob Pyott <arp...@gmail.com> wrote:
    Hi, I compiled Alpine 2.24 on my Linux machine. Working fine except -- Pilot is not installed apparently. There is no response to the command and Whereis does not return anything.
    /usr/bin/pilot?

    What Linx distro? It probably already includes the full package in its repository.


    Ideas? Thanks -- Rob

    Pico is in /usr/bin, but not Pilot. I also don't see it in the folder where I compiled Alpine.

    Yes I can add it with apt. But I do wonder what went wrong compiling.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Rob Pyott on Thu Feb 25 14:05:51 2021
    On 25/02/2021 12.24, Rob Pyott wrote:
    On Thursday, February 25, 2021 at 2:33:41 AM UTC-5, William Unruh wrote:
    On 2021-02-25, Rob Pyott <arp...@gmail.com> wrote:
    Hi, I compiled Alpine 2.24 on my Linux machine. Working fine except -- Pilot is not installed apparently. There is no response to the command and Whereis does not return anything.
    /usr/bin/pilot?

    What Linx distro? It probably already includes the full package in its
    repository.


    Ideas? Thanks -- Rob

    Pico is in /usr/bin, but not Pilot. I also don't see it in the folder where I compiled Alpine.

    Yes I can add it with apt. But I do wonder what went wrong compiling.

    I have no idea what "pilot" is, but I have a lot of them:


    cer@Telcontar:~> pilot-
    pilot-addresses pilot-file pilot-getromtoken pilot-install-netsync pilot-read-expenses pilot-read-veo
    pilot-clip pilot-foto pilot-hinotes pilot-install-todo pilot-read-ical pilot-reminders
    pilot-csd pilot-foto-treo600 pilot-install-datebook pilot-install-todos pilot-read-notepad pilot-schlep
    pilot-debugsh pilot-foto-treo650 pilot-install-expenses pilot-install-user pilot-read-palmpix pilot-wav
    pilot-dedupe pilot-getram pilot-install-hinote pilot-memos pilot-read-screenshot pilot-xfer
    pilot-dlpsh pilot-getrom pilot-install-memo
    pilot-nredir pilot-read-todos
    cer@Telcontar:~> pilot-

    "Pilot", however, I have none.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From J.O. Aho@21:1/5 to Rob Pyott on Thu Feb 25 15:13:48 2021
    On 2/25/21 12:24 PM, Rob Pyott wrote:
    On Thursday, February 25, 2021 at 2:33:41 AM UTC-5, William Unruh wrote:
    On 2021-02-25, Rob Pyott <arp...@gmail.com> wrote:
    Hi, I compiled Alpine 2.24 on my Linux machine. Working fine except -- Pilot is not installed apparently. There is no response to the command and Whereis does not return anything.
    /usr/bin/pilot?

    What Linx distro? It probably already includes the full package in its
    repository.


    Ideas? Thanks -- Rob

    Pico is in /usr/bin, but not Pilot. I also don't see it in the folder where I compiled Alpine.

    Yes I can add it with apt. But I do wonder what went wrong compiling.

    I would guess configuration options, I do suspect if you disable to
    build pico you also disable pilot.

    This configuration did build pilot for me

    LIBS+="-lpam -lkrb5 -lcrypto" ./configure --prefix=/usr \
    --with-passfile=.alpine.passfile --without-tcl \
    --disable-shared \
    --with-system-pinerc=/etc/alpine.d/pine.conf \
    --with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed

    --

    //Aho

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From William Unruh@21:1/5 to Carlos E.R. on Thu Feb 25 17:00:45 2021
    On 2021-02-25, Carlos E.R. <robin_listas@es.invalid> wrote:
    ...........

    I have no idea what "pilot" is, but I have a lot of them:

    pilot is the file manager that the alpine mailer program uses to allow
    you to select files. It is a terminal (not gui) filemanager.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eduardo Chappa@21:1/5 to Rob Pyott on Thu Feb 25 10:39:42 2021
    On Wed, 24 Feb 2021, Rob Pyott wrote:

    Hi, I compiled Alpine 2.24 on my Linux machine. Working fine except --
    Pilot is not installed apparently. There is no response to the command
    and Whereis does not return anything.

    Pilot is in the pico/ directory of the source code. It is installed by
    default in /usr/local/bin.

    --
    Eduardo
    https://tinyurl.com/yc377wlh (web)
    http://repo.or.cz/alpine.git (Git)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rob Pyott@21:1/5 to Eduardo Chappa on Thu Feb 25 12:29:20 2021
    On Thursday, February 25, 2021 at 12:39:45 PM UTC-5, Eduardo Chappa wrote:
    On Wed, 24 Feb 2021, Rob Pyott wrote:

    Hi, I compiled Alpine 2.24 on my Linux machine. Working fine except -- Pilot is not installed apparently. There is no response to the command
    and Whereis does not return anything.
    Pilot is in the pico/ directory of the source code. It is installed by default in /usr/local/bin.

    --
    Eduardo
    https://tinyurl.com/yc377wlh (web)
    http://repo.or.cz/alpine.git (Git)
    I didn't find it in /usr/bin/local. Very strange. Any way to compile separately? (I certainly didn't disable Pico or Pilot during the Alpine configuration.) Thx, - Rob

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris F.A. Johnson@21:1/5 to Rob Pyott on Thu Feb 25 16:15:42 2021
    On 2021-02-25, Rob Pyott wrote:
    On Thursday, February 25, 2021 at 12:39:45 PM UTC-5, Eduardo Chappa wrote:
    On Wed, 24 Feb 2021, Rob Pyott wrote:

    Hi, I compiled Alpine 2.24 on my Linux machine. Working fine except --
    Pilot is not installed apparently. There is no response to the command
    and Whereis does not return anything.
    Pilot is in the pico/ directory of the source code. It is installed by
    default in /usr/local/bin.

    --
    Eduardo
    https://tinyurl.com/yc377wlh (web)
    http://repo.or.cz/alpine.git (Git)
    I didn't find it in /usr/bin/local. Very strange. Any way to compile separately? (I certainly didn't disable Pico or Pilot during the Alpine configuration.) Thx, - Rob

    It did not install as a standalone file manager when alpine was
    installed, but I was able to install it with the package manager.

    --
    Chris F.A. Johnson <http://cfajohnson.com/>
    =========================== Author: ===============================
    Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
    Pro Bash Programming: Scripting the GNU/Linux shell (2009, Apress)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to William Unruh on Fri Feb 26 00:09:12 2021
    On 25/02/2021 18.00, William Unruh wrote:
    On 2021-02-25, Carlos E.R. <robin_listas@es.invalid> wrote:
    ...........

    I have no idea what "pilot" is, but I have a lot of them:

    pilot is the file manager that the alpine mailer program uses to allow
    you to select files. It is a terminal (not gui) filemanager.

    Oh. I don't remember seeing it "independently". Ah, I see that in
    opensuse it is an independent package.

    Information for package pilot:
    ------------------------------
    Repository : Main Repository (OSS)
    Name : pilot
    Version : 2.99-lp152.4.7
    Arch : x86_64
    Vendor : openSUSE
    Installed Size : 714.6 KiB
    Installed : No
    Status : not installed
    Source package : alpine-2.21-lp152.4.7.src
    Summary : Simple file system browser
    Description :
    Pilot is a simple, display-oriented file system browser based on the
    Pine message system composer. As with Pine, commands are displayed at
    the bottom of the screen, and context-sensitive help is provided.



    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eduardo Chappa@21:1/5 to Rob Pyott on Thu Feb 25 19:51:46 2021
    On Thu, 25 Feb 2021, Rob Pyott wrote:

    On Thursday, February 25, 2021 at 12:39:45 PM UTC-5, Eduardo Chappa wrote:
    Pilot is in the pico/ directory of the source code. It is installed by
    default in /usr/local/bin.

    I didn't find it in /usr/bin/local. Very strange. Any way to compile separately? (I certainly didn't disable Pico or Pilot during the Alpine configuration.) Thx, - Rob

    I do not know if you have a /usr/bin/local directory, but you will find it
    in /usr/local/bin, and since you compiled it from source code, the binary
    is in the pico/ directory.

    --
    Eduardo
    https://tinyurl.com/yc377wlh (web)
    http://repo.or.cz/alpine.git (Git)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rob Pyott@21:1/5 to Eduardo Chappa on Tue Mar 2 18:12:36 2021
    On Thursday, February 25, 2021 at 9:51:50 PM UTC-5, Eduardo Chappa wrote:
    On Thu, 25 Feb 2021, Rob Pyott wrote:

    On Thursday, February 25, 2021 at 12:39:45 PM UTC-5, Eduardo Chappa wrote:
    Pilot is in the pico/ directory of the source code. It is installed by
    default in /usr/local/bin.
    I didn't find it in /usr/bin/local. Very strange. Any way to compile separately? (I certainly didn't disable Pico or Pilot during the Alpine configuration.) Thx, - Rob
    I do not know if you have a /usr/bin/local directory, but you will find it
    in /usr/local/bin, and since you compiled it from source code, the binary
    is in the pico/ directory.
    --
    Eduardo
    https://tinyurl.com/yc377wlh (web)
    http://repo.or.cz/alpine.git (Git)
    I think I must have not completed something on the compile. Anyway, I switched back to the package installer -- until I'm more knowledgeable about compiling. Thank you --- Rob

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)