Summary: | dev-qt/qtdeclarative-5.15.1 Compile Failure QtGui/private/qopenglextensions_p.h errors in build log | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ad01932 |
Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | Keywords: | Bug |
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | qtdeclarative-5.15.1 build log |
Description
ad01932
2020-11-30 14:17:43 UTC
I've updated to Python 3.8 from the world update. emerge -avuDN @world --with-bdeps=y Then rebuilt system last night with: emerge -aev @system Then after this I rebuilt QT again with: export FEATURES="-ccache"; emerge -avq1 `eix -I "dev-qt/*" -# ` The finally tried to install qtdeclarative-5.15.1 again: export FEATURES="-ccache"; PORT_LOGDIR=/var/log/portage emerge -av1 dev-qt/qtdeclarative This succeeded. From what I can tell the original issue may have been the import for qopenglextensions_p.h in qtgui not working. It's not clear why rebuilding dev-qt packages did not work. Nor why prior versions had no issues. I would have preferred to reproduce the bug, but I'm not sure how easily I will be able to. I need to update my laptop which is a similar set up, perhaps I'll see if I can create a snapshot of the LVM to roll back or a copy of the install then chroot and try the upgrade and see if it fails in the same way. I'll try and update this in the next couple of days with my findings. I cannot reproduce the error unfortunately. The laptop install was fine. Let's assume the usual nvidia-drivers eselect-opengl libglvnd standoff. |