Package Details: stormbaancoureur 2.1.6-3

Git Clone URL: https://aur.archlinux.org/stormbaancoureur.git (read-only, click to copy)
Package Base: stormbaancoureur
Description: An arcade-style car game based on physics
Upstream URL: http://www.stolk.org/stormbaancoureur/
Licenses: GPL
Submitter: xyproto
Maintainer: SanskritFritz
Last Packager: FredBezies
Votes: 5
Popularity: 0.000000
First Submitted: 2012-03-11 20:18 (UTC)
Last Updated: 2021-05-16 14:39 (UTC)

Latest Comments

SanskritFritz commented on 2017-05-04 20:17 (UTC)

/usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status make: *** [Makefile:52: stormbaancoureur] Error 1

japernilater commented on 2014-08-27 20:14 (UTC)

Hi everyone, I just adopted this package. I am fairly new to the package maintaining so if you have any problems with this package please contact me. If you have any suggestions to make it work I will incorporate them into the PKGBUILD file. I have this game working fine on my computer right now but that does not guarentee it will work fine on your computer. If it doesn't work for you and you get it working by modifying the PKGBUILD please let me know so I can update it asap. Thank you and enjoy!!!

KinG-InFeT commented on 2013-12-30 21:21 (UTC)

packer -S stormbaancoureur Aur Targets (1): stormbaancoureur Proceed with installation? [Y/n] y Edit stormbaancoureur PKGBUILD with $EDITOR? [Y/n] n ==> Creazione del pacchetto: stormbaancoureur 2.1.6-1 (lun 30 dic 2013, 23.18.23, CET) ==> Controllo delle dipendenze durante l'avvio in corso... ==> Controllo delle dipendenze durante la compilazione in corso... ==> Download dei sorgenti in corso... -> Download di stormbaancoureur-2.1.6.tar.gz in corso... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3883k 100 3883k 0 0 408k 0 0:00:09 0:00:09 --:--:-- 699k -> È stato trovato stormbaancoureur.desktop ==> Validazione dei sorgenti con sha256sums in corso... stormbaancoureur-2.1.6.tar.gz ... Verificato stormbaancoureur.desktop ... Verificato ==> Estrazione dei sorgenti in corso... -> Estrazione di stormbaancoureur-2.1.6.tar.gz con bsdtar in corso... ==> Avvio di build() in corso... g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall ../src-common/staticworldobject.cxx g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall ../src-common/dynamicobject.cxx g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall ../src-common/soundenginealsa.cxx g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall controllerpad.cxx g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall controllerkey.cxx g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall carobject.cxx g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall intro.cxx g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall ../src-common/vectortext.cxx g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall postscore.cxx g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall ../src-common/ogl.cxx ../src-common/ogl.cxx: In function ‘void OglPrepareShaders(const string&)’: ../src-common/ogl.cxx:102:7: warning: variable ‘sz’ set but not used [-Wunused-but-set-variable] int sz; ^ g++ -c -I/usr/include -I/usr/include -I/usr/include -I../src-common -I. -DGAMEVERSION=2.1.6-generic -DdDOUBLE -O2 -g -Wall main.cxx In file included from sturmbahn.h:11:0, from main.cxx:38: carpettrack.h: In constructor ‘CarpetTrack::CarpetTrack(ssgEntity*, ssgEntity*, dWorldID, dSpaceID, float*)’: carpettrack.h:18:68: warning: narrowing conversion of ‘(((double)(*(initialpos + 8u))) + 5.9999999999999998e-1)’ from ‘double’ to ‘float’ inside { } is ill-formed in C++11 [-Wnarrowing] sgVec3 cpos = { initialpos[0]+5, initialpos[1], initialpos[2]+0.6 }; ^ In file included from sturmbahn.h:12:0, from main.cxx:38: spikejump.h: In constructor ‘SpikeJump::SpikeJump(ssgEntity*, ssgEntity*, dWorldID, dSpaceID, float*)’: spikejump.h:20:66: warning: narrowing conversion of ‘(((double)(*(initialpos + 8u))) + 5.9999999999999998e-1)’ from ‘double’ to ‘float’ inside { } is ill-formed in C++11 [-Wnarrowing] sgVec3 cpos = { initialpos[0], initialpos[1], initialpos[2]+0.6 }; ^ make: *** Nessuna regola per generare l'obiettivo "/usr/lib/libode.a", necessario per "stormbaancoureur". Arresto. ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... The build failed.

laasonen commented on 2013-12-30 00:30 (UTC)

make: *** No rule to make target '/usr/lib/libode.a', needed by 'stormbaancoureur'. Stop.

tdy commented on 2013-01-24 22:21 (UTC)

Hmm... take 3, not sure what happened, but I think it's finally right this time.

xyproto commented on 2013-01-24 22:04 (UTC)

When downloading stormbaancoureur-2.1.6.tar.gz, this is the sha256 sum I get: c6bd67695734fd430ce8e8d744710531ed4dae1bc78d5cd0529af930144e7903 The sha256 sum in the PKGBUILD is: ecc264233a35e6e2919ba982bb7d8369ef6d37cf765f86fb878e4f3a12dfd627 Perhaps upstream changed the file?

tdy commented on 2013-01-24 21:54 (UTC)

I had accidentally run aurploader, so there was short period when there was a broken PKGBUILD uploaded. The one that's currently up should be fine (works for me).

jagot commented on 2013-01-24 21:10 (UTC)

When I tried to build this, the sha256sum was wrong. After fixing that, the binary was installed directly under /usr/. Running it from there, gave this error: WARNING: ssgLoadTGA: Failed to open '//share/stormbaancoureur/images/spot.tga' for reading.

tdy commented on 2013-01-24 19:57 (UTC)

fixed with -DdDOUBLE

xyproto commented on 2012-03-11 20:19 (UTC)

Moved from [community] because it's an unsigned orphan that has been on the TODO-list for package signing for a while now.