OpenRA/d2

GeoLite2-Country download issues necessitate an update to the game engine

Closed this issue · 2 comments

Hi,

I'm getting the build error:

Fetching FuzzyLogicLibrary from NuGet.
Fetching SDL2-CS from GitHub.
Fetching OpenAL-CS from GitHub.
Fetching Eluant from GitHub.
Fetching rix0rrr.BeaconLib from NuGet.
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  It was not possible to find any installed .NET Core SDKs
  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
      https://aka.ms/dotnet-download
  Restore completed in 203.39 ms for /home/fusion809/AUR/openra-d2-git/src/d2/engine/OpenRA.Game/OpenRA.Game.csproj.
  Restore completed in 14.73 ms for /home/fusion809/AUR/openra-d2-git/src/d2/engine/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj.
  Restore completed in 1.93 ms for /home/fusion809/AUR/openra-d2-git/src/d2/engine/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj.
  Restore completed in 2.15 ms for /home/fusion809/AUR/openra-d2-git/src/d2/engine/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj.
  Restore completed in 1.44 ms for /home/fusion809/AUR/openra-d2-git/src/d2/engine/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj.
  Restore completed in 1.01 ms for /home/fusion809/AUR/openra-d2-git/src/d2/engine/OpenRA.PostProcess/OpenRA.PostProcess.csproj.
  Restore completed in 1.4 ms for /home/fusion809/AUR/openra-d2-git/src/d2/engine/OpenRA.Server/OpenRA.Server.csproj.
  Restore completed in 1.98 ms for /home/fusion809/AUR/openra-d2-git/src/d2/engine/OpenRA.Test/OpenRA.Test.csproj.
  Restore completed in 1.75 ms for /home/fusion809/AUR/openra-d2-git/src/d2/engine/OpenRA.Utility/OpenRA.Utility.csproj.
Updating GeoIP country database from MaxMind.
make[1]: *** [Makefile:194: geoip-dependencies] Error 6
make[1]: Leaving directory '/home/fusion809/AUR/openra-d2-git/src/d2/engine'
make: *** [Makefile:106: engine-dependencies] Error 2

This is because downloading GeoLite2-Country.mmdb.gz is now more of a challenge, to fix this I suggest bumping the game engine to at least c15a555, as that's the commit in which OpenRA/OpenRA#17561 was merged.

Thanks for your time

Is it still reproduced after update to bleed #178 ?

All good now.