https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265343
Adriaan de Groot <adr...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |adr...@freebsd.org --- Comment #1 from Adriaan de Groot <adr...@freebsd.org> --- The relevant bit is this in the log: [00:00:32] nm: .libs/gdkwindow.o: Missing or malformed ELF header .. I've just built this port locally (in 13-stable), the same command that displayed an error in your build shows up in my log. But it doesn't produce an error. My best guess is that you had some kind of out-of-disk-space situation during the build, or a transient write problem. That would trigger the error message from nm, and with a broken .o file, subsequent operations are going to fail as well. (I should note I don't have CPU-specific flags in my build, no `-march=haswell`, it's *possible* that has an effect) Anyway: can you reproduce the problem? If you run the build again, or run it with `MAKE_JOBS_UNSAFE=1`, does the problem go away? -- You are receiving this mail because: You are the assignee for the bug.