Fedora 30/31 and Ubuntu 19.10

14 views
Skip to first unread message

Waldek Kozaczuk

unread,
Nov 26, 2019, 8:39:16 AM11/26/19
to OSv Development
Has anybody tried to build and run OSv on any of those distributions? I think per #1040 the code should build and all unit tests should pass on Fedora 30 (I tested it on my other old laptop with that system).

Regards,
Waldek

Nadav Har'El

unread,
Nov 26, 2019, 8:52:06 AM11/26/19
to Waldek Kozaczuk, OSv Development
It seems fine on Fedora 30 (I seem to remember there were some specific modules that had problems because of the Boost mess, but not the tests). I didn't move to Fedora 31 yet. (I should).


--
You received this message because you are subscribed to the Google Groups "OSv Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osv-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/8432b433-4658-44ce-889c-3dceae3842c6%40googlegroups.com.

Dor Laor

unread,
Nov 26, 2019, 1:09:42 PM11/26/19
to Nadav Har'El, Waldek Kozaczuk, OSv Development
I built OSv on Fedora 31, worked just fine I had to do this tiny thing:

dorlaor@dorpc osv]$ git diff
diff --git a/scripts/setup.py b/scripts/setup.py
index ce02b5d8..7412bb51 100755
--- a/scripts/setup.py
+++ b/scripts/setup.py
@@ -99,7 +99,15 @@ class Fedora(object):
         ec2_post_install = None
         version = '29'
 
-    versions = [Fedora_25, Fedora_26, Fedora_27, Fedora_28, Fedora_29]
+    class Fedora_31(object):
+        packages = ['java-1.8.0-openjdk', 'python2-requests', 'openssl-devel', 'lua-5.3.*', 'lua-devel-5.3.*']
+        ec2_packages = []
+        test_packages = []
+        ec2_post_install = None
+        version = '31'
+
+
+    versions = [Fedora_25, Fedora_26, Fedora_27, Fedora_28, Fedora_29, Fedora_31]
 
 class RHELbased(Fedora):
     name = ['Scientific Linux', 'NauLinux', 'CentOS Linux', 'Red Hat Enterprise Linux', 'Oracle Linux']

Reply all
Reply to author
Forward
0 new messages