Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807655 - app-crypt/xca-2.4.0 fails to compile
Summary: app-crypt/xca-2.4.0 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-11 06:46 UTC by Agostino Sarubbo
Modified: 2021-08-12 06:07 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,628.01 KB, text/plain)
2021-08-11 06:46 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-08-11 06:46:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/xca-2.4.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-11 06:46:32 UTC
Created attachment 732097 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-11 06:46:33 UTC
Possible context of error(s):

clicklabel.h:11:10: fatal error: QLabel: No such file or directory
db.h:15:10: fatal error: QString: No such file or directory
distname.h:11:10: fatal error: QWidget: No such file or directory
validity.h:11:10: fatal error: QDateTimeEdit: No such file or directory
/var/tmp/portage/app-crypt/xca-2.4.0/work/xca-2.4.0/ui/ui_KeyDetail.h:12:10: fatal error: QtCore/QVariant: No such file or directory
/var/tmp/portage/app-crypt/xca-2.4.0/work/xca-2.4.0/ui/ui_MainWindow.h:12:10: fatal error: QtCore/QVariant: No such file or directory
/var/tmp/portage/app-crypt/xca-2.4.0/work/xca-2.4.0/ui/ui_NewX509.h:12:10: fatal error: QtCore/QVariant: No such file or directory
/var/tmp/portage/app-crypt/xca-2.4.0/work/xca-2.4.0/ui/ui_v3ext.h:12:10: fatal error: QtCore/QVariant: No such file or directory
XcaTreeView.h:11:10: fatal error: QTreeView: No such file or directory
base.h:34:36: error: missing binary operator before token "("
Comment 3 Stefan Schmid 2021-08-11 09:40:03 UTC
I had the same error and was able to fix it by installing a missing dependency (dev-qt/qthelp).
Comment 4 Larry the Git Cow gentoo-dev 2021-08-12 06:07:41 UTC
The bug has been closed via the following commit(s):

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

commit 3f464d24a48e88f441522433a7563e9d2e5c4ca6
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2021-08-12 06:06:23 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2021-08-12 06:07:36 +0000

    app-crypt/xca: add missing qthelp dependency
    
    Thanks to Stefan Schmid for tracking down the issue.
    
    Closes: https://bugs.gentoo.org/807655
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 app-crypt/xca/xca-2.4.0-r1.ebuild | 71 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)