zramd icon indicating copy to clipboard operation
zramd copied to clipboard

Error installing zram after conflict with another extension

Open ZauJulio opened this issue 2 years ago • 1 comments

Use Case

It is not possible to delete the extension directly by yay -R zramd. I suspect it won't be possible to update either.

image

ZauJulio avatar Dec 08 '23 19:12 ZauJulio

╭─ [zaujulio@christopher ~]$
╰─ yay -S zramd             
AUR Explicit (1): zramd-0.9.2-1
:: PKGBUILD up to date, skipping download: zramd
  1 zramd                            (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> None
  1 zramd                            (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> None
==> Making package: zramd 0.9.2-1 (sex 08 dez 2023 16:36:50)
==> Retrieving sources...
  -> Found v0.9.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    v0.9.2.tar.gz ... Passed
:: (1/1) Parsing SRCINFO: zramd
==> Making package: zramd 0.9.2-1 (sex 08 dez 2023 16:36:50)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v0.9.2.tar.gz
==> Validating source files with sha256sums...
    v0.9.2.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/.github/banner.jpg': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/.github/workflows/go.yml': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/.gitignore': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/LICENSE': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/README.md': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/doc.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/example_test.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/go.mod': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/go.sum': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/parse.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/parse_test.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/reflect.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/reflect_test.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/sequence.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/sequence_test.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/subcommand.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/subcommand_test.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/usage.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/usage_test.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/.gitignore': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/.travis.yml': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/LICENSE': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/README.md': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/go.mod': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/go.sum': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/scalar.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/scalar_test.go': Permission denied
rm: cannot remove '/home/zaujulio/.cache/yay/zramd/src/go/pkg/mod/github.com/alexflint/[email protected]/vendor/modules.txt': Permission denied

==> ERROR: An unknown error has occurred. Exiting...
 -> error making: zramd-signal: user defined signal 1
 -> Failed to install the following packages. Manual intervention is required:
zramd - signal: user defined signal 1

ZauJulio avatar Dec 08 '23 19:12 ZauJulio