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

On cygwin, require --force-local - parameter to tar. #839

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

gugod
Copy link
Owner

@gugod gugod commented Feb 4, 2025

Originally: #833 , #832

From #832:

The problem occurs where perlbrew acts on a downloaded perl
archive, using gnu tar to expand it. Gnu tar must not be used on a
filename that is absolute, on cygwin or MSWindows, because it
misunderstands the C: as referring to a remote tape drive or
similar device. The flag --force-local must be used or tar dies
with an error.

While I would very much like to see someone setup their C:\ being a tape drive, that would have to be the topic for those retro-PC youtubers, no perlbrew.

gugod and others added 2 commits February 4, 2025 10:40
From: #832

    The problem occurs where perlbrew acts on a downloaded perl
    archive, using gnu tar to expand it. Gnu tar must not be used on a
    filename that is absolute, on cygwin or MSWindows, because it
    misunderstands the C: as referring to a remote tape drive or
    similar device. The flag --force-local must be used or tar dies
    with an error.

While I would very much like to see someone setup their C:\ being a
tape drive, that would have to be the topic for those retro-PC
youtubers, no perlbrew.

Co-authored-by: Sören Andersen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant