Search Criteria
Package Details: cosmic-comp-git 1.0.0.alpha.4.r39.g578c77c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cosmic-comp-git.git (read-only, click to copy) |
---|---|
Package Base: | cosmic-comp-git |
Description: | Compositor for the COSMIC desktop environment |
Upstream URL: | https://github.com/pop-os/cosmic-comp |
Licenses: | GPL-3.0-or-later |
Conflicts: | cosmic-comp |
Provides: | cosmic-comp |
Submitter: | schw0reismus |
Maintainer: | soloturn (schw0reismus, yochananmarqos) |
Last Packager: | yochananmarqos |
Votes: | 4 |
Popularity: | 0.73 |
First Submitted: | 2022-03-28 08:33 (UTC) |
Last Updated: | 2025-01-06 22:52 (UTC) |
Dependencies (13)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- libdisplay-info (libdisplay-info-gitAUR)
- libinput (libinput-multiplierAUR, libinput-noaccumAUR, libinput-three-finger-dragAUR, libinput-gitAUR)
- libseat.so (seatd)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber)
- pixman (pixman-gitAUR)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
yochananmarqos commented on 2025-01-06 22:45 (UTC)
@xiota: Ah, I see upstream just added a new dependency a few hours ago. Forgive my knee-jerk response, it actually does fail to build. Will fix it shortly.
xiota commented on 2025-01-06 22:33 (UTC) (edited on 2025-01-06 22:34 (UTC) by xiota)
Package was correctly flagged per flag notice:
Relevant portion of log was provided in the flag message. However, someone keeps unflagging without bothering to check the package.
yochananmarqos commented on 2025-01-06 22:28 (UTC)
@xiota: Thank you for providing a log. I'll take a look.
Comments are enough. Flagging the package out of date does not change anything.
xiota commented on 2025-01-06 21:55 (UTC)
Fresh clone. Fails to build. Missing depends. Git packages that fail to build as a result of upstream changes are out of date. Reflagging.
yochananmarqos commented on 2025-01-06 21:39 (UTC)
@xiota: No, it does not fail to build. No, it does not qualify to flag the package out of date.
pheki commented on 2024-12-02 16:06 (UTC)
@serxxx You probably need to run
rustup update stable
or justrustup update
as stable seems to be outated on your machine andLazyCell
was stabilized in 1.80.0You don't see any warning as cosmic-comp does not specify it's MSRV (minimum supported rust version). The repo currently uses 1.80: https://github.com/pop-os/cosmic-comp/blob/master/rust-toolchain.toml, but this PKGBUILD forces the usage of
stable
. It's fine to just use the latest stable as Rust is (almost always) backwards compatible, so any version higher than 1.80 should work.serxxx commented on 2024-08-14 19:58 (UTC)
@soloturn rustc 1.79.0 (129f3b996 2024-06-10)
It's chosen using rustup because some other rust thing required rustup. So it may be too recent, or not recent enough -- I didn't see any warnings about needing a specific rust version, which often are reported by the build process.
Is there a known good version that these cosmic packages build with? I am building clean, wiping the yay caches for the packages in between; I don't know what I might need to do to purge or clean whatever cruft Rust itself leaves around the filesystem.
soloturn commented on 2024-08-14 13:58 (UTC)
@serxxx it works for you now? what does
rustc --version
say for you?yochananmarqos commented on 2024-08-13 22:35 (UTC)
@serxxx: There is no try, only do. :P
I build in a clean chroot every time I touch my almost 500 AUR packages. Any other issues that may arise building with
makepkg
or AUR helpers are in userspace. Check your local environment and tool configs.serxxx commented on 2024-08-13 17:57 (UTC)
I've been trying to build these packages for a week or so, with no success. Most recently, the error is in compiling
libcosmic
, with:I suspect builders need to configure something for the Rust compiler to do unsafe things. Could we get a note on the wiki about any special Rust settings users need to make to get these packages to build, for people who aren't familiar with Rust?
1 2 3 4 Next › Last »