Package Details: urho3d-git 1.5.r717.g8d2c723-1

Git Clone URL: https://aur.archlinux.org/urho3d-git.git (read-only, click to copy)
Package Base: urho3d-git
Description: Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license. This is git version of this package.
Upstream URL: http://urho3d.github.io
Keywords: 3D engine game git
Licenses: MIT
Conflicts: urho3d
Provides: urho3d
Replaces: urho3d
Submitter: robus
Maintainer: robus
Last Packager: robus
Votes: 1
Popularity: 0.000000
First Submitted: 2015-09-06 14:12 (UTC)
Last Updated: 2016-04-28 13:31 (UTC)

Latest Comments

MarsSeed commented on 2022-03-14 18:50 (UTC)

For me the build was successful, but then it failed at the last line of package():

# package() last command: "rm lua luac"

rm: cannot remove 'lua': No such file or directory
rm: cannot remove 'luac': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
error: failed to build 'urho3d-git-1.5.r717.g8d2c723-1'

Inside package() please kindly replace rm lua luac with rm luajit because the latter is the new Lua runner.

Also I suggest adding depends=(luajit) to PKGBUILD.

kleintux commented on 2021-07-27 16:23 (UTC)

doesn't build anymore.


/usr/bin/ld: ../../../lib/libUrho3D.a(SDL_evdev_kbd.c.o):(.bss+0x38): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../../lib/libUrho3D.a(SDL_video.c.o):(.bss+0x28): first defined here
/usr/bin/ld: ../../../lib/libUrho3D.a(SDL_evdev_kbd.c.o):(.bss+0x40): multiple definition of `WAYLAND_wl_proxy_create'; ../../../lib/libUrho3D.a(SDL_video.c.o):(.bss+0x30): first defined here
/usr/bin/ld: ../../../lib/libUrho3D.a(SDL_evdev_kbd.c.o):(.bss+0x48): multiple definition of `WAYLAND_wl_proxy_marshal'; ../../../lib/libUrho3D.a(SDL_video.c.o):(.bss+0x38): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Source/Tools/Urho3DPlayer/CMakeFiles/Urho3DPlayer.dir/build.make:98: bin/Urho3DPlayer] Error 1
make[1]: *** [CMakeFiles/Makefile2:2434: Source/Tools/Urho3DPlayer/CMakeFiles/Urho3DPlayer.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'urho3d-git-1.5.r717.g8d2c723-1': 
error: packages failed to buid: urho3d-git-1.5.r717.g8d2c723-1