-
As a Chromebook user, I'd like to utilize chrx for easier installation of Arch Linux (instead of the manual installation process).
Manual instructions are described - https://wiki.archlinux.org/ind…
-
```
======================================= test session starts ========================================
platform linux -- Python 3.8.0, pytest-5.2.4, py-1.8.0, pluggy-0.13.1
rootdir: /home/orwenne…
-
Trying to install on Arch Linux ARM7
Install Command
```
# Install NodeJS using pacman
pacman -Sy --noconfirm --needed nodejs git python mongodb
pacman -Sy --noconfirm --needed git make binutils gcc…
-
servo/servo#4032 When trying to build servo, build fails at this script. As @SimonSapin mentioned, problem is with Python version. The script assumes version 2.x, whereas on Arch Linux it is 3.x.
```…
Pryx updated
10 years ago
-
```
What steps will reproduce the problem?
1. Build textroom stable version or from svn using gcc 4.7.0, autoconf 2.69.
2. get error messages like me or User eigengrau
(https://aur.archlinux.org/pack…
-
When `npm install`ing node-dv with node v6.1.0, node-gyp v3.3.1 and Arch Linux the installation fails
```
AR(target) Release/obj.target/deps/zxing/zxing.a
COPY Release/zxing.a
CXX(target) Relea…
-
```
If I run on Arch I get errors.
= python 3 =
$ python startQT.py
File "startQT.py", line 602
print "IOError"
^
SyntaxError: invalid syntax
= python 2 =
$ python2 startQT.p…
-
```
What steps will reproduce the problem?
1. follow build instructions
2.
3.
What is the expected output? What do you see instead?
I expect it to build for my architecture (i386/486/686) instead of …
-
```
If I run on Arch I get errors.
= python 3 =
$ python startQT.py
File "startQT.py", line 602
print "IOError"
^
SyntaxError: invalid syntax
= python 2 =
$ python2 startQT.p…
-
Hi,
On Arch Linux running `./gradlew run --stacktrace` returns a build error shown in [this gist](https://gist.github.com/c73a42a2938fac304cbdeed7f48141d8). A fix would be much appreciated as I am …