haxe
haxe copied to clipboard
Cannot install on Fedora 36
trafficstars
I cannot install on Fedora 36 using the official instructions on the Linux install page. The main issue is when running the dnf command:
Error: Transaction test error:
file /usr/lib/.build-id/48/bc9d5a99376793d19c2621cadd6c59cd497761 conflicts between attempted installs of haxe-4.2.4-3.fc36.x86_64 and nekovm-2.3.0-9.fc36.x86_64
Here's the full traceback error:
[user@terminal ~]$ sudo dnf install haxe -y
Dependencies resolved.
========================================
Package Arch Version Repo Size
========================================
Installing:
haxe x86_64 4.2.4-3.fc36 fedora 5.5 M
Installing dependencies:
haxe-stdlib noarch 4.2.4-3.fc36 fedora 1.0 M
mbedtls x86_64 2.28.0-2.fc36 fedora 391 k
nekovm x86_64 2.3.0-9.fc36 fedora 416 k
Transaction Summary
Install 4 Packages
Total download size: 7.4 M
Installed size: 29 M
Downloading Packages:
(1/4): mbedtls-2.28.0-2.f 513 kB/s | 391 kB 00:00
(2/4): haxe-stdlib-4.2.4- 1.1 MB/s | 1.0 MB 00:00
(3/4): nekovm-2.3.0-9.fc3 1.3 MB/s | 416 kB 00:00
(4/4): haxe-4.2.4-3.fc36. 4.6 MB/s | 5.5 MB 00:01
----------------------------------------------------------
Total 4.7 MB/s | 7.4 MB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction test error:
file /usr/lib/.build-id/48/bc9d5a99376793d19c2621cadd6c59cd497761 conflicts between attempted installs of haxe-4.2.4-3.fc36.x86_64 and nekovm-2.3.0-9.fc36.x86_64
Note that last line. This is similar to #9950