Hi,
(Trying to see if I can get the floppy patch from this thread http://forum.proxmox.com/threads/10910-Floppy-patch into the proper format)
Trying to follow the developer build instructions at
https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD
#installed a squeeze x64 vm, prerequisites and now getting git repos:
cd ~
git clone git://git.proxmox.com/git/libqb.git
cd libqb
# get an error here:
#"Most source can be installed with 'make dinstall' command.", so...
make dinstall
...
make[6]: Entering directory `/home/<username>/libqb/libqb-0.10.1/tests'
PASS: array.test
PASS: map.test
FAIL: util.test
PASS: rb.test
PASS: log.test
PASS: loop.test
FAIL: ipc.test
FAIL: resources.test
===================================================
3 of 8 tests failed
See tests/test-suite.log
Please report to quarterback-devel@fedorahosted.org
===================================================
# so did just make, which only failed resources.test.. but still fails
What should I have done instead?
(Trying to see if I can get the floppy patch from this thread http://forum.proxmox.com/threads/10910-Floppy-patch into the proper format)
Trying to follow the developer build instructions at
https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD
#installed a squeeze x64 vm, prerequisites and now getting git repos:
cd ~
git clone git://git.proxmox.com/git/libqb.git
cd libqb
# get an error here:
#"Most source can be installed with 'make dinstall' command.", so...
make dinstall
...
make[6]: Entering directory `/home/<username>/libqb/libqb-0.10.1/tests'
PASS: array.test
PASS: map.test
FAIL: util.test
PASS: rb.test
PASS: log.test
PASS: loop.test
FAIL: ipc.test
FAIL: resources.test
===================================================
3 of 8 tests failed
See tests/test-suite.log
Please report to quarterback-devel@fedorahosted.org
===================================================
# so did just make, which only failed resources.test.. but still fails
What should I have done instead?