Mass rebuild status with gcc-4.3.0-0.4 of rawhide-20071220

Jakub Jelinek jakub at redhat.com
Thu Jan 3 12:02:42 UTC 2008


Hi!

I've rebuilt 5118 rawhide-20071220 src.rpms on x86_64 in mock buildroots which
contained rawhide-20071220 except {gcc,lib}*-4.1.2-36.*.rpm, with additional
gcc-4.3.0-0.4 (available from koji, dist-f9-gcc43 component),
compat-libgfortran-41 (available from
http://people.redhat.com/jakub/gcc/compat-libgfortran-41-4.1.2-36.src.rpm )
and later on also with gettext subpackages just rebuilt with gcc-4.3.0-0.4.

Out of those 5118 src.rpms 1054 were failed builds.  For those that failed
to build, I have retried with stock rawhide-20071220 mock buildroots (i.e.
gcc-4.1.2-36).  547 failed builds failed even with 4.1.2-36 (this count
includes even ExclusiveArched rpms etc.), logs for those are at
http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/fails-even-with-41/
and generally don't interest me, as this is not a regression introduced by
4.3.0-0.4.

The remaining 507 failures only fail with gcc-4.3.0-0.4 and not with
gcc-4.1.2-36, though most of them are just C++ being stricter, something
that ought to be fixed in the packages.

I've tried to quickly grep through the failed logs and categorize them:

# of bugs	URL with logs
269 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/header-dep/
	libstdc++ header dependencies have been streamlined, reducing
	unnecessary includes and pre-processed bloat.
	The STL headers have been cleaned up, so that the headers
	don't drag in unnecessary dependencies which aren't requested
	by the standard.  E.g. <string> no longer includes <cstdlib>,
	etc.  Most of these bugs will be fixed just by including the
	proper headers, <cstdlib>, <cstring>, <cstdio> are the most
	common ones I guess.
88 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/
	Unsorted, package maintainers please check this out, if you
	believe there is a GCC bug rather than package bug, get in
	touch with me with additional details.
36 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/changesmeaning/
	See C++ section of http://gcc.gnu.org/gcc-4.3/changes.html,
	particularly where it talks about "changes meaning of" error
36 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/multipledef/
	When compiling with -std=c99 or -std=gnu99, inline keyword
	changes meaning, in 4.3+ it by defaults conforms to ISO C99
	where extern inline is very different thing than the
	GNU extern inline extension.  If you want the GNU extern inline
	behavior, you can use extern inline __attribute__((__gnu_inline__))
	(the attribute can be guarded by #ifdef __GNUC_STDC_INLINE__
	which is a macro which is defined when inline has the ISO C99
	behavior), or compile with -fgnu89-inline option.
24 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/redefined/
	The C++ preprocessor now emits errors by default for certain             
	non-conformant code and for -pedantic, following the default behaviour   
	of the C++ front-end. As a result, some warnings, such as "extra         
	tokens at end of #endif directive", are now hard errors.
17 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/Werror/
	Packages compiled with -Werror where some new warnings appeared.
	By using -Werror you need to be prepared to fix or workaround
	new warnings from time to time.
9 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/libtool/
	Failures because some libtool scripts have hardcoded /.../gcc/.../4.1.2/
	paths in it, will be fixed after dependencies are rebuilt with
	gcc 4.3 I guess.
7 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/multipleparm/
	G++ now errors when multiple parameters of a function/method
	have the same names, even if just in prototypes.  Should be easy to
	fix.
6 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/rootlog/
	These packages failed to build because they need whole dependency
	chain built with gcc 4.3 first (gcj non-BC-ABI packages -
	libgcj.so.8rh has been removed, libgcj.so.9 is now used;
	BC-ABI (-findirect-dispatch, what most packages use, are
	unaffected).
6 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/java1.2/
	Seems gcj in 4.3.0 no longer supports java 1.2 compilation,
	only 1.3 through 1.6.
4 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/ice/
	Internal compiler errors, these are GCC bugs.
	tinyfugue ICE tracked at http://gcc.gnu.org/PR34648,
	tog-pegassus ICE tracked at http://gcc.gnu.org/PR31081,
	eclipse-gef and icu4j I believe are the same gcj ICE,
	so far given to Andrew Haley for investigation.
3 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/auto_ptr/
	std::auto_ptr is no longer in <memory>, I belive unique_ptr
	should be used instead, or there is <backwards/auto_ptr.h>.
	Benjamin can tell more.
2 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/main/
	G++ now errors when arguments to main have wrong types,
	e.g. unsigned int argc is wrong.

For testing you can use e.g. koji --scratch builds into dist-f9-gcc43
target.  I hope we can switch to gcc-4.3.0-0.* in dist-f9 soon.

Below just so that all package maintainers don't have to go to the above
www site to check for logs if their package is affected.
Prepend http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/
to each line below to get at the log file.

Werror/NetworkManager-0.7.0-0.8.svn3181.fc9.log
Werror/anaconda-11.4.0.11-1.log
Werror/dhcp-3.1.0-12.fc9.log
Werror/elfutils-0.131-1.fc9.log
Werror/evolution-exchange-2.21.4-1.fc9.log
Werror/gdb-6.7.1-6.fc9.log
Werror/grub-0.97-19.log
Werror/libcmpiutil-0.1-6.fc9.log
Werror/libflaim-4.9.989-18.fc9.log
Werror/libpfm-3.2-0.071017.1.fc9.log
Werror/linphone-1.7.1-4.fc8.log
Werror/mkinitrd-6.0.24-1.fc9.log
Werror/nc-1.84-14.fc9.log
Werror/openhpi-2.10.1-1.fc9.log
Werror/parted-1.8.6-13.fc9.log
Werror/trousers-0.3.1-5.fc9.log
Werror/xulrunner-1.9-0.beta2.1.fc9.log
auto_ptr/linuxdcpp-1.0.0-4.fc9.log
auto_ptr/spr-07.00.00-1.fc8.log
auto_ptr/syncevolution-0.6-2.fc8.log
changesmeaning/agave-0.4.2-5.fc8.log
changesmeaning/bakery-2.4.2-1.fc9.log
changesmeaning/bitgtkmm-0.4.0-2.fc7.log
changesmeaning/bmpx-0.40.13-6.fc9.log
changesmeaning/conexusmm-0.5.0-3.fc7.log
changesmeaning/deluge-0.5.7.1-2.fc9.log
changesmeaning/gconfmm26-2.20.0-1.fc8.log
changesmeaning/glom-1.6.4-1.fc9.log
changesmeaning/gnome-system-monitor-2.21.4-1.fc9.log
changesmeaning/gnome-vfsmm26-2.20.0-1.fc8.log
changesmeaning/goocanvasmm-0.4.0-2.fc9.log
changesmeaning/gparted-0.3.3-14.fc9.log
changesmeaning/granule-1.2.4-2.fc7.log
changesmeaning/gtkglextmm-1.2.0-5.fc6.log
changesmeaning/gtkmm24-2.12.3-1.fc9.log
changesmeaning/libgdamm-2.9.8-1.fc8.log
changesmeaning/libglademm24-2.6.4-1.fc8.log
changesmeaning/libgnomecanvasmm26-2.20.0-1.fc8.log
changesmeaning/libgnomedbmm-2.9.5-2.fc9.log
changesmeaning/libgnomemm26-2.20.0-1.log
changesmeaning/libpanelappletmm-2.6.0-2.fc8.log
changesmeaning/libsexymm-0.1.9-4.fc8.log
changesmeaning/libsigc++20-2.0.18-1.log
changesmeaning/libtorrent-0.11.8-2.fc9.log
changesmeaning/net6-1.3.5-2.fc8.log
changesmeaning/obby-0.4.4-2.fc8.log
changesmeaning/paman-0.9.4-1.fc9.log
changesmeaning/pavucontrol-0.9.5-1.fc9.log
changesmeaning/pavumeter-0.9.3-1.fc9.log
changesmeaning/pinot-0.81-2.fc9.log
changesmeaning/plotmm-0.1.2-5.fc6.log
changesmeaning/regexxer-0.9-2.fc8.log
changesmeaning/rtorrent-0.7.8-1.fc8.log
changesmeaning/sobby-0.4.4-1.fc8.log
changesmeaning/vegastrike-0.4.3-7.fc8.log
changesmeaning/wp_tray-0.5.3-6.fc9.log
header-dep/8Kingdoms-1.1.0-2.fc9.log
header-dep/CCfits-1.8-1.fc9.log
header-dep/CTL-1.4.1-3.fc9.log
header-dep/ClanLib-0.8.0-7.fc9.log
header-dep/ClanLib06-0.6.5-9.fc9.log
header-dep/CriticalMass-1.0.2-2.fc9.log
header-dep/FlightGear-0.9.11-0.4.pre1.fc8.log
header-dep/GraphicsMagick-1.1.8-3.fc8.log
header-dep/HippoDraw-1.21.1-2.fc8.log
header-dep/MyPasswordSafe-0.6.7-1.20061216.fc8.log
header-dep/OpenEXR-1.6.0-5.fc8.log
header-dep/OpenSceneGraph-2.2.0-3.fc9.log
header-dep/PerceptualDiff-1.0.1-6.fc8.log
header-dep/Ri-li-2.0.1-1.fc9.log
header-dep/SimGear-0.3.11-0.3.pre1.fc8.2.log
header-dep/SteGUI-0.0.1-12.fc8.log
header-dep/WebKit-1.0.0-0.3.svn28482.fc9.log
header-dep/acpitool-0.4.7-2.fc9.log
header-dep/adanaxisgpl-1.2.4-1.fc9.log
header-dep/adplug-2.1-2.fc8.log
header-dep/agistudio-1.2.3-4.fc8.log
header-dep/aiksaurus-1.2.1-15.fc6.log
header-dep/akode-2.0.1-9.fc8.log
header-dep/amarok-1.4.7-14.fc9.log
header-dep/animorph-0.2-2.fc8.log
header-dep/antlr-2.7.7-1jpp.6.fc8.log
header-dep/apt-0.5.15lorg3.93-4.fc9.log
header-dep/aqsis-1.2.0-6.fc8.log
header-dep/ardour-2.1-3.fc8.log
header-dep/aria2-0.11.3-1.fc8.log
header-dep/armacycles-ad-0.2.8.2.1-5.fc8.log
header-dep/arts-1.5.8-4.fc8.log
header-dep/asio-0.3.8-7.fc9.log
header-dep/astyle-1.21-6.fc8.log
header-dep/asymptote-1.33-2.fc8.log
header-dep/audacious-plugins-1.4.2-1.fc9.log
header-dep/audacity-1.3.2-17.fc9.log
header-dep/ballbuster-1.0-3.fc8.log
header-dep/basket-1.0.2-3.fc9.log
header-dep/bbkeys-0.9.0-9.log
header-dep/bes-3.5.1-4.fc9.log
header-dep/blackbox-0.70.1-9.log
header-dep/blender-2.45-4.fc8.log
header-dep/bonnie++-1.03a-7.fc8.log
header-dep/boolstuff-0.1.11-3.fc9.log
header-dep/bzflag-2.0.10-2.fc9.log
header-dep/cal3d-0.11.0-4.fc7.log
header-dep/ccrtp-1.5.1-1.fc7.log
header-dep/cdrdao-1.2.2-3.log
header-dep/celestia-1.4.1-7.fc7.log
header-dep/commoncpp2-1.5.0-1.fc7.log
header-dep/cone-0.74-1.fc9.log
header-dep/coolkey-1.1.0-5.fc8.log
header-dep/crack-attack-1.1.14-10.fc8.log
header-dep/cyphesis-0.5.15-2.fc9.log
header-dep/dap-freeform_handler-3.7.5-2.fc8.log
header-dep/dar-2.3.6-3.fc9.log
header-dep/dasher-4.7.0-1.fc9.log
header-dep/dirac-0.8.0-2.fc8.log
header-dep/dosbox-0.72-1.fc8.log
header-dep/drgeo-1.1.0-11.fc8.log
header-dep/ds9-5.0-6.fc9.log
header-dep/dssi-0.9.1-11.fc8.log
header-dep/dvgrab-3.1-1.fc9.log
header-dep/easytag-2.1-3.fc8.log
header-dep/ecl-0.9i-3.fc6.log
header-dep/ed2k_hash-0.4.0-5.fc9.log
header-dep/eiciel-0.9.5-1.fc9.log
header-dep/eris-1.3.13-1.fc9.log
header-dep/escape-200704130-7.fc9.log
header-dep/exempi-1.99.5-1.fc9.log
header-dep/exiv2-0.16-0.3.pre1.fc9.log
header-dep/farsight-0.1.25-1.fc8.log
header-dep/fbdesk-1.4.0-3.fc8.log
header-dep/fgfs-Atlas-0.3.1-5.fc8.log
header-dep/fillets-ng-0.7.4-3.fc8.log
header-dep/fityk-0.8.1-10.fc8.log
header-dep/flac-1.2.1-1.fc8.log
header-dep/fluxbox-1.0.0-1.fc8.log
header-dep/freehdl-0.0.4-4.fc8.log
header-dep/fuse-encfs-1.3.2-2.fc9.log
header-dep/fwbuilder-2.1.14-1.fc8.log
header-dep/gcdmaster-1.2.2-2.fc8.log
header-dep/gchempaint-0.8.4-1.fc9.log
header-dep/gdl-0.9-0.pre6.fc9.log
header-dep/gds2pov-0.20070815-1.fc8.log
header-dep/gengetopt-2.21-3.fc8.log
header-dep/gimmage-0.2.3-1.fc8.log
header-dep/gle-4.0.12a-2.fc8.log
header-dep/glest-2.0.1-5.fc9.log
header-dep/glibmm24-2.14.2-1.fc9.log
header-dep/glimmer-3.02-2.fc8.log
header-dep/gmrun-0.9.2-10.fc8.log
header-dep/gnome-chemistry-utils-0.8.4-2.fc9.log
header-dep/gnome-commander-1.2.4-4.fc8.log
header-dep/gnome-games-2.21.4-1.fc9.log
header-dep/gnucap-0.35-2.fc8.log
header-dep/gobby-0.4.5-1.fc8.log
header-dep/google-perftools-0.93-1.fc8.log
header-dep/gpsdrive-2.09-4.fc8.log
header-dep/gpsim-0.22.0-5.fc8.log
header-dep/graphviz-2.14.1-3.fc8.log
header-dep/grhino-0.16.0-2.fc8.log
header-dep/hackedbox-0.8.5-3.fc8.log
header-dep/hal-0.5.10-3.fc9.log
header-dep/hdf5-1.6.6-3.fc9.log
header-dep/highlight-2.6.6-1.fc9.log
header-dep/hugin-0.6.1-11.fc9.log
header-dep/hydrogen-0.9.3-9.fc8.log
header-dep/ice-3.2.1-14.fc9.log
header-dep/id3v2-0.1.11-5.fc8.log
header-dep/incron-0.5.5-1.fc7.log
header-dep/inkscape-0.45.1-5.fc9.log
header-dep/ipe-6.0-0.22.pre28.fc9.log
header-dep/iptstate-2.2.1-1.fc8.log
header-dep/itpp-4.0.0-2.fc9.log
header-dep/jd-1.9.8-0.4.beta071218.fc9.log
header-dep/jigdo-0.7.3-4.fc8.log
header-dep/jrtplib-3.7.1-2.fc8.log
header-dep/k3d-0.6.7.0-4.fc8.log
header-dep/kasumi-2.3-1.fc9.log
header-dep/kbilliards-0.8.7b-5.fc9.log
header-dep/keepassx-0.2.2-4.fc8.log
header-dep/kid3-0.10-2.fc9.log
header-dep/klamav-0.41.1-7.fc9.log
header-dep/ksirk-1.7-4.fc9.log
header-dep/lagan-2.0-1.fc8.log
header-dep/libEMF-1.0.3-5.fc9.log
header-dep/libassa-3.4.2-4.log
header-dep/libcdio-0.78.2-3.fc8.log
header-dep/libchmxx-0.1-5.fc6.log
header-dep/libdap-3.7.8-3.fc9.log
header-dep/libebml-0.7.7-3.fc8.log
header-dep/libextractor-0.5.18a-1.fc8.log
header-dep/libfac-3.0.3-1.fc9.log
header-dep/libfreebob-1.0.3-1.fc7.log
header-dep/libfwbuilder-2.1.14-1.fc8.log
header-dep/libgda-3.0.1-6.fc9.log
header-dep/libgnomeuimm26-2.20.0-1.fc8.log
header-dep/libgtksourceviewmm-0.3.1-1.fc8.log
header-dep/libjingle-0.3.11-5.fc9.log
header-dep/libmatroska-0.8.1-2.fc8.log
header-dep/libmusicbrainz-2.1.5-3.fc9.log
header-dep/libnc-dap-3.7.0-8.fc9.log
header-dep/libofa-0.9.3-10.fc8.log
header-dep/libofx-0.8.3-4.log
header-dep/libpqxx-2.6.8-7.fc8.log
header-dep/libqalculate-0.9.6-2.fc8.log
header-dep/libsmbios-0.13.13-1.fc9.log
header-dep/libsynaptics-0.14.6c-2.fc8.log
header-dep/libwvstreams-4.4.1-3.fc9.log
header-dep/lineak-defaultplugin-0.9-2.fc6.log
header-dep/lineak-xosdplugin-0.9-2.fc6.log
header-dep/lineakd-0.9-5.fc6.log
header-dep/linkage-0.1.4-4.fc8.log
header-dep/loki-lib-0.1.6-4.fc8.1.log
header-dep/lostirc-0.4.6-3.fc8.log
header-dep/lshw-B.02.12.01-1.fc9.log
header-dep/lzma-4.32.2-2.fc9.log
header-dep/makehuman-0.9-3.fc8.log
header-dep/manaworld-0.0.23-1.fc8.log
header-dep/mimetic-0.9.3-2.fc8.log
header-dep/muParser-1.28-2.fc8.log
header-dep/multiget-1.1.4-7.fc8.log
header-dep/museek+-0.1.13-1.fc8.log
header-dep/mysql++-2.3.2-2.fc8.log
header-dep/nco-3.9.1-1.fc8.log
header-dep/newscache-1.2-0.4.rc6.fc6.log
header-dep/nget-0.27.1-7.fc8.log
header-dep/notecase-1.6.1-2.fc8.log
header-dep/nx-2.1.0-22.fc7.log
header-dep/ochusha-0.5.99.66-0.3.cvs070110.fc9.log
header-dep/ois-1.0-2.fc8.log
header-dep/openmsx-0.6.2-4.fc8.log
header-dep/openoffice.org-2.3.1-9.9.fc9.log
header-dep/openvrml-0.17.0-2.fc9.log
header-dep/oprofile-0.9.3-7.fc9.log
header-dep/osgcal-0.1.46-3.fc9.log
header-dep/pan-0.132-2.fc8.log
header-dep/paprefs-0.9.6-1.fc9.log
header-dep/paraview-3.2.1-2.fc9.log
header-dep/pdfedit-0.3.2-2.fc8.log
header-dep/pdns-2.9.21-3.fc9.log
header-dep/pdns-recursor-3.1.4-4.fc7.log
header-dep/pekwm-0.1.5-5.fc7.log
header-dep/pingus-0.7.2-1.fc9.log
header-dep/plplot-5.8.0-4.fc9.log
header-dep/poker3d-1.1.36-7.fc9.log
header-dep/ppl-0.9-16.fc8.log
header-dep/pstoedit-3.45-1.fc8.log
header-dep/qcad-2.0.5.0-5.fc6.log
header-dep/qgo-1.5.2-1.fc6.log
header-dep/qlandkarte-0.5.3-4.fc9.log
header-dep/qt-3.3.8-11.fc9.log
header-dep/qtiplot-0.9-8.fc9.log
header-dep/qtpfsgui-1.9.0-1.fc9.log
header-dep/rafkill-1.2.2-5.fc8.log
header-dep/ragel-5.24-1.fc8.log
header-dep/rb_libtorrent-0.12-2.fc8.log
header-dep/referencer-1.0.4-5.fc8.log
header-dep/rlog-1.3.7-3.fc6.log
header-dep/rss-glx-0.8.1.p-17.fc9.log
header-dep/rudeconfig-5.0.5-1.fc7.log
header-dep/sblim-wbemcli-1.5.1-5.fc7.log
header-dep/scim-anthy-1.2.4-2.fc8.log
header-dep/scim-array-0.0.2-2.fc9.log
header-dep/scim-bridge-0.4.13-6.fc9.log
header-dep/scim-chewing-0.3.1-9.fc7.log
header-dep/scim-fcitx-3.1.1-7.fc8.log
header-dep/scim-hangul-0.3.1-1.fc7.log
header-dep/scim-m17n-0.2.2-2.fc8.log
header-dep/scim-pinyin-0.5.91-23.fc9.log
header-dep/scim-skk-0.5.2-8.fc6.log
header-dep/scim-tables-0.5.7-3.fc7.log
header-dep/scim-tomoe-0.6.0-2.fc8.log
header-dep/scorched3d-41.1-1.fc9.log
header-dep/sear-0.6.3-7.fc9.log
header-dep/seq24-0.8.7-8.fc8.log
header-dep/skstream-0.3.6-2.fc8.log
header-dep/slim-1.3.0-1.fc8.log
header-dep/smb4k-0.8.7-3.fc9.log
header-dep/soundtouch-1.3.1-8.fc8.log
header-dep/srecord-1.36-1.fc8.log
header-dep/stardict-3.0.1-1.fc9.log
header-dep/steghide-0.5.1-7.fc8.log
header-dep/stellarium-0.9.0-6.fc9.log
header-dep/stormbaancoureur-1.5.1-2.fc8.log
header-dep/stratagus-2.2.4-1.fc8.log
header-dep/strigi-0.5.7-2.fc9.log
header-dep/subcommander-1.2.2-9.fc9.log
header-dep/supertux-0.3.0-3.fc9.log
header-dep/supertuxkart-0.3-2.fc8.log
header-dep/sword-1.5.10-1.fc9.log
header-dep/synaptic-0.57.2-14.fc9.log
header-dep/synergy-1.3.1-5.fc8.log
header-dep/systemtap-0.6-1.fc9.log
header-dep/teckit-2.2.1-2.fc8.log
header-dep/telescope-server-0-0.2.20070315.fc8.log
header-dep/ttmkfdir-3.0.9-24.fc7.log
header-dep/uim-1.4.1-8.fc8.log
header-dep/ultimatestunts-0.7.3-4.fc9.log
header-dep/usbsink-0.3.2-1.fc8.log
header-dep/varconf-0.6.5-2.fc8.log
header-dep/vdccm-0.9.3-1.fc7.log
header-dep/vdr-subtitles-0.5.0-2.fc8.log
header-dep/vdr-text2skin-1.1-20.20051217cvs.fc8.log
header-dep/verbiste-0.1.21-1.fc8.log
header-dep/widelands-0-0.7.build11.fc8.log
header-dep/workrave-1.8.4-4.fc8.log
header-dep/wpa_supplicant-0.5.7-18.fc9.log
header-dep/wv2-0.2.3-3.fc8.log
header-dep/wvdial-1.60-3.fc9.log
header-dep/xalan-c-1.10.0-2.fc9.log
header-dep/xapian-core-1.0.4-1.fc9.log
header-dep/xarchon-0.50-5.fc8.log
header-dep/xbase-2.0.0-8.fc9.log
header-dep/xbsql-0.11-9.fc8.log
header-dep/xdrawchem-1.9.9-6.fc8.log
header-dep/xmlrpc-c-1.06.18-1.fc8.log
header-dep/xmms-adplug-1.2-5.fc8.log
header-dep/xmms-modplug-2.05-11.fc8.log
header-dep/xmoto-0.3.4-1.fc9.log
header-dep/xplanet-1.2.0-2.1.fc8.2.log
header-dep/xprobe2-0.3-9.fc8.log
header-dep/xqilla10-1.0.2-2.fc9.log
header-dep/xu4-1.1-0.2.cvs20070510.fc8.log
header-dep/yafray-0.0.9-5.fc9.log
header-dep/zhcon-0.2.6-5.fc7.log
header-dep/zidrav-1.2.0-3.fc8.log
ice/eclipse-gef-3.3.0-1.fc8.log
ice/icu4j-3.6.1-1jpp.6.fc9.log
ice/tinyfugue-5.0-0.7.b8.fc9.log
ice/tog-pegasus-2.7.0-3.fc9.log
java1.2/ant-1.7.0-1jpp.2.fc8.log
java1.2/bea-stax-1.2.0-0.1.rc1.2jpp.1.fc7.log
java1.2/log4j-1.2.14-3jpp.1.fc8.log
java1.2/msv-1.2-0.1.20050722.3jpp.3.fc8.log
java1.2/xmlrpc-2.0.1-3jpp.2.log
java1.2/xpp3-1.1.3.8-1jpp.1.fc7.log
libtool/anjuta-2.2.0-4.fc9.log
libtool/aplus-fsf-4.20.2-22.fc8.log
libtool/aqbanking-2.3.2-4.fc9.log
libtool/atlascpp-0.6.1-2.fc9.log
libtool/bochs-2.3.5-1.fc8.log
libtool/cegui-0.5.0b-6.fc8.log
libtool/lftp-3.5.14-3.fc9.log
libtool/rapidsvn-0.9.4-7.fc9.log
libtool/uuid-1.6.0-2.fc8.log
main/Inventor-2.1.5-30.fc9.1.log
main/cpuspeed-1.2.1-3.fc8.log
multipledef/Io-language-20071010-1.fc9.log
multipledef/asunder-1.0-1.fc9.log
multipledef/autogen-5.8.9-1.fc7.log
multipledef/avahi-0.6.22-4.fc9.log
multipledef/cpio-2.9-5.fc9.log
multipledef/dates-0.4.5-1.fc9.log
multipledef/g-wrap-1.9.9-4.fc8.log
multipledef/gnome-python2-2.21.0-1.fc9.log
multipledef/gnome-vfs2-2.20.1-4.fc9.log
multipledef/gnome-vfs2-obexftp-0.4-5.fc9.log
multipledef/gshutdown-0.2-2.fc8.log
multipledef/gstreamer-plugins-farsight-0.12.5-1.fc8.log
multipledef/gtk-vnc-0.3.1-1.fc9.log
multipledef/guile-gnome-platform-2.15.93-6.fc8.log
multipledef/gxine-0.5.11-14.fc9.log
multipledef/isomaster-1.3-1.fc9.log
multipledef/libglade2-2.6.2-3.fc8.log
multipledef/libtelepathy-0.3.1-2.fc9.log
multipledef/mc-4.6.1a-50.20070604cvs.fc9.log
multipledef/nspluginwrapper-0.9.91.5-16.fc9.log
multipledef/pguiman-0.0.1-3.fc8.log
multipledef/pidgin-guifications-2.14-2.fc7.log
multipledef/pygobject2-2.14.0-2.fc9.log
multipledef/pygoocanvas-0.9.0-2.fc8.log
multipledef/pygtk2-2.12.0-3.fc9.log
multipledef/pyorbit-2.14.3-1.fc8.log
multipledef/swfdec-0.5.5-2.fc9.log
multipledef/tar-1.19-1.fc9.log
multipledef/telepathy-gabble-0.6.1-1.fc9.log
multipledef/telepathy-glib-0.7.0-1.fc9.log
multipledef/telepathy-haze-0.1.4-2.fc9.log
multipledef/telepathy-idle-0.1.2-2.fc9.log
multipledef/telepathy-salut-0.2.0-1.fc9.log
multipledef/telepathy-stream-engine-0.3.25-2.fc8.log
multipledef/vips-7.12.5-3.fc9.log
multipledef/xchat-gnome-0.18-7.fc9.log
multipleparm/alsa-tools-1.0.12-4.fc7.log
multipleparm/aspell-0.60.5-3.fc7.log
multipleparm/bsd-games-2.17-22.fc9.log
multipleparm/kmymoney2-0.8.8-1.fc9.log
multipleparm/mercator-0.2.5-3.fc9.log
multipleparm/xchm-1.13-1.fc8.log
multipleparm/zoneminder-1.22.3-10.fc9.log
redefined/Macaulay2-0.9.95-9.fc9.log
redefined/blam-1.8.3-13.fc9.log
redefined/chmsee-1.0.0-1.34.fc9.log
redefined/cinepaint-0.22.1-5.fc8.log
redefined/csmash-0.6.6-17.log
redefined/devhelp-0.16.1-4.fc9.log
redefined/digikam-0.9.3-0.5.rc1.fc9.log
redefined/dx-4.4.4-4.fc8.log
redefined/geos-2.2.3-1.fc7.log
redefined/groff-1.18.1.4-10.fc8.log
redefined/gtkmozembedmm-1.4.2.cvs20060817-17.fc9.log
redefined/kasablanca-0.4.0.2-11.fc9.log
redefined/kdebase3-3.5.8-24.fc9.log
redefined/kdelibs3-3.5.8-20.fc9.log
redefined/kdewebdev-3.5.8-4.fc9.log
redefined/kismet-0.0.2007.10.R1-2.fc9.log
redefined/koffice-1.6.3-12.fc8.log
redefined/lyx-1.5.3-1.fc9.log
redefined/njam-1.25-6.fc8.log
redefined/pachi-1.0-3.fc8.log
redefined/perl-Perlbal-XS-HTTPHeaders-0.19-2.fc8.log
redefined/rxvt-unicode-8.8-1.fc9.log
redefined/smartmontools-5.37-8.3.fc9.log
redefined/yelp-2.21.1-2.fc9.log
rootlog/azureus-3.0.3.4-3.fc9.log
rootlog/cairo-java-1.0.5-7.fc7.log
rootlog/frysk-0.0.1.2007.10.17-1.fc8.log
rootlog/libglade-java-2.12.5-6.fc7.log
rootlog/libgnome-java-2.12.4-6.fc7.log
rootlog/libvte-java-0.12.1-10.fc9.log
unsorted/TnL-071111-1.fc9.log
unsorted/abiword-2.4.6-6.fc8.log
unsorted/amoebax-0.2.0-1.fc9.log
unsorted/asc-2.0.1.0-1.fc9.log
unsorted/astromenace-1.2-6.fc9.log
unsorted/bit-0.4.1-1.fc7.log
unsorted/blitz-0.9-3.fc8.log
unsorted/blobby-0.6-0.7.a.fc8.log
unsorted/boswars-2.4.1-3.fc9.log
unsorted/brutus-keyring-0.9.0-6.fc8.log
unsorted/cernlib-2006-20.fc9.log
unsorted/checkstyle-4.1-4jpp.2.fc8.log
unsorted/clipsmm-0.0.7-1.fc7.log
unsorted/cln-1.1.13-4.fc8.log
unsorted/compat-erlang-R10B-11.9.fc9.log
unsorted/compiz-fusion-0.6.0-7.fc9.log
unsorted/compiz-fusion-extras-0.6.0-1.fc9.log
unsorted/compizconfig-backend-gconf-0.6.0-1.fc9.log
unsorted/dbmail-2.2.7-2.fc9.log
unsorted/dsniff-2.4-0.1.b1.fc9.log
unsorted/duel3-0.1-0.4.20060225.fc8.log
unsorted/eclipse-3.3.1.1-14.fc9.log
unsorted/ekg2-0.1.1-2.fc9.log
unsorted/emerald-0.5.2-2.fc8.log
unsorted/enblend-3.0-6.fc8.log
unsorted/enigma-1.01-3.1.log
unsorted/erlang-R12B-0.1.fc9.log
unsorted/espeak-1.28-1.fc8.log
unsorted/extrema-4.2.10-3.fc9.log
unsorted/factory-3.0.3-1.fc9.log
unsorted/festival-1.96-2.fc9.log
unsorted/fontforge-20071110-1.fc9.log
unsorted/galeon-2.0.3-17.fc9.log
unsorted/ghdl-0.25-0.89svn.6.fc8.log
unsorted/glob2-0.9.1-2.fc8.log
unsorted/gprolog-1.3.0-11.fc8.log
unsorted/hdf-4.2r2-4.fc9.log
unsorted/hedgewars-0.9.0-4.fc9.log
unsorted/id3lib-3.8.3-18.fc9.log
unsorted/idioskopos-0.4.1-1.fc7.log
unsorted/inotify-tools-3.11-1.fc8.log
unsorted/kdebluetooth-1.0-0.39.beta8.fc9.log
unsorted/kernel-xen-2.6-2.6.21.7-2890.fc9.log
unsorted/krusader-1.80.0-4.fc9.log
unsorted/lam-7.1.2-10.fc7.log
unsorted/libcompizconfig-0.6.0-3.fc9.log
unsorted/libsidplay-1.36.57-15.log
unsorted/libxml++-2.20.0-1.fc8.log
unsorted/lilypond-2.10.33-1.fc8.log
unsorted/mecab-0.96-2.fc9.1.log
unsorted/methane-1.4.7-3.fc8.log
unsorted/mkvtoolnix-2.1.0-1.fc8.log
unsorted/mysql-gui-tools-5.0r12-5.fc9.log
unsorted/ncarg-4.4.2-4.fc8.log
unsorted/netpanzer-0.8.2-1.fc8.log
unsorted/netpbm-10.35.35-1.fc9.log
unsorted/nss-3.11.99.2b-2.fc9.log
unsorted/ogre-1.4.5-3.fc9.log
unsorted/osgal-0.6.1-2.fc9.log
unsorted/ovaldi-5.3-1.fc9.log
unsorted/papyrus-0.7.1-1.fc7.log
unsorted/perl-5.8.8-31.fc9.log
unsorted/perl-Cache-2.04-2.fc8.2.log
unsorted/perl-Glib-1.162-1.fc9.log
unsorted/poker-network-1.2.0-4.fc9.log
unsorted/poker2d-1.2.0-3.fc9.log
unsorted/qfaxreader-0.3.1-8.fc8.1.log
unsorted/qps-1.9.19-0.2.b.fc7.log
unsorted/recode-3.6-24.fc8.log
unsorted/rpm-4.4.2.2-11.fc9.log
unsorted/scim-qtimm-0.9.4-8.fc8.log
unsorted/scorchwentbonkers-1.1-4.fc8.log
unsorted/scrip-1.4-9.fc8.log
unsorted/scummvm-0.10.0-2.fc8.log
unsorted/seamonkey-1.1.7-3.fc9.log
unsorted/setools-3.3.2-1.fc9.log
unsorted/smarteiffel-2.2-6.fc6.log
unsorted/source-highlight-2.8-1.fc9.log
unsorted/starplot-0.95.4-3.fc9.log
unsorted/taskjuggler-2.4.0-4.fc8.log
unsorted/thunderbird-2.0.0.9-2.fc9.log
unsorted/torcs-1.3.0-3.fc8.log
unsorted/trackballs-1.1.4-3.fc8.log
unsorted/twinkle-1.1-3.fc8.log
unsorted/vavoom-1.25-1.fc9.log
unsorted/vym-1.10.0-1.fc9.log
unsorted/wesnoth-1.2.8-3.fc9.log
unsorted/wormux-0.7.9-5.fc8.log
fails-even-with-41/Django-0.96.1-1.fc9.log
fails-even-with-41/HelixPlayer-1.0.9-1.fc8.log
fails-even-with-41/LabPlot-1.5.1.6-4.fc8.log
fails-even-with-41/Miro-1.0-2.fc9.log
fails-even-with-41/NetworkManager-openvpn-0.7.0-3.svn3047.fc9.log
fails-even-with-41/PyRTF-0.45-5.fc8.log
fails-even-with-41/PySolFC-1.1-4.fc9.log
fails-even-with-41/PyX-0.9-5.fc8.log
fails-even-with-41/PythonCAD-0.1.36-2.fc8.log
fails-even-with-41/QuantLib-0.8.1-4.fc9.log
fails-even-with-41/R-waveslim-1.6-4.fc8.log
fails-even-with-41/SOAPpy-0.11.6-6.fc7.log
fails-even-with-41/ScientificPython-2.6-10.fc8.log
fails-even-with-41/aasaver-0.3.2-1.fc8.log
fails-even-with-41/airsnort-0.2.7e-11.fc7.log
fails-even-with-41/alex-2.1.0-5.fc8.log
fails-even-with-41/alliance-5.0-10.20070718snap.fc8.log
fails-even-with-41/amarokFS-0.5-1.fc7.log
fails-even-with-41/amsn-0.96-7.fc7.log
fails-even-with-41/apmd-3.2.2-6.log
fails-even-with-41/apmud-1.0.0-8.fc8.log
fails-even-with-41/archmage-0.1.9-1.fc8.log
fails-even-with-41/arm-gp2x-linux-glibc-2.3.6-4.fc8.log
fails-even-with-41/athcool-0.3.11-5.fc6.log
fails-even-with-41/atitvout-0.4-7.log
fails-even-with-41/atlas-3.6.0-12.fc8.log
fails-even-with-41/audit-1.6.2-4.fc8.log
fails-even-with-41/avr-libc-1.4.6-4.fc8.log
fails-even-with-41/awesfx-0.5.0d-4.fc7.log
fails-even-with-41/bacula-2.0.3-11.fc8.log
fails-even-with-41/bcfg2-0.9.5.2-1.fc9.log
fails-even-with-41/bibletime-1.6.5-1.fc9.log
fails-even-with-41/bitbake-1.8.8-1.fc8.log
fails-even-with-41/bittorrent-4.4.0-5.fc7.log
fails-even-with-41/blogtk-1.1-8.fc7.log
fails-even-with-41/bluecurve-kde-theme-1.0.0-1.fc8.log
fails-even-with-41/bluecurve-kwin-theme-1.0.0-1.fc8.log
fails-even-with-41/brltty-3.8-1.fc8.log
fails-even-with-41/buildbot-0.7.6-1.fc8.log
fails-even-with-41/callweaver-1.2-0.3.rc4.20070822.log
fails-even-with-41/camstream-0.26.3-12.fc8.log
fails-even-with-41/castor-0.9.5-1jpp.7.log
fails-even-with-41/chkfontpath-1.10.1-2.fc8.log
fails-even-with-41/clips-6.24-22.fc7.log
fails-even-with-41/cmucl-19d-5.fc8.log
fails-even-with-41/cobbler-0.6.4-2.fc9.log
fails-even-with-41/compat-gcc-296-2.96-139.log
fails-even-with-41/compat-guile-16-1.6.7-7.fc8.log
fails-even-with-41/compiz-0.6.2-4.fc9.log
fails-even-with-41/compizconfig-backend-kconfig-0.6.0-1.fc9.log
fails-even-with-41/conexus-0.5.3-2.fc8.log
fails-even-with-41/cryptix-asn1-20011119-7jpp.2.log
fails-even-with-41/crystal-1.0.5-1.fc8.log
fails-even-with-41/csound-5.03.0-13.fc7.log
fails-even-with-41/d3lphin-0.9.2-2.fc8.log
fails-even-with-41/d4x-2.5.7.1-3.fc7.log
fails-even-with-41/dap-hdf4_handler-3.7.5-3.fc8.log
fails-even-with-41/darcs-1.0.9-6.fc8.log
fails-even-with-41/dekorator-0.3-3.fc7.log
fails-even-with-41/denyhosts-2.6-7.fc8.log
fails-even-with-41/digikam-doc-0.9.3-0.1.beta3.fc9.log
fails-even-with-41/dogtail-0.6.1-1.fc7.log
fails-even-with-41/driconf-0.9.1-6.fc8.log
fails-even-with-41/duplicity-0.4.3-1.fc8.log
fails-even-with-41/eclipse-emf-2.2.2-1.fc7.log
fails-even-with-41/ekg-1.7-3.fc9.log
fails-even-with-41/elilo-3.6-2.log
fails-even-with-41/epiphany-2.21.4-1.fc9.log
fails-even-with-41/epiphany-extensions-2.20.1-3.fc9.log
fails-even-with-41/epydoc-2.1-8.fc8.log
fails-even-with-41/epylog-1.0.3-5.fc7.log
fails-even-with-41/esc-1.0.1-7.fc8.log
fails-even-with-41/evolution-brutus-1.1.28.7-2.fc8.log
fails-even-with-41/filelight-1.0-9.fc6.log
fails-even-with-41/flagpoll-0.9.1-1.fc8.log
fails-even-with-41/fluxstyle-1.0.1-2.fc7.log
fails-even-with-41/fonttools-2.0-0.11.20060223cvs.fc7.log
fails-even-with-41/fontypython-0.2.0-6.fc7.log
fails-even-with-41/fpc-2.2.0-10.fc8.log
fails-even-with-41/freetennis-0.4.8-6.fc7.log
fails-even-with-41/func-0.13-3.fc9.log
fails-even-with-41/fusion-icon-0-0.2.20071206git.fc9.log
fails-even-with-41/fwfstab-0.02-2.fc9.log
fails-even-with-41/galternatives-0.13.4-4.fc7.log
fails-even-with-41/gambas-1.0.19-3.fc8.log
fails-even-with-41/gazpacho-0.7.2-2.fc8.log
fails-even-with-41/gcl-2.6.7-15.fc8.log
fails-even-with-41/gdal-1.4.2-3.fc8.log
fails-even-with-41/gdmap-0.7.5-6.fc6.log
fails-even-with-41/gedit-plugins-2.18.0-2.fc7.log
fails-even-with-41/getmail-4.7.7-2.fc9.log
fails-even-with-41/gfa-0.4.1-4.fc7.log
fails-even-with-41/gjots2-2.3.4-7.fc7.log
fails-even-with-41/glipper-0.95.1-2.fc7.log
fails-even-with-41/gnash-0.8.1-6.fc9.log
fails-even-with-41/gnofract4d-3.6-4.fc7.log
fails-even-with-41/gnome-applet-vm-0.1.2-2.fc7.log
fails-even-with-41/gnome-device-manager-0.2-2.fc9.log
fails-even-with-41/gnome-media-2.20.1-7.fc9.log
fails-even-with-41/gnome-packagekit-0.1.4-1.fc9.log
fails-even-with-41/gnome-python2-desktop-2.21.1-1.fc9.log
fails-even-with-41/gnome-scan-0.5.3-0.1.20071030svn.fc9.log
fails-even-with-41/gnome-specimen-0.3-1.fc8.log
fails-even-with-41/gnome-web-photo-0.3-8.fc9.log
fails-even-with-41/gnomesword-2.3.1-3.fc9.log
fails-even-with-41/gourmet-0.13.4-1.fc8.log
fails-even-with-41/gpart-0.1h-8.fc9.log
fails-even-with-41/gpgme-1.1.5-4.fc8.log
fails-even-with-41/gquilt-0.20-1.fc7.log
fails-even-with-41/grass-6.2.2-2.fc8.log
fails-even-with-41/gresistor-0.0.1-11.fc8.log
fails-even-with-41/gstm-1.2-6.fc7.log
fails-even-with-41/gstreamer-plugins-good-0.10.6-6.fc8.log
fails-even-with-41/gtk-sharp-1.0.10-12.fc7.log
fails-even-with-41/gtkmathview-0.7.6-5.fc6.log
fails-even-with-41/gwenview-1.4.2-1.fc9.log
fails-even-with-41/gwget-0.99-3.fc8.log
fails-even-with-41/haddock-0.8-1.fc7.log
fails-even-with-41/happy-1.16-2.fc7.log
fails-even-with-41/hotwire-0.620-1.fc9.log
fails-even-with-41/ht2html-2.0-5.fc6.log
fails-even-with-41/htop-0.6.5-1.fc7.log
fails-even-with-41/hunspell-ar-0.20060208-1.fc8.log
fails-even-with-41/i8kutils-1.25-13.log
fails-even-with-41/icecream-0.8.0-6.20071101svn.fc9.log
fails-even-with-41/ikarus-0.0.1-4.fc9.log
fails-even-with-41/ip-sentinel-0.12-10.fc7.log
fails-even-with-41/iproute-2.6.23-1.fc9.log
fails-even-with-41/iprutils-2.2.8-1.fc9.log
fails-even-with-41/iverilog-0.9.20070608-1.fc8.log
fails-even-with-41/java-1.5.0-gcj-1.5.0.0-17.fc8.log
fails-even-with-41/java-1.7.0-icedtea-1.7.0.0-0.22.b23.snapshot.fc9.log
fails-even-with-41/jgroups-2.2.9.2-3jpp.2.log
fails-even-with-41/jokosher-1.0-0.1.20070929svn.fc8.log
fails-even-with-41/kaffeine-0.8.5-5.fc8.log
fails-even-with-41/kalgebra-0.5-4.fc8.log
fails-even-with-41/kannel-1.4.1-5.log
fails-even-with-41/katapult-0.3.2.1-2.fc8.log
fails-even-with-41/kazehakase-0.5.0-1.fc9.2.log
fails-even-with-41/kbackup-0.5.2-1.fc8.log
fails-even-with-41/kbibtex-0.1.5.52-10.fc7.log
fails-even-with-41/kbiof-0.3-1.fc8.log
fails-even-with-41/kcemirror-0.1.5-1.fc7.log
fails-even-with-41/kchmviewer-3.0-2.fc7.log
fails-even-with-41/kcometen3-1.1-5.fc8.log
fails-even-with-41/kdbg-2.0.5-2.fc7.log
fails-even-with-41/kde-i18n-3.5.8-1.fc8.log
fails-even-with-41/kdebindings-3.97.0-6.fc9.log
fails-even-with-41/kdetv-0.8.9-8.fc9.log
fails-even-with-41/kdirstat-2.5.3-6.fc8.log
fails-even-with-41/kdissert-1.0.7-1.fc7.log
fails-even-with-41/kdmtheme-1.2.1-1.fc9.log
fails-even-with-41/keurocalc-0.9.7-3.fc8.log
fails-even-with-41/kexec-tools-1.102pre-2.fc8.log
fails-even-with-41/kflickr-0.9-1.fc8.log
fails-even-with-41/kgtk-0.8-2.fc7.log
fails-even-with-41/kicker-compiz-3.5.4-4.fc8.log
fails-even-with-41/kile-2.0-1.fc9.log
fails-even-with-41/kio_p7zip-0.3.1-5.fc8.log
fails-even-with-41/kio_resources-0.2-3.fc8.log
fails-even-with-41/kio_sword-0.3-4.fc9.log
fails-even-with-41/kiosktool-1.0-8.fc8.log
fails-even-with-41/kleansweep-0.2.9-5.fc8.log
fails-even-with-41/klear-0.6.1-1.fc8.log
fails-even-with-41/klibido-0.2.5-8.fc8.log
fails-even-with-41/kmobiletools-0.4.3.3-3.fc6.log
fails-even-with-41/knemo-0.4.7-1.fc7.log
fails-even-with-41/knetstats-1.6.1-4.fc8.log
fails-even-with-41/koan-0.6.3-3.fc9.log
fails-even-with-41/koffice-langpack-1.6.3-1.fc8.log
fails-even-with-41/kompose-0.5.3-8.fc8.log
fails-even-with-41/konversation-1.0.1-3.fc8.log
fails-even-with-41/kooldock-0.4.6-2.fc8.log
fails-even-with-41/kover-3-2.log
fails-even-with-41/koverartist-0.5-8.fc8.log
fails-even-with-41/kphotobymail-0.4.1-1.fc7.log
fails-even-with-41/kpolynome-0.1.2-10.fc8.log
fails-even-with-41/kpowersave-0.7.3-1.fc9.log
fails-even-with-41/krecipes-0.9.1-6.fc8.log
fails-even-with-41/krename-3.0.14-2.fc8.log
fails-even-with-41/ksensors-0.7.3-14.fc9.log
fails-even-with-41/kshutdown-1.0.1-1.fc8.log
fails-even-with-41/ksplash-engine-moodin-0.4.2-4.fc7.log
fails-even-with-41/ksshaskpass-0.3-3.fc8.log
fails-even-with-41/ksynaptics-0.3.3-2.fc8.log
fails-even-with-41/ktechlab-0.3.69-5.fc8.log
fails-even-with-41/kyum-0.7.5-9.fc8.log
fails-even-with-41/ladspa-1.12-8.fc7.log
fails-even-with-41/ldapjdk-4.17-1jpp.7.log
fails-even-with-41/libchewing-0.3.0-8.fc8.log
fails-even-with-41/libevent-1.3b-1.fc7.log
fails-even-with-41/libgconf-java-2.12.4-8.fc7.log
fails-even-with-41/libgtk-java-2.8.7-4.fc7.log
fails-even-with-41/libieee1284-0.2.11-1.fc8.log
fails-even-with-41/libkexif-0.2.5-2.fc8.log
fails-even-with-41/libkexiv2-0.1.6-2.fc9.log
fails-even-with-41/libkipi-0.1.5-2.fc8.log
fails-even-with-41/libprelude-0.9.13-1.fc7.log
fails-even-with-41/librtas-1.3.3-2.fc9.log
fails-even-with-41/libtommath-0.41-7.fc9.log
fails-even-with-41/libtunepimp-0.5.3-9.fc8.log
fails-even-with-41/libusb-0.1.12-12.fc9.log
fails-even-with-41/libzzub-0.2.3-10.fc9.log
fails-even-with-41/licq-1.3.4-10.fc9.log
fails-even-with-41/liferea-1.4.10-1.fc9.log
fails-even-with-41/lightning-1.2-11.fc8.log
fails-even-with-41/lilypond-doc-2.10.13-1.fc7.log
fails-even-with-41/lineak-kdeplugins-0.9-2.fc6.log
fails-even-with-41/linkchecker-4.7-10.fc8.log
fails-even-with-41/londonlaw-0.2.1-2.fc8.log
fails-even-with-41/lrmi-0.10-3.fc8.log
fails-even-with-41/ltrace-0.5-9.45svn.fc8.log
fails-even-with-41/lybniz-1.3.1-1.fc9.log
fails-even-with-41/m2crypto-0.18.2-2.log
fails-even-with-41/machineball-1.0-4.fc8.log
fails-even-with-41/mapserver-4.10.3-2.fc8.log
fails-even-with-41/mash-0.2.10-1.fc9.log
fails-even-with-41/maven-wagon-1.0-0.1.a5.3jpp.1.fc7.log
fails-even-with-41/mbuffer-20070502-1.fc7.log
fails-even-with-41/metamonitor-0.4.5-3.fc6.log
fails-even-with-41/mirage-0.9-2.fc9.log
fails-even-with-41/mod_python-3.3.1-5.log
fails-even-with-41/module-init-tools-3.4-2.fc8.log
fails-even-with-41/moin-1.5.8-2.fc8.log
fails-even-with-41/monodevelop-0.17-4.fc9.log
fails-even-with-41/monotone-0.37-3.fc9.log
fails-even-with-41/mosml-2.01-9.fc7.log
fails-even-with-41/moto4lin-0.3-6.fc7.log
fails-even-with-41/mugshot-1.1.56-1.fc8.log
fails-even-with-41/muine-scrobbler-0.1.8-2.fc8.log
fails-even-with-41/mx-2.0.6-3.log
fails-even-with-41/mx4j-3.0.1-6jpp.4.log
fails-even-with-41/nemiver-0.4.0-1.fc8.log
fails-even-with-41/netcdf-3.6.2-4.fc8.log
fails-even-with-41/netlabel_tools-0.17-5.fc6.log
fails-even-with-41/ntfs-config-1.0-0.5.rc5.fc8.log
fails-even-with-41/numpy-1.0.3.1-1.fc8.log
fails-even-with-41/obexftp-0.22-0.5.rc7.fc8.log
fails-even-with-41/obmenu-1.0-5.fc8.log
fails-even-with-41/offlineimap-5.99.4-1.fc9.log
fails-even-with-41/oggconvert-0.3.0-14.fc9.log
fails-even-with-41/oooqs2-1.0-3.fc6.log
fails-even-with-41/oorexx-3.2.0-2.fc9.log
fails-even-with-41/openais-0.80.1-6.log
fails-even-with-41/openbabel-2.1.1-2.fc9.log
fails-even-with-41/orpie-1.4.3-5.fc6.log
fails-even-with-41/ots-0.4.2-11.fc7.log
fails-even-with-41/pam_abl-0.2.3-3.fc7.log
fails-even-with-41/pari-2.3.0-5.fc7.log
fails-even-with-41/pcapy-0.10.5-1.fc9.log
fails-even-with-41/pcmanx-gtk2-0.3.5-9.336svn.fc7.log
fails-even-with-41/perl-CGI-Ajax-0.701-2.fc7.log
fails-even-with-41/perl-CGI-Session-4.20-2.fc7.log
fails-even-with-41/perl-Class-Factory-Util-1.7-1.fc7.log
fails-even-with-41/perl-Class-Observable-1.04-2.fc7.log
fails-even-with-41/perl-Class-Std-0.0.8-1.fc7.log
fails-even-with-41/perl-Data-Password-1.07-1.fc7.log
fails-even-with-41/perl-DateTime-Event-ICal-0.09-3.fc7.log
fails-even-with-41/perl-DateTime-Event-Recurrence-0.16-4.fc7.log
fails-even-with-41/perl-DateTime-Format-ICal-0.08-4.fc7.log
fails-even-with-41/perl-DateTime-Format-MySQL-0.04-4.fc6.log
fails-even-with-41/perl-DateTime-Format-Strptime-1.0700-3.fc7.log
fails-even-with-41/perl-DateTime-Format-W3CDTF-0.04-2.fc7.log
fails-even-with-41/perl-DateTime-Set-0.25-4.fc7.log
fails-even-with-41/perl-Devel-Caller-0.11-1.fc7.log
fails-even-with-41/perl-Email-Date-1.102-3.fc8.log
fails-even-with-41/perl-Email-Reply-1.202-1.fc8.log
fails-even-with-41/perl-Exception-Class-1.23-3.fc7.log
fails-even-with-41/perl-File-ReadBackwards-1.04-3.fc7.log
fails-even-with-41/perl-File-Type-0.22-4.fc7.log
fails-even-with-41/perl-HTML-Template-Expr-0.07-4.fc7.log
fails-even-with-41/perl-IO-All-0.38-1.fc7.log
fails-even-with-41/perl-IPC-Shareable-0.60-3.fc6.log
fails-even-with-41/perl-Kwiki-0.39-1.fc7.log
fails-even-with-41/perl-Kwiki-Archive-Rcs-0.15-6.fc7.log
fails-even-with-41/perl-Kwiki-Attachments-0.18-3.fc7.log
fails-even-with-41/perl-Kwiki-Diff-0.03-4.fc7.log
fails-even-with-41/perl-Kwiki-ModPerl-0.09-4.fc7.log
fails-even-with-41/perl-Kwiki-NewPage-0.12-5.fc7.log
fails-even-with-41/perl-Kwiki-Raw-0.02-4.fc7.log
fails-even-with-41/perl-Kwiki-RecentChanges-0.14-3.fc7.log
fails-even-with-41/perl-Kwiki-Revisions-0.15-5.fc7.log
fails-even-with-41/perl-Kwiki-Search-0.12-5.fc7.log
fails-even-with-41/perl-Kwiki-UserName-0.14-5.fc7.log
fails-even-with-41/perl-Kwiki-UserPreferences-0.13-5.fc7.log
fails-even-with-41/perl-Kwiki-Users-Remote-0.04-4.fc7.log
fails-even-with-41/perl-Log-Message-0.01-3.fc7.log
fails-even-with-41/perl-Log-Message-Simple-0.02-1.fc8.log
fails-even-with-41/perl-Math-Vec-0.04-2.fc7.log
fails-even-with-41/perl-Module-Build-0.2808-1.fc8.log
fails-even-with-41/perl-Module-Install-0.67-1.fc8.log
fails-even-with-41/perl-Module-Loaded-0.01-3.fc7.log
fails-even-with-41/perl-Module-Pluggable-3.60-1.fc7.log
fails-even-with-41/perl-MooseX-Getopt-0.05-1.fc8.log
fails-even-with-41/perl-Net-CUPS-0.51-2.fc7.log
fails-even-with-41/perl-Net-XMPP-1.02-2.fc7.log
fails-even-with-41/perl-Object-Accessor-0.32-2.fc7.log
fails-even-with-41/perl-OpenFrame-3.05-6.fc7.log
fails-even-with-41/perl-PDL-2.4.3-4.fc8.log
fails-even-with-41/perl-POE-API-Peek-1.0802-1.fc7.log
fails-even-with-41/perl-POE-Component-Child-1.39-2.fc6.log
fails-even-with-41/perl-POE-Component-Client-LDAP-0.04-3.fc6.log
fails-even-with-41/perl-POE-Component-SNMP-1.07-1.fc6.log
fails-even-with-41/perl-POE-Component-Server-HTTP-0.09-3.fc6.log
fails-even-with-41/perl-POE-Component-Server-SOAP-1.11-1.fc8.log
fails-even-with-41/perl-POE-Component-SimpleLog-1.04-1.fc6.log
fails-even-with-41/perl-POE-Wheel-Null-0.01-2.fc6.log
fails-even-with-41/perl-PPI-Tester-0.06-2.fc6.log
fails-even-with-41/perl-Package-Constants-0.01-3.fc7.log
fails-even-with-41/perl-Params-Check-0.26-1.fc7.log
fails-even-with-41/perl-Parse-CPAN-Packages-2.26-4.fc7.log
fails-even-with-41/perl-Perl-Critic-1.053-1.fc8.log
fails-even-with-41/perl-Perl-MinimumVersion-0.15-1.fc9.log
fails-even-with-41/perl-Perl6-Bible-0.30-3.fc7.log
fails-even-with-41/perl-Pipeline-3.12-4.fc7.log
fails-even-with-41/perl-RRD-Simple-1.43-1.fc7.log
fails-even-with-41/perl-SUPER-1.16-1.fc7.log
fails-even-with-41/perl-Set-Infinite-0.61-3.fc7.log
fails-even-with-41/perl-Spiffy-0.30-7.fc7.log
fails-even-with-41/perl-Spreadsheet-ParseExcel-0.3200-1.fc8.log
fails-even-with-41/perl-Sys-SigAction-0.10-1.fc7.log
fails-even-with-41/perl-Sys-Virt-0.1.1-9.fc7.log
fails-even-with-41/perl-TermReadKey-2.30-3.fc9.log
fails-even-with-41/perl-Test-Portability-Files-0.05-4.fc7.log
fails-even-with-41/perl-Text-Levenshtein-0.05-4.fc7.log
fails-even-with-41/perl-XML-Filter-BufferText-1.01-2.fc7.log
fails-even-with-41/perl-XML-SAX-Writer-0.50-2.fc7.log
fails-even-with-41/perl-XML-Validator-Schema-1.08-1.fc7.log
fails-even-with-41/perl-YAML-Parser-Syck-0.01-8.fc7.log
fails-even-with-41/pexpect-2.1-5.fc8.log
fails-even-with-41/pida-0.5.1-5.fc9.log
fails-even-with-41/pikdev-0.9.2-3.fc8.log
fails-even-with-41/piklab-0.15.0-1.fc9.log
fails-even-with-41/pikloops-0.2.5-1.fc9.log
fails-even-with-41/plague-0.4.4.1-4.fc7.log
fails-even-with-41/planet-2.0-4.fc8.log
fails-even-with-41/polyester-1.0.2-1.fc8.log
fails-even-with-41/postr-0.9-1.fc8.log
fails-even-with-41/powerpc-utils-1.0.6-2.fc9.log
fails-even-with-41/powerpc-utils-papr-1.0.4-2.fc9.log
fails-even-with-41/ppc64-utils-0.14-1.fc9.log
fails-even-with-41/prctl-1.5-2.log
fails-even-with-41/prelink-0.4.0-1.log
fails-even-with-41/prewikka-0.9.8-1.fc7.log
fails-even-with-41/ps3pf-utils-2.1-1.fc9.log
fails-even-with-41/pyOpenSSL-0.6-2.p24.9.log
fails-even-with-41/pybackpack-0.5.1-2.fc8.log
fails-even-with-41/pychart-1.39-6.fc8.log
fails-even-with-41/pychecker-0.8.17-2.log
fails-even-with-41/pygame-1.7.1-14.fc7.log
fails-even-with-41/pygpgme-0.1-6.fc8.log
fails-even-with-41/pygsl-0.9.1-6.fc8.log
fails-even-with-41/pylibacl-0.2.2-1.fc8.log
fails-even-with-41/pylint-0.13.1-1.fc7.log
fails-even-with-41/pyparsing-1.4.7-1.fc8.log
fails-even-with-41/pyscript-0.6.1-1.fc8.log
fails-even-with-41/python-4Suite-XML-1.0.2-1.log
fails-even-with-41/python-GeoIP-1.2.1-9.fc8.log
fails-even-with-41/python-GnuPGInterface-0.3.2-2.fc8.log
fails-even-with-41/python-alsa-1.0.15-1.fc8.log
fails-even-with-41/python-basemap-0.9.5-3.fc8.log
fails-even-with-41/python-bibtex-1.2.4-2.fc8.log
fails-even-with-41/python-cerealizer-0.6-2.fc9.log
fails-even-with-41/python-cherrypy-2.2.1-7.fc9.log
fails-even-with-41/python-cherrytemplate-1.0.0-5.fc7.log
fails-even-with-41/python-chm-0.8.4-1.fc7.log
fails-even-with-41/python-configobj-4.4.0-2.fc8.log
fails-even-with-41/python-cpio-0.1-4.fc8.log
fails-even-with-41/python-crypto-2.0.1-9.1.log
fails-even-with-41/python-dateutil-1.2-1.fc8.log
fails-even-with-41/python-dialog-2.7-7.fc8.log
fails-even-with-41/python-docs-2.5.1-1.fc8.log
fails-even-with-41/python-durus-3.5-3.fc7.log
fails-even-with-41/python-exif-1.0.5-1.fc9.log
fails-even-with-41/python-fpconst-0.7.3-1.fc8.log
fails-even-with-41/python-gammu-0.22-3.fc8.log
fails-even-with-41/python-gdata-1.0.9-1.fc9.log
fails-even-with-41/python-imaging-1.1.6-4.fc8.log
fails-even-with-41/python-irclib-0.4.6-3.fc7.log
fails-even-with-41/python-kiwi-1.9.16-1.fc8.log
fails-even-with-41/python-lirc-0.0.5-5.log
fails-even-with-41/python-logilab-astng-0.17.0-1.fc7.log
fails-even-with-41/python-logilab-common-0.21.2-1.fc7.log
fails-even-with-41/python-matplotlib-0.90.1-2.fc8.log
fails-even-with-41/python-mecab-0.96-2.fc9.1.log
fails-even-with-41/python-meld3-0.6-2.fc7.1.log
fails-even-with-41/python-memcached-1.39-1.fc8.log
fails-even-with-41/python-metar-1.3.0-2.fc7.log
fails-even-with-41/python-musicbrainz2-0.5.0-1.fc9.log
fails-even-with-41/python-mutagen-1.12-1.fc8.log
fails-even-with-41/python-nltk-0.9-0.2.b2.fc8.log
fails-even-with-41/python-nltk_lite-0.9-0.1.b2.fc8.log
fails-even-with-41/python-numarray-1.5.2-4.fc8.log
fails-even-with-41/python-ogg-1.3-7.log
fails-even-with-41/python-psyco-1.5.1-5.fc7.log
fails-even-with-41/python-psycopg2-2.0.6-2.fc8.log
fails-even-with-41/python-pycurl-7.16.4-1.fc8.log
fails-even-with-41/python-pydns-2.3.0-5.fc7.log
fails-even-with-41/python-pyspf-2.0.3-1.fc8.log
fails-even-with-41/python-quixote-2.4-5.fc7.log
fails-even-with-41/python-reportlab-2.1-1.fc8.log
fails-even-with-41/python-simpletal-4.1-5.fc7.log
fails-even-with-41/python-simpy-1.8-1.fc7.log
fails-even-with-41/python-smbpasswd-1.0.1-6.fc8.log
fails-even-with-41/python-sqlite2-2.3.3-1.fc7.log
fails-even-with-41/python-sqlobject-0.9.2-1.fc9.log
fails-even-with-41/python-tag-0.91-5.log
fails-even-with-41/python-telepathy-0.14.0-4.fc9.log
fails-even-with-41/python-tpg-3.1.0-4.fc7.log
fails-even-with-41/python-twisted-conch-0.8.0-1.fc8.log
fails-even-with-41/python-twisted-core-2.5.0-2.fc8.log
fails-even-with-41/python-twisted-lore-0.2.0-4.fc7.log
fails-even-with-41/python-twisted-mail-0.4.0-1.fc8.log
fails-even-with-41/python-twisted-names-0.4.0-1.fc8.log
fails-even-with-41/python-twisted-news-0.3.0-1.fc8.log
fails-even-with-41/python-twisted-runner-0.2.0-4.fc7.log
fails-even-with-41/python-twisted-web-0.7.0-1.fc8.log
fails-even-with-41/python-twisted-words-0.5.0-1.fc8.log
fails-even-with-41/python-urlgrabber-3.0.0-3.fc8.log
fails-even-with-41/python-urljr-1.0.1-1.fc7.log
fails-even-with-41/python-virtinst-0.300.1-3.fc8.log
fails-even-with-41/python-vorbis-1.5-0.2.a.log
fails-even-with-41/python-which-1.1.0-2.fc9.log
fails-even-with-41/python-xmpp-0.4.0-2.fc7.log
fails-even-with-41/python-zope-interface-3.0.1-8.fc8.log
fails-even-with-41/pytz-2006p-2.fc7.log
fails-even-with-41/pyxattr-0.2.2-1.fc8.log
fails-even-with-41/pyxdg-0.15-5.fc8.1.log
fails-even-with-41/pyxf86config-0.3.34-1.fc8.log
fails-even-with-41/pyxmms-2.06-4.fc7.log
fails-even-with-41/pyzor-0.4.0-11.fc7.log
fails-even-with-41/q-7.8-1.fc9.log
fails-even-with-41/qa-assistant-0.4.90.5-2.fc6.log
fails-even-with-41/qalculate-kde-0.9.6-2.fc8.log
fails-even-with-41/qgis-0.9.0-2.fc8.log
fails-even-with-41/qpidc-0.2-5.fc7.log
fails-even-with-41/quadkonsole-2.0.2-1.fc7.log
fails-even-with-41/rdiff-backup-1.0.5-5.fc8.log
fails-even-with-41/rekall-2.4.5-6.fc8.1.log
fails-even-with-41/repoman-0.9-3.fc8.log
fails-even-with-41/rhm-0.1-3.fc7.log
fails-even-with-41/rhythmbox-0.11.3-9.fc9.log
fails-even-with-41/rkward-0.4.8-2.fc9.log
fails-even-with-41/rosegarden4-1.6.0-1.fc7.log
fails-even-with-41/rrdtool-1.3-0.2.beta2.fc9.log
fails-even-with-41/ruby-bdb-0.6.0-1.fc7.log
fails-even-with-41/ruby-gnome2-0.16.0-19.fc9.log
fails-even-with-41/s390utils-1.5.4-4.fc7.log
fails-even-with-41/s3switch-0.0-9.20020912.fc6.log
fails-even-with-41/salinfo-0.5-1.14.1.fc6.log
fails-even-with-41/sblim-cmpi-base-1.5.4-7.fc7.log
fails-even-with-41/scipy-0.6.0-3.fc8.log
fails-even-with-41/scons-0.97-2.fc8.log
fails-even-with-41/sdcc-2.6.0-10.fc7.log
fails-even-with-41/selinux-doc-1.26-1.1.log
fails-even-with-41/showimg-0.9.5-13.fc8.log
fails-even-with-41/six-0.5.3-6.fc8.log
fails-even-with-41/smart-0.52-52.fc9.log
fails-even-with-41/snake-0.9-0.5git.fc9.log
fails-even-with-41/sos-1.6-5.fc8.log
fails-even-with-41/specto-0.2.0-4.fc8.log
fails-even-with-41/spicctrl-1.9-5.fc7.log
fails-even-with-41/straw-0.27-12.fc9.log
fails-even-with-41/supervisor-2.1-3.fc7.log
fails-even-with-41/svnmailer-1.0.8-3.fc7.log
fails-even-with-41/syck-0.61-3.fc9.log
fails-even-with-41/synce-kde-0.9.1-1.fc7.log
fails-even-with-41/syslog-ng-2.0.5-1.fc8.log
fails-even-with-41/tailor-0.9.29-1.fc9.log
fails-even-with-41/tastymenu-0.8.2-2.fc8.log
fails-even-with-41/tclabc-1.0.9-1.fc7.log
fails-even-with-41/tecnoballz-0.91-6.fc8.log
fails-even-with-41/testoob-1.13-4.fc8.log
fails-even-with-41/tetex-tex4ht-1.0.2007_11_19_2329-1.fc9.log
fails-even-with-41/tinyerp-4.2.0-1.fc9.log
fails-even-with-41/totem-2.21.5-3.fc9.log
fails-even-with-41/trac-0.10.4-1.fc7.log
fails-even-with-41/translate-toolkit-0.10.1-4.fc7.log
fails-even-with-41/unison-2.13.16-3.fc6.log
fails-even-with-41/ustr-1.0.2-4.fc9.log
fails-even-with-41/veusz-0.10-16.fc8.log
fails-even-with-41/vim-7.1.159-1.fc9.log
fails-even-with-41/vnc-4.1.2-23.fc9.log
fails-even-with-41/vtk-5.0.3-20.fc8.log
fails-even-with-41/wammu-0.19-3.fc8.log
fails-even-with-41/warzone2100-2.0.8-2.fc9.log
fails-even-with-41/wdm-1.28-8.fc8.log
fails-even-with-41/wine-0.9.49-2.fc9.log
fails-even-with-41/wine-docs-0.9.49-1.fc9.log
fails-even-with-41/wlassistant-0.5.7-4.fc8.log
fails-even-with-41/wordtrans-1.1-0.2.pre13.fc7.log
fails-even-with-41/wuja-0.0.8-2.fc8.log
fails-even-with-41/wxPython-2.8.4.0-2.fc8.log
fails-even-with-41/xaos-3.2.3-1.fc7.log
fails-even-with-41/xca-0.6.4-1.fc8.log
fails-even-with-41/xdaliclock-2.23-3.fc6.log
fails-even-with-41/xen-3.1.2-2.fc9.log
fails-even-with-41/xeuphoric-0.18.2-9.fc8.log
fails-even-with-41/xfce4-battery-plugin-0.5.0-2.fc7.log
fails-even-with-41/xferstats-2.16-14.1.log
fails-even-with-41/xml-commons-resolver-1.1-1jpp.12.log
fails-even-with-41/xmlunit-1.0-4jpp.1.fc7.log
fails-even-with-41/xorg-x11-drv-acecad-1.1.0-5.fc8.log
fails-even-with-41/xorg-x11-drv-amd-0.0-22.20070625.fc8.log
fails-even-with-41/xorg-x11-drv-apm-1.1.1-7.fc8.log
fails-even-with-41/xorg-x11-drv-ark-0.6.0-6.fc8.log
fails-even-with-41/xorg-x11-drv-ast-0.81.0-6.fc8.log
fails-even-with-41/xorg-x11-drv-calcomp-1.1.0-4.fc8.log
fails-even-with-41/xorg-x11-drv-chips-1.1.1-5.fc8.log
fails-even-with-41/xorg-x11-drv-cirrus-1.1.0-5.fc8.log
fails-even-with-41/xorg-x11-drv-citron-2.2.0-2.fc7.log
fails-even-with-41/xorg-x11-drv-cyrix-1.1.0-5.fc8.log
fails-even-with-41/xorg-x11-drv-dmc-1.1.0-3.fc7.log
fails-even-with-41/xorg-x11-drv-dynapro-1.1.0-3.fc7.log
fails-even-with-41/xorg-x11-drv-glint-1.1.1-7.fc8.log
fails-even-with-41/xorg-x11-drv-i128-1.2.1-1.fc8.log
fails-even-with-41/xorg-x11-drv-i740-1.1.0-5.fc8.log
fails-even-with-41/xorg-x11-drv-i810-2.2.0-2.fc9.log
fails-even-with-41/xorg-x11-drv-magellan-1.1.0-4.fc8.log
fails-even-with-41/xorg-x11-drv-mga-1.4.6.1-6.fc8.log
fails-even-with-41/xorg-x11-drv-microtouch-1.1.0-2.fc7.log
fails-even-with-41/xorg-x11-drv-neomagic-1.1.1-4.fc8.log
fails-even-with-41/xorg-x11-drv-nsc-2.8.1-4.fc8.log
fails-even-with-41/xorg-x11-drv-nv-2.1.6-2.fc9.log
fails-even-with-41/xorg-x11-drv-penmount-1.1.0-3.fc7.log
fails-even-with-41/xorg-x11-drv-rendition-4.1.3-5.fc8.log
fails-even-with-41/xorg-x11-drv-s3-0.5.0-5.fc8.log
fails-even-with-41/xorg-x11-drv-s3virge-1.9.1-5.fc8.log
fails-even-with-41/xorg-x11-drv-savage-2.1.3-99.20071210.fc9.log
fails-even-with-41/xorg-x11-drv-siliconmotion-1.5.1-3.fc8.log
fails-even-with-41/xorg-x11-drv-sis-0.9.3-4.fc8.log
fails-even-with-41/xorg-x11-drv-spaceorb-1.1.0-4.fc8.log
fails-even-with-41/xorg-x11-drv-tdfx-1.3.0-6.fc8.log
fails-even-with-41/xorg-x11-drv-trident-1.2.3-6.fc8.log
fails-even-with-41/xorg-x11-drv-tseng-1.1.0-7.fc8.log
fails-even-with-41/xorg-x11-drv-vermilion-1.0.0-2.fc8.log
fails-even-with-41/xorg-x11-drv-vga-4.1.0-5.fc8.log
fails-even-with-41/xorg-x11-drv-via-0.2.2-4.fc8.log
fails-even-with-41/xorg-x11-drv-vmware-10.15.2-1.fc8.log
fails-even-with-41/xorg-x11-drv-voodoo-1.1.1-1.fc8.log
fails-even-with-41/xtide-2.9.5-1.fc9.log
fails-even-with-41/yaboot-1.3.13-8.fc9.log
fails-even-with-41/yakuake-2.7.5-4.fc7.log
fails-even-with-41/yum-metadata-parser-1.1.2-2.fc9.log
fails-even-with-41/zaptel-1.4.6-1.fc9.log
fails-even-with-41/zeroinstall-injector-0.30-2.fc8.log
fails-even-with-41/zsh-4.3.4-5.fc9.log

	Jakub




More information about the fedora-devel-list mailing list