Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775182 - games-arcade/jvgs at runtime: Error - /usr/share/jvgs/main.lua: /usr/share/jvgs/main.lua:1: module 'resources/modules/common' not found
Summary: games-arcade/jvgs at runtime: Error - /usr/share/jvgs/main.lua: /usr/share/jv...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2021-03-10 00:29 UTC by Samuel Bauer
Modified: 2025-01-02 00:14 UTC (History)
1 user (show)

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


Attachments
patch for the ebuild (ebuild.patch,761 bytes, patch)
2021-03-10 00:29 UTC, Samuel Bauer
Details | Diff
patch to chdir from the game: files/jvgs-0.5-path.patch (jvgs-0.5-path.patch,577 bytes, patch)
2021-03-10 00:31 UTC, Samuel Bauer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bauer 2021-03-10 00:29:56 UTC
Created attachment 690405 [details, diff]
patch for the ebuild

Got to chdir before being able to play jvgs:
    cd /usr/share/jvgs/; jvgs
Or just apply a patch before compiling


Error - /usr/share/jvgs/main.lua: /usr/share/jvgs/main.lua:1: module 'resources/modules/common' not found:
        no field package.preload['resources/modules/common']
        no file './resources/modules/common.lua'
        no file '/usr/share/lua/5.1/resources/modules/common.lua'
        no file '/usr/share/lua/5.1/resources/modules/common/init.lua'
        no file '/usr/lib64/lua/5.1/resources/modules/common.lua'
        no file '/usr/lib64/lua/5.1/resources/modules/common/init.lua'
        no file '/usr/share/lua/5.1/resources/modules/common.lua'
        no file '/usr/share/lua/5.1/resources/modules/common/init.lua'
        no file './resources/modules/common.so'
        no file '/usr/lib64/lua/5.1/resources/modules/common.so'
        no file '/usr/lib64/lua/5.1/resources/modules/common.so'
        no file '/usr/lib64/lua/5.1/loadall.so'
Comment 1 Samuel Bauer 2021-03-10 00:31:33 UTC
Created attachment 690411 [details, diff]
patch to chdir from the game: files/jvgs-0.5-path.patch
Comment 2 Larry the Git Cow gentoo-dev 2025-01-02 00:14:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5dd02604ecf4615dc0f5deb1a7c1fde502614e

commit 1c5dd02604ecf4615dc0f5deb1a7c1fde502614e
Author:     Michael Mair-Keimberger <mmk@levelnine.at>
AuthorDate: 2024-12-26 12:33:28 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2025-01-02 00:11:38 +0000

    games-arcade/jvgs: add 0.5.1
    
    Closes: https://bugs.gentoo.org/775182
    Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
    Closes: https://github.com/gentoo/gentoo/pull/39846
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 games-arcade/jvgs/Manifest                  |  1 +
 games-arcade/jvgs/files/jvgs-0.5-path.patch | 32 +++++++++++++++
 games-arcade/jvgs/jvgs-0.5.1.ebuild         | 60 +++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+)