I'm trying to build v8 in an lxc container and am getting the following errors when I try to run gclient sync, I believe because the ownership uid:gid of the files that are being extracted is out outside of the range of uid:gid available to the container. How can I add the --no-same-owner flag to the files that are being extracted?
tar: ./lib/ldscripts/elf_k1om.xr: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_i386.xw: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_i386.xd: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_l1om.xn: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_i386.xr: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_i386.xs: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_k1om.xsw: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_l1om.x: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_x86_64.xu: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf32_x86_64.xd: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_x86_64.xd: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_l1om.xsc: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf_x86_64.xsw: Cannot change ownership to uid 179961, gid 5000: Invalid argument tar: ./lib/ldscripts/elf32_x86_64.xbn: Cannot change ownership to uid 179961, gid 5000: Invalid argument ... -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
