-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] all: "Access is denied" in os.rename() on Windows #5359
Closed
Labels
bug
Something isn't working
Comments
@klimkin Thank you for reporting, we can add it to Hooks and prevent future errors. |
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for boost.
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for libiconv.
4 tasks
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for zlib.
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for zlib.
4 tasks
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for bzip2.
4 tasks
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for gtest.
4 tasks
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for zlib/1.2.11.
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for libxml2.
4 tasks
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for sqlite3.
4 tasks
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for zulu-openjdk.
4 tasks
adklimki
pushed a commit
to klimkin/conan-center-index
that referenced
this issue
May 3, 2021
Fixes conan-io#5359 for boost.
conan-center-bot
pushed a commit
that referenced
this issue
May 4, 2021
* libiconv: replace os.rename with tools.rename Fixes #5359 for libiconv. * Update recipes/libiconv/all/conanfile.py Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> * Remove reduntant tools.rename Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
conan-center-bot
pushed a commit
that referenced
this issue
May 4, 2021
* bzip2: replace os.rename with tools.rename Fixes #5359 for bzip2. * Update recipes/bzip2/all/conanfile.py Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> * Update recipes/bzip2/all/conanfile.py Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
conan-center-bot
pushed a commit
that referenced
this issue
May 4, 2021
Fixes #5359 for zulu-openjdk.
conan-center-bot
pushed a commit
that referenced
this issue
May 6, 2021
* zlib: replace os.rename with tools.rename Fixes #5359 for zlib/1.2.11. * Simplify using tools.get with strip_root=True * Fix error when renaming into the same filename
AlvaroFS
pushed a commit
to AlvaroFS/conan-center-index
that referenced
this issue
May 7, 2021
* libiconv: replace os.rename with tools.rename Fixes conan-io#5359 for libiconv. * Update recipes/libiconv/all/conanfile.py Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> * Remove reduntant tools.rename Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
AlvaroFS
pushed a commit
to AlvaroFS/conan-center-index
that referenced
this issue
May 7, 2021
* bzip2: replace os.rename with tools.rename Fixes conan-io#5359 for bzip2. * Update recipes/bzip2/all/conanfile.py Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> * Update recipes/bzip2/all/conanfile.py Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
AlvaroFS
pushed a commit
to AlvaroFS/conan-center-index
that referenced
this issue
May 7, 2021
Fixes conan-io#5359 for sqlite3.
AlvaroFS
pushed a commit
to AlvaroFS/conan-center-index
that referenced
this issue
May 7, 2021
Fixes conan-io#5359 for zulu-openjdk.
AlvaroFS
pushed a commit
to AlvaroFS/conan-center-index
that referenced
this issue
May 7, 2021
* zlib: replace os.rename with tools.rename Fixes conan-io#5359 for zlib/1.2.11. * Simplify using tools.get with strip_root=True * Fix error when renaming into the same filename
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
This is a known issue. Solution provided by conan-io/conan#6774
However most recipes still use
os.rename()
and nottools.rename()
.Log
The text was updated successfully, but these errors were encountered: