Search Criteria
Package Details: sdl2-jstest-git 51.159fe1b-1
Git Clone URL: | https://aur.archlinux.org/sdl2-jstest-git.git (read-only, click to copy) |
---|---|
Package Base: | sdl2-jstest-git |
Description: | Simple SDL joystick test application for the command line. |
Upstream URL: | https://github.com/Grumbel/sdl-jstest |
Licenses: | |
Provides: | |
Submitter: | Chais |
Maintainer: | Chais |
Last Packager: | Chais |
Votes: | 22 |
Popularity: | 0.002853 |
First Submitted: | 2014-09-19 15:49 |
Last Updated: | 2019-06-26 23:19 |
Dependencies (5)
- docbook2x
- ncurses (ncurses-nohex, ncurses-git)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-hg, sdl2-nox, sdl2-minimal-hg)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
rien333 commented on 2020-10-19 17:03
What is outdated about this package exactly, and could someone fix this?
yar commented on 2019-07-08 17:13
Still needs depends=(sdl)
st0rmingbr4in commented on 2019-05-28 19:29
Recursive git clone needed.
yar commented on 2019-05-23 04:21
Adding depends=(sdl) isn't enough, it still won't build with makechrootpkg:
chowbok commented on 2018-10-08 17:47
Hi, thanks for providing this. A few issues, though:
1) Can you add "aarch64" to the supported architectures? It builds fine on there.
2) Looks like "sdl" is a dependency, not just "sdl2".
3) Is running "mandb" after install really necessary? I've never seen another package do that, and it takes a while to run.
Chais commented on 2017-11-04 15:44
Issue with ncurses 6 fixed upstream.
xDShot commented on 2017-11-04 09:54
Can't build:
LANG=en yaourt -S sdl2-jstest-git
==> Downloading sdl2-jstest-git PKGBUILD from AUR...
bsdtar: Failed to set default locale
x .SRCINFO
x PKGBUILD
x sdl2-jstest-git.install
egore911 commented on 2016-11-15 22:43
Is docbook2x actually a runtime dependency? IMO it should be enough to be in makedepends.
sdl2-jstest-git 35.3f54b86-2 (2015-07-28 10:10)
( Unsupported package: Potentially dangerous ! )
==> sdl2-jstest-git dependencies:
- sdl2 (already installed)
- ncurses (already installed)
- docbook2x (already installed)
- git (already installed) [makedepend]
- cmake (already installed) [makedepend]
==> Continue building sdl2-jstest-git ? [Y/n]
==> -----------------------------------------
==> y
==> Building and installing package
==> Making package: sdl2-jstest-git 35.3f54b86-2 (Sat Nov 4 12:56:19 MSK 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Cloning sdl-jstest git repo...
Cloning into bare repository '/tmp/yaourt-tmp-xdshot/aur-sdl2-jstest-git/sdl-jstest'...
remote: Counting objects: 187, done.
remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187
Receiving objects: 100% (187/187), 45.98 KiB | 167.00 KiB/s, done.
Resolving deltas: 100% (114/114), done.
-> Found sdl2-jstest-git.install
==> Validating source files with sha512sums...
sdl-jstest ... Skipped
sdl2-jstest-git.install ... Passed
==> Extracting sources...
-> Creating working copy of sdl-jstest git repo...
Cloning into 'sdl-jstest'...
done.
==> Starting pkgver()...
==> Updated version: sdl2-jstest-git 50.df3a959-1
==> Starting build()...
-- The C compiler identification is GNU 7.2.0
-- The CXX compiler identification is GNU 7.2.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
-- Found Curses: /usr/lib/libcurses.so
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found SDL: /usr/lib/libSDLmain.a;/usr/lib/libSDL.so;-lpthread (found version "1.2.15")
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Checking for one of the modules 'sdl2'
-- docbook2x-man: not found
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/yaourt-tmp-xdshot/aur-sdl2-jstest-git/src/sdl-jstest
Scanning dependencies of target sdl2-jstest
[ 50%] Building C object CMakeFiles/sdl2-jstest.dir/sdl2-jstest.c.o
[100%] Linking C executable sdl2-jstest
/usr/bin/ld: CMakeFiles/sdl2-jstest.dir/sdl2-jstest.c.o: undefined reference to symbol 'stdscr'
/usr/lib/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/sdl2-jstest.dir/build.make:97: sdl2-jstest] Error 1
make[2]: *** [CMakeFiles/Makefile2:68: CMakeFiles/sdl2-jstest.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:80: CMakeFiles/sdl2-jstest.dir/rule] Error 2
make: *** [Makefile:164: sdl2-jstest] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build sdl2-jstest-git.
==> Restart building sdl2-jstest-git ? [y/N]
==> ----------------------------------------
egore911 commented on 2016-11-15 22:43
Is docbook2x actually a runtime dependency? IMO it should be enough to be in makedepends.