Package Details: rlvm-git latest-1

Git Clone URL: https://aur.archlinux.org/rlvm-git.git (read-only, click to copy)
Package Base: rlvm-git
Description: RealLive clone for Linux and OSX. Git version.
Upstream URL: https://github.com/eglaysher/rlvm
Keywords: engine game
Licenses: GPL-3.0-or-later
Conflicts: rlvm
Provides: rlvm
Submitter: maz-1
Maintainer: neeshy
Last Packager: neeshy
Votes: 10
Popularity: 0.184008
First Submitted: 2015-10-14 00:54 (UTC)
Last Updated: 2024-12-24 22:03 (UTC)

Latest Comments

1 2 3 Next › Last »

neeshy commented on 2024-12-24 22:03 (UTC)

It seems like if lua51 is installed some problematic tests get pulled in. Fixed.

cyberpunkrocker commented on 2024-12-21 09:11 (UTC)

Nope, still not building:

test/script_machine/script_world.cc: In member function 'void ScriptWorld::LoadToplevelFile(const std::string&)':
test/script_machine/script_world.cc:71:36: error: 'class boost::filesystem::path' has no member named 'branch_path'
   71 |   script_dir_ = fs::path(lua_file).branch_path();
      |                                    ^~~~~~~~~~~

and

scons: *** [build/release/test/script_machine/script_world.o] Error 1

sam99 commented on 2024-12-20 04:35 (UTC)

Apparently the patches in includes.patch aren't needed anymore as the changes are already been brought upstream.

cyberpunkrocker commented on 2024-09-04 17:43 (UTC)

Ugh... The boost update to 1.86.0 broke rlvm compilation again.

cyberpunkrocker commented on 2024-08-22 12:14 (UTC)

Checksum error

==> Making package: rlvm 0.14.r91.af2ae0e6-1 (Thu Aug 22 15:12:20 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading af2ae0e649f5df370fe63e493119c1c944798044.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1879k    0 1879k    0     0  1924k      0 --:--:-- --:--:-- --:--:-- 6574k
  -> Found includes.patch
  -> Found warnings.patch
  -> Found gtk+3.patch
==> Validating source files with sha256sums...
    af2ae0e649f5df370fe63e493119c1c944798044.tar.gz ... FAILED
    includes.patch ... Passed
    warnings.patch ... Passed
    gtk+3.patch ... Passed
==> ERROR: One or more files did not pass the validity check!

cyberpunkrocker commented on 2022-06-19 14:01 (UTC)

As the boost update (again) broke rlvm, I started recompiling it as usual, but this time compilation ended with an error:

Compiling build/release/src/utilities/find_font_file.o ...
In file included from src/utilities/file.cc:28:
src/utilities/file.h:49:24: error: 'std::unique_ptr' has not been declared
   49 |                   std::unique_ptr<char[]>& fileData,
      |                        ^~~~~~~~~~
src/utilities/file.h:49:34: error: expected ',' or '...' before '<' token
   49 |                   std::unique_ptr<char[]>& fileData,
      |      
...
scons: *** [build/release/src/utilities/file.o] Error 1
scons: building terminated because of errors.
==> ERROR: A failure occurred in build().
    Aborting...

I suppose this may be caused by the recent gcc update? (11->12)

carstene1ns commented on 2017-04-01 02:48 (UTC)

The old page has been moved to a dedicated domain: http://www.rlvm.net/

raspher commented on 2017-03-30 16:07 (UTC)

upstream url do not work, ERROR 404 take https://github.com/eglaysher/rlvm/releases

uradamus commented on 2015-12-27 19:50 (UTC) (edited on 2015-12-27 19:56 (UTC) by uradamus)

This fails to build for me. Here is a dump of the terminal output in case it helps any: http://pastebin.com/iv5kQj0e The other rlvm package on here also fails to build, in the comments for that one someone mentioned something about an issue with building luabind with the latest versions of boost, in case that might be relevant to this package as well, here are some links: https://aur.archlinux.org/packages/rlvm/ https://github.com/luabind/luabind/issues/27 https://github.com/DennisOSRM/luabind/pull/3 EDIT: Oh, also, forgot to mention, the upstream URL has also been changed for this project, so might be worth updating that here: http://www.rlvm.net/

kettle commented on 2015-01-10 22:04 (UTC)

This fails to build, but the workaround by alex85k here: https://github.com/luabind/luabind/issues/27 fixes it.