Package Details: celeste 0.8.1-4

Git Clone URL: https://aur.archlinux.org/celeste.git (read-only, click to copy)
Package Base: celeste
Description: GUI file synchronization client that can sync with any cloud provider
Upstream URL: https://github.com/hwittenborn/celeste
Licenses: GPL-3.0-or-later
Submitter: yochananmarqos
Maintainer: yochananmarqos (rhysperry111)
Last Packager: yochananmarqos
Votes: 2
Popularity: 0.001094
First Submitted: 2023-02-09 16:47 (UTC)
Last Updated: 2024-04-18 15:21 (UTC)

Latest Comments

1 2 Next › Last »

That1Calculator commented on 2024-04-17 22:32 (UTC)

As the patch for #195 has had commit(s) added to it, the sha256sum has changed to de56b1fca8eb825a82560feccdacee9e440416d791ba5ca510d6520fc6ee905a, but for something like a patch that can change, I think that it should be SKIP in the PKGBUILD

yochananmarqos commented on 2024-03-03 16:07 (UTC)

@Fafou34130: Fixed, thanks for the heads up.

Fafou34130 commented on 2024-03-03 11:39 (UTC) (edited on 2024-03-03 11:40 (UTC) by Fafou34130)

Hi,

I am getting the following error

''' error[E0635]: unknown feature stdsimd --> /usr/src/debug/celeste/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs:99:42 | 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] | ^^^^^^^

Compiling log v0.4.19 Compiling quote v1.0.32 For more information about this error, try rustc --explain E0635. error: could not compile ahash (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... error: Recipe build failed on line 4 with exit code 101 ==> ERROR: A failure occurred in build(). Aborting... '''

dario commented on 2023-07-24 17:09 (UTC)

Yes, it works. Thank you.

yochananmarqos commented on 2023-07-24 15:39 (UTC)

@dario: It's fixed with 0.5.4.

dario commented on 2023-07-23 17:55 (UTC)

Thank you. Unfortunately I am not experienced with Rust build system. At the moment I am busy sorting out a bunch of unrelated stuff. From a quick search on the Internet it looks like a common issue. I will look into it when I have the time.

yochananmarqos commented on 2023-07-23 17:51 (UTC)

@dario: I've created an upstream issue: https://github.com/hwittenborn/celeste/issues/119

dario commented on 2023-07-23 17:23 (UTC)

Here it is:

   Compiling tracing-core v0.1.31
   Compiling atty v0.2.14
   Compiling socket2 v0.4.9
   Compiling libloading v0.7.4
   Compiling digest v0.10.7
error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/dario/Downloads/celeste/src/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.59/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^

   Compiling cpufeatures v0.2.7
   Compiling colored v2.0.0
   Compiling async-executor v1.5.1
For more information about this error, try `rustc --explain E0635`.
error: could not compile `proc-macro2` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
error: Recipe `build` failed on line 4 with exit code 101

FabioLolix commented on 2023-07-23 14:36 (UTC)

@dario please post a meaningful error message