Package Details: noson-app 5.6.8.r0.g8326e67c-1

Git Clone URL: https://aur.archlinux.org/noson-app.git (read-only, click to copy)
Package Base: noson-app
Description: The essential to control music from your SONOS devices on Linux platforms
Upstream URL: https://janbar.github.io/noson-app
Keywords: sonos
Licenses: GPL3
Submitter: s0me0ne
Maintainer: s0me0ne
Last Packager: s0me0ne
Votes: 11
Popularity: 0.23
First Submitted: 2018-03-04 13:20 (UTC)
Last Updated: 2024-10-06 09:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

m8D2 commented on 2018-07-14 19:58 (UTC) (edited on 2018-07-14 20:03 (UTC) by m8D2)

Hi, I got this error:

==> Starting pkgver()...
==> Starting build()...
-- The C compiler identification is GNU 8.1.1
-- The CXX compiler identification is GNU 8.1.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- broken
CMake Error at /usr/share/cmake-3.11/Modules/CMakeTestCXXCompiler.cmake:45 (message):
The C++ compiler

"/usr/bin/c++"

is not able to compile a simple test program.

It fails with the following output:

Change Dir: /home/aaa/.cache/aurman/noson-app/src/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3b75f/fast"
/usr/bin/make -f CMakeFiles/cmTC_3b75f.dir/build.make CMakeFiles/cmTC_3b75f.dir/build
make[1]: Entering directory '/home/aaa/.cache/aurman/noson-app/src/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_3b75f.dir/testCXXCompiler.cxx.o
/usr/bin/c++    {CFLAGS}    -o CMakeFiles/cmTC_3b75f.dir/testCXXCompiler.cxx.o -c /home/aaa/.cache/aurman/noson-app/src/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
c++: error: {CFLAGS}: No such file or directory
make[1]: *** [CMakeFiles/cmTC_3b75f.dir/build.make:66: CMakeFiles/cmTC_3b75f.dir/testCXXCompiler.cxx.o] Error 1
make[1]: Leaving directory '/home/aaa/.cache/aurman/noson-app/src/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_3b75f/fast] Error 2




CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:1 (project)"

s0me0ne commented on 2018-06-14 17:50 (UTC)

Sorry, just updated the package to 3.4.4.

pmatos commented on 2018-06-07 13:02 (UTC)

Another issue - maybe a missing dependency?

==> Starting build()...
-- The C compiler identification is GNU 8.1.0
-- The CXX compiler identification is GNU 8.1.0
-- Check for working C compiler: /usr/lib/ccache/bin/cc
-- Check for working C compiler: /usr/lib/ccache/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at gui/CMakeLists.txt:42 (qt5_use_modules):
  Unknown CMake command "qt5_use_modules".


-- Configuring incomplete, errors occurred!
See also "/home/pmatos/.cache/aurman/noson-app/src/build/CMakeFiles/CMakeOutput.log".

s0me0ne commented on 2018-05-03 17:43 (UTC)

Should be fixed, sorry i'm still learing Arch ;)

gwpl commented on 2018-05-02 12:23 (UTC) (edited on 2018-05-02 12:24 (UTC) by gwpl)

$ pacaur -S noson-app
(...)
:: noson-app package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.

$ cd .cache/pacaur/noson-app

$ cat .SRCINFO 
pkgbase = noson-app
        pkgdesc = The essential to control music from your SONOS devices on Linux platforms
        pkgver = 3.3.4
        pkgrel = 1
        url = https://janbar.github.io/noson-app
        arch = x86_64
        groups = base-devel
        license = GPL3
        makedepends = cmake
        makedepends = git
        depends = cmake
        depends = qt5-base
        depends = qt5-quickcontrols2
        depends = qt5-graphicaleffects
        depends = qt5-svg
        source = git+git://github.com/janbar/noson-app.git#tag=3.3.4
        sha1sums = SKIP

pkgname = noson-app

$ cat  PKGBUILD 
# Maintainer: Matthias Baur  <aur@matthiasbaur.me>
pkgname=noson-app
pkgver=3.3.4.r0.g6c0014a
pkgrel=1
pkgdesc="The essential to control music from your SONOS devices on Linux platforms"
arch=('x86_64')
url="https://janbar.github.io/noson-app"
license=('GPL3')
groups=('base-devel')
depends=('cmake' 'qt5-base' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 'qt5-svg')
makedepends=('cmake' 'git')
source=("git+git://github.com/janbar/noson-app.git#tag=3.3.4")
sha1sums=('SKIP')

pkgver() {
  cd "$srcdir/${pkgname%-git}"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

build() {
  mkdir -p "$srcdir/build"
  cd "$srcdir/build"
  cmake "$srcdir/${pkgname%-git}" \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=/lib
  make
}

package() {
  cd "$srcdir/build"
  make DESTDIR="$pkgdir/" install
}

s0me0ne commented on 2018-03-05 21:54 (UTC)

Oh, yeah that probably a good idea. Fixed. Thanks! :)

jagaudin commented on 2018-03-05 21:07 (UTC)

This installs the app in /usr/local. To fix this, do: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/lib ..