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

build: failure because of old file modules/tests/usr.manifest #498

Closed
nyh opened this issue Sep 15, 2014 · 2 comments
Closed

build: failure because of old file modules/tests/usr.manifest #498

nyh opened this issue Sep 15, 2014 · 2 comments

Comments

@nyh
Copy link
Contributor

nyh commented Sep 15, 2014

I just got "make image=tests" failing because modules/tests/usr.manifest listed incorrect files.

This usr.manifest is built automatically during build from usr.manifest.skel. However, it seems recently usr.manifest.skel was updated (to use a newer version of boost) and yet "make" did not rebuild usr.manifest.

I tried "make clean" and hoped to get a clean build, but it didn't help - "make clean" did not remove usr.manifest. This is a bad - "make clean"'s module cleanup stage should remove this file too.

Manually removing modules/tests/usr.manifest solved my build problem.

@wkozaczuk
Copy link
Collaborator

@nyh can you confirm if this issue still happens? The tests makefile has changed quite dramatically since this issue was raised 7 years ago.

Currently, the tests makefile generates usr.manifest every time you build the test image so any old manifest with bad files would simply be refreshed. Also, the makefile has clean target that should remove all manifest files.

Am I misunderstanding the issue?

@nyh
Copy link
Contributor Author

nyh commented Jul 1, 2021

It seems like maybe in the past, usr.manifest wasn't in the build/ directory? I'm not even sure. Closing.

@nyh nyh closed this as completed Jul 1, 2021
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

2 participants