Search Criteria
Package Details: pilot-link 0.12.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pilot-link.git (read-only, click to copy) |
---|---|
Package Base: | pilot-link |
Description: | A suite of tools for connecting to PalmOS handheld devices |
Upstream URL: | http://www.pilot-link.org/ |
Licenses: | GPL, LGPL |
Submitter: | parkerlreed |
Maintainer: | parkerlreed |
Last Packager: | parkerlreed |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-12 16:51 (UTC) |
Last Updated: | 2020-02-26 21:55 (UTC) |
Dependencies (5)
- bluez (bluez-ps3AUR, bluez-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libusb-compat (libusb0AUR)
- popt (popt-gitAUR)
- readline (readline-gitAUR)
Latest Comments
1 2 Next › Last »
timmer commented on 2025-08-07 08:52 (UTC)
Running
makepkg
results in:configure: error: C compiler cannot create executables
. My log tells me:unrecognized command-line option '-V'
and terminates the compilation. Am I the only one with that issue or is this package just not compatible with the latest GCC-Version?colinstu commented on 2025-06-22 00:48 (UTC)
pilot-link-git installs without issue, no need to edit makepkg.conf nor use this package entry.
jpilot also accepts/works with this alternate listed above.
jichu4n commented on 2023-04-16 03:47 (UTC) (edited on 2023-04-16 03:51 (UTC) by jichu4n)
I got the same error as @Pulec, but was able to get it to work after a little bit of poking around.
Looking through the errors I realized that this is related to the default CFLAGS settings in /etc/makepkg.conf . Specifically, it looks like the ./configure script is trying to parse -W flags but then messing up.
So I edited /etc/makepkg.conf:
The end result:
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -fstack-clash-protection -fcf-protection"
CXXFLAGS="$CFLAGS"
After that building and installing using yay worked fine.
Pulec commented on 2022-12-19 08:22 (UTC)
the config.log -> https://0x0.st/o58W.log
I tried doing pilot-link from https://github.com/desrod/pilot-link, just a few switches:
source=("$pkgname::git+https://github.com/desrod/pilot-link.git" skip MD5sum ${pkgname}-${pkgver} shorten to just ${pkgname} and replace configure with autogen.sh
still the same error and config.log https://0x0.st/o58V.log
I guess I'll just use kde-pim.
unforgettableid commented on 2022-09-20 10:53 (UTC)
Dear @parkerlreed:
The listed upstream URL is dead. The upstream maintainer's explanation seems to be at: https://github.com/desrod/pilot-link/issues/4#issuecomment-1078618716
The new upstream URL is https://github.com/desrod/pilot-link -- I wonder if you could please update the link on the AUR website?
unforgettableid commented on 2022-03-22 02:58 (UTC)
@dreieck: Compiler output messages about discarded const qualifiers can be tricky. But, if you're good at C programming, you can tackle them. Please take a look at: https://www.cs.odu.edu/~zeil/FAQs/Public/faq/#discards-qualifiers
If you come up with a patch, you may send it to @parkerlreed as well as upstream (to https://github.com/desrod/pilot-link).
parkerlreed commented on 2022-03-15 23:01 (UTC)
@peterfab9845 I am seeing this too. If you have a proposed fix, feel free to share. I tried messing with configure.ac at that point but cannot get it building.
unforgettableid commented on 2022-03-10 05:19 (UTC)
@feufochmar, you must mean pilot-link 0.13.0 from http://www.jpilot.org/ubuntu-20.04/.
You can extract any .deb file using the venerable "ar" command, which you might already have on your machine. "ar" is part of the GNU Binutils.
The changelog.gz inside the pilot-link .deb file says that the only change for 0.13.0 is: "Changing python2 dependency to python3".
I have no idea how much or little work went into this change. I've now asked, at https://github.com/juddmon/jpilot/issues/30.
dreieck commented on 2021-11-11 15:04 (UTC)
Fails to compile for me with the following error messages:
peterfab9845 commented on 2021-11-11 06:54 (UTC) (edited on 2021-11-11 06:54 (UTC) by peterfab9845)
No longer compiles since pacman 5.2.2-3, due to the configure script eating only part of the new default flag
-Werror=format-security
. See configure.ac line 63.1 2 Next › Last »