It is even more weird. I tested it in Fedora 27 docker container (same fedora version as on the build machine). And I did not see this issue.
Is there a way to reset/clean the Jenkins machine ? Sent from my iPhone > On Aug 15, 2019, at 07:34, Nadav Har'El <[email protected]> wrote: > >> On Thu, Aug 15, 2019 at 2:13 PM Nadav Har'El <[email protected]> wrote: >> >>> On Thu, Aug 15, 2019 at 2:04 PM <[email protected]> wrote: >>> See >>> <https://jenkins.scylladb.com/job/osv-build/1503/display/redirect?page=changes> >>> + sudo ./scripts/setup.py >>> Dependencies resolved. >>> ================================================================================ >>> Package Arch Version Repository >>> Size >>> ================================================================================ >>> Removing: >>> compat-openssl10-devel x86_64 1:1.0.2o-1.fc27 @updates >>> 3.1 M >> >> Good. >> >>> openssl-devel i686 1:1.1.0i-1.fc27 updates >>> 2.0 M >> >> Still this i686 thing??? I'll look into this. Maybe some misconfiguration on >> the >> Jenkins machine. > > Looks to me a bug in Fedora 27, not our script. > > If I manually do > > sudo yum install openssl-devel > > Everything works well - it installs the x86_64 version of openssl-devel. > But if I do (as setup.py does): > > sudo yum install openssl-libs openssl-devel > > It mistakenly takes a newer version (?!) of the i686 library. > > I'll just install openssl-devel manually, and it should fix anything. > Setup.py is fine. It cannot magically solve Fedora bugs :-( > >> >>> file /usr/share/licenses/openssl-libs/LICENSE from install of >>> openssl-libs-1:1.1.0i-1.fc27.i686 conflicts with file from package >>> openssl-libs-1:1.1.0g-1.fc27.x86_64 >>> > > -- > You received this message because you are subscribed to a topic in the Google > Groups "OSv Development" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/osv-dev/9Yrdhsh6Leg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/osv-dev/CANEVyjt4L%3DteSAfQJ-M2qGLE1LF1cW%2B0h7Y4wWuTPeTcSifMsw%40mail.gmail.com. -- 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/E9DE3ABD-41DD-4A47-AE43-908C624755D4%40gmail.com.
