Package Details: raider-file-shredder 2.0.0-1

Git Clone URL: https://aur.archlinux.org/raider-file-shredder.git (read-only, click to copy)
Package Base: raider-file-shredder
Description: Securely delete your files
Upstream URL: https://github.com/ADBeveridge/raider
Licenses: GPL3
Conflicts: raider
Submitter: igor-dyatlov
Maintainer: None
Last Packager: igor-dyatlov
Votes: 4
Popularity: 0.016377
First Submitted: 2022-08-02 17:08 (UTC)
Last Updated: 2023-10-11 10:13 (UTC)

Latest Comments

Tio commented on 2022-10-03 23:55 (UTC)

Fails to build in a clean chroot. Can you please have a look at the logs https://builds.garudalinux.org/repos/chaotic-aur/logs/raider-file-shredder.log

Bitals commented on 2022-08-19 18:49 (UTC) (edited on 2022-08-19 18:49 (UTC) by Bitals)

Deduced by upstream that gobject-introspection is also a dependency, solves the previous error.

Bitals commented on 2022-08-19 08:59 (UTC)

itstool needs to be added as a dependency. After installing it, got a compilation error:

08:48:44 [15/27] Generating src/blueprints with a custom command
08:48:44 Traceback (most recent call last):
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/gir.py", line 411, in __init__
08:48:44     self.includes = { include["name"]: get_namespace(include["name"], include["version"]) for include in xml.get_elements("include") }
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/gir.py", line 411, in <dictcomp>
08:48:44     self.includes = { include["name"]: get_namespace(include["name"], include["version"]) for include in xml.get_elements("include") }
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/gir.py", line 53, in get_namespace
08:48:44     raise CompileError(f"Namespace {namespace}-{version} could not be found")
08:48:44 blueprintcompiler.errors.CompileError: Namespace Gio-2.0 could not be found
08:48:44 
08:48:44 During handling of the above exception, another exception occurred:
08:48:44 
08:48:44 Traceback (most recent call last):
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/main.py", line 58, in main
08:48:44     opts.func(opts)
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/main.py", line 106, in cmd_batch_compile
08:48:44     xml, warnings = self._compile(data)
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/main.py", line 141, in _compile
08:48:44     if len(ast.errors):
08:48:44   File "/usr/lib/python3.10/functools.py", line 981, in __get__
08:48:44     val = self.func(instance)
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/ast_utils.py", line 76, in errors
08:48:44     return list(self._get_errors())
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/ast_utils.py", line 81, in _get_errors
08:48:44     validator(self)
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/ast_utils.py", line 157, in inner
08:48:44     func(self)
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/language/ui.py", line 69, in gir_errors
08:48:44     self.gir
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/language/ui.py", line 51, in gir
08:48:44     if i.gir_namespace is not None:
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/language/imports.py", line 74, in gir_namespace
08:48:44     return gir.get_namespace(self.tokens["namespace"], self.tokens["version"])
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/gir.py", line 47, in get_namespace
08:48:44     repository = Repository(xml)
08:48:44   File "/usr/share/blueprint-compiler/blueprintcompiler/gir.py", line 413, in __init__
08:48:44     raise CompilerBugError(f"Failed to load dependencies.")
08:48:44 blueprintcompiler.errors.CompilerBugError: Failed to load dependencies.
08:48:44 
08:48:44 Arguments: ['/usr/sbin/blueprint-compiler', 'batch-compile', 'src/.', '../raider-1.2.1/src', '../raider-1.2.1/src/raider-window.blp', '../raider-1.2.1/src/raider-file-row.blp', '../raider-1.2.1/src/raider-preferences.blp', '../raider-1.2.1/src/raider-progress-info-popover.blp']
08:48:44 
08:48:44 ***** COMPILER BUG *****
08:48:44 The blueprint-compiler program has crashed. Please report the above stacktrace,
08:48:44 along with the input file(s) if possible, on GitLab:
08:48:44 https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues/new?issue
08:48:44 
08:48:44 [16/27] Generating src/raider-resources_h with a custom command
08:48:44 FAILED: src/raider-resources.h 
08:48:44 /usr/sbin/glib-compile-resources ../raider-1.2.1/src/raider.gresource.xml --sourcedir src --sourcedir ../raider-1.2.1/src --c-name raider --internal --generate --target src/raider-resources.h
08:48:44 ../raider-1.2.1/src/raider.gresource.xml: Failed to locate “raider-window.ui” in any source directory.
08:48:44 [17/27] Generating src/raider-resources_c with a custom command
08:48:44 FAILED: src/raider-resources.c 
08:48:44 /usr/sbin/glib-compile-resources ../raider-1.2.1/src/raider.gresource.xml --sourcedir src --sourcedir ../raider-1.2.1/src --c-name raider --internal --generate --target src/raider-resources.c --dependency-file src/raider-resources.c.d
08:48:44 ../raider-1.2.1/src/raider.gresource.xml: Failed to locate “raider-window.ui” in any source directory.
08:48:44 ninja: build stopped: subcommand failed.