Am 2024-10-23 um 21:44 schrieb Ulf Zibis:
Am 23.10.24 um 20:59 schrieb Werner Holtfreter via Jpilot:
I know it and installed the ppa how proposed but it did not work.
curl -s https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo bash
sudo apt install jpilot jpilot-plugins
What does sudo apt update
return about the external source (not a PPA) from packagecloud ?
~$ sudo apt update
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Ign:2 http://deb.jes-eur.de jes InRelease
Hit:3 http://ftp.uni-kl.de/debian bookworm InRelease
Hit:4 http://ftp.uni-kl.de/debian bookworm-updates InRelease
Hit:5 http://deb.jes-eur.de jes Release
Ign:6 https://packagecloud.io/judd/jpilot/debian bookworm InRelease
Err:7 https://packagecloud.io/judd/jpilot/debian bookworm Release
404 Not Found [IP: 2600:1f1c:2e5:6901:d8bd:14e0:5e02:67c4 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/judd/jpilot/debian bookworm Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Am 23.10.24 um 21:52 schrieb Werner Holtfreter via Jpilot:
Ign:6 https://packagecloud.io/judd/jpilot/debian bookworm InRelease
Err:7 https://packagecloud.io/judd/jpilot/debian bookworm Release
404 Not Found [IP: 2600:1f1c:2e5:6901:d8bd:14e0:5e02:67c4 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/judd/jpilot/debian bookworm Release' does not have a Release file.
So there is no bookworm release package in the repository.
That's why I suggested to try for an older release, e.g. bullseye with:
curl -s https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=debian dist=bullseye bash
-Ulf
Am 2024-10-23 um 22:14 schrieb Ulf Zibis:
Am 23.10.24 um 21:52 schrieb Werner Holtfreter via Jpilot:
Ign:6 https://packagecloud.io/judd/jpilot/debian bookworm InRelease
Err:7 https://packagecloud.io/judd/jpilot/debian bookworm Release
404 Not Found [IP: 2600:1f1c:2e5:6901:d8bd:14e0:5e02:67c4 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/judd/jpilot/debian bookworm Release' does not have a Release file.
So there is no bookworm release package in the repository.
That's why I suggested to try for an older release, e.g. bullseye with:
curl -s https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=debian dist=bullseye bash
-Ulf
werner@desktop12:~$ curl -s https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=debian dist=bullseye bash
[sudo] password for werner:
Detected operating system as debian/bullseye.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Detected apt version as 2.6.1
Running apt-get update... done.
Installing debian-archive-keyring which is needed for installing
apt-transport-https on many Debian systems.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/judd_jpilot.list...done.
Importing packagecloud gpg key... Packagecloud gpg key imported to /etc/apt/keyrings/judd_jpilot-archive-keyring.gpg
done.
Running apt-get update... done.
The repository is setup! You can now install packages.
werner@desktop12:~$ sudo apt install jpilot jpilot-plugins
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package jpilot
E: Unable to locate package jpilot-plugins
werner@desktop12:~$ sudo apt update
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Hit:2 http://ftp.uni-kl.de/debian bookworm InRelease
Ign:3 http://deb.jes-eur.de jes InRelease
Hit:4 http://ftp.uni-kl.de/debian bookworm-updates InRelease
Hit:5 http://deb.jes-eur.de jes Release
Ign:6 https://packagecloud.io/judd/jpilot/debian bullseye InRelease
Err:7 https://packagecloud.io/judd/jpilot/debian bullseye Release
404 Not Found [IP: 2600:1f1c:2e5:6901:d8bd:14e0:5e02:67c4 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/judd/jpilot/debian bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Am 23.10.24 um 22:34 schrieb Werner Holtfreter via Jpilot:
Am 2024-10-23 um 22:14 schrieb Ulf Zibis:
Am 23.10.24 um 21:52 schrieb Werner Holtfreter via Jpilot:
Ign:6 https://packagecloud.io/judd/jpilot/debian bookworm InRelease
Err:7 https://packagecloud.io/judd/jpilot/debian bookworm Release
404 Not Found [IP: 2600:1f1c:2e5:6901:d8bd:14e0:5e02:67c4 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/judd/jpilot/debian bookworm Release' does not have a Release file.
So there is no bookworm release package in the repository.
That's why I suggested to try for an older release, e.g. bullseye with:
curl -s https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=debian dist=bullseye bash
-Ulf
werner@desktop12:~$ curl -s https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=debian dist=bullseye bash
I just discovered, there is no official package for Debian, see:
https://packagecloud.io/judd/jpilot/
So you may try to use an Ubuntu package. See this instructions (reachable after click on the Quick install instructions for: Debian button and then choose "Manual installation"):
https://packagecloud.io/judd/jpilot/install#manual-deb
(there choose "ubuntu noble")
Good luck
-Ulf
On 10/23/24 14:52, Julius Henry Marx via Jpilot wrote:
J-Pilot is not in the Debian 12 repositories which is why you cannot find it. ie: install / update it past the 1.8.2-2
release.
The last Debian repository in which it was present was Debian 10 / Buster.
According to the Debian package tracker page, jpilot
was removed from Debian unstable
and testing
back in 08/2019.
It seems this was at the request of the previous maintainer, Ludovic Rousseau but I don’t know why.
Ludovic used to be on this list and would collaborate with me. He was nice enough to do the French translations also. Debian deprecated python2 for python3. Pilot-link used python2 for a python-pisock. Ludovic hadn't had a Palm in a while so he stepped down. When I asked him about becoming the maintainer he told me that it wasn't worth the time and effort.
I ripped the python out of pilot-link and built a new package so that jpilot could use it as a dependency. Having this in Debian sure would be easier. Anyone want to be the maintainer for pilot-link and jpilot? :-)
Judd
On 10/23/24 16:34, Werner Holtfreter via Jpilot wrote:
werner@desktop12:~$ curl -s https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=debian dist=bullseye bash
Try this:
curl -shttps://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=ubuntu dist=jammy bash
Hi,
Let me know if this works.
curl -shttps://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=ubuntu dist=jammy bash
If it does I can add it to package cloud as a bookwork package. If not I can install bookworm into a VM and see if it builds. It should.
Judd
On 10/23/24 14:10, Werner Holtfreter via Jpilot wrote:
Hello Judd,
Thank you for your great work!
Maybe you (or other experts) can build the package for Debian 12. At the moment, it does not work:
werner@desktop12:~$ sudo apt install jpilot jpilot-plugins
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package jpilot
E: Unable to locate package jpilot-plugins
Werner
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
Hi,
Off the list so we can just talk.
What is a *.deb package? I can upload the packages I have as "all
debian", but I can't know that it'll work on them all until I have all
the distros to test with. Back in the '00s I had 6-7 VMs that I would
build in for Slackware, Ubuntu and RedHat. That seems pretty time
consuming now.
Judd
On 10/23/24 05:33, Julius Henry Marx via Jpilot wrote:
Good morning Judd:
On 22 Oct 2024 at 22:02, Judd Montgomery wrote:
... released a new J-Pilot version, 2.02.
Thank you so much for maintaining J-Pilot and keeping it current.
... if I have the time I will try to build a package for it.
I'd appreciate your considering the possibility of building a *.deb package, if not for Debian
(which uses the infamous systemd) for Devuan which does not and uses sysvinit as the
default init software.
I still use J-Pilot 1.8.2 in Devuan Daedalus and am quite happy with it.
ie: Linux devuan 6.1.0-26-amd64 #1 Debian 6.1.112-1
The *only* problem I foresee is that (eventually) my Palms will die out but even so, J-Pilot will
without doubt continue to be my desktop organiser software.
Once again, tank you very much for your efforts.
Best,
JHM
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
On 10/23/24 06:52, Ulf Zibis wrote:
Am 23.10.24 um 00:02 schrieb Judd Montgomery:
I released a new J-Pilot version, 2.02. It includes a sqlite3 plugin (thanks to Elmar Klausmeier) and a lot of small fixes and improvements (thanks David Malia, Pascal Jaeger, Morgan Kesler and anyone else I left out). I built packages for Ubuntu 22.04 and 24.04 and uploaded them to package cloud.
Even from my side: Thank you so much for maintaining J-Pilot and keeping it current.
I just tested sudo apt upgrade
on Ubuntu 24.04 (noble). It works fine.
Do you have a change log about the fixes?
You can look at the repository commits at
https://github.com/juddmon/jpilot/commits/master/
Or my summary of them at
https://github.com/juddmon/jpilot/blob/master/ChangeLog . When I do a
release I look through the commits since the last release and try to
make a decent summary.
Judd
I'm at a loss. I have not run into that problem, I have run most flavors
of linux but not Slackware so it may be something uniqui to that version
sorry not much help
Bob
On Thu, 24 Oct 2024, Judd Montgomery wrote:
Hi,
Off the list so we can just talk.
What is a *.deb package? I can upload the packages I have as "all
debian", but I can't know that it'll work on them all until I have all
the distros to test with. Back in the '00s I had 6-7 VMs that I would
build in for Slackware, Ubuntu and RedHat. That seems pretty time
consuming now.
Judd
On 10/23/24 05:33, Julius Henry Marx via Jpilot wrote:
Good morning Judd:
On 22 Oct 2024 at 22:02, Judd Montgomery wrote:
... released a new J-Pilot version, 2.02.
Thank you so much for maintaining J-Pilot and keeping it current.... if I have the time I will try to build a package for it.
I'd appreciate your considering the possibility of building a *.deb package, if not for Debian(which uses the infamous systemd) for Devuan which does not and uses sysvinit as the
default init software.
I still use J-Pilot 1.8.2 in Devuan Daedalus and am quite happy with it.
ie: Linux devuan 6.1.0-26-amd64 #1 Debian 6.1.112-1
The *only* problem I foresee is that (eventually) my Palms will die out but even so, J-Pilot will
without doubt continue to be my desktop organiser software.
Once again, tank you very much for your efforts.
Best,
JHM
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org