Copied /usr/share/pyshared/VMBuilder/plugins/ubuntu/quantal.py to
/usr/share/pyshared/VMBuilder/plugins/ubuntu/raring.py
Then replaced quantal with raring inside raring.py
After that I linked
/usr/share/pyshared/VMBuilder/plugins/ubuntu/raring.py to
/usr/lib/python2.7/dist-packages/VMBuilder/plu
Public bug reported:
If you try and build a raring vm on raring, it fails. Should be an easy
fix, but is pretty important.
root@main:~# ubuntu-vm-builder kvm raring
2013-04-29 00:42:38,745 INFO: Calling hook: preflight_check
2013-04-29 00:42:38,745 INFO: Cleaning up
2013-04-29 00:42:38,74
Dennyb87 right below the first edit is this:
if (my_rtsp_addr.sin_port) {
rtsp_server_fd = socket_open_listen(&my_rtsp_addr);
if (rtsp_server_fd < 0)
return -1;
}
change it to this:
if (my_rtsp_addr.sin_port) {
my_rtsp_addr.sin_family = AF_INET;
openjdk-7-jre-headless doesn't have this problem.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881218
Title:
openjdk-7-jre depends on openjdk-6-jre
To manage notifications about this bug go to:
ht