Package Details: firemark 0.1.4-1

Git Clone URL: https://aur.archlinux.org/firemark.git (read-only, click to copy)
Package Base: firemark
Description: A fast, single-binary watermarking tool for images and PDFs
Upstream URL: https://github.com/Vitruves/firemark
Keywords: tool watermark
Licenses: MIT
Provides: firemark
Submitter: Dominiquini
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 1
Popularity: 0.061789
First Submitted: 2026-03-09 23:59 (UTC)
Last Updated: 2026-07-11 18:30 (UTC)

Required by (0)

Sources (1)

Latest Comments

europrimus commented on 2026-07-10 20:14 (UTC)

Hi, I have the following error during build:

error: linking with `x86_64-linux-gnu-gcc` failed: exit status: 1
  |
  = note:  "x86_64-linux-gnu-gcc" "-m64" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/home/user/.cache/yay/firemark/src/firemark-0.1.3/target/release/deps/rustchBQrbO/libring-296b6c0eb61be6c7.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-*.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/home/user/.cache/yay/firemark/src/firemark-0.1.3/target/release/deps/rustchBQrbO/raw-dylibs" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/home/user/.cache/yay/firemark/src/firemark-0.1.3/target/release/build/ring-4e63123e8b03fbbb/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/home/user/.cache/yay/firemark/src/firemark-0.1.3/target/release/deps/firemark-97ad97c05bd9ca95" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-all" "-nodefaultlibs"
  = note: some arguments are omitted. use `--verbose` to show all linker arguments
  = note: ld.lld: error: undefined symbol: ring_core_0_17_14__p384_elem_mul_mont
          >>> referenced by firemark.471bb6b75d9b0466-cgu.0
          >>>               /home/user/.cache/yay/firemark/src/firemark-0.1.3/target/release/deps/firemark-97ad97c05bd9ca95.firemark.471bb6b75d9b0466-cgu.0.rcgu.o:(ring::ec::suite_b::ops::p384::p384_elem_sqr_mont::h6f9c41e72c49409a)
          >>> referenced by firemark.471bb6b75d9b0466-cgu.0
          >>>               /home/user/.cache/yay/firemark/src/firemark-0.1.3/target/release/deps/firemark-97ad97c05bd9ca95.firemark.471bb6b75d9b0466-cgu.0.rcgu.o:(ring::ec::suite_b::ops::p384::p384_elem_inv_squared::hae98be35ab0efb4a)
          >>> referenced by firemark.471bb6b75d9b0466-cgu.0
          >>>               /home/user/.cache/yay/firemark/src/firemark-0.1.3/target/release/deps/firemark-97ad97c05bd9ca95.firemark.471bb6b75d9b0466-cgu.0.rcgu.o:(ring::ec::suite_b::ops::p384::p384_elem_inv_squared::hae98be35ab0efb4a)
          >>> referenced 1 more times

the complet log available on my private bin

When I build using the command line from firemark readme (cargo install --path .) it work fine.