-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests failed on Mac OS X Lion #5
Comments
I've made two fixes - workaround the AnyEvent one_event method disappearance and the Notifo module failure. I'd be interested to know what errors are still there after those fixes but I don't think they are necessarily related to the problem you really want to solve. With regard to DCM, this is probably just a difference in the choice of default interfaces for broadcasting/listening. Try using "tcpdump -n -i eth0 udp port 3865" where eth0 is an appropriate interface to see what packets are being sent. Also look at the output of xpl-hub with --verbose and xpl-logger with --verbose to figure out what interfaces xpl-perl is using. Regards, |
Hi Olivier, I am running the xpl perl framework successfully on Mac OS X. I followed this flow:
If you need RRD support, you can install it by using the StaticRRDtoolOSX build by jwilson511 on github. Then I added a .plist to /Library/LaunchDaemons to start the xpl-hub. DCM connects fine, although maybe you need to specify the interface where the hub needs to connect to (I'm using a wired network connection and the airport is not activated) |
Thanks a lot for your answers ! I'm sorry to answer you so late, but I didn't get the chance to try out until today. Building
I installed On my Mac, DCM still doesn't "see" anything (even when specifying network interface to Thank you for your help ! olivier (if interesting : I only use a wired ethernet connection, Airport is disabled and |
Olivier, for your reference, I tried Indeed, some of the tests fail:
I do however have the hub and some plugins (xpl-rrd, xpl-plugwise) running fine on the machine... |
Just a quick comment that one reason hollie saw fewer failures was because he must have pulled commit 1397ef5 which I was a bit slow pushing to github before running the tests and this gets rid of most of the errors caused by the deprecation warnings. I'll have a look at the remaining errors when I have a bit more time. |
I can confirm this Mark. I did a fresh checkout as I'm running my own fork normally and my changes to IOHandler.pm seem to have broken more tests... |
Hello,
I tried to install xpl-perl on my iMac (clean install of Lion) but didn't succeed. Many tests don't pass and I don't know what to do. DCM (xpl4java) doesn't connect to the hub.
Here's the result of
perl Makefile.PL
:And result of
make test
(after amake
, of course) :I first tried with version 0.11 then with latest source. Results are very similar.
I hope you can give me some advice.
Thank you !
The text was updated successfully, but these errors were encountered: