Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 685244

Summary: =app-text/mupdf-1.15.0 undefined reference to `js_tryrepr'
Product: Gentoo Linux Reporter: Jory A. Pratt <anarchy>
Component: Current packagesAssignee: Virgil Dupras (RETIRED) <vdupras>
Status: RESOLVED FIXED    
Severity: normal CC: atoth, creideiki+gentoo-bugzilla, fabio.coatti, gentoo, gentoo, jarausch, klaus818, kolesya.ru, mark+gentoobugs, michael, perfect007gentleman, sam, steven, xaviermiller
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=685590
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Jory A. Pratt gentoo-dev 2019-05-07 03:16:24 UTC
Created attachment 575442 [details]
build.log

Refer to build.log
Comment 1 Helmut Jarausch 2019-05-07 09:36:35 UTC
dev-lang/mujs-1.0.5 doesn't contain the required entry points
js_repr and js_tryrepr

Changing 

		USE_SYSTEM_MUJS=yes \
to
		USE_SYSTEM_MUJS=no \
in the ebuild makes the package build and run just fine.
Comment 2 Virgil Dupras (RETIRED) gentoo-dev 2019-05-07 11:22:48 UTC
Yes, it seems that they started using symbols from unreleased mujs version. We'll need to use the bundled version...
Comment 3 Larry the Git Cow gentoo-dev 2019-05-07 11:31:44 UTC
The bug has been closed via the following commit(s):

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

commit e417f177e13442dae204548c4f25bb9b8142ea12
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2019-05-07 11:30:20 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2019-05-07 11:31:26 +0000

    app-text/mupdf: use bundled mujs
    
    Fixes broken building process.
    
    Closes: https://bugs.gentoo.org/685244
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/mupdf/mupdf-1.15.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
Comment 4 Virgil Dupras (RETIRED) gentoo-dev 2019-05-07 11:33:16 UTC
Sorry for breaking your world, people. That's what I get for doing a bump in the late evening.