#4164 closed enhancement (fixed)
dbus-1.6.16
Reported by: | Owned by: | Fernando de Oliveira | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New Point version
Change History (8)
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at revision 11974.
Instructions for running the tests modified. Could not find how to solve everything. After trial and error, found that probably all tests but one seem to be running with the modified instructions.
If someone finds better solution, please edit the page and accept my apologies.
comment:4 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I was thinking more, about this, and found DBus Python 1.2.0. Perhaps this will solve the tests issue.
Before further investigating, I need to clarify what I wrote before. There are four switches for the tests:
--enable-embedded-tests enable unit test code in the library and binaries --enable-modular-tests enable modular regression tests (requires GLib) --enable-tests enable/disable all tests, overriding embedded-tests/modular-tests --enable-installed-tests
Could not use --enable-tests, due to the failure I reported before.
When used the other switches, one by one, it seemed that --enable-embedded-tests covered the other remaining two.
Have not tested with all three but --enable-tests (forgot, sorry).
Fires, I will install DBus Python 1.2.0 and see if the tests can be run using only --enable-tests.
If not, will try the other three at once, to see if what I said before holds true, about using only --enable-embedded-tests.
comment:5 by , 12 years ago
OK. One test still needs to be disabled (fails):
sed -i -e 's:run-test.sh:$(NULL):g' test/name-test/Makefile.in
Apparently, the end result is the same as I got before, with the updated instructions for 1.6.16 (--enable-embedded-tests).
Even if someone finds a better a solution for the failed test, there are two alternatives:
- Leave as I updated.
- Revert to --enable-tests switch, but replace Python-2.7.5 by dbus-python-1.2.0 in "Optional ... (to run the tests)".
comment:6 by , 12 years ago
There is a discussion at
http://permalink.gmane.org/gmane.linux.lfs.beyond.support/44782
I it possible that there is a relationship with present test issue?
Also have seen this:
I am trying to update this. Builds and works fine. However, test fails to even configure:
I see that there are some restrictions to the tests, so wanted to report the failure, before proceeding. Tried to include --prefix=/usr in the configure for the tests, but obtained similar error.