Search Criteria
Package Details: cfddns 1.6.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cfddns.git (read-only, click to copy) |
---|---|
Package Base: | cfddns |
Description: | Yet another DDNS client for Cloudflare |
Upstream URL: | https://github.com/uetchy/cfddns |
Keywords: | cloudflare ddns |
Licenses: | MIT |
Submitter: | uec |
Maintainer: | uec |
Last Packager: | uec |
Votes: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2020-12-30 11:36 (UTC) |
Last Updated: | 2022-10-05 05:17 (UTC) |
Dependencies (5)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
Latest Comments
YHNdnzj commented on 2022-10-19 03:41 (UTC)
It seems to be incompatible with
lto
. Would you mind settingoptions=('!lto')
inPKGBUILD
to force disabling it before coming up with a proper fix?YHNdnzj commented on 2022-10-15 04:34 (UTC)
1.6.2-2
fails to build for me. Logs at https://p.yhn.sh/cfddns.txtwooptoo commented on 2022-10-05 09:48 (UTC)
Thanks, this now compiles cleanly on ARMv7.
uec commented on 2022-10-04 09:11 (UTC)
@wooptoo Awesome. I'll later push the fixes to AUR so that future ARMv7 users don't have to hassle with it.
wooptoo commented on 2022-10-04 08:51 (UTC)
Thanks, that worked
uec commented on 2022-10-04 08:12 (UTC)
@wooptoo As your log suggested, try installing pkg-config and openssl (
pacman -Sy pkgconf openssl
)wooptoo commented on 2022-10-04 08:04 (UTC)
ues: Thanks for the quick reply. I made the changes as you instructed, and it worked up until a point in the build process:
https://gist.githubusercontent.com/radupotop/44a25194c06ab0c7291397eb11ba57ff/raw/586029c18bbd293b487c583e0a8b7d58da9debac/openssl-error.log
uec commented on 2022-10-04 05:42 (UTC) (edited on 2022-10-04 06:02 (UTC) by uec)
@wooptoo
Hmm it smells like this part in PKGBUILD is the culprit:
I'm guessing your platform is "armv7-unknown-linux-gnueabihf". To verify this, can you provide the output from
rustc -Vv | grep host | cut -f2 -d' '
?Also you can try cloning
https://aur.archlinux.org/cfddns.git
and replacing--target "$CARCH-unknown-linux-gnu"
in PKGBUILD with--target "<output from the command above>"
and runmakepkg -si
to see if things go well.wooptoo commented on 2022-10-03 22:47 (UTC)
This package does not build on Arch ARMv7h (Odroid C1+ machine)