Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673864 - games-engines/openmw-0.44.0 with dev-games/openscenegraph-3.6.3 - segmentation fault in ? at ?
Summary: games-engines/openmw-0.44.0 with dev-games/openscenegraph-3.6.3 - segmentatio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey
URL:
Whiteboard:
Keywords: PullRequest, UPSTREAM
Depends on:
Blocks:
 
Reported: 2018-12-28 04:02 UTC by Francois Chenier
Modified: 2020-07-08 05:44 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Chenier 2018-12-28 04:02:39 UTC
OpenMW engine crash with signal 11 if is used latest stable OSG-OpenSceneGraph 3.6. It's all discussed in this thread

https://github.com/openscenegraph/OpenSceneGraph/issues/655

Please restrict games-engines/openmw-0.44 OSG dependency to =dev-games/openscenegraph-3.5.5:=[ffmpeg,jpeg,png,sdl,svg,truetype,zlib] (not >= than)
Comment 1 Michael Perlov 2019-09-15 09:46:15 UTC
Also, OpenMW with OSG-3.6.* crashes upon saving (SEGV)
Tried with upstream 3.6.4 and latest forked 3.6.2_rc1 from https://github.com/OpenMW/osg

Works fine with forked 3.4.1 version, which is recommended for OpenMW

Not tested with 3.5.*

https://gitlab.com/OpenMW/openmw/issues/5117
Comment 2 Larry the Git Cow gentoo-dev 2020-07-08 05:44:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82798aecb9bff3f2a3c883b7f2fc14dc58ff0010

commit 82798aecb9bff3f2a3c883b7f2fc14dc58ff0010
Author:     Alexey Sokolov <sokolov@google.com>
AuthorDate: 2020-05-29 07:40:37 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-07-08 05:44:29 +0000

    games-engines/openmw: version bump - 0.46.0
    
    Add option to use forked OSG
    
    Fix build on ~arch, fix tests on i686, fix installation on Prefix
    
    Closes: https://bugs.gentoo.org/673864
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Closes: https://github.com/gentoo/gentoo/pull/16000
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 games-engines/openmw/Manifest                      |   2 +
 .../openmw/files/openmw-0.46.0-fix-cast.patch      | 214 +++++++++++++
 .../openmw/files/openmw-0.46.0-floattest2.patch    | 139 +++++++++
 .../files/openmw-0.46.0-missing-include.patch      |  19 ++
 .../openmw/files/openmw-0.46.0-mygui-license.patch |  16 +
 .../files/openmw-0.46.0-nifbullet-test.patch       | 335 +++++++++++++++++++++
 .../files/openmw-0.46.0-recastnavigation.patch     |  24 ++
 games-engines/openmw/metadata.xml                  |   2 +
 games-engines/openmw/openmw-0.46.0.ebuild          | 161 ++++++++++
 games-engines/openmw/openmw-9999.ebuild            |  32 +-
 10 files changed, 933 insertions(+), 11 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f618175eb32e95a00361c9af621febaa4de09c

commit 74f618175eb32e95a00361c9af621febaa4de09c
Author:     Alexey Sokolov <sokolov@google.com>
AuthorDate: 2020-05-29 01:22:32 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-07-08 05:44:28 +0000

    dev-games/openscenegraph-openmw: new package
    
    This is mostly copied from openscenegraph-3.5.5.ebuild
    
    Bug: https://bugs.gentoo.org/673864
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-games/openscenegraph-openmw/Manifest           |   1 +
 .../files/openscenegraph-3.4-cmake.patch           |  87 ++++++++++++
 .../files/openscenegraph-3.5.1-jpeg-9.patch        |  34 +++++
 .../files/openscenegraph-3.6.3-docdir.patch        |  73 ++++++++++
 dev-games/openscenegraph-openmw/metadata.xml       |  28 ++++
 .../openscenegraph-openmw-3.4_p20200425.ebuild     | 156 +++++++++++++++++++++
 6 files changed, 379 insertions(+)