Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 668684 - app-text/mupdf-1.14.0 installs static libraries instead of shared library
Summary: app-text/mupdf-1.14.0 installs static libraries instead of shared library
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-15 07:48 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-10-15 20:10 UTC (History)
1 user (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 Arfrever Frehtes Taifersar Arahesis 2018-10-15 07:48:27 UTC
...
--- /usr/lib64/
>>> /usr/lib64/libmupdf-third.a
>>> /usr/lib64/libmupdf.a
--- /usr/lib64/pkgconfig/
>>> /usr/lib64/pkgconfig/mupdf.pc
...
--- replaced obj /usr/lib64/pkgconfig/mupdf.pc
--- replaced dir /usr/lib64/pkgconfig
<<<          obj /usr/lib64/libmupdf.so.1.13.0
<<<          sym /usr/lib64/libmupdf.so
--- replaced dir /usr/lib64
...


$ ls /usr/lib64/libmupdf*
/usr/lib64/libmupdf-third.a  /usr/lib64/libmupdf.a
Comment 1 Virgil Dupras (RETIRED) gentoo-dev 2018-10-15 14:41:54 UTC
It seems that I broke that in my latest release. Thanks for the report, fix incoming.
Comment 2 Larry the Git Cow gentoo-dev 2018-10-15 14:43:06 UTC
The bug has been closed via the following commit(s):

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

commit 84450c429203901c5de4e786b4413fbb5f25d731
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2018-10-15 14:41:38 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2018-10-15 14:41:38 +0000

    app-text/mupdf: fix shared library build
    
    Closes: https://bugs.gentoo.org/668684
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-text/mupdf/files/mupdf-1.14-Makefile.patch     | 46 ++++++++++++++++++++++
 app-text/mupdf/files/mupdf-1.14-debug-build.patch  | 13 ------
 ...{mupdf-1.14.0.ebuild => mupdf-1.14.0-r1.ebuild} | 11 ++----
 3 files changed, 50 insertions(+), 20 deletions(-)
Comment 3 Arfrever Frehtes Taifersar Arahesis 2018-10-15 19:50:15 UTC
app-text/mupdf-1.13.0-r1 installs libmupdf.so.1.13.0 (regular file) and libmupdf.so symbolic link pointing to libmupdf.so.1.13.0.

app-text/mupdf-1.14.0-r1 installs libmupdf.so.1.14.0 (regular file), but does not install libmupdf.so symbolic link. This symbolic link is needed to allow reverse dependencies to use -lmupdf linker option.
Comment 4 Larry the Git Cow gentoo-dev 2018-10-15 20:10:13 UTC
The bug has been closed via the following commit(s):

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

commit 31214043d0b07fc7c917073cc48bd46d2747171f
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2018-10-15 20:09:33 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2018-10-15 20:09:33 +0000

    app-text/mupdf: fix shared library build (again)
    
    Urg, I'm bad.
    
    Closes: https://bugs.gentoo.org/668684
    Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-text/mupdf/{mupdf-1.14.0-r1.ebuild => mupdf-1.14.0-r2.ebuild} | 2 ++
 1 file changed, 2 insertions(+)