diff options
author | Erich Eckner <git@eckner.net> | 2020-08-31 14:30:56 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-31 14:30:56 +0200 |
commit | b6969a75522c5c4b789d2ae6ef9c810f565b00b2 (patch) | |
tree | 63a2ba60bf88f8891bc637eb28140588f35e8b39 /dieharder | |
parent | 4e6cd6e02c7583142e435a10c2dcff760de47a59 (diff) | |
download | archlinuxewe.git.save-b6969a75522c5c4b789d2ae6ef9c810f565b00b2.tar.xz |
deleted: xraylarch
it builds, but is fundamentally broken:
larch> print(1)
None
Traceback (most recent calls last):
print(1)
^^^
File <stdin>, line 1
NotImplementedError: 'Constant' not supported
There are too many problems to solve:
1. `setup.py install` ignores --root at most places
2. even when run as root and directly installing to /, the above error applies, e.g. the following gives a broken installation:
python setup.py build
python setup.py check
sudo python setup.py install --skip-build --prefix=/usr
It seems, nowadays, the only valid method to install anything is through `pip install` and friends.
Diffstat (limited to 'dieharder')
0 files changed, 0 insertions, 0 deletions