source: general/genlib/libunwind.xml@ aa04882

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since aa04882 was aa04882, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Add libunwind-1.6.2 in suport of sysprof-3.44.0.

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libunwind-download-http "https://download.savannah.nongnu.org/releases/libunwind/libunwind-&libunwind-version;.tar.gz">
8 <!ENTITY libunwind-download-ftp " ">
9 <!ENTITY libunwind-md5sum "f625b6a98ac1976116c71708a73dc44a">
10 <!ENTITY libunwind-size "884 KB">
11 <!ENTITY libunwind-buildsize "20 MB (with tests)">
12 <!ENTITY libunwind-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="libunwind" xreflabel="libunwind-&libunwind-version;">
16 <?dbhtml filename="libunwind.html"?>
17
18 <title>libunwind-&libunwind-version;</title>
19
20 <indexterm zone="libunwind">
21 <primary sortas="a-libunwind">libunwind</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to libunwind</title>
26
27 <para>
28 The <application>libunwind</application> package contains a portable and
29 efficient C programming interface (API) to determine the call-chain of a
30 program. The API additionally provides the means to manipulate the
31 preserved (callee-saved) state of each call-frame and to resume execution
32 at any point in the call-chain (non-local goto). The API supports both
33 local (same-process) and remote (across-process) operation.
34 </para>
35
36 &lfs111_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libunwind-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libunwind-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libunwind-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libunwind-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libunwind-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libunwind-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libunwind Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional">
76 <xref linkend="texlive"/> (for latex2man)
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/libunwind"/>
81 </para>
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of libunwind</title>
86
87 <para>
88 Install <application>libunwind</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 To test the results, issue: <command>make check</command>. Two
97 tests, run-coredump-unwind and run-coredump-unwind-mdi are known
98 to fail.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/static-libraries.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 None
129 </seg>
130 <seg>
131 libunwind.so,
132 libunwind-coredump.so,
133 libunwind-generic.so,
134 libunwind-ptrace.so,
135 libunwind-setjmp.so, and
136 libunwind-x86_64.so
137 </seg>
138 <seg>
139 None
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.