I use Google’s depot_tools
to build the Dart SDK into an RPM. It works locally, but on CircleCI I get this:
...
________ running '/usr/bin/python sdk/build/linux/sysroot_scripts/install-sysroot.py --arch i386' in '/tmp/build/BUILD/dart-2.1.1'
Installing Debian Jessie i386 root image: /tmp/build/BUILD/dart-2.1.1/sdk/build/linux/debian_jessie_i386-sysroot
Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/7031a828c5dcedc937bbf375c42daab08ca6162f/debian_jessie_i386_sysroot.tgz
tar: ./var/lib/misc/Makefile: Cannot change ownership to uid 376730, gid 5000: Invalid argument
tar: ./var/lib/misc: Cannot change ownership to uid 376730, gid 5000: Invalid argument
tar: ./var/lib: Cannot change ownership to uid 376730, gid 5000: Invalid argument
tar: ./var/log/speech-dispatcher: Cannot change ownership to uid 376730, gid 5000: Invalid argument
tar: ./var/log: Cannot change ownership to uid 376730, gid 5000: Invalid argument
tar: ./var: Cannot change ownership to uid 376730, gid 5000: Invalid argument
tar: ./etc/default/libnss-db: Cannot change ownership to uid 376730, gid 5000: Invalid argument
...
Quite similar to this (ignored) question by @nbuonin1 :
Anything I’m missing? I don’t control the tar file, nor the unpacking command. The uid 376730
also looks strange to me (out of 16-bit range). Do I file an issue against depot_tools
?