What's saying that?
Search Criteria
Package Details: swaag 1.5-2
Package Actions
| Package Base: | swaag |
|---|---|
| Description: | six wheels and a gun: a tank game |
| Upstream URL: | http://bram.itch.io/swaag |
| Category: | games |
| Licenses: | |
| Submitter: | hav3lock |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2014-01-21 07:13 |
| Last Updated: | 2014-03-02 19:37 |
Required by (0)
Sources
Latest Comments
Comment by RunningDroid
Comment by RazZziel
Still "==> ERROR: swaag is not available for the 'i686' architecture." :<
Comment by RunningDroid
Ah, it looks like I'd fixed that already but it didn't fix it for me because I didn't uninstall before re-installing.
Comment by ffcc
Looks like a permission problem when trying to access the mesa driver (graphics). Try adding yourself to the "video" group. Issue this command: 'sudo usermod -aG video <your_username>'. Help that works.
Comment by RunningDroid
Now it runs fine, but complains a bit:
libGL error: failed to open drm device: Permission denied
libGL error: failed to load driver: r600
Comment by ffcc
The assertion error is due to a permission problem. Change ownership of all files in /opt/swaag (¡included hidden files!) from root to $USER (type 'sudo chown ${USER}:${USER} /opt/swaag/* /opt/swaag/\.*') or simply run swaag as su ('sudo swaag'). That should work.
Comment by RunningDroid
I updated $pkgver and added 32-bit support but when run it dumps core.
Here's the output:
OPTIMIZED build
ERR ASSERT FAILED at ../../Base/C/kv.cpp(25): f
swaag: ../../Base/C/kv.cpp:25: void kv_set_int(const char*, int): Assertion `f' failed.
[1] 26157 abort (core dumped) swaag
Comment by RazZziel
==> ERROR: swaag is not available for the 'i686' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch=('i686').
==> ERROR: Makepkg was unable to build swaag.
:<