Package Details: ot-chonk-standalone 1.0.0-2

Git Clone URL: https://aur.archlinux.org/ot-chonk.git (read-only, click to copy)
Package Base: ot-chonk
Description: A classic, physically modeled electric bass monosynth - standalone
Upstream URL: https://punklabs.com/ot-chonk
Licenses: GPL-3.0-or-later
Groups: pro-audio
Submitter: RamenFiend
Maintainer: RamenFiend
Last Packager: RamenFiend
Votes: 1
Popularity: 0.069354
First Submitted: 2025-03-13 15:42 (UTC)
Last Updated: 2025-03-20 17:22 (UTC)

Latest Comments

DrTebi commented on 2025-07-10 23:53 (UTC) (edited on 2025-07-10 23:53 (UTC) by DrTebi)

Hello,

unfortunately this package fails to compile with the following errors:

Compiling atomic_refcell v0.1.13
error[E0804]: cannot add auto trait `Send` to dyn bound via pointer cast
--> /home/drtebi/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anymap-1.0.0-beta.2/src/any.rs:37:40
    |
37  |                 unsafe { Box::from_raw(raw as *mut $t) }
    |                                        ^^^^^^^^^^^^^^ unsupported cast
...
144 | impl_clone!(dyn CloneAny + Send);
    | -------------------------------- in this macro invocation
    |
    = note: this could allow UB elsewhere
    = help: use `transmute` if you're sure this is sound
    = note: this error originates in the macro `impl_clone` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0804]: cannot add auto traits `Send` and `Sync` to dyn bound via pointer cast
--> /home/drtebi/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anymap-1.0.0-beta.2/src/any.rs:37:40
    |
37  |                 unsafe { Box::from_raw(raw as *mut $t) }
    |                                        ^^^^^^^^^^^^^^ unsupported cast
...
145 | impl_clone!(dyn CloneAny + Send + Sync);
    | --------------------------------------- in this macro invocation
    |
    = note: this could allow UB elsewhere
    = help: use `transmute` if you're sure this is sound
    = note: this error originates in the macro `impl_clone` (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try `rustc --explain E0804`.
error: could not compile `anymap` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
Error: Could not build onetrick_chonk
==> ERROR: A failure occurred in build().
    Aborting...