Search Criteria
Package Details: cosmic-term-git 1.0.0.alpha.7.r26.ga20d77f-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cosmic-term-git.git (read-only, click to copy) |
|---|---|
| Package Base: | cosmic-term-git |
| Description: | COSMIC Terminal Emulator |
| Upstream URL: | https://github.com/pop-os/cosmic-term |
| Licenses: | GPL-3.0-only |
| Conflicts: | cosmic-term, cosmic-terminal |
| Provides: | cosmic-term, cosmic-terminal |
| Submitter: | kyuzial |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 4 |
| Popularity: | 0.000049 |
| First Submitted: | 2024-01-12 02:02 (UTC) |
| Last Updated: | 2025-08-02 17:54 (UTC) |
Dependencies (7)
- cosmic-icons-gitAUR
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- just (just-gitAUR) (make)
- mold (mold-gitAUR, mold-x86-gitAUR) (make)
Required by (1)
- cosmic-session-git (optional)
Latest Comments
SashaMTR commented on 2026-01-22 15:44 (UTC)
Remove mold it cause compilation to failed error: linking with
clangfailed: exit status: 1 | = note: "clang" "-m64" "<2520 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/tmp/rustcmTrrNw/libzstd_sys-f4953877bba51b84.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-*.rlib" "-Wl,-Bdynamic" "-lxkbcommon" "-ldl" "-lxkbcommon" "-lxkbcommon" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcmTrrNw/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/tmp/makepkg/cosmic-term-git/src/cosmic-term/target/release/build/zstd-sys-2836edb142a543a9/out" "-L" "<sysroot>/lib" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/makepkg/cosmic-term-git/src/cosmic-term/target/release/deps/cosmic_term-bddbf78ca95671a5" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs" "-fuse-ld=mold" = note: some arguments are omitted. use--verboseto show all linker arguments = note: mold: fatal: 44ff4c55aa9e5133-debug.o: unable to handle this LTO object file because the -plugin option was not provided. Please make sure you added -flto not only when creating object files but also when linking the final executable. clang: error: linker command failed with exit code 1 (use -v to see invocation)error: could not compile
cosmic-term(bin "cosmic-term") due to 1 previous errorNeroReflex commented on 2024-11-10 23:39 (UTC)
This packages as well as a few more are not compiling due to usage of unstable features. I tried adding "-Z unstable-options" to RUSTFLAGS but that didn't help.
kode54 commented on 2024-09-29 10:12 (UTC)
Maybe look at
cosmic-session-gitfor some hints to improve this package? For instance, usingmoldto link, and running the build undernice.kyuzial commented on 2024-04-21 22:35 (UTC)
@soloturn I don't have much experience with just files but you would have to also modify line 11 of the just file to do what you want. If you have a clean solution for everyone and if this use case is really needed I'm open to ideas.
soloturn commented on 2024-04-20 23:03 (UTC)
building with CARGO_TARGET_DIR
with:
as this is located in the cargo_target_dir.
kyuzial commented on 2024-04-03 05:18 (UTC)
@Sherlock-Holo Thanks for the notice, it's been added
Sherlock-Holo commented on 2024-04-03 03:23 (UTC) (edited on 2024-04-03 03:23 (UTC) by Sherlock-Holo)
this package should require
cosmic-icons-git, otherwise some button icons will be brokenPiroro-hs commented on 2024-01-21 15:10 (UTC) (edited on 2024-01-21 15:11 (UTC) by Piroro-hs)
@kyuzial I think
gtk3is required only when building examples of cosmic-text (at least editor-libcosmic). I also found thatfontconfigis additionally required as runtime dependency.kyuzial commented on 2024-01-12 16:27 (UTC)
@Piroro-hs inside the cargo files there's a cosmic-text dependency, since gtk3 is a dependency of cosmic-text, I included it as well. (If you think this is wrong don't hesitate to tell me)
Piroro-hs commented on 2024-01-12 12:55 (UTC) (edited on 2024-01-12 12:55 (UTC) by Piroro-hs)
Does GTK3 really required? Maybe
gcc-libsandglibcis enough?