Added the "o" flag to the extract line here: https://github.com/v8/v8/blob/5749d710bc73ef40f9b9e8b94ec290e0412d3f57/third_party/binutils/download.py#L91
and that worked, but then ran into another snag, similar to this one: https://bbs.archlinux.org/viewtopic.php?id=209871 Bailed on the build from source and installed libv8 from this repo: https://launchpad.net/~pinepain/+archive/ubuntu/libv8-5.2 On Fri, May 27, 2016 at 11:39 AM, <[email protected]> wrote: > 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 a topic in the > Google Groups "v8-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/v8-users/3vPQZ2Nod2Q/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- 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.
