kylemanna / docker-aosp

🏗 Minimal Android AOSP build environment with handy automation wrapper scripts
https://registry.hub.docker.com/u/kylemanna/aosp/
MIT License
507 stars 239 forks source link

Error running build-nougat.sh #20

Closed rmsutton closed 7 years ago

rmsutton commented 7 years ago

Getting the following error when running the script...

docker_entrypoint: Creating user UID/GID [501/20]
groupadd: GID '20' already exists
docker_entrypoint: Creating user UID/GID [501/20] - done
docker_entrypoint: Copying .gitconfig and .ssh/config to new user home
cp: cannot create regular file '/home/aosp/.gitconfig': No such file or directory
docker_entrypoint: Creating /tmp/ccache and /aosp directory
chown: invalid user: 'aosp:aosp'
kylemanna commented 7 years ago

Are you on macOS? If so, see #19

rmsutton commented 7 years ago

Thanks, Kyle for the quick reply. Looks like I'm going to drop this approach for now. Might be worth updating the wiki to include a note for macOS users.