[Opensim-users] Please help. I Can not compile new 0.9.3.x dev after last 0.9.3 release. (Solved)
Luisillo Contepomi
luisillocontepomi at gmail.com
Wed Nov 27 16:07:41 UTC 2024
Solution was by
https://stackoverflow.com/questions/79215684/build-on-linux-is-failed-after-updating-to-dotnet-sdk-8-0-8-0-404
:
"This issue occurs because Microsoft missed something in their package
for your OS (I tested on openSUSE).
To resolve it, follow these steps:
Go to the .NET installation directory and locate a path like the
following:
/usr/share/dotnet/sdk-manifests/8.0.100/workloadsets
There should be a directory corresponding to the latest .NET 8
version. For now it is 8.0.404-baseline.24523.81. Inside this directory,
you can find the file baseline.workloadset.json.
Delete all directories that do not contain such file, in my case it is:
/usr/share/dotnet/sdk-manifests/8.0.100/workloadsets/8.0.401-baseline.24412.2
/usr/share/dotnet/sdk-manifests/8.0.100/workloadsets/8.0.402-baseline.24467.1
These directories were most likely not cleaned up after upgrading to
dotnet-sdk-8.0.804."
Best regards,
Luisillo Contepomi
El 22/11/24 a las 20:16, Luisillo Contepomi escribió:
>
> Linux SUSE leap 15-6
> --------------------
>
> contepomi at localhost:~/OPENSIM/original> uname -srm
> //////////////////////////////////////////////////
> Linux 6.4.0-150600.23.25-default x86_64
>
> contepomi at localhost:~/OPENSIM/original> ldd --version
> /////////////////////////////////////////////////////
> ldd (GNU libc) 2.38
>
> dotnet8 and mono are installed as before release 0.9.3 (when
> compilations have not problems):
>
> localhost:/home/contepomi/OPENSIM/original # zypper search libgdiplus
> //////////////////////////////////////////////////////////////////////
> Cargando datos del repositorio...
> Leyendo los paquetes instalados...
>
> S | Name | Summary | Type
> ---+------------------+--------------------------------------------
> +--------
> i | libgdiplus-devel | Development files for libgdiplus |
> paquete
> i | libgdiplus0 | Open Source Implementation of the GDI+ API |
> paquete
>
>
> localhost:/home/contepomi/OPENSIM/original # mono --version
> ////////////////////////////////////////////////////////////////
> Mono JIT compiler version 6.8.0.105 (tarball Fri Jun 23 18:47:43 UTC 2023)
> Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
> www.mono-project.com
> TLS: __thread
> SIGSEGV: altstack
> Notifications: epoll
> Architecture: amd64
> Disabled: none
> Misc: softdebug
> Interpreter: yes
> LLVM: supported, not enabled.
> Suspend: hybrid
> GC: sgen (concurrent by default)
>
> localhost:/home/contepomi/OPENSIM/original # dotnet --list-sdks
> ////////////////////////////////////////////////////////////////
> 6.0.428 [/usr/share/dotnet/sdk]
> 7.0.410 [/usr/share/dotnet/sdk]
> 8.0.404 [/usr/share/dotnet/sdk]
>
> localhost:/home/contepomi/OPENSIM/original # dotnet --list-runtimes
> ///////////////////////////////////////////////////////////////////
> Microsoft.AspNetCore.App 6.0.36 [/usr/share/dotnet/shared/
> Microsoft.AspNetCore.App]
> Microsoft.AspNetCore.App 7.0.20 [/usr/share/dotnet/shared/
> Microsoft.AspNetCore.App]
> Microsoft.AspNetCore.App 8.0.11 [/usr/share/dotnet/shared/
> Microsoft.AspNetCore.App]
> Microsoft.NETCore.App 6.0.36 [/usr/share/dotnet/shared/
> Microsoft.NETCore.App]
> Microsoft.NETCore.App 7.0.20 [/usr/share/dotnet/shared/
> Microsoft.NETCore.App]
> Microsoft.NETCore.App 8.0.11 [/usr/share/dotnet/shared/
> Microsoft.NETCore.App]
> /////////////////////////////////
>
> runprebuild.sh
> /////////////////////
> result in attachment "runprebuild.txt"
>
> /////////////////////////////////////////
> ./compile.sh
>
> result in attachment "compile.txt"
>
> 0 Warning(s)
> 76 Errors
>
> Tiempo transcurrido 00:00:00.70
>
> I am doing some bad.
> Thank you very much for your time.
> --
> Luisillo
More information about the Opensim-users
mailing list