installing tests fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
phoronix-test-suite (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
Binary package hint: phoronix-test-suite
Whenever I try to install a test with phoronix-test-suite in Lucid, it fails:
plars@beagle:~$ phoronix-test-suite install aio-stress
PHP Notice: Use of undefined constant IS_NVIDIA_LINUX - assumed 'IS_NVIDIA_LINUX' in /usr/share/
The following dependencies are needed and will be installed:
- libaio-dev
This process may take several minutes.
[sudo] password for plars:
sudo: aptitude -y --allow-untrusted install libaio-dev: command not found
aio-stress:
File Found: aio-stress.c [0.03MB]
The aio-stress installer exited with a non-zero exit status.
Installation Log: /home/plars/
Installation failed.
-------------------
aptitude *is* installed, and if I manually run 'sudo aptitude -y --allow-untrusted install libaio-dev', it works just fine and I can go back and run the install step successfully. The log file mentioned above only contained the log of the failed build on aio-stress, which was unsurprising, but a bit surprising that it continued to attempt the build after failing to install the dependencies for it.
This error has occurred on each and every test from phoronix that I have tried to have it install so far.
I've also tried this on the upstream 2.4 release, and the 2.6 alpha 3 release with the same result