Search Criteria
Package Details: neverball 1.6.0-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/neverball.git (read-only, click to copy) |
|---|---|
| Package Base: | neverball |
| Description: | 3D game similar to Super Monkey Ball or Marble Madness |
| Upstream URL: | http://neverball.org/ |
| Keywords: | 3d game |
| Licenses: | GPL |
| Submitter: | xyproto |
| Maintainer: | SanskritFritz |
| Last Packager: | SanskritFritz |
| Votes: | 15 |
| Popularity: | 0.186679 |
| First Submitted: | 2019-03-27 09:22 (UTC) |
| Last Updated: | 2021-05-24 17:20 (UTC) |
Dependencies (9)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- physfs (physfs-gitAUR)
- sdl2_ttf
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-minimal-gitAUR, mesa-amber) (make)
Latest Comments
1 2 Next › Last »
Keystone commented on 2025-11-28 02:02 (UTC)
Anyone trying this on 340xx: See Threaded Optimizations in the release notes for 340xx. https://us.download.nvidia.com/XFree86/Linux-x86_64/340.107/README/openglenvvariables.html
You will see a Segfault, except under a debugger, until you preload pthreads before libGL due to threading in LibSDLxx.
I patched my .desktops (both neverball and neverputt) with
env LD_PRELOAD="libpthread.so.0 libGL.so.1" never????SanskritFritz commented on 2021-05-24 17:20 (UTC)
Thank you!
useraur111 commented on 2021-05-24 12:59 (UTC) (edited on 2021-05-24 13:11 (UTC) by useraur111)
Please update PKGBUILD for building with gcc10 and above:
earlybird commented on 2020-09-09 07:31 (UTC)
I can confirm the solution from @chris_l works
can you change the pkgbuild please
game is working
chris_l commented on 2020-07-12 22:17 (UTC)
You can fix it enough to allow it to compile if you add this line after line 25 on the PKGBUILD:
(of course, an upstream fix would be better)
hugleo commented on 2020-05-30 01:57 (UTC)
l/game_draw.o ball/score.o ball/level.o ball/progress.o ball/set.o ball/demo.o ball/demo_dir.o ball/util.o ball/st_conf.o ball/st_demo.o ball/st_save.o ball/st_goal.o ball/st_fail.o ball/st_done.o ball/st_level.o ball/st_over.o ball/st_play.o ball/st_set.o ball/st_start.o ball/st_title.o ball/st_help.o ball/st_name.o ball/st_shared.o ball/st_pause.o ball/st_ball.o ball/main.o share/solid_sim_sol.o share/fs_stdio.o share/tilt_null.o share/hmd_null.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lSDL2_ttf -lvorbisfile -L/usr/lib -pthread -lSDL2 -lGL -ljpeg -lpng16 -lm /usr/bin/ld: ball/st_save.o:(.bss+0x0): multiple definition of
text_input'; share/text.o:(.bss+0x0): first defined here /usr/bin/ld: ball/st_name.o:(.bss+0x0): multiple definition oftext_input'; share/text.o:(.bss+0x0): first defined here /usr/bin/ld: ball/main.o:(.bss+0x0): multiple definition of `text_input'; share/text.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:424: neverball] Error 1 ==> ERROR: A failure occurred in build(). Aborting... Error making: neverball<deleted-account> commented on 2020-03-22 16:09 (UTC)
Fix is easy - delete all the patch file references and build it it tested it for 1 games
carstene1ns commented on 2020-02-10 22:24 (UTC)
Hmm, seems like GitHub changed something in that patch. Will update the hashes. Thanks!
1 2 Next › Last »