Could you write a summary? I’m a complete newb. I’ve read this whole discussion on github and I’m not any close to understanding the issue unfortunately. Update: I mean, the way nixGL solves this issue.
opened 10:18PM - 23 Aug 15 UTC
0.kind: bug
6.topic: non-nixos
- **Package:** openarena
- **Error:** /nix/store/q8smn7k0y349ymfc9mdnja0wa6s79nj… v-openarena-0.8.8/openarena-0.8.8/openarena.x86_64: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
- **Platform:** openSUSE 13.1, x86_64, XFCE
- **Version:** nix-env (Nix) 1.9
Installation works, running it does not.
```
sven@linux-etoq:~> nix-env -i openarena
installing ‘openarena-0.8.8’
these paths will be fetched (390.19 MiB download, 426.80 MiB unpacked):
/nix/store/q8smn7k0y349ymfc9mdnja0wa6s79njv-openarena-0.8.8
fetching path ‘/nix/store/q8smn7k0y349ymfc9mdnja0wa6s79njv-openarena-0.8.8’...
*** Downloading ‘https://cache.nixos.org/nar/194liswh0vgrj02q7q7ww8igizn45bri6ip4m5wxa47s3ghj65q7.nar.xz’ to ‘/nix/store/q8smn7k0y349ymfc9mdnja0wa6s79njv-openarena-0.8.8’...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 390M 100 390M 0 0 7996k 0 0:00:49 0:00:49 --:--:-- 9247k
building path(s) ‘/nix/store/j0lc0hns2kna9sw1g3k46zbazxhsxha0-user-environment’
sven@linux-etoq:~> openarena
/nix/store/q8smn7k0y349ymfc9mdnja0wa6s79njv-openarena-0.8.8/openarena-0.8.8/openarena.x86_64: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
```