Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mkdir: build: File exists (os error 17) #208

Closed
cedws opened this issue Apr 28, 2018 · 1 comment
Closed

mkdir: build: File exists (os error 17) #208

cedws opened this issue Apr 28, 2018 · 1 comment

Comments

@cedws
Copy link

cedws commented Apr 28, 2018

Reporter info

NAME="Ubuntu"
VERSION="17.10 (Artful Aardvark)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 17.10"
VERSION_ID="17.10"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=artful
UBUNTU_CODENAME=artful

Issue/Bug Description
On the distinst branch, I have executed deps.sh and then make to begin the build. The process will run, but fails after a while with:

mkdir -p "build/pop-os/18.04/iso"
mkdir: build: File exists (os error 17)
mkdir: build/pop-os: File exists (os error 17)
mkdir: build/pop-os/18.04: File exists (os error 17)
mk/iso.mk:2: recipe for target 'build/pop-os/18.04/iso_create.tag' failed
make: *** [build/pop-os/18.04/iso_create.tag] Error 1

Expected behavior
The ISO should finish building and be available in the build directory.

Other Notes
make clean and make distclean don't seem to delete the build directory. Regardless, I ran git clean -f -d -x prior to make and ensured that it was removed. The issue I opened before this one (#207) is unrelated and has been resolved.

Thanks!

@cedws
Copy link
Author

cedws commented Apr 30, 2018

Resolved. A recent discovery showed that this is being caused by the Rust coreutils, which I didn't even consider. This has actually been the root of several issues I've opened across GitHub... may this be a lesson to never go fully oxidised!

@cedws cedws closed this as completed Apr 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant