https://forum.openmw.org/viewtopic.php?f=8&t=3544
It's fixed now.
Search Criteria
Package Details: openmw-git 0.48.0.r5496.g8471cfb576-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openmw-git.git (read-only, click to copy) |
---|---|
Package Base: | openmw-git |
Description: | An open-source engine reimplementation for the role-playing game Morrowind. |
Upstream URL: | http://www.openmw.org |
Licenses: | custom, MIT, GPL-3.0-or-later |
Conflicts: | openmw |
Provides: | openmw |
Submitter: | None |
Maintainer: | bwrsandman (Lone_Wolf) |
Last Packager: | Lone_Wolf |
Votes: | 30 |
Popularity: | 0.000105 |
First Submitted: | 2011-01-05 16:17 (UTC) |
Last Updated: | 2024-06-25 12:42 (UTC) |
Dependencies (20)
- boost-libs
- bullet-dp
- ffmpeg4.4
- libxt
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- mygui-openmwAUR
- openal (openal-gitAUR)
- openscenegraph-openmw-gitAUR
- qt6-base (qt6-base-gitAUR, qt6-base-noguiAUR, qt6-base-headlessAUR)
- qt6-svg
- recastnavigation-openmwAUR
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- sqlite (sqlite-fossilAUR)
- unshield (unshield-gitAUR)
- yaml-cpp
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- debugedit (debugedit-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
Required by (1)
- openmw-tes3mp (requires openmw) (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 Next › Last »
darkbasic commented on 2016-05-12 14:54 (UTC)
bwrsandman commented on 2016-05-10 16:51 (UTC)
@darkbasic This indeed looks like a bug brought on by the update of gcc to 6.1.1.
I suggest you bring this up on the openmw support forums [1] or the issue tracker [2]. Make sure to specify the compiler you're using.
[1] https://forum.openmw.org/viewforum.php?f=8&sid=ffbbe975667fa0ebba0d865d0776a00f
[2] https://bugs.openmw.org/
darkbasic commented on 2016-05-10 16:16 (UTC)
[ 17%] Building CXX object components/CMakeFiles/components.dir/files/configurationmanager.cpp.o
In file included from /usr/include/c++/6.1.1/unordered_map:35:0,
from /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.hpp:7,
from /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:1:
/usr/include/c++/6.1.1/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support \
^~~~~
[ 17%] Building CXX object components/CMakeFiles/components.dir/files/lowlevelfile.cpp.o
[ 17%] Building CXX object components/CMakeFiles/components.dir/files/constrainedfilestream.cpp.o
[ 17%] Building CXX object components/CMakeFiles/components.dir/compiler/controlparser.cpp.o
[ 17%] Building CXX object components/CMakeFiles/components.dir/compiler/errorhandler.cpp.o
[ 17%] Building CXX object components/CMakeFiles/components.dir/compiler/exprparser.cpp.o
[ 17%] Building CXX object components/CMakeFiles/components.dir/compiler/extensions.cpp.o
In file included from /home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:1:0:
/home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.hpp:56:22: error: ‘unordered_map’ in namespace ‘std’ does not name a template type
typedef std::unordered_map<std::string, path_type_f> TokensMappingContainer;
^~~~~~~~~~~~~
/home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.hpp:71:9: error: ‘TokensMappingContainer’ does not name a type
TokensMappingContainer mTokensMapping;
^~~~~~~~~~~~~~~~~~~~~~
/home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp: In member function ‘void Files::ConfigurationManager::setupTokensMapping()’:
/home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:47:5: error: ‘mTokensMapping’ was not declared in this scope
mTokensMapping.insert(std::make_pair(localToken, &FixedPath<>::getLocalPath));
^~~~~~~~~~~~~~
/home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp: In member function ‘void Files::ConfigurationManager::processPaths(Files::PathContainer&, bool)’:
/home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:88:17: error: ‘TokensMappingContainer’ has not been declared
TokensMappingContainer::iterator tokenIt = mTokensMapping.find(path.substr(0, pos + 1));
^~~~~~~~~~~~~~~~~~~~~~
/home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:89:21: error: ‘tokenIt’ was not declared in this scope
if (tokenIt != mTokensMapping.end())
^~~~~~~
/home/niko/.cache/pacaur/openmw-git/src/openmw/components/files/configurationmanager.cpp:89:32: error: ‘mTokensMapping’ was not declared in this scope
if (tokenIt != mTokensMapping.end())
^~~~~~~~~~~~~~
components/CMakeFiles/components.dir/build.make:3470: set di istruzioni per l'obiettivo "components/CMakeFiles/components.dir/files/configurationmanager.cpp.o" non riuscito
make[2]: *** [components/CMakeFiles/components.dir/files/configurationmanager.cpp.o] Errore 1
make[2]: *** Attesa per i processi non terminati....
CMakeFiles/Makefile2:340: set di istruzioni per l'obiettivo "components/CMakeFiles/components.dir/all" non riuscito
make[1]: *** [components/CMakeFiles/components.dir/all] Errore 2
Makefile:127: set di istruzioni per l'obiettivo "all" non riuscito
make: *** [all] Errore 2
EndlessEden commented on 2016-02-08 19:53 (UTC)
please fix following:
mygui(>=3.3.1){git compiles fine. GL version is quite a bit faster as well}
ffmpeg(>=2.8.6){OSG uses >2.8.6, and wont compile against newer. not necessarily a issue, but can lead to problems.}
SDL2(note: i cant verify but sdl2-hg may be breaking openmw at the moment.)
zenolijo commented on 2015-12-02 20:15 (UTC)
Just like everyone else, it messed aroound with qt5 but it compiled just fine anyways.
A dependency that is missing is libxkbcommon-x11 though, please add that.
NOTtheMessiah commented on 2015-11-29 04:08 (UTC)
Needs a cmake option for openmw-cs to work: -DDESIRED_QT_VERSION=5
<deleted-account> commented on 2015-07-14 06:58 (UTC)
:: Proceed with installation? [Y/n]
(23/23) checking keys in keyring [----------------------] 100%
(23/23) checking package integrity [----------------------] 100%
(23/23) loading package files [----------------------] 100%
(23/23) checking for file conflicts [----------------------] 100%
(23/23) checking available disk space [----------------------] 100%
( 1/23) reinstalling qt5-base [----------------------] 100%
( 2/23) reinstalling qt5-xmlpatterns [----------------------] 100%
( 3/23) reinstalling qt5-declarative [----------------------] 100%
( 4/23) reinstalling qt5-connectivity [----------------------] 100%
( 5/23) reinstalling qt5-enginio [----------------------] 100%
( 6/23) reinstalling qt5-graphicaleffects [----------------------] 100%
( 7/23) reinstalling qt5-imageformats [----------------------] 100%
( 8/23) reinstalling qt5-location [----------------------] 100%
( 9/23) reinstalling qt5-multimedia [----------------------] 100%
(10/23) reinstalling qt5-sensors [----------------------] 100%
(11/23) reinstalling qt5-webchannel [----------------------] 100%
(12/23) reinstalling qt5-webkit [----------------------] 100%
(13/23) reinstalling qt5-script [----------------------] 100%
(14/23) reinstalling qt5-quick1 [----------------------] 100%
(15/23) reinstalling qt5-quickcontrols [----------------------] 100%
(16/23) reinstalling qt5-serialport [----------------------] 100%
(17/23) reinstalling qt5-svg [----------------------] 100%
(18/23) reinstalling qt5-translations [----------------------] 100%
(19/23) reinstalling qt5-tools [----------------------] 100%
(20/23) reinstalling qt5-wayland [----------------------] 100%
(21/23) reinstalling qt5-webengine [----------------------] 100%
(22/23) reinstalling qt5-websockets [----------------------] 100%
(23/23) reinstalling qt5-x11extras [----------------------] 100%
==> Missing dependencies:
-> qt5
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
==> ERROR: Makepkg was unable to build openmw-git.
==> Restart building openmw-git ? [y/N]
==> -----------------------------------
==>
==> ERROR: unable to update
==> Packages no longer required by any installed package:
qt5-connectivity qt5-enginio qt5-graphicaleffects qt5-imageformats
qt5-multimedia qt5-quick1 qt5-quickcontrols qt5-serialport qt5-wayland
qt5-webengine qt5-websockets
weedfreak commented on 2014-12-05 11:59 (UTC)
Ignore last comment about OpenCS, you just need to open and close the config screen to rebuild the cfg file.
weedfreak commented on 2014-11-27 12:05 (UTC)
This fails to compile with boost 1.57, you need to downgrade boost to 1.56 to get it to compile.
Once it has compiled it does not install OpenCS, only OpenMW.
marzoul commented on 2013-08-21 08:32 (UTC)
OpenMW now depends on the 'unshield' package and fails to compile without it. In Community repo. Can you please add it as a dependency?
Pinned Comments
Lone_Wolf commented on 2022-06-17 10:07 (UTC)
openmw-git has been found to require a sizable amount of temporary space during building.
The available amount depends on system specifics so is different for all systems. In case build fails with "no space left on device" you may be bitten by this.
See https://bbs.archlinux.org/viewtopic.php?id=277304 for details and possible solutions.
bwrsandman commented on 2016-09-24 14:59 (UTC) (edited on 2018-11-22 17:28 (UTC) by bwrsandman)
Please refrain from flagging the git version as out date when a new release comes out. The git aur packages update their version on install time based on the tags of the git repo.
Keep in mind that this is a VCS package and it is meant to be in line with the latest master which might not always work. It is not meant to follow the release pattern in any particularly smart way and assumes that upstream maintains their tags consistently.
For the newest release, the correct page is https://www.archlinux.org/packages/?q=openmw