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

lazarus trunk
Last change on this file since c4a9428e was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 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
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[3f95777]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">
[2435bae]10 <!ENTITY bug-buddy-size "1.1 MB">
11 <!ENTITY bug-buddy-buildsize "37 MB">
12 <!ENTITY bug-buddy-time "0.4 SBU">
[9d2dc4e2]13]>
14
[21480b6]15<sect1 id="bug-buddy" xreflabel="bug-buddy-&bug-buddy-version;">
[bb4cb22]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
[3f95777]32 &lfs65_built;
33
[bb4cb22]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
[3adc68f4]56 <bridgehead renderas="sect3">bug-buddy Dependencies</bridgehead>
[bb4cb22]57
58 <bridgehead renderas="sect4">Required</bridgehead>
[2435bae]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>
[bb4cb22]66
[1885da5]67 <bridgehead renderas="sect4">Optional</bridgehead>
[2435bae]68 <para role="optional"><xref linkend="openssl"/></para>
[1885da5]69
[0a7c3921]70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/bug-buddy"/></para>
72
[bb4cb22]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
[1885da5]81<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[8cf3617]82 --sysconfdir=&gnome-etc-dir; \
[1885da5]83 --localstatedir=/var/lib \
84 --mandir=$(pkg-config \
85 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[2f2aeab]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>
[9d2dc4e2]93
[bb4cb22]94 </sect2>
[9d2dc4e2]95
[bb4cb22]96 <sect2 role="commands">
97 <title>Command Explanations</title>
[9d2dc4e2]98
[e05cd03f]99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1885da5]100 href="../../xincludes/gnome-prefix.xml"/>
101
[e05cd03f]102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1885da5]103 href="../../xincludes/gnome-sysconfdir.xml"/>
104
[e05cd03f]105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1885da5]106 href="../../xincludes/scrollkeeper-dir.xml"/>
[4d292651]107
[e05cd03f]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1885da5]109 href="../../xincludes/gnome-mandir.xml"/>
[9d2dc4e2]110
[2435bae]111 <para><option>--disable-scrollkeeper</option>: This parameter disables
112 updates to the scrollkeeper database.</para>
113
[bb4cb22]114 </sect2>
[9d2dc4e2]115
[bb4cb22]116 <sect2 role="content">
117 <title>Contents</title>
[9d2dc4e2]118
[bb4cb22]119 <segmentedlist>
[2435bae]120 <segtitle>Installed Programs</segtitle>
[bb4cb22]121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]123
[bb4cb22]124 <seglistitem>
[2435bae]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>
[bb4cb22]128 </seglistitem>
129 </segmentedlist>
[9d2dc4e2]130
[bb4cb22]131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
[9d2dc4e2]135
[bb4cb22]136 <varlistentry id="bug-buddy-prog">
137 <term><command>bug-buddy</command></term>
138 <listitem>
139 <para>is a graphical bug reporting system.</para>
[3adc68f4]140 <indexterm zone="bug-buddy bug-buddy-prog">
141 <primary sortas="b-bug-buddy">bug-buddy</primary>
[bb4cb22]142 </indexterm>
143 </listitem>
144 </varlistentry>
[9d2dc4e2]145
[2435bae]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
[bb4cb22]166 </variablelist>
[21480b6]167
[bb4cb22]168 </sect2>
[21480b6]169
[bb4cb22]170</sect1>
Note: See TracBrowser for help on using the repository browser.