Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 801541 - dev-util/qbs-1.19.1 fails to compile: changeset.cpp:42:10: fatal error: QtGui/qtextcursor.h: No such file or directory
Summary: dev-util/qbs-1.19.1 fails to compile: changeset.cpp:42:10: fatal error: QtGui...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL: https://codereview.qt-project.org/c/q...
Whiteboard:
Keywords: UPSTREAM
: 838037 (view as bug list)
Depends on:
Blocks: missing-depend
  Show dependency tree
 
Reported: 2021-07-11 08:54 UTC by Agostino Sarubbo
Modified: 2024-05-05 02:40 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,61.96 KB, text/plain)
2021-07-11 08:54 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-07-11 08:54:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/qbs-1.19.1 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-07-11 08:54:55 UTC
Created attachment 723202 [details]
build.log

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

api/changeset.cpp:42:10: fatal error: QtGui/qtextcursor.h: No such file or directory
api/changeset.cpp:42:10: fatal error: QtGui/qtextcursor.h: No such file or directory
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2022-04-12 17:36:25 UTC
*** Bug 838037 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2024-05-05 02:40:58 UTC
The bug has been closed via the following commit(s):

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

commit 332049c8113254daa4bc9fa99dbf6bd3aa9f4f60
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2024-05-04 19:11:57 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2024-05-05 02:40:31 +0000

    dev-util/qbs: add 2.3.0
    
    ebuild redone from scratch due to cmake migration + Qt6, and kept
    simple easier maintenance (e.g. skipping Qt5 support and inventing
    options for optional gui/examples, also some tests that would need
    extensive workarounds to pass with unusual toolchains even if do
    like the old qbs ebuild did with qbs profiles)
    
    Not 100% sure that all listed bugs are fixed given have not
    attempted to reproduce with old version, but at least couldn't
    with the new. Please file new bugs if needed so it can be up
    to date and easier to handle.
    
    Closes: https://bugs.gentoo.org/801541
    Closes: https://bugs.gentoo.org/836894
    Closes: https://bugs.gentoo.org/840290
    Closes: https://bugs.gentoo.org/884575
    Closes: https://bugs.gentoo.org/906929
    Closes: https://bugs.gentoo.org/915787
    Closes: https://bugs.gentoo.org/919395
    Closes: https://bugs.gentoo.org/929071
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 dev-util/qbs/Manifest         |  1 +
 dev-util/qbs/qbs-2.3.0.ebuild | 81 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)