Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#75034 - proxyboi [FTBFS]

Attached to Project: Community Packages
Opened by Moody (Moody) - Saturday, 11 June 2022, 14:13 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 13 June 2022, 12:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

proxyboi failed to build when lto is turned on:

...
Compiling proxyboi v0.5.0 (/build/proxyboi/src/proxyboi-0.5.0)
error: linking with `cc` failed: exit status: 1
|
= note: "cc" "-m64" "/build/proxyboi/src/proxyboi-0.5.0/target/release/deps/proxyboi-ae7ffe1f1ce3ad45.proxyboi.f02e4413-cgu.0.rcgu.o" "-Wl,--as-needed" "-L" "/build/proxyboi/src/proxyboi-0.5.0/target/release/deps" "-L" "/build/proxyboi/src/proxyboi-0.5.0/target/release/build/ring-7e7c9a1b5fd3809d/out" "-L" "/build/proxyboi/src/proxyboi-0.5.0/target/release/build/brotli-sys-13d39c593b0ad500/out" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/tmp/rustcfoaclb/libbrotli_sys-b1e8288546cf9859.rlib" "/tmp/rustcfoaclb/libring-7a07ce17495b1b13.rlib" "-Wl,--start-group" "-Wl,--end-group" "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6b2c1396410cc3a8.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/build/proxyboi/src/proxyboi-0.5.0/target/release/deps/proxyboi-ae7ffe1f1ce3ad45" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs"
= note: /usr/bin/ld: /build/proxyboi/src/proxyboi-0.5.0/target/release/deps/proxyboi-ae7ffe1f1ce3ad45.proxyboi.f02e4413-cgu.0.rcgu.o: in function `brotli2::write::BrotliDecoder<W>::new':
proxyboi.f02e4413-cgu.0:(.text._ZN7brotli25write22BrotliDecoder$LT$W$GT$3new17h46359fe673ef9e7bE+0x13): undefined reference to `BrotliDecoderCreateInstance'
/usr/bin/ld: /build/proxyboi/src/proxyboi-0.5.0/target/release/deps/proxyboi-ae7ffe1f1ce3ad45.proxyboi.f02e4413-cgu.0.rcgu.o: in function `brotli2::raw::Decompress::decompress':
proxyboi.f02e4413-cgu.0:(.text._ZN7brotli23raw10Decompress10decompress17ha9bfe0b9af5dbce4E+0x4b): undefined reference to `BrotliDecoderDecompressStream'
/usr/bin/ld: /build/proxyboi/src/proxyboi-0.5.0/target/release/deps/proxyboi-ae7ffe1f1ce3ad45.proxyboi.f02e4413-cgu.0.rcgu.o: in function `brotli2::raw::Decompress::take_output':
proxyboi.f02e4413-cgu.0:(.text._ZN7brotli23raw10Decompress11take_output17h3867f0fd43293878E+0x21): undefined reference to `BrotliDecoderTakeOutput'
/usr/bin/ld: /build/proxyboi/src/proxyboi-0.5.0/target/release/deps/proxyboi-ae7ffe1f1ce3ad45.proxyboi.f02e4413-cgu.0.rcgu.o: in function `<brotli2::raw::Decompress as core::ops::drop::Drop>::drop':
proxyboi.f02e4413-cgu.0:(.text._ZN66_$LT$brotli2..raw..Decompress$u20$as$u20$core..ops..drop..Drop$GT$4drop17hebe1e5d157658b4eE+0x5): undefined reference to `BrotliDecoderDestroyInstance'
/usr/bin/ld: /build/proxyboi/src/proxyboi-0.5.0/target/release/deps/proxyboi-ae7ffe1f1ce3ad45.proxyboi.f02e4413-cgu.0.rcgu.o: in function `ring::aead::aes_gcm::aes_gcm_seal':
proxyboi.f02e4413-cgu.0:(.text._ZN4ring4aead7aes_gcm12aes_gcm_seal17h242a42137ec9ee4aE+0x1c8): undefined reference to `GFp_ia32cap_P'

...... (AND MANY MORE LINES OF UNDEFINED REF)


Additional info:
* package version(s) proxyboi



This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Monday, 13 June 2022, 12:02 GMT
Reason for closing:  Fixed

Loading...