source: archive/gnome-obsolete/bug-buddy.xml@ fa91d2e

11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fa91d2e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.8 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 bug-buddy-download-http "&gnome-download-http;/bug-buddy/&gnome-version;/bug-buddy-&bug-buddy-version;.tar.bz2">
8 <!ENTITY bug-buddy-download-ftp "&gnome-download-ftp;/bug-buddy/&gnome-version;/bug-buddy-&bug-buddy-version;.tar.bz2">
9 <!ENTITY bug-buddy-md5sum "da34ace8a806cd1c901ae960184e2997">
10 <!ENTITY bug-buddy-size "1.1 MB">
11 <!ENTITY bug-buddy-buildsize "37 MB">
12 <!ENTITY bug-buddy-time "0.4 SBU">
13]>
14
15<sect1 id="bug-buddy" xreflabel="bug-buddy-&bug-buddy-version;">
16 <?dbhtml filename="bug-buddy.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>bug-buddy-&bug-buddy-version;</title>
23
24 <indexterm zone="bug-buddy">
25 <primary sortas="a-Bug-buddy">Bug-buddy</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to bug-buddy</title>
30
31 <para>The <application>bug-buddy</application> package contains a graphical
32 bug reporting tool. This can extract debugging information from a core file
33 or crashed application.</para>
34
35 &lfs65_built;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&bug-buddy-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&bug-buddy-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &bug-buddy-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &bug-buddy-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &bug-buddy-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &bug-buddy-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">bug-buddy Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="evolution-data-server"/>,
63 <xref linkend="gnome-doc-utils"/>,
64 <xref linkend="libelf"/>, and
65 <xref linkend="libgtop"/></para>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended"><xref linkend="rarian"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="openssl"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/bug-buddy"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of bug-buddy</title>
80
81 <para>Install <application>bug-buddy</application> by running the following
82 commands:</para>
83
84<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
85 --sysconfdir=&gnome-etc-dir; \
86 --localstatedir=/var/lib \
87 --mandir=$(pkg-config \
88 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
89make</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
94
95<screen role='root'><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
103 href="../../xincludes/gnome-prefix.xml"/>
104
105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
106 href="../../xincludes/gnome-sysconfdir.xml"/>
107
108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/scrollkeeper-dir.xml"/>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/gnome-mandir.xml"/>
113
114 <para><option>--disable-scrollkeeper</option>: This parameter disables
115 updates to the scrollkeeper database.</para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>bug-buddy, minidump_dump, and minidump_stackwalk</seg>
129 <seg>libbreakpad.{so,a} and libgnomebreakpad.so</seg>
130 <seg><envar>$GNOME_PREFIX</envar>/{lib/bug-buddy,share/bug-buddy}</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="bug-buddy-prog">
140 <term><command>bug-buddy</command></term>
141 <listitem>
142 <para>is a graphical bug reporting system.</para>
143 <indexterm zone="bug-buddy bug-buddy-prog">
144 <primary sortas="b-bug-buddy">bug-buddy</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="libbreakpad">
150 <term><filename class='libraryfile'>libbreakpad.{so,a}</filename></term>
151 <listitem>
152 <para>contains the Google breakpad API functions.</para>
153 <indexterm zone="bug-buddy libbreakpad">
154 <primary sortas="c-libbreakpad">libbreakpad.{so,a}</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="libgnomebreakpad">
160 <term><filename class='libraryfile'>libgnomebreakpad.so</filename></term>
161 <listitem>
162 <para>is a <application>GTK+</application> breakpad module.</para>
163 <indexterm zone="bug-buddy libgnomebreakpad">
164 <primary sortas="c-libgnomebreakpad">libgnomebreakpad.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.