We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When build with
make sdimage
on macOS I run into this error:
/usr/bin/make subdir=localedata -C localedata ..=../ subdir_lib make[3]: Entering directory '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/localedata' .././scripts/mkinstalldirs /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata .././scripts/mkinstalldirs /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata .././scripts/mkinstalldirs /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata mkdir -p -- /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata mkdir -p -- /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata mkdir -p -- /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata rm -f /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.o; > /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.o rm -f /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.os; > /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.os rm -f /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS; > /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS /bin/sh: 1: cannot create /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS: File exists ../Makerules:920: recipe for target '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS' failed make[3]: Leaving directory '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/localedata' make[3]: *** [/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS] Error 2 Makefile:215: recipe for target 'localedata/subdir_lib' failed make[2]: Leaving directory '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e' make[2]: *** [localedata/subdir_lib] Error 2 Makefile:9: recipe for target 'all' failed make[1]: Leaving directory '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build' make[1]: *** [all] Error 2 package/pkg-generic.mk:229: recipe for target '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/.stamp_built' failed make: *** [/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/.stamp_built] Error 2 make: *** [sdimage] Error 2
The text was updated successfully, but these errors were encountered:
did u solve that problem? Buildroot want to parallel make jobs, try to use less by j flag (e.g. 1) for that one make target
Sorry, something went wrong.
No branches or pull requests
When build with
make sdimage
on macOS I run into this error:
/usr/bin/make subdir=localedata -C localedata ..=../ subdir_lib make[3]: Entering directory '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/localedata' .././scripts/mkinstalldirs /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata .././scripts/mkinstalldirs /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata .././scripts/mkinstalldirs /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata mkdir -p -- /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata mkdir -p -- /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata mkdir -p -- /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata rm -f /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.o; > /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.o rm -f /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.os; > /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.os rm -f /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS; > /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS /bin/sh: 1: cannot create /pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS: File exists ../Makerules:920: recipe for target '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS' failed make[3]: Leaving directory '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/localedata' make[3]: *** [/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build/localedata/stamp.oS] Error 2 Makefile:215: recipe for target 'localedata/subdir_lib' failed make[2]: Leaving directory '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e' make[2]: *** [localedata/subdir_lib] Error 2 Makefile:9: recipe for target 'all' failed make[1]: Leaving directory '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/build' make[1]: *** [all] Error 2 package/pkg-generic.mk:229: recipe for target '/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/.stamp_built' failed make: *** [/pISO/buildroot/output/build/glibc-glibc-2.27-57-g6c99e37f6fb640a50a3113b2dbee5d5389843c1e/.stamp_built] Error 2 make: *** [sdimage] Error 2
The text was updated successfully, but these errors were encountered: