Search Criteria
Package Details: inlyne 0.5.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/inlyne.git (read-only, click to copy) |
|---|---|
| Package Base: | inlyne |
| Description: | A GPU powered yet browserless tool to help you quickly view markdown files in the blink of an eye |
| Upstream URL: | https://github.com/Inlyne-Project/inlyne |
| Licenses: | MIT |
| Submitter: | CosmicHorror |
| Maintainer: | CosmicHorror |
| Last Packager: | CosmicHorror |
| Votes: | 2 |
| Popularity: | 0.000004 |
| First Submitted: | 2022-08-12 01:09 (UTC) |
| Last Updated: | 2025-02-02 23:36 (UTC) |
Dependencies (11)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libxcursor
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- oniguruma (oniguruma-gitAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- libxcb (libxcb-gitAUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (make)
Latest Comments
CosmicHorror commented on 2025-01-23 19:49 (UTC)
If a plain
cargo installworks for you then it's likely the usage of--locked/--frozenforcing the exact dependencies in the lockfile whereas regularly it will be a bit more relaxed with dependency selectionI can update dependencies and publish a new release which should fix things
jarvis commented on 2025-01-23 19:22 (UTC) (edited on 2025-01-23 19:23 (UTC) by jarvis)
I don't know, maybe.
It was already installed.
I don't see any changes in the repo. Are you sure?
Alternatively I tried cargo install and it does compile for me.
CosmicHorror commented on 2025-01-20 04:51 (UTC)
It looks like there may be some missing symbols for openssl? You could try installing openssl and see if rebuilding works after that. Alternatively
opensslgot switched for a different TLS provider ininlyne's main branch if you want to try building that and seeing if that succeedsjarvis commented on 2025-01-16 21:13 (UTC)
OK, here's the full log: https://cryptpad.fr/file/#/2/file/fPMVi621Kb8DK3ZeeileHpQq/
CosmicHorror commented on 2025-01-16 12:40 (UTC)
Can you post more of the build failure? That single line isn't much to go off of
jarvis commented on 2025-01-16 11:00 (UTC)
build fails with error: linking with
ccfailed: exit status: 1CosmicHorror commented on 2024-02-20 10:09 (UTC)
You're building with an outdated Rust toolchain. Try running
rustup update(or otherwise update your toolchain) and then try building againSherlock-Holo commented on 2024-02-20 06:46 (UTC)
fail build the package