Package Details: chowtapemodel-lv2-git 2.11.4.r0.g604372e-2

Git Clone URL: https://aur.archlinux.org/chowtapemodel-git.git (read-only, click to copy)
Package Base: chowtapemodel-git
Description: Physical modelling signal processing for analog tape recording
Upstream URL: https://github.com/jatinchowdhury18/AnalogTapeModel
Licenses: GPL3
Provides: chowtapemodel-lv2, chowtapemodel.lv2, chowtapemodel.lv2-git
Submitter: robbert-vdh
Maintainer: robbert-vdh (SpotlightKid, milkii)
Last Packager: SpotlightKid
Votes: 0
Popularity: 0.000000
First Submitted: 2021-11-23 15:03 (UTC)
Last Updated: 2024-11-02 09:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

kflak commented on 2022-10-04 17:05 (UTC)

Weird... tried both the ssh and https versions as well, just in case, but in both cases the validity check fails on fix-missing-utility.patch

SpotlightKid commented on 2022-10-04 17:01 (UTC)

@kflak Sorry, I can't reproduce that. If I run updpkgsums and it downloads fix-missing-utility-include.patch anew, the SHA256 doesn't change.

Probably Github returned an (HTML/JSON) error page instead of the correct file in your case.

kflak commented on 2022-10-04 13:42 (UTC) (edited on 2022-10-04 16:24 (UTC) by kflak)

Getting a validity error:

==> Retrieving sources...
  -> Updating AnalogTapeModel git repo...
  -> Found fix-missing-utility-include.patch
==> Validating source files with sha256sums...
    AnalogTapeModel ... Skipped
    fix-missing-utility-include.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'chowtapemodel-git-2.11.0.r0.ge411646-1 (chowtapemodel-jack-git)': 
error: packages failed to build: chowtapemodel-git-2.11.0.r0.ge411646-1 (chowtapemodel-jack-git)

EDIT: this happens regardless of whether I am using paru or manually.

SpotlightKid commented on 2022-07-15 19:47 (UTC)

@robbert-vdh : all good, it was probably a caching issue with pamac.

robbert-vdh commented on 2022-07-14 22:32 (UTC)

@SpotlightKid Check whether the patch applied correctly (and that you've pulled this repo, I added the patch and a CLAP package with the new release today).

SpotlightKid commented on 2022-07-14 22:32 (UTC) (edited on 2022-07-14 22:32 (UTC) by SpotlightKid)

Never mind my previous comment. That happened only when trying to update via the GUI package management tool. Using pikaur from the commmand line it compiled without problems.

SpotlightKid commented on 2022-07-14 22:27 (UTC)

I get this compile error:

-- Building juceaide
CMake Error at modules/JUCE/extras/Build/juceaide/CMakeLists.txt:101 (message):
  Failed to build juceaide

  [ 12%] Building CXX object
  extras/Build/juceaide/CMakeFiles/juceaide.dir/Main.cpp.o

  In Datei, eingebunden von
  /usr/include/c++/12.1.0/x86_64-pc-linux-gnu/bits/os_defines.h:39,

                   von /usr/include/c++/12.1.0/x86_64-pc-linux-gnu/bits/c++config.h:655,
                   von /usr/include/c++/12.1.0/bits/stl_algobase.h:59,
                   von /usr/include/c++/12.1.0/algorithm:60,
                   von /home/chris/.cache/pikaur/build/chowtapemodel-git/src/AnalogTapeModel/Plugin/modules/JUCE/modules/juce_core/system/juce_StandardHeader.h:46,
                   von /home/chris/.cache/pikaur/build/chowtapemodel-git/src/AnalogTapeModel/Plugin/modules/JUCE/modules/juce_core/juce_core.h:204,
                   von /home/chris/.cache/pikaur/build/chowtapemodel-git/src/AnalogTapeModel/Plugin/modules/JUCE/modules/juce_graphics/juce_graphics.h:58,
                   von /home/chris/.cache/pikaur/build/chowtapemodel-git/src/AnalogTapeModel/Plugin/modules/JUCE/modules/juce_gui_basics/juce_gui_basics.h:57,
                   von /home/chris/.cache/pikaur/build/chowtapemodel-git/src/AnalogTapeModel/Plugin/modules/JUCE/extras/Build/juce_build_tools/juce_build_tools.h:56,
                   von /home/chris/.cache/pikaur/build/chowtapemodel-git/src/AnalogTapeModel/Plugin/modules/JUCE/extras/Build/juceaide/Main.cpp:26:

  /usr/include/features.h:412:4: Warnung: #warning _FORTIFY_SOURCE requires
  compiling with optimization (-O) [-Wcpp]

    412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
        |    ^~~~~~~

  In Datei, eingebunden von
  /home/chris/.cache/pikaur/build/chowtapemodel-git/src/AnalogTapeModel/Plugin/modules/JUCE/modules/juce_gui_basics/juce_gui_basics.h:271:



  /home/chris/.cache/pikaur/build/chowtapemodel-git/src/AnalogTapeModel/Plugin/modules/JUCE/modules/juce_gui_basics/windows/juce_ComponentPeer.h:
  In Elementfunktion »void juce::ComponentPeer::setAppStyle(Style)«:


  /home/chris/.cache/pikaur/build/chowtapemodel-git/src/AnalogTapeModel/Plugin/modules/JUCE/modules/juce_gui_basics/windows/juce_ComponentPeer.h:504:18:
  Fehler: »exchange« ist kein Element von »std«

    504 |         if (std::exchange (style, s) != style)
        |                  ^~~~~~~~

  make[2]: *** [extras/Build/juceaide/CMakeFiles/juceaide.dir/build.make:76:
  extras/Build/juceaide/CMakeFiles/juceaide.dir/Main.cpp.o] Fehler 1

  make[1]: *** [CMakeFiles/Makefile2:131:
  extras/Build/juceaide/CMakeFiles/juceaide.dir/all] Fehler 2

  make: *** [Makefile:136: all] Fehler 2

Probably a missing #include somewhere in JUCE.

robbert-vdh commented on 2021-11-30 15:38 (UTC)

Oops, you're right! Added, thanks.

ygabuev commented on 2021-11-30 15:28 (UTC)

Hi there! I guess cmake should also be in the list of build dependencies, right?

milkii commented on 2021-11-22 02:40 (UTC)

apparently that isn't needed(?) so i've just gone with the standard build process instead