Search Criteria
Package Details: hamclock 4.23-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hamclock.git (read-only, click to copy) |
|---|---|
| Package Base: | hamclock |
| Description: | Clock and world map with extra features for amateur radio (800x480 version) |
| Upstream URL: | https://clearskyinstitute.com/ham/HamClock |
| Licenses: | MIT |
| Submitter: | KJ7RRV |
| Maintainer: | KJ7RRV (fang64) |
| Last Packager: | fang64 |
| Votes: | 1 |
| Popularity: | 0.003929 |
| First Submitted: | 2021-09-13 17:27 (UTC) |
| Last Updated: | 2026-05-11 17:40 (UTC) |
Dependencies (3)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- patch (patch-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
simona commented on 2024-09-25 14:42 (UTC) (edited on 2024-09-25 14:43 (UTC) by simona)
Thx for all. I uninstalled rkhunter. It change nothing.
fang64 commented on 2024-09-17 01:13 (UTC)
Simona,
did that work?
fang64 commented on 2024-09-14 09:36 (UTC) (edited on 2024-09-14 09:46 (UTC) by fang64)
Simona, The code base uses the Arduino Libraries to build for Linux. It's building using Arduino for x86_64, that's expected and initially was ported to keep the code base the same.
I'm not sure where the call for rkhunter is coming from, I maintain this package for both AUR and PACSTALL. And I test it using
git clone https://aur.archlinux.org/hamclock.git
cd hamclock
makepkg
pacman -U hamclock-4.06-1-x86_64.pkg.tar.zst
I do use pikaur to test as well, but I'd assume this is something yay does or maybe there is something in your build system that is different than just running the normal makepkg command.
You could run "makepkg -si" instead to build and install it. The only dependencies this package has is libx11 and libxcb it doesn't require rkhunter, so something feels strange.
If you feel so incline, can you try it the way I described to do it manually without "yay" and if it fails can you produce a error log. You are welcome to email that to me. This is what happens when I run the up-to-date (ran pacman -Syu on September 14, 2024) Arch linux install.
https://gist.github.com/fang64/caa1f83d81a351575daf1d07c864c294
simona commented on 2024-09-14 07:35 (UTC)
No... I don't want arduino. The question is why yay -S hamclock on my x86_64 arch linux tries to generate the arduino version and of course fails miserably.
Whei it start it writes:
find: ‘/usr/lib/rkhunter’: access denied
cd ArduinoLib && make clean
make[1]: ingresso nella directory «/home/simona/.cache/yay/hamclock/src/hamclock-4.06/ESPHamClock/ArduinoLib»
fang64 commented on 2024-09-14 03:44 (UTC)
Simona, if you want to build for Arduino you probably want to use the upstream project itself, and from what I understand it's not really well supported anymore. Since the project requires too much memory for the ESP microcontrollers.
Please refer to the following website for more resources about it. https://www.clearskyinstitute.com/ham/HamClock/
See the ESP8266 Notes tab toward the bottom of the page, you'll see instructions on how to build it using Arduino.
AUR Package is really only for Arch Linux and we're technically downstream from clearsky institute.
simona commented on 2024-09-14 00:13 (UTC) (edited on 2024-09-14 00:14 (UTC) by simona)
I have a problem with build: I use x86_64 but not it compile for arduino... where does installer reads the system?
simona commented on 2024-03-17 17:42 (UTC)
Sure. I can try. Tried. ok. perfect.
fang64 commented on 2024-03-17 16:18 (UTC)
Simona can you try it again since it's updated twice?
fang64 commented on 2024-01-30 16:00 (UTC)
For future reference to anyone who finds this in the future. If you have TCP Port bind on 0.0.0.0:8081 hamclock will not start as it's utilizing that for Web access. You might see a message in the logs for "Bind failed: Address already in use" at least from a strace output.
You can verify this via: http://127.0.0.1:8081/live.html
fang64 commented on 2024-01-30 01:54 (UTC)
Simona can you run it from a terminal and provide output?
worse case run it with: strace hamclock
I want to see the failure.
« First ‹ Previous 1 2 3 Next › Last »