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
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
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
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
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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=31620
nolange79 at gmail dot com changed:
What|Removed |Added
Attachment #15454|0 |1
is obsolete
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
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