Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: A failure occurred in build #5

Open
ghost opened this issue Dec 9, 2016 · 3 comments
Open

ERROR: A failure occurred in build #5

ghost opened this issue Dec 9, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 9, 2016

WARNING: 'Open.Nat/Open.Nat.nupkg' already exists. Skipping...
Successfully installed 'Open.Nat 2.1.0.0'.
cp: cannot stat './Open.NAT/lib/net45/Open.Nat.dll': No such file or directory
make: *** [Makefile:370: cli-dependencies] Error 1
==> ERROR: A failure occurred in build().
Aborting...
find: ‘/home/freshman/openra-tibsunra2-master/data/linux/arch_linux/pkg’: Permission denied

Whoops! Something went wrong. Please check possible error messages above.

@Fincer
Copy link
Owner

Fincer commented Dec 9, 2016

Hmm, strange. I can't reproduce this issue on Arch Linux and never experienced it either. It seems you get this message while building the game using the provided makefile (by OpenRA devs).

This means the compilation process itself fails. Not sure if this has anything to do with the script. The message indicates this may be an issue of missing dependencies or conflicting packages...not sure, anyway. Have you checked your system and cleaned the /data/linux/arch_linux/ folder, excluding files openra-bleed-tibsunra2.install & PKGBUILD?

Btw. I've never got any messages related to Open.Nat installation.

My building process looks like this on Arch:

==> Starting pkgver()...
==> Updated version: openra-bleed-tibsunra2 r22307.7827d50-1
==> Starting build()...
patching file mods/all/mod.yaml
patching file mods/d2/mod.yaml
patching file utility.cmd
patching file Makefile
Hunk #1 succeeded at 325 (offset 1 line).
patching file Makefile
Hunk #4 succeeded at 407 (offset 1 line).
patching file mods/all/mod.yaml
Hunk #1 succeeded at 21 (offset 1 line).
patching file mods/ra2/mod.yaml
Hunk #1 succeeded at 5 with fuzz 1.
patching file utility.cmd
Hunk #1 succeeded at 16 with fuzz 2.
patching file Makefile
Hunk #1 succeeded at 191 (offset 9 lines).
Hunk #2 succeeded at 238 (offset 12 lines).
Hunk #3 succeeded at 285 (offset 15 lines).
Hunk #4 succeeded at 427 (offset 18 lines).
Detected Lua 5.1 library at /lib/liblua.so.5.1.5
Fetching StyleCopPlus from NuGet
Eluant.dll.config has been created successfully.
Fetching StyleCop files from NuGet
Fetching ICSharpCode.SharpZipLib from NuGet
Fetching MaxMind.GeoIP2 from NuGet
Fetching SharpFont from NuGet
Fetching NUnit from NuGet
Fetching NUnit.Console from NuGet
Fetching Open.Nat from NuGet
Fetching FuzzyLogicLibrary from NuGet.
Fetching SDL2-CS from GitHub.
Fetching OpenAL-CS from GitHub.
Fetching Eluant from GitHub.
Fetching SmartIrc4net from NuGet.
Updating GeoIP country database from MaxMind.
CSC fixheader.exe
CSC OpenRA.Game.exe
CSC OpenRA.Platforms.Default.dll
CSC mods/common/OpenRA.Mods.Common.dll
CSC OpenRA.Server.exe
CSC OpenRA.Utility.exe
CSC OpenRA.exe
CSC mods/ra/OpenRA.Mods.RA.dll
CSC mods/d2/OpenRA.Mods.D2.dll
CSC mods/d2k/OpenRA.Mods.D2k.dll
CSC mods/cnc/OpenRA.Mods.Cnc.dll
CSC mods/ts/OpenRA.Mods.TS.dll
CSC mods/ra2/OpenRA.Mods.RA2.dll
==> Entering fakeroot environment...
==> Starting package()...

@ghost
Copy link
Author

ghost commented Dec 9, 2016

No, everything is clean.

@Fincer
Copy link
Owner

Fincer commented Dec 10, 2016

Have you tried

or

if the compilation succeeds by using either of them? (as a reference, so we can narrow down your issue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant