Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762397 - app-text/qpdfview: build failure with bash-5.1
Summary: app-text/qpdfview: build failure with bash-5.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: bash-5.1
  Show dependency tree
 
Reported: 2020-12-29 10:32 UTC by Ionen Wolkens
Modified: 2021-01-10 18:39 UTC (History)
2 users (show)

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


Attachments
build.log + emerge --info (build.log-emerge.info.txt,7.55 KB, text/plain)
2020-12-29 10:32 UTC, Ionen Wolkens
Details
0001-app-text-qpdfview-fix-build-with-bash-5.1.patch (0001-app-text-qpdfview-fix-build-with-bash-5.1.patch,1.41 KB, patch)
2020-12-29 10:33 UTC, Ionen Wolkens
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ionen Wolkens gentoo-dev 2020-12-29 10:32:44 UTC
Created attachment 680152 [details]
build.log + emerge --info

Here we have:
    local myqmakeargs=(
        qpdfview.pro
        CONFIG+="${myconfig[@]}"
        PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
    )

Which similarly to other bugs, with bash-5.1, leads to:
    Cannot find file: without_djvu.
    Cannot find file: without_synctex.
    Cannot find file: without_ps.
Comment 1 Ionen Wolkens gentoo-dev 2020-12-29 10:33:34 UTC
Created attachment 680155 [details, diff]
0001-app-text-qpdfview-fix-build-with-bash-5.1.patch
Comment 2 Larry the Git Cow gentoo-dev 2021-01-10 18:39:05 UTC
The bug has been closed via the following commit(s):

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

commit c19372a283f49698a80187d32d92634a84b75244
Author:     Ionen Wolkens <sudinave@gmail.com>
AuthorDate: 2020-12-29 10:31:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-01-10 18:38:25 +0000

    app-text/qpdfview: fix build with bash-5.1
    
    Closes: https://bugs.gentoo.org/762397
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18.ebuild    | 2 +-
 app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)