|
From: Tom H. <to...@co...> - 2011-10-06 15:09:36
|
On 06/10/11 14:14, Florian Krohm wrote: > Tom, could you check in an exp file for this test: > > none > shell F15 > > I would do it myself but I do not know what shell it is. So I cannot > pick a meaningful name for the exp file. It's bash - the only difference is the case of one letter in the error message compared to whatever version of bash was used to generate our output. > On Fedora 14 the gdbserver tests are failing. Perhaps this is as easy > to fix as > yum --disablerepo='*' --enablerepo='*-debuginfo' install ..... > ? This is really a side effect of me running the test under mock, which means the RPM database has been generated by F15 and the F14 gdb in the mock chroot can't understand it. Installing the debuginfo's for glibc does work around it because gdn then finds the debug and doesn't try and consult the RPM database. I've made that change, but it's possible it might causes changes in other tests having the glibc debuginfo present. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |