PPC/PPC64 builders not working?

David Woodhouse dwmw2 at infradead.org
Tue Jun 17 16:36:06 UTC 2008


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




More information about the fedora-devel-list mailing list