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

[BUG] network drive issues for clang with r21 #1239

Closed
DanAlbert opened this issue Apr 20, 2020 · 1 comment
Closed

[BUG] network drive issues for clang with r21 #1239

DanAlbert opened this issue Apr 20, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@DanAlbert
Copy link
Member

Mirroring https://issuetracker.google.com/148483368 so we can include it in our milestone.

Seems that r21's Clang regressed file path behavior when the working directory is a network drive. Stil being confirmed, but https://reviews.llvm.org/D67166 looks like the fix.

@DanAlbert DanAlbert added the bug label Apr 20, 2020
@DanAlbert DanAlbert added this to the r21c milestone Apr 20, 2020
@dadude999
Copy link

Thanks @DanAlbert! I had noticed this as well and was going to file a ticket, but I see that's been taken care of. This will be very helpful for those of us working on Mac with Windows VMs (using Visual Studio's NDK integration to build). A shame that Visual Studio for Mac doesn't have the NDK integration.

@DanAlbert DanAlbert self-assigned this Apr 28, 2020
grendello added a commit to grendello/xamarin-android that referenced this issue May 29, 2020
Context: https://github.com/android/ndk/wiki/Changelog-r21#r21c

Changes:

  * [Issue 1060][0]: A macOS app bundle that is signed and notarized is now
    available for download from our wiki and our website. Note that
    because only bundles may use RPATHs and pass notarization, the
    traditional NDK package for macOS *cannot be notarized. The SDK will
    continue to use the traditional package as the app bundle requires
    layout changes that would make it incompatible with Android Studio.
    The NDK is not quarantined when it is downloaded via the SDK manager,
    so is curently allowed by Gatekeeper. The SDK manager is currently the
    most reliable way to get the NDK for macOS.
  * [Issue 1207][1]: Fix fatal error in clang when building with -O2 on arm64.
  * [Issue 1239][2]: Fix network drive issues for clang.
  * [Issue 1229][3]: README.md turned back to ordinary file.

[0]: android/ndk#1060
[1]: android/ndk#1207
[2]: android/ndk#1239
[3]: android/ndk#1229
jonpryor pushed a commit to dotnet/android that referenced this issue Jun 1, 2020
Context: https://github.com/android/ndk/wiki/Changelog-r21#r21c

Changes:

  * [Issue 1060][0]: A macOS app bundle that is signed and notarized is
    now available for download from our wiki and our website. Note that
    because only bundles may use RPATHs and pass notarization, the
    traditional NDK package for macOS *cannot* be notarized. The SDK
    will continue to use the traditional package as the app bundle
    requires layout changes that would make it incompatible with
    Android Studio.  The NDK is not quarantined when it is downloaded
    via the SDK manager, so is currently allowed by Gatekeeper. The SDK
    manager is currently the most reliable way to get the NDK for macOS.
  * [Issue 1207][1]: Fix fatal error in clang when building with -O2 on arm64.
  * [Issue 1239][2]: Fix network drive issues for clang.
  * [Issue 1229][3]: README.md turned back to ordinary file.

[0]: android/ndk#1060
[1]: android/ndk#1207
[2]: android/ndk#1239
[3]: android/ndk#1229
jonpryor pushed a commit to dotnet/android that referenced this issue Jun 1, 2020
Context: https://github.com/android/ndk/wiki/Changelog-r21#r21c

Changes:

  * [Issue 1060][0]: A macOS app bundle that is signed and notarized is
    now available for download from our wiki and our website. Note that
    because only bundles may use RPATHs and pass notarization, the
    traditional NDK package for macOS *cannot* be notarized. The SDK
    will continue to use the traditional package as the app bundle
    requires layout changes that would make it incompatible with
    Android Studio.  The NDK is not quarantined when it is downloaded
    via the SDK manager, so is currently allowed by Gatekeeper. The SDK
    manager is currently the most reliable way to get the NDK for macOS.
  * [Issue 1207][1]: Fix fatal error in clang when building with -O2 on arm64.
  * [Issue 1239][2]: Fix network drive issues for clang.
  * [Issue 1229][3]: README.md turned back to ordinary file.

[0]: android/ndk#1060
[1]: android/ndk#1207
[2]: android/ndk#1239
[3]: android/ndk#1229
KronicBot pushed a commit to AOSiP/platform_prebuilts_clang_host_linux-x86 that referenced this issue Aug 24, 2020
clang 9.0.8 (based on r365631c2) from build 6454773.

Change-Id: Ifab2931050c24e0ef3f1871fac84e8caa514da69
Bug: android/ndk#1239
Test: N/A
msatranjr pushed a commit to msft-mirror-aosp/platform.prebuilts.clang.host.darwin-x86 that referenced this issue Feb 8, 2023
clang 9.0.8 (based on r365631c2) from build 6454773.

Change-Id: I10febb9065aa76e659442453dfd4ae238946b9a9
Bug: android/ndk#1239
Test: N/A
(cherry picked from commit 2959a25)
msatranjr pushed a commit to msft-mirror-aosp/platform.prebuilts.clang.host.darwin-x86 that referenced this issue Feb 8, 2023
clang 9.0.8 (based on r365631c2) from build 6454773.

Change-Id: I10febb9065aa76e659442453dfd4ae238946b9a9
Bug: android/ndk#1239
Test: N/A
(cherry picked from commit 2959a25)
msatranjr pushed a commit to msft-mirror-aosp/platform.prebuilts.clang.host.darwin-x86 that referenced this issue Feb 8, 2023
clang 9.0.8 (based on r365631c2) from build 6454773.

Change-Id: I10febb9065aa76e659442453dfd4ae238946b9a9
Bug: android/ndk#1239
Test: N/A
(cherry picked from commit 2959a25)
msatranjr pushed a commit to msft-mirror-aosp/platform.prebuilts.clang.host.darwin-x86 that referenced this issue Feb 8, 2023
clang 9.0.8 (based on r365631c2) from build 6454773.

Change-Id: I10febb9065aa76e659442453dfd4ae238946b9a9
Bug: android/ndk#1239
Test: N/A
(cherry picked from commit 2959a25)
msatranjr pushed a commit to msft-mirror-aosp/platform.prebuilts.clang.host.linux-x86 that referenced this issue Feb 8, 2023
clang 9.0.8 (based on r365631c2) from build 6454773.

Change-Id: Ifab2931050c24e0ef3f1871fac84e8caa514da69
Bug: android/ndk#1239
Test: N/A
(cherry picked from commit b8b61ff)
msatranjr pushed a commit to msft-mirror-aosp/platform.prebuilts.clang.host.linux-x86 that referenced this issue Feb 8, 2023
clang 9.0.8 (based on r365631c2) from build 6454773.

Change-Id: Ifab2931050c24e0ef3f1871fac84e8caa514da69
Bug: android/ndk#1239
Test: N/A
(cherry picked from commit b8b61ff)
msatranjr pushed a commit to msft-mirror-aosp/platform.prebuilts.clang.host.linux-x86 that referenced this issue Feb 8, 2023
clang 9.0.8 (based on r365631c2) from build 6454773.

Change-Id: Ifab2931050c24e0ef3f1871fac84e8caa514da69
Bug: android/ndk#1239
Test: N/A
(cherry picked from commit b8b61ff)
msatranjr pushed a commit to msft-mirror-aosp/platform.prebuilts.clang.host.linux-x86 that referenced this issue Feb 8, 2023
clang 9.0.8 (based on r365631c2) from build 6454773.

Change-Id: Ifab2931050c24e0ef3f1871fac84e8caa514da69
Bug: android/ndk#1239
Test: N/A
(cherry picked from commit b8b61ff)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants