Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940343 - dev-qt/qt-creator-9999 fails at the prepare stage
Summary: dev-qt/qt-creator-9999 fails at the prepare stage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-27 10:23 UTC by Eugene Shalygin
Modified: 2024-09-27 14:20 UTC (History)
2 users (show)

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 Eugene Shalygin 2024-09-27 10:23:39 UTC
One of the patches is failing to apply:

 * Applying qt-creator-11.0.2-musl-no-execinfo.patch ...
patching file src/libs/utils/qtcassert.cpp
can't find file to patch at input line 20

Reproducible: Always

Steps to Reproduce:
1. emerge -1 =dev-qt/qt-creator-9999
Comment 1 Ionen Wolkens gentoo-dev 2024-09-27 11:08:03 UTC
Looks like the patch is still fine per-se, but one of the file it patches was moved.

I'll update it soon'ish.
Comment 2 Ionen Wolkens gentoo-dev 2024-09-27 12:16:06 UTC
Done, but forgot the Closes: tag

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371f7190a77e
Author: Ionen Wolkens <ionen@gentoo.org>
Date:   Fri Sep 27 08:09:12 2024

    dev-qt/qt-creator: rebase execinfo patch in live
    
    Untested but the patch is identical beside needing to update
    a moved file's path.
    
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Comment 3 Eugene Shalygin 2024-09-27 14:20:45 UTC
Thanks!