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']
On Tue, Nov 26, 2019 at 5:52 AM Nadav Har'El <[email protected]> wrote:
> 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).
>
>
> On Tue, Nov 26, 2019 at 3:39 PM Waldek Kozaczuk <[email protected]>
> wrote:
>
>> 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
>>
>> --
>> 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 [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/osv-dev/8432b433-4658-44ce-889c-3dceae3842c6%40googlegroups.com
>> <https://groups.google.com/d/msgid/osv-dev/8432b433-4658-44ce-889c-3dceae3842c6%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> 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 [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/osv-dev/CANEVyjv%2BuF0kbV-htA7vDyzG7oiiMPHix4ZnJswYVmKGXZ3TWA%40mail.gmail.com
> <https://groups.google.com/d/msgid/osv-dev/CANEVyjv%2BuF0kbV-htA7vDyzG7oiiMPHix4ZnJswYVmKGXZ3TWA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/osv-dev/CAKUaUn6oUH9fm6tDBwqur4U0r2Pd_fNh1j%3D9dcsMgf_3RKTxQw%40mail.gmail.com.