[Bug 265343] x11-toolkits/gtk20 build failure "section header table goes past the end of the file"
Date: Wed, 17 Aug 2022 21:27:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265343 Adriaan de Groot <adridg@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |adridg@freebsd.org --- Comment #1 from Adriaan de Groot <adridg@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.