On Mon, 2006-07-17 at 15:45 +0200, Jindrich Novy wrote: > On Mon, 2006-07-17 at 09:00 -0400, Jesse Keating wrote: > > Out of all the packages for FC6, the following packages have either A) not > > been rebuilt since FC5 or earlier, or B) have not been rebuilt since the new > > gcc / glibc packages went into the buildroots for gnu_hash. > > > db4 > > I tried to rebuild db4, but I received this as the result: > > BuildrootError: error building package (arch ia64), mock exited with > status 10 > > without any logs available to look in. I briefly looked into mock > sources where I see: > > # result/exit codes > # 0 = yay! > # 1 = something happened - it's bad > # 30 = Yum emitted an error of some sort > # 40 = some error in the pkg we're building > # 10 = problem building the package > # 20 = error in the chroot of some kind > > ... what was not of a big help to me. > > Does anyone know what the exit status 10 means? I assume you're referring to http://brewweb.devel.redhat.com/brew/taskinfo?taskID=120730 ? You need to look at the arch-specific subtask (ia64 in this case) to find the logs: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=120733 It looks like a linking problem (in build.log, before all the Java warnings): /usr/lib/gcc/ia64-redhat-linux/4.1.1/crtendS.o: In function `__do_global_ctors_aux': ../../gcc/config/ia64/crtend.asm:(.text+0x0): multiple definition of `__do_global_ctors_aux' /usr/lib/gcc/ia64-redhat-linux/4.1.1/crtendS.o:../../gcc/config/ia64/crtend.asm:(.text+0x0): first defined here collect2: ld returned 1 exit status make: *** [libdb_cxx-4.3.la] Error 1