-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
musl-cross-git patches do not apply successfully #617
Comments
Got the same error on Ubuntu 18.04
|
The musl-cross-git dependency should be a specific tag, rather than checking out head. Looks like they've added some new code to |
Signed-off-by: Trammell hudson <[email protected]>
Add `--strip 1` to tar file extraction in the `Makefile`, which ensures that the directory name in `build/` will match the one listed in `$($(MODULE)_dir)`. Signed-off-by: Trammell hudson <[email protected]>
Looks like even with our updated patch I'm also working on an updated patch that will make it easier to pin to specific git commits. |
Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
Add `--strip 1` to tar file extraction in the `Makefile`, which ensures that the directory name in `build/` will match the one listed in `$($(MODULE)_dir)`. Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
Add `--strip 1` to tar file extraction in the `Makefile`, which ensures that the directory name in `build/` will match the one listed in `$($(MODULE)_dir)`. Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
Add `--strip 1` to tar file extraction in the `Makefile`, which ensures that the directory name in `build/` will match the one listed in `$($(MODULE)_dir)`. Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
Add `--strip 1` to tar file extraction in the `Makefile`, which ensures that the directory name in `build/` will match the one listed in `$($(MODULE)_dir)`. Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
--strip 1
Questioning the policy of pushing microcode updates in coreboot since we are not in a rolling release anyway. Removing the dependency fixes the problem. Playing here |
Add `--strip 1` to tar file extraction in the `Makefile`, which ensures that the directory name in `build/` will match the one listed in `$($(MODULE)_dir)`. Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
Add `--strip 1` to tar file extraction in the `Makefile`, which ensures that the directory name in `build/` will match the one listed in `$($(MODULE)_dir)`. Signed-off-by: Trammell hudson <[email protected]>
Signed-off-by: Trammell hudson <[email protected]>
Fixed with 8af849c |
The patches apply successfully. Resulting binaries crash dump. (Eg. lvm in my tests). @osresearch proposed to base Heads on https://github.com/richfelker/musl-cross-make/ instead. |
This seems to be working now in head after the tag pinning merge. The musl-cross-make suggestion is now in #650 . |
I just tried to build HEADS for the x230 (non-flash), but it fails trying to apply the HEADS patches to the HEAD of musl-cross-git. I tried building it on Fedora 30 on x86_64.
Log:
The text was updated successfully, but these errors were encountered: