MustaphaTR / Generals-Alpha

Generals Alpha is an OpenRA mod that recreates Command & Conquer: Generals on OpenRA engine as much as possible but using Red Alert and Tiberian Dawn artworks.
GNU General Public License v3.0
42 stars 7 forks source link

Error 6 when Updating GeoIP country database #12

Closed SteamsDev closed 4 years ago

SteamsDev commented 4 years ago

I've been trying to build Generals-Alpha on a Linux system for a while now and it always seems to stop at the point where it is trying to update the GeoIP country database. Every time I try it game me the following error. $ make make[1]: Entering directory '/home/SteamsDev/generals-alpha/Generals-Alpha/generals-alpha-engine' Updating GeoIP country database from MaxMind. make[1]: *** [Makefile:319: geoip-dependencies] Error 6 make[1]: Leaving directory '/home/SteamsDev/generals-alpha/Generals-Alpha/generals-alpha-engine' make: *** [Makefile:52: engine] Error 2

Any help is appreciated. I have a Debian system.

MustaphaTR commented 4 years ago

Recent changes to GeoIP stuff has caused all the mods to break down on Linux and considering this mod is pretty much dead for me, i'm not sure if i'm gonna bother fixing this.

SteamsDev commented 4 years ago

Okay. It looks like this applies to all OpenRA mods that need to be built through the terminal. I might start a pull request on OpenRA/ra2 and see if there is a solution to it, given we can still get the GeoIP database.

I guess I should also mention that I have a limited internet connection at home. I might try again on my school's internet and get back to you when I can.