Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

iOSclang aliases crash with "invalid directory name" error if called with arguments having spaces #127434

Closed
Assignees
freakboy3742
Labels
OS-iosbuildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error
@FeodorFitsner

Description

@FeodorFitsner

Bug report

Bug description:

While doing cross-compilation of Python packages for iOS callingarm64-apple-ios-clang script (and other aliases as well) fails if arguments contain spaces, for example:

arm64-apple-ios-clang -DPACKAGE_TARNAME="aaa" -DPACKAGE_STRING="aaa 1.2.2" -c -o src/main.o src/main.c

givesclang: invalid directory name: '1.2.2"' error.

To fix that$@ inside script should be wrapped with quotes:"$@".

I'm going to make PR.

CPython versions tested on:

3.12

Operating systems tested on:

macOS

Linked PRs

Metadata

Metadata

Assignees

Labels

OS-iosbuildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp