Search Criteria
Package Details: rsspls 0.10.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rsspls.git (read-only, click to copy) | 
|---|---|
| Package Base: | rsspls | 
| Description: | Generate RSS feeds from web pages | 
| Upstream URL: | https://github.com/wezm/rsspls | 
| Licenses: | MIT, Apache | 
| Submitter: | wezm | 
| Maintainer: | wezm | 
| Last Packager: | wezm | 
| Votes: | 1 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2022-07-03 23:40 (UTC) | 
| Last Updated: | 2024-08-31 01:29 (UTC) | 
Dependencies (1)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
Latest Comments
tuxayo commented on 2024-07-18 17:36 (UTC)
If the rust toolchain used to build this is >= nightly-2024-05-18 (I suppose latest stable 1.79 is) then the linker is changed: https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux.html which has the side effect of fixing the issue of ring with LTO.
LonFas commented on 2024-07-01 20:23 (UTC)
Thank you. It's compiled. Now I will try to parse the desired site)
wezm commented on 2024-06-29 11:16 (UTC)
I was able to reproduce the ring build error in a docker container. Seems to be an incompatibility with ring and gcc LTO. I've pushed an update to the packages that turns off lto and the build completed successfully.
https://github.com/briansmith/ring/issues/1444
LonFas commented on 2024-06-28 10:07 (UTC) (edited on 2024-06-28 10:14 (UTC) by LonFas)
@wezm - similar problem
rustc --versionrustc --print cfgyay v12.3.5 - libalpm v14.0.0wezm commented on 2024-04-06 09:43 (UTC)
@kleintux I just built it again on a different system without error. What do the following output on your system?
rustc --versionrustc --print cfgkleintux commented on 2024-04-06 07:52 (UTC)
Build sadly fails.