[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: PPC/PPC64 builders not working?
- From: David Woodhouse <dwmw2 infradead org>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: PPC/PPC64 builders not working?
- Date: Tue, 17 Jun 2008 17:36:06 +0100
On Tue, 2008-06-17 at 11:30 -0400, Jesse Keating wrote:
> On Tue, 2008-06-17 at 16:27 +0100, David Woodhouse wrote:
> > I can't reproduce it on any of my machines -- the above is from
> adding
> > 'strace -f' to the specfile, and trying a scratch build.
>
> This trick should likely be documented somewhere in our wiki to aid
> people in trying to debug build failures.
Perhaps. Along with crap like this...
@@ -49,9 +50,20 @@ features from the command line.
%build
%configure --disable-static
-make %{?_smp_mflags}
-doxygen doc/doxygen.conf
-
+#make %{?_smp_mflags}
+expect <<EOF
+spawn gdb --args doxygen doc/doxygen.conf
+expect "(gdb)"
+send "set pagination off\n"
+expect "(gdb)"
+send "set follow-fork-mode child\n"
+expect "(gdb)"
+send "run\n"
+expect "(gdb)"
+send "bt\n"
+expect (gdb)
+send "quit\n"
+EOF
%install
rm -rf $RPM_BUILD_ROOT
--
dwmw2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]