Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669010 - dev-qt/qtgui-5.11.2 - qopenglprogrambinarycache.cpp:(.text+0xd66): undefined reference to `qt_open64(char const*, int, unsigned int)'
Summary: dev-qt/qtgui-5.11.2 - qopenglprogrambinarycache.cpp:(.text+0xd66): undefined ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Qt Bug Alias
URL: https://codereview.qt-project.org/#/c...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-10-19 11:03 UTC by Sylvia
Modified: 2018-10-19 20:23 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 Sylvia 2018-10-19 11:03:29 UTC
Linking fails due to
.obj/qopenglprogrambinarycache.o: In function `QOpenGLProgramBinaryCache::load(QByteArray const&, unsigned int)':
qopenglprogrambinarycache.cpp:(.text+0xd66): undefined reference to `qt_open64(char const*, int, unsigned int)'

please check link for details and patch
https://codereview.qt-project.org/#/c/240702/


Reproducible: Always
Comment 1 Sylvia 2018-10-19 11:26:40 UTC
Just tested the patch, builds and links fine. But need to apply to qtcore.
Comment 2 Larry the Git Cow gentoo-dev 2018-10-19 20:23:45 UTC
The bug has been closed via the following commit(s):

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

commit 6151f696be8a9c1f35f708a30fc884d30fe5605b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-10-19 20:07:24 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-10-19 20:23:29 +0000

    dev-qt/qtcore: Fix build with x86
    
    Thanks-to: Sylvia <fierevere@ya.ru>
    Closes: https://bugs.gentoo.org/669010
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/qtcore-5.11.2-export-qt_open64.patch     | 31 +++++++++
 dev-qt/qtcore/qtcore-5.11.2-r1.ebuild              | 79 ++++++++++++++++++++++
 2 files changed, 110 insertions(+)