#18 Fedora 27 Build Fail
Closed: Invalid None Opened 6 years ago by nmilosev.

In file included from /builddir/build/BUILD/dotnetcore-1.1.0/core-bootstrap/tools/dotnet-bootstrap/fedora.27-x64-dotnet/src/coreclr/src/pal/inc/rt/palrt.h:138:
/builddir/build/BUILD/dotnetcore-1.1.0/core-bootstrap/tools/dotnet-bootstrap/fedora.27-x64-dotnet/src/coreclr/src/pal/inc/pal.h:5979:22: error: definition of builtin function '_rotl'
unsigned int __cdecl _rotl(unsigned int value, int shift)
                     ^
/builddir/build/BUILD/dotnetcore-1.1.0/core-bootstrap/tools/dotnet-bootstrap/fedora.27-x64-dotnet/src/coreclr/src/pal/inc/pal.h:6002:22: error: definition of builtin function '_rotr'
unsigned int __cdecl _rotr(unsigned int value, int shift)
                     ^
2 errors generated.
make[2]: *** [src/inc/CMakeFiles/corguids.dir/build.make:63: src/inc/CMakeFiles/corguids.dir/__/pal/prebuilt/idl/cordebug_i.c.o] Error 1

Update commit ids? We are building quite an old version.


Yes, please, try the latest 1.1.x version of coreclr.

I can not reproduce this. I am going to assume this was a compiler bug that got fixed.

That said, there's been a few upstream releases of coreclr and corefx since we last updated the sources. It would be a good idea to update coreclr and corefx to the latest 1.x versions (currently 1.1.2) and update to the latest .NET Core build we get from elsewhere to resolve now-public security issues.

Metadata Update from @rhea:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)
- Issue tagged with: bug, f27, package

Metadata Update from @rhea:
- Issue tagged with: bug, f27, package

5 years ago

Login to comment on this ticket.

Metadata