Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784461 - dev-lang/mujs-1.1.1 has wrong entry in mujs.pc, mpv fails to find it
Summary: dev-lang/mujs-1.1.1 has wrong entry in mujs.pc, mpv fails to find it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-20 14:37 UTC by N. Andrew Walsh
Modified: 2021-04-20 15:02 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 N. Andrew Walsh 2021-04-20 14:37:44 UTC
/usr/lib64/pkgconfig/mujs.pc has this line:

Version: mujs-1.1.1

This causes mpv to be unable to determine the mujs version (or even find it) and thus mpv fails to emerge. Changing that line to read:

Version: 1.1.1

works around the problem.

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-20 14:38:08 UTC
Thanks!
Comment 2 Larry the Git Cow gentoo-dev 2021-04-20 15:02:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681e9ce6e681e34f6ecf6e39fdfe004988001d64

commit 681e9ce6e681e34f6ecf6e39fdfe004988001d64
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-20 15:01:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-20 15:02:01 +0000

    dev-lang/mujs: fix pkgconfig file
    
    Closes: https://bugs.gentoo.org/784461
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/mujs/{mujs-1.1.1-r1.ebuild => mujs-1.1.1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

commit be78859f4e155e58328f8980762602cd7aff1e2d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-20 14:23:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-20 14:23:28 +0000

    dev-lang/mujs: fix pkgconfig file
    
    Closes: https://bugs.gentoo.org/784461
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/mujs/{mujs-1.1.1.ebuild => mujs-1.1.1-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)