package() function fails to run with the error:
cp: cannot stat '/home/fusion809/AUR/openra-git/src/RA2/*.yaml': No such file or directory
There are a few other errors that occur when this issue is fixed, so here is the fixed PKGBUILD https://gist.github.com/6777e0f84433e756be3615cf640ac6af.
Search Criteria
Package Details: openra-git 20220709.ga03e794140-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openra-git.git (read-only, click to copy) |
---|---|
Package Base: | openra-git |
Description: | An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL. -GIT VERSION |
Upstream URL: | http://www.openra.net |
Licenses: | GPL3 |
Conflicts: | openra |
Provides: | openra |
Submitter: | EndlessEden |
Maintainer: | EndlessEden |
Last Packager: | EndlessEden |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-24 06:08 (UTC) |
Last Updated: | 2022-07-08 17:47 (UTC) |
Dependencies (16)
- desktop-file-utils (desktop-file-utils-gitAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- lua51 (luajit-symlinksAUR)
- mono (mono-gitAUR)
- openal (openal-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- mono-msbuild (make)
- msbuild (mono-msbuild-gitAUR, mono-msbuild) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Required by (1)
- openra-ra2-git (make)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
fusion809 commented on 2017-08-14 21:21 (UTC) (edited on 2017-08-14 21:56 (UTC) by fusion809)
EndlessEden commented on 2017-05-25 16:55 (UTC) (edited on 2017-06-14 17:48 (UTC) by EndlessEden)
//I have a updated PKGBUILD coming, will update ASAP.
//**having spotty internet**
Updated
EndlessEden commented on 2016-10-01 16:46 (UTC)
Stop trying to hijack my aur package. The package version will automatically update on your system.
This is _NOT_ a bug on aur. Please stop disowning my pkgbuilds.
ptkato commented on 2016-09-25 18:54 (UTC)
Can't update:
==> Starting build()...
Fetching StyleCopPlus from NuGet
unzip: cannot find or open StyleCopPlus.MSBuild.zip, StyleCopPlus.MSBuild.zip.zip or StyleCopPlus.MSBuild.zip.ZIP.
make: *** [Makefile:339: cli-dependencies] Error 9
==> ERROR: A failure occurred in build().
Aborting...
EndlessEden commented on 2016-04-25 19:37 (UTC)
Last update should of fixed some of the issues with package version and binary identification.
But i cant reproduce the problem your experiencing, on my end. i have no idea why you are crashing, is segfault called or is the application exiting like normal?
greenmanalishi commented on 2016-02-29 15:28 (UTC)
Game crashes on load. Branch bleed. Can you reproduce? https://github.com/OpenRA/OpenRA/issues/10849
EndlessEden commented on 2015-12-24 08:07 (UTC)
Cant figure out why its using that pkgver, the script should set it to the ACTUAL most recent commit date... instead, its picking the most recent release version from somewhere...
Pinned Comments
EndlessEden commented on 2021-08-21 04:03 (UTC)
Major Update: PKGBUILD mostly rewritten, earlier references to D2/R2 mods removed. Dependencies updated/fixed alongside optional dependancies including all known Openra mods.
NOTE: PKGBUILD now packages a copy of the source code at the time of building into /usr/lib/openra/src/; This is for building mods against and it is /not/ a mistake. Mods are built against a client version and /only/ work with that version. So without it, you would need to rebuild openra-git and all mods built against it every time you want to install a new mod. - However, this means a increase in install/package size by about 40%.
EndlessEden commented on 2017-08-16 00:13 (UTC) (edited on 2020-07-30 06:05 (UTC) by EndlessEden)
Updated: Fixed the removal of "make dependencies" upstream;
will be removing old entries for RA2/D2 soon, as building against upstream is not possible as RA2/D2 are lagging behind too much in updating their engine compatibility.