Re: contrasting elfutils debuginfod and clr-debug-info server
On 2/7/2020 3:47 PM, Mark Wielaard wrote: Hi Arjan, I assumed that the buildid.tar files on https://download.clearlinux.org/debuginfo/lib/.build-id/ would contain the ELF image corresponding to the build-id. Just like the buildid.debug.tar contains the separate .debug image. At least, that would be how I would handle it. But it seems those files contain symlinks. How do those symlinks get resolved? I think you just found a bug, and I'll take that up with the current maintainer ;-) we used to "resolve" symlinks on the server by replacing them at the time of content preparation with their target, so that they become permanently the right content seems some shuffle broke that; we'll get that fixed
[Bug general/25525] New: configure: error: gcc with GNU99 support required
https://sourceware.org/bugzilla/show_bug.cgi?id=25525 Bug ID: 25525 Summary: configure: error: gcc with GNU99 support required Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: general Assignee: unassigned at sourceware dot org Reporter: 7959037 at qq dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Created attachment 12278 --> https://sourceware.org/bugzilla/attachment.cgi?id=12278&action=edit screenshot 1 I download elfutils-latest.tar.bz2 2 I found message in README 3 I run command "./configure && make && make check" in elfutils folder 4 I Get Error Message : --checking for gcc with GNU99 support... no --configure: error: gcc with GNU99 support required How can I configure correctly? -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/25525] configure: error: gcc with GNU99 support required
https://sourceware.org/bugzilla/show_bug.cgi?id=25525 Frank Ch. Eigler changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed||2020-02-10 CC||fche at redhat dot com Ever confirmed|0 |1 --- Comment #1 from Frank Ch. Eigler --- key bits: x86_64-apple-darwin18.7.0 I wonder if on this machine, llvm pretends to be gcc. What does "gcc -v" say? -- You are receiving this mail because: You are on the CC list for the bug.