Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685244 - =app-text/mupdf-1.15.0 undefined reference to `js_tryrepr'
Summary: =app-text/mupdf-1.15.0 undefined reference to `js_tryrepr'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Virgil Dupras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-07 03:16 UTC by Jory A. Pratt
Modified: 2020-08-14 02:46 UTC (History)
14 users (show)

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


Attachments
build.log (build.log,232.56 KB, text/plain)
2019-05-07 03:16 UTC, Jory A. Pratt
Details

Note You need to log in before you can comment on or make changes to this bug.
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.