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

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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