Package Details: rmg 0.6.5-1

Git Clone URL: https://aur.archlinux.org/rmg.git (read-only, click to copy)
Package Base: rmg
Description: Rosalie's Mupen GUI
Upstream URL: https://github.com/Rosalie241/rmg
Licenses: GPL3
Submitter: Rosalie
Maintainer: Rosalie
Last Packager: Rosalie
Votes: 7
Popularity: 0.70
First Submitted: 2023-02-19 00:00 (UTC)
Last Updated: 2024-07-04 13:02 (UTC)

Latest Comments

Rosalie commented on 2023-03-29 07:25 (UTC)

I've disabled the building of rust code in the rmg-git package due to rust breaking at times, this is like the 3rd time this happens, the same fix will be included in the next rmg package update.

auruser010824 commented on 2023-03-27 15:57 (UTC) (edited on 2023-03-27 16:13 (UTC) by auruser010824)

I got the error below, but got it to work by running rustup update and building again. Sorry if this is really obvious, I'm new to this.

[189/191] Performing build step for 'mupen64plus-input-gca'

...

   Compiling mupen64plus-input-gca v0.6.0 (/var/tmp/pamac-build-user/rmg/src/rmg/build/Source/3rdParty/mupen64plus-input-gca)
error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
  --> src/debug.rs:16:51
   |
16 | pub static DEBUG_INFO: Mutex<Option<DebugInfo>> = Mutex::new(None);
   |                                                   ^^^^^^^^^^^^^^^^

error[E0015]: calls in constant functions are limited to constant functions, tuple structs and tuple variants
   --> src/adapter.rs:130:18
    |
130 |             buf: Mutex::new([0; READ_LEN]),
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0015`.
error: could not compile `mupen64plus-input-gca` due to 2 previous errors
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

Rosalie commented on 2023-03-04 22:35 (UTC)

Fixed

Technetium1 commented on 2023-03-03 17:53 (UTC) (edited on 2023-03-03 17:54 (UTC) by Technetium1)

Build is failing in a clean chroot with: Package 'speexdsp', required by 'virtual:world', not found Log: rmg.log

Rosalie commented on 2023-02-19 18:31 (UTC)

Fixed, thank you!

haawda commented on 2023-02-19 13:46 (UTC)

Some small glitches:

  • License should be GPL3, not GPLv3
  • no package should conflict to and provide itself
  • pkg-config is in base-devel, so it can be removed from makedependencies