Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untwine upstream updates - unicode path fixes on windows #48583

Merged
merged 1 commit into from
May 17, 2022

Conversation

wonder-sk
Copy link
Member

Fixes #41833

@github-actions github-actions bot added this to the 3.26.0 milestone May 17, 2022
@wonder-sk wonder-sk merged commit 95a55f9 into qgis:master May 17, 2022

try
{
fs::directory_iterator it(untwine::toNative(dir));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this breaks build on macos when the target is less than 10.15 which is not realistic for now.
Any chance to bring a code which would compile on 10.13?
see qgis/QGIS-Mac-Packager#150

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hobu @abellgithub Unfortunately it looks like the recent untwine update breaks QGIS macOS build. Would it be possible to update untwine code so that it compiles on macos 10.13 as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully this fix from @hobu should help #48697

@agiudiceandrea
Copy link
Contributor

agiudiceandrea commented Jun 27, 2024

Hi @wonder-sk, it looks like the same issue (or a similar one) allegedly fixed by this PR and subsequent one (#48747, #49032, #49703, ...) is occurring again: please see #57913.

@hobu
Copy link

hobu commented Jun 28, 2024

Indeed this was a regression due to a pull request that attempted to make MinGW work for Untwine. See hobuinc/untwine#167 for more details.

@agiudiceandrea
Copy link
Contributor

agiudiceandrea commented Jun 28, 2024

Thanks @hobu. Anyway I've tested QGIS 3.38.0, 3.34.8, 3.28.15, 3.26.3 and 3.22.16 and it seems to me the issue occurs in all such versions as it was never actually fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to run untwine.exe if path contain accented character
5 participants