madskjeldgaard / portedplugins

A collection of plugins for the SuperCollider sound environment, all of which are ported / remixed from elsewhere
GNU General Public License v3.0
180 stars 13 forks source link

AUR package cannot be installed using some aur helpers #18

Closed loopier closed 3 years ago

loopier commented 3 years ago

Hi, great plugins!

I installed them a few weeks ago on my Manjaro system (kernel Linux 5.10.26-1) and worked great. But with the last major system upgrade, the package validity check now seems to fail. Here's the output to pamac update:

==> Making package: supercollider-mkplugins 0.2.0-1 (Wed Apr 14 12:55:12 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found MKPlugins-Linux.zip
==> Validating source files with md5sums...
    MKPlugins-Linux.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
Error: Failed to build supercollider-mkplugins

Just reckoned I should report it in case you weren't already aware of this.

Cheers!

madskjeldgaard commented 3 years ago

Thanks! There must be something wrong with my checksums then... I'll try and fix it asap

madskjeldgaard commented 3 years ago

Could you try updating/installing again? I think I may have found the bug now

loopier commented 3 years ago

Doesn't seem to be solved. I refreshed the databases just in case, but got this warning:

Preparing...
Warning: supercollider-mkplugins: ignoring package upgrade (0.1.8E-1 => 0.2.0-2)

Then upon upgrading I keep getting the same output:

Preparing...
Cloning supercollider-mkplugins build files...
Checking supercollider-mkplugins dependencies...
Synchronizing package databases...
Warning: optimus-manager: local (1.4-2) is newer than community (1.4-1)
Resolving dependencies...
Checking inter-conflicts...

Building supercollider-mkplugins...
==> Making package: supercollider-mkplugins 0.2.0-2 (Wed Apr 14 14:36:43 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found MKPlugins-Linux.zip
==> Validating source files with md5sums...
    MKPlugins-Linux.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build supercollider-mkplugins
madskjeldgaard commented 3 years ago

Thanks. Which aur helper are you using? For some reason, this does not happen on Yay but seen it with others

loopier commented 3 years ago

I'm using pamac-manager with AUR activated.

madskjeldgaard commented 3 years ago

Thanks. I'll investigate further. This also happens on PARU.

If you get impatient, you can downloade the pkgbuild from here https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=supercollider-mkplugins put it in a new directory and run makepkg -si --clean to manually install it like this.

Although, hopefully I will solve this soon.

loopier commented 3 years ago

Thanks! But I can wait :)

madskjeldgaard commented 3 years ago

I think I've solved it now! Could you try again? Thanks for the help

loopier commented 3 years ago

It's fixed!

madskjeldgaard commented 3 years ago

Woohoo. That's great! Thanks for the report