[Bug debuginfod/31620] New: debuginfod should not require ssl support from libcurl

2024-04-08 Thread nolange79 at gmail dot com
Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: nolange79 at gmail dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- I would like to be able to copy over gdb to an embedded system and then do some post

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-08 Thread nolange79 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #2 from nolange79 at gmail dot com --- Should test for CURL_VERSION_SSL (since v7.10), from the docs [1]: > curl_version_info can be used to get a list of all supported protocols in the > current libcurl. [1] - https://c

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-09 Thread nolange79 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #4 from nolange79 at gmail dot com --- Created attachment 15454 --> https://sourceware.org/bugzilla/attachment.cgi?id=15454&action=edit Test for https support in libcurl -- You are receiving this mail because: You are on

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-09 Thread nolange79 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #5 from nolange79 at gmail dot com --- Apparently the modern was is to iterate through the 'protocols' array. I added a patch, please feet free to reformat to adhere to coding standards, your tab/space mix is pretty

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-12 Thread nolange79 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #7 from nolange79 at gmail dot com --- both methods are available since 7.10, so theres no version specific stuff necessary. using flags is deprecated and if removed, then you are forced to change or guard with version checks

[Bug debuginfod/31637] New: segmentation fault when calling 'debuginfod-find -v'

2024-04-12 Thread nolange79 at gmail dot com
iority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: nolange79 at gmail dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Little to add, bug is reproducible in 188 and 191. #0 __strcmp_avx2 () at

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-12 Thread nolange79 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 nolange79 at gmail dot com changed: What|Removed |Added Attachment #15454|0 |1 is obsolete

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-14 Thread nolange79 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #10 from nolange79 at gmail dot com --- No, I was talking about testing the features field for CURL_VERSION_SSL, that field is deprecated: > features is a bit mask representing available features. It can have none, one > o

[Bug debuginfod/29574] New: debuginfod: allow recursive scanning of archives

2022-09-15 Thread nolange79 at gmail dot com via Elfutils-devel
Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: nolange79 at gmail dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Hello, we organize our build in .tar.xz archives, and pack several of them (and some meta