Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812245 - app-text/coolreader-3.2.59: an incomplete list of dependencies
Summary: app-text/coolreader-3.2.59: an incomplete list of dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-09 09:08 UTC by Aleksey Chernov
Modified: 2021-09-13 14:52 UTC (History)
0 users

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 Aleksey Chernov 2021-09-09 09:08:21 UTC
An incomplete list of runtime and build dependencies:
New dependencies since 3.2.58: 
  >=app-arch/zstd-1.4.0 (new cache compression)
  dev-libs/libutf8proc (optional, but without this library hyphenation may not work in some languages).

CMakeLists.txt in upstream:
https://github.com/buggins/coolreader/blob/master/CMakeLists.txt

Reproducible: Always

Reproducible: Always




# emerge -pv coolreader

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ~] app-text/coolreader-3.2.59::gentoo  USE="-wxwidgets" 0 KiB

# lddtree /usr/bin/cr3
cr3 => /usr/bin/cr3 (interpreter => /lib64/ld-linux-x86-64.so.2)
    libjpeg.so.62 => /usr/lib64/libjpeg.so.62
    libfreetype.so.6 => /usr/lib64/libfreetype.so.6
        libbz2.so.1 => /lib64/libbz2.so.1
    libharfbuzz.so.0 => /usr/lib64/libharfbuzz.so.0
        libgraphite2.so.3 => /usr/lib64/libgraphite2.so.3
        libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0
            libpcre.so.1 => /lib64/libpcre.so.1
        libpthread.so.0 => /lib64/libpthread.so.0
            ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2
    libpng16.so.16 => /usr/lib64/libpng16.so.16
    libz.so.1 => /lib64/libz.so.1
    libfribidi.so.0 => /usr/lib64/libfribidi.so.0
    libunibreak.so.3 => /usr/lib64/libunibreak.so.3
    libzstd.so.1 => /usr/lib64/libzstd.so.1
    libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1
        libexpat.so.1 => /usr/lib64/libexpat.so.1
        libuuid.so.1 => /lib64/libuuid.so.1
    libutf8proc.so.2 => /usr/lib64/libutf8proc.so.2
    libQt5Widgets.so.5 => /usr/lib64/libQt5Widgets.so.5
    libQt5Gui.so.5 => /usr/lib64/libQt5Gui.so.5
        libGL.so.1 => /usr/lib64/libGL.so.1
            libGLdispatch.so.0 => /usr/lib64/libGLdispatch.so.0
                libdl.so.2 => /lib64/libdl.so.2
            libGLX.so.0 => /usr/lib64/libGLX.so.0
                libX11.so.6 => /usr/lib64/libX11.so.6
                    libxcb.so.1 => /usr/lib64/libxcb.so.1
                        libXau.so.6 => /usr/lib64/libXau.so.6
                        libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6
                            libbsd.so.0 => /usr/lib64/libbsd.so.0
    libQt5Core.so.5 => /usr/lib64/libQt5Core.so.5
        libdouble-conversion.so.3 => /usr/lib64/libdouble-conversion.so.3
        libicui18n.so.69 => /usr/lib64/libicui18n.so.69
        libicuuc.so.69 => /usr/lib64/libicuuc.so.69
            libicudata.so.69 => /usr/lib64/libicudata.so.69
        libpcre2-16.so.0 => /usr/lib64/libpcre2-16.so.0
    libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libstdc++.so.6
    libm.so.6 => /lib64/libm.so.6
    libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/libgcc_s.so.1
    libc.so.6 => /lib64/libc.so.6
Comment 1 Larry the Git Cow gentoo-dev 2021-09-13 14:52:44 UTC
The bug has been closed via the following commit(s):

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

commit 68ae56240c49bb10a7a0109adada6611bfe22471
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2021-09-13 14:51:37 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2021-09-13 14:52:25 +0000

    app-text/coolreader: fix compiling with USE=wxwidgets
    
    Also missing dependencies added
    Closes: https://bugs.gentoo.org/811342
    Closes: https://bugs.gentoo.org/812245
    Package-Manager: Portage-3.0.23, Repoman-3.0.3
    Signed-off-by: Andrey Grozin <grozin@gentoo.org>

 app-text/coolreader/coolreader-3.2.59-r1.ebuild | 71 +++++++++++++++++++++++++
 1 file changed, 71 insertions(+)