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

FBTFS: qemu #24262

Closed
pullmoll opened this issue Aug 13, 2020 · 3 comments
Closed

FBTFS: qemu #24262

pullmoll opened this issue Aug 13, 2020 · 3 comments

Comments

@pullmoll
Copy link
Member

pullmoll commented Aug 13, 2020

This happens in do_install():

mkdir: cannot create directory ‘dtc/libfdt/libfdt.h’: File exists
make: *** [Makefile:538: dtc/libfdt/libfdt.h] Error 1
=> ERROR: qemu-5.0.0_2: do_install: 'make DESTDIR=${DESTDIR} install' exited with 2
=> ERROR:   in do_install() at srcpkgs/qemu/template:81

Line 538 of Makefile is:

        @mkdir -p $@

and it tries to create a directory with the name dtc/libfdt/libfdt.h here, not only dtc/libfdt.

@Johnnynator
Copy link
Member

Maybe solved with 040dec8 ? (Or most likely is)

@pullmoll
Copy link
Member Author

pullmoll commented Aug 13, 2020

Oh. I can try this here. You already merged it. Seems to be fine now.

@sgn
Copy link
Member

sgn commented Aug 14, 2020

I added broken to qemu to unblock the build server.

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

3 participants