void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

Package request: libbacktrace

Open jyetcv opened this issue 1 year ago • 2 comments

Package name

libbacktrace

Package homepage

https://github.com/ianlancetaylor/libbacktrace

Description

A C library that may be linked into a C/C++ program to produce symbolic backtraces.

Does the requested package meet the package requirements?

System, Compiled

Is the requested package released?

Yes

jyetcv avatar Aug 13 '24 22:08 jyetcv

Libbacktrace doesn't release versions in any perceivable way so there's no way to tell which is usable.

MIvanchev avatar Aug 17 '24 08:08 MIvanchev

If it's too much trouble, then feel free to close this issue.

jyetcv avatar Aug 27 '24 17:08 jyetcv

You could join the choir asking for an official release https://github.com/ianlancetaylor/libbacktrace/issues/73

MIvanchev avatar Sep 02 '24 13:09 MIvanchev

It seems libbacktrace source is included with gcc releases. By the looks of it, it'll probably be the closest we're gonna get to a versioned release for the foreseeable future.

I actually had a crack at packaging this a few years ago. Take a look at eabbccaa8ddb647e2a732d0733828bb81952b9f3

If there's appetite for it, I'd be happy to put forward a fresh PR.

Aloz1 avatar Nov 25 '24 03:11 Aloz1