Michael Brown
Michael Brown
I did a very quick test on a FreeBSD VM. `$(CC)` seems to default to invoking `clang`. iPXE will not (currently) build with `clang`. So as far as I can...
The problem is that the patch seems to break compilation for someone with a default FreeBSD installation. Currently it will work since it will explicitly use `gcc`. With this patch,...
OK, I'm happy to defer to your judgement on this since I'm not a FreeBSD user and don't know how people generally manage their FreeBSD systems. However, we cannot merge...
No, I'm saying that this patch breaks cross-compiling on Linux. Since cross-compiling on Linux is part of the per-commit CI checks, that isn't allowed to be broken.
> Commit [a202de3](https://github.com/ipxe/ipxe/commit/a202de385dcb9c15a1b2b3fd339abbe721ed5c86) seems to break things for me. @alexdepalex Thanks for the bisection result. Should be fixed by #801
Rewritten to use a different approach and pushed via #1245. Please let me know if this doesn't fix your use case.
> I believe this issue has been fixed by [926816c](https://github.com/ipxe/ipxe/commit/926816c58fca5641b17c17379b52203458081668) Thanks, will mark this as closed.
> Also simply reverting that commit [059c4dc](https://github.com/ipxe/ipxe/commit/059c4dc688cea6d9398d63ca10f5c00e94ae2159) makes downloading over HTTP work without issues, from the latest master commit. > > But looking at the diff I don't really see...
> I do see a slight change in that top line using `NII` vs `14e4-16D8`. Perhaps that's the clue to the problem here? Yes, that's a major difference. :slightly_smiling_face: For...
@jw14812 thanks for testing! @ErwanAliasr1 can you try simplifying the setup by e.g. trying a different (and public) large image to download, or by using a direct connection that eliminates...