Package Details: cosmic-term-git 1.0.0.alpha.7.r26.ga20d77f-1

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)

Latest Comments

SashaMTR commented on 2026-01-22 15:44 (UTC)

Remove mold it cause compilation to failed error: linking with clang failed: 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 --verbose to 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 error

NeroReflex 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-git for some hints to improve this package? For instance, using mold to link, and running the build under nice.

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

CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse CARGO_TARGET_DIR=/tmp/cargo-target paru -S cosmic-term-git

with:

install: cannot stat 'target/release/cosmic-term': No such file or directory

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 broken

Piroro-hs commented on 2024-01-21 15:10 (UTC) (edited on 2024-01-21 15:11 (UTC) by Piroro-hs)

@kyuzial I think gtk3 is required only when building examples of cosmic-text (at least editor-libcosmic). I also found that fontconfig is 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-libs and glibc is enough?