Opened 9 years ago
Last modified 9 years ago
#8583 new Bugs
tar attempts to change ownership to invalid uid.
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
When running as root, untaring the boost package using gentoo prefix on Interix v3.5 for Windows XP fails with:
Cannot change ownership to uid 501, gid 0: Invalid argument
This is solved by running tar with flags:
"--user root --no-same-owner"
This issue is unique to boost .tar.gz files and blocks any installation by gentoo emerge.
More information found here: http://forums.gentoo.org/viewtopic-t-959612-highlight-.html
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Component: | None → Building Boost |
---|
Note:
See TracTickets
for help on using tickets.
The work around only needs --no-same-owner