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

Bug 762397

Summary: app-text/qpdfview: build failure with bash-5.1
Product: Gentoo Linux Reporter: Ionen Wolkens <ionen>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal CC: ionen, josef64
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 762394    
Attachments: build.log + emerge --info
0001-app-text-qpdfview-fix-build-with-bash-5.1.patch

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(-)