rbn42 / panon

An Audio Visualizer Widget in KDE Plasma
GNU General Public License v3.0
191 stars 31 forks source link

[BUG] aur package cant install #22

Closed ifkn271 closed 4 years ago

ifkn271 commented 4 years ago

Desktop (please complete the following information):

Describe the bug aur package didnt work

Any error message shown in the console

$ yay -S plasma5-applets-panon             
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur: 1]  plasma5-applets-panon-0.4.0-1

  1 plasma5-applets-panon            (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: PKGBUILD up to date, Skipping (1/1): plasma5-applets-panon
  1 plasma5-applets-panon            (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: Parsing SRCINFO (1/1): plasma5-applets-panon
==> Making package: plasma5-applets-panon 0.4.0-1 (Mon Mar 30 15:47:52 2020)
==> Retrieving sources...
  -> Found panon-0.4.0
  -> Found hsluv-glsl.fsh
  -> Found hsluv-glsl_LICENSE.md
==> Validating source files with md5sums...
    panon-0.4.0 ... Passed
    hsluv-glsl.fsh ... Passed
    hsluv-glsl_LICENSE.md ... Passed
==> Making package: plasma5-applets-panon 0.4.0-1 (Mon Mar 30 15:47:52 2020)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found panon-0.4.0
  -> Found hsluv-glsl.fsh
  -> Found hsluv-glsl_LICENSE.md
==> Validating source files with md5sums...
    panon-0.4.0 ... Passed
    hsluv-glsl.fsh ... Passed
    hsluv-glsl_LICENSE.md ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting panon-0.4.0 with bsdtar
bsdtar: Failed to set default locale
==> Starting prepare()...
==> Sources are ready.
==> Making package: plasma5-applets-panon 0.4.0-1 (Mon Mar 30 15:47:53 2020)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
/home/ifkn/.cache/yay/plasma5-applets-panon/PKGBUILD: line 49: cmake: command not found
==> ERROR: A failure occurred in package().
    Aborting...
Error making: plasma5-applets-panon

sry for i poor english , i am learning english as second language

rbn42 commented 4 years ago

Thank you for reporting. Apparently we need to add cmake into the dependencies.

- makedepends=('kpackage')
+ makedepends=('kpackage' 'cmake')
rbn42 commented 4 years ago

不过aur那边的维护跑路了,我自己也不想接手维护😏.所以推荐你从kde store或者github安装.