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
On Thu, 3 Jan 2008 07:02:42 -0500 Jakub Jelinek jakub@redhat.com wrote:
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:
Thanks for this awesome work Jakub! Do you think it's worth creating a gcc4.3 tracking bug and then filing individual bugs against all these failures and attach them to the tracker? I think it can be done pretty easily with Will's python-bugzilla. That should give us some visibility in bugzilla for the feature and help us track progress of getting these fixed.
On Thu, 3 Jan 2008 07:25:54 -0500 Jesse Keating jkeating@redhat.com wrote:
Thanks for this awesome work Jakub! Do you think it's worth creating a gcc4.3 tracking bug and then filing individual bugs against all these failures and attach them to the tracker? I think it can be done pretty easily with Will's python-bugzilla. That should give us some visibility in bugzilla for the feature and help us track progress of getting these fixed.
+1
- Andreas
Jakub Jelinek wrote:
Hi!
Hi, thx for doing this!
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: [...] 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.
Two of my packages are in this category: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/compiz-fusion-0.6.... and http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/compiz-fusion-extr... both fail with "checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details."
But I don't have access to the config.log to see whats going on. I talked with upstream on IRC and they told me that for them it builds with "gcc (SUSE Linux) 4.3.0 20071129 (experimental) [trunk revision 130511]" So this might be a gcc bug. Any ideas?
On Thu, Jan 03, 2008 at 01:36:00PM +0100, drago01 wrote:
Two of my packages are in this category: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/compiz-fusion-0.6.... and http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/compiz-fusion-extr... both fail with "checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details."
configure:6351: checking whether g++ accepts -g configure:6381: g++ -c -g conftest.cpp >&5 conftest.cpp:9:1: error: "VERSION" redefined conftest.cpp:7:1: error: this is the location of the previous definition configure:6387: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "compiz-fusion-plugins-main" | #define PACKAGE_TARNAME "compiz-fusion-plugins-main" | #define PACKAGE_VERSION "0.6.0" | #define PACKAGE_STRING "compiz-fusion-plugins-main 0.6.0" | #define PACKAGE_BUGREPORT "maniac@opencompositing.org" | #define VERSION "" | #define PACKAGE "compiz-fusion-plugins-main" | #define VERSION "0.6.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6419: g++ -c conftest.cpp >&5 conftest.cpp:9:1: error: "VERSION" redefined conftest.cpp:7:1: error: this is the location of the previous definition
etc. In C and with g++ <= 4.2 also C++ this yielded just warnings, which configure ignored. Now in C++ it is a hard error unless -fpermissive. Better fix the configury not to define VERSION twice.
The same for the other package.
Jakub
One of my packages fails too:
http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/qfaxreader-0.3.1-8... with:
checking for QTDIR... found /usr/lib64/qt-3.3 checking QTDIR consistence... * qt.h... present (/usr/lib64/qt-3.3/include/qt.h) * libqt-mt.so... present (/usr/lib64/qt-3.3/lib/libqt-mt.so) * moc... present (/usr/lib64/qt-3.3/bin/moc) * uic... present (/usr/lib64/qt-3.3/bin/uic) checking for QT usability... not usable
******************************************************* Cannot compile a small application with qt library! Maybe qt is too old (minimum requirement is 3.x). Please check config.log for more information. *******************************************************
error: Bad exit status from /var/tmp/rpm-tmp.10621 (%build)
I've just rebuilt it in mock for devel and F8/x86_64 without problems. Anything else I could do for testing except for using your gcc in order to debug the problem? Or maybe you could provide some more info,please ?
Manuel Wolfshant wrote:
One of my packages fails too:
http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/qfaxreader-0.3.1-8...
with:
checking for QTDIR... found /usr/lib64/qt-3.3 checking QTDIR consistence... * qt.h... present (/usr/lib64/qt-3.3/include/qt.h) * libqt-mt.so... present (/usr/lib64/qt-3.3/lib/libqt-mt.so) * moc... present (/usr/lib64/qt-3.3/bin/moc) * uic... present (/usr/lib64/qt-3.3/bin/uic) checking for QT usability... not usable
Cannot compile a small application with qt library! Maybe qt is too old (minimum requirement is 3.x). Please check config.log for more information.
error: Bad exit status from /var/tmp/rpm-tmp.10621 (%build)
I've just rebuilt it in mock for devel and F8/x86_64 without problems. Anything else I could do for testing except for using your gcc in order to debug the problem? Or maybe you could provide some more info,please ?
You have to do a scratch build in dist-f9-gcc43 koji build --scratch dist-f9-gcc43 yoursrpm.rpm
On 01/03/2008 03:55 PM, drago01 wrote:
Manuel Wolfshant wrote:
One of my packages fails too:
http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/qfaxreader-0.3.1-8...
with:
The software author suggested a small modification in configure which allowed the package to compile. I've added a patch to qfaxreader-0.3.1-9.fc9 and I have tested it with a [successful] koji scratch build. Of course I forgot that rebuilding in main koji is useless for the moment, since the new gcc has not been pushed... so I also did make build :) But anyway, the new src.rpm should be fine with gcc-4.3.0, whenever will it land.
... or so I hope.
manuel
Jakub Jelinek wrote:
On Thu, Jan 03, 2008 at 01:36:00PM +0100, drago01 wrote:
Two of my packages are in this category: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/compiz-fusion-0.6.... and http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/compiz-fusion-extr... both fail with "checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details."
[..] etc. In C and with g++ <= 4.2 also C++ this yielded just warnings, which configure ignored. Now in C++ it is a hard error unless -fpermissive. Better fix the configury not to define VERSION twice.
The same for the other package.
OK, thx. I have prepared a fix that I want to verify before sending it upstream but the build fails in a weird way: http://koji.fedoraproject.org/koji/getfile?taskID=321712&name=build.log It seems to stop before it even starts ...
On Thu, Jan 03, 2008 at 02:53:12PM +0100, drago01 wrote:
OK, thx. I have prepared a fix that I want to verify before sending it upstream but the build fails in a weird way:
http://koji.fedoraproject.org/koji/getfile?taskID=321712&name=build.log It seems to stop before it even starts ...
There is also root.log, which says: DEBUG util.py:260: Error: Missing Dependency: libgcj.so.8rh is needed by package gettext-devel
The rebuilds I did were also with rebuilt gettext in the buildroots, but I'm not sure what's a feasible solution for dist-f9-gcc43. Perhaps the best would be to compile/link the Java programs with -findirect-dispatch, then they will be independent from libgcj.so.* version of the day and rely on libgcj_bc.so which isn't changing.
Jakub
Jakub Jelinek wrote:
On Thu, Jan 03, 2008 at 02:53:12PM +0100, drago01 wrote:
OK, thx. I have prepared a fix that I want to verify before sending it upstream but the build fails in a weird way:
http://koji.fedoraproject.org/koji/getfile?taskID=321712&name=build.log It seems to stop before it even starts ...
There is also root.log, which says: DEBUG util.py:260: Error: Missing Dependency: libgcj.so.8rh is needed by package gettext-devel
The rebuilds I did were also with rebuilt gettext in the buildroots, but I'm not sure what's a feasible solution for dist-f9-gcc43. Perhaps the best would be to compile/link the Java programs with -findirect-dispatch, then they will be independent from libgcj.so.* version of the day and rely on libgcj_bc.so which isn't changing.
yes we need a solution for this to be able to test all packages. I might be crazy but wouldn't it be better to throw gcc-4.3 into dist-f9 aka rawhide? This way fixing a package that has deps like sigc++ would be easy to verify. Buildroot issues like the above should not happen. But this way we end up with a broken rawhide for a while.
On Thu, Jan 03, 2008 at 07:02:42AM -0500, Jakub Jelinek wrote:
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.
Small correction here, std::auto_ptr is still in <memory> in -std=c++98 mode, it has been deprecated just in -std=c++0x mode from what I see. So the above 3 failures are something else, perhaps some header which unintentionally included <memory> no longer does or something.
Jakub
On Thu, Jan 03, 2008 at 07:37:25AM -0500, Jakub Jelinek wrote:
On Thu, Jan 03, 2008 at 07:02:42AM -0500, Jakub Jelinek wrote:
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.
Small correction here, std::auto_ptr is still in <memory> in -std=c++98 mode, it has been deprecated just in -std=c++0x mode from what I see. So the above 3 failures are something else, perhaps some header which unintentionally included <memory> no longer does or something.
Yes, e.g. <algorithm> included <memory> indirectly and no longer does, similarly <iostream> no longer includes <memory>, nor <string>.
From the above failures, two of them include <algorithm> but not <memory>,
one includes <iostream> but not <memory>. So all these 3 fall into header-dep category...
Jakub
Small correction here, std::auto_ptr is still in <memory> in -std=c++98 mode, it has been deprecated just in -std=c++0x mode from what I see. So the above 3 failures are something else, perhaps some header which unintentionally included <memory> no longer does or something.
Right.
I'm most interested in Pre-ISO header issues, and the dep streamlining fallout. This part seems to be actually pretty minor, which is encouraging to me.
I'm going to organize some of your build info (esp changed warning/errors in compilation) with some data I have from Debian, and put it up on the gcc website in the form of a Porting to gcc-4.3 wiki page. I will send link as soon as it's up.
However, I am in a bit of a transition right now WRT my physical location and may not be able to get to something coherent before Friday.
Thanks again for doing this.
best, benjamin
I'm most interested in Pre-ISO header issues, and the dep streamlining fallout. This part seems to be actually pretty minor, which is encouraging to me.
More formal analysis of the header dep fails:
7 fails for iostream.h 1 fail for fstream.h
The rest of these pre-iso.h removals have no impact. I see
vector.h stream.h hash_map.h
Already being dealt with at the (auto) conf level (although usage of these is minor, at one each).
I'll work on fixing up the above 8 errors.
I see the libsigc++ and boost fallout for the name lookup changes as impacting a lot of packages filed as header dep: I'll work on fixing these two up first and then the rest of the issues will become much easier to see.
I'm going to organize some of your build info (esp changed warning/errors in compilation) with some data I have from Debian, and put it up on the gcc website in the form of a Porting to gcc-4.3 wiki page. I will send link as soon as it's up.
This is temporarily at:
http://people.redhat.com/~bkoz/porting_to_gcc43.html
While I wait for approval to put it
http://gcc.gnu.org/gcc-4.3/porting_to.html
-benjamin
On Thu, 3 Jan 2008 07:02:42 -0500 Jakub Jelinek jakub@redhat.com wrote:
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/ps3pf-utils-2.1-1.fc9.log
These seem like bogus results. Looking at the logs, you might have hit some mock/builder problems that were being seen a while ago.
I wonder how many other packages are in the same category.
josh
On Thu, Jan 03, 2008 at 07:11:33AM -0600, Josh Boyer wrote:
On Thu, 3 Jan 2008 07:02:42 -0500 Jakub Jelinek jakub@redhat.com wrote:
fails-even-with-41/powerpc-utils-1.0.6-2.fc9.log
error: Architecture is not included: x86_64
fails-even-with-41/powerpc-utils-papr-1.0.4-2.fc9.log
DEBUG util.py:260: No Package Found for librtas-devel (but has ExclusiveArch: ppc ppc64 anyway, so even if librtas-devel was included, it would fail to build anyway).
fails-even-with-41/ppc64-utils-0.14-1.fc9.log
error: Architecture is not included: x86_64
fails-even-with-41/ps3pf-utils-2.1-1.fc9.log
error: Architecture is not included: x86_64
These seem like bogus results. Looking at the logs, you might have hit some mock/builder problems that were being seen a while ago.
I said that fails-even-with-41 includes even ExcludeArched packages and that the build was on x86_64. As for me fails-even-with-41 category is DONTCARE, I haven't spent time to categorize them further.
Jakub
On Thu, 3 Jan 2008 08:30:14 -0500 Jakub Jelinek jakub@redhat.com wrote:
On Thu, Jan 03, 2008 at 07:11:33AM -0600, Josh Boyer wrote:
On Thu, 3 Jan 2008 07:02:42 -0500 Jakub Jelinek jakub@redhat.com wrote:
fails-even-with-41/powerpc-utils-1.0.6-2.fc9.log
error: Architecture is not included: x86_64
fails-even-with-41/powerpc-utils-papr-1.0.4-2.fc9.log
DEBUG util.py:260: No Package Found for librtas-devel (but has ExclusiveArch: ppc ppc64 anyway, so even if librtas-devel was included, it would fail to build anyway).
fails-even-with-41/ppc64-utils-0.14-1.fc9.log
error: Architecture is not included: x86_64
fails-even-with-41/ps3pf-utils-2.1-1.fc9.log
error: Architecture is not included: x86_64
These seem like bogus results. Looking at the logs, you might have hit some mock/builder problems that were being seen a while ago.
I said that fails-even-with-41 includes even ExcludeArched packages and that the build was on x86_64. As for me fails-even-with-41 category is DONTCARE, I haven't spent time to categorize them further.
Ok, fair enough. I just did scratch builds on the gcc43 tag for all three and they built fine. You can take them off your list.
josh
Hi.
On Thu, 3 Jan 2008 07:02:42 -0500, Jakub Jelinek wrote:
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.
How do I test if a fix for a problem outlined below works? Is that possible without installing 4.3 (which I'd rather avoid)?
Ralf Ertzinger wrote:
Hi.
On Thu, 3 Jan 2008 07:02:42 -0500, Jakub Jelinek wrote:
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.
How do I test if a fix for a problem outlined below works? Is that possible without installing 4.3 (which I'd rather avoid)?
koji build --scratch dist-f9-gcc43 yoursrpm.rpm (but for me it does not work currently due to a weird bug; see my other mail)
On 03.01.2008 13:02, Jakub Jelinek wrote:
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. [...]
FYI, below the list with owner information in front of it and sorted by owners:
abompard changesmeaning/agave-0.4.2-5.fc8.log abompard fails-even-with-41/gwenview-1.4.2-1.fc9.log abompard fails-even-with-41/HelixPlayer-1.0.9-1.fc8.log abompard fails-even-with-41/ksshaskpass-0.3-3.fc8.log abompard fails-even-with-41/libkexif-0.2.5-2.fc8.log abompard fails-even-with-41/libkipi-0.1.5-2.fc8.log abompard fails-even-with-41/python-dialog-2.7-7.fc8.log abompard fails-even-with-41/showimg-0.9.5-13.fc8.log abompard header-dep/amarok-1.4.7-14.fc9.log abompard header-dep/basket-1.0.2-3.fc9.log abompard header-dep/glest-2.0.1-5.fc9.log abompard header-dep/keepassx-0.2.2-4.fc8.log abompard unsorted/blobby-0.6-0.7.a.fc8.log aconway fails-even-with-41/qpidc-0.2-5.fc7.log aconway fails-even-with-41/rhm-0.1-3.fc7.log adalloz fails-even-with-41/mbuffer-20070502-1.fc7.log adalloz fails-even-with-41/pam_abl-0.2.3-3.fc7.log adalloz header-dep/pan-0.132-2.fc8.log addutko header-dep/astyle-1.21-6.fc8.log adrian fails-even-with-41/kover-3-2.log adrian header-dep/libcdio-0.78.2-3.fc8.log adrian unsorted/source-highlight-2.8-1.fc9.log afb header-dep/slim-1.3.0-1.fc8.log agoode header-dep/escape-200704130-7.fc9.log agoode multipledef/vips-7.12.5-3.fc9.log ajax fails-even-with-41/gstreamer-plugins-good-0.10.6-6.fc8.log ajax fails-even-with-41/pyxf86config-0.3.34-1.fc8.log akahl changesmeaning/bmpx-0.40.13-6.fc9.log akahl fails-even-with-41/libzzub-0.2.3-10.fc9.log alexl multipledef/gnome-vfs2-2.20.1-4.fc9.log allisson fails-even-with-41/ruby-gnome2-0.16.0-19.fc9.log allisson header-dep/multiget-1.1.4-7.fc8.log anaconda-maint Werror/anaconda-11.4.0.11-1.log anderson fails-even-with-41/bibletime-1.6.5-1.fc9.log anderson fails-even-with-41/kio_sword-0.3-4.fc9.log andriy fails-even-with-41/python-alsa-1.0.15-1.fc8.log andriy header-dep/klamav-0.41.1-7.fc9.log andyp fails-even-with-41/pybackpack-0.5.1-2.fc8.log athimm fails-even-with-41/smart-0.52-52.fc9.log athimm fails-even-with-41/vtk-5.0.3-20.fc8.log athimm header-dep/apt-0.5.15lorg3.93-4.fc9.log athimm header-dep/nx-2.1.0-22.fc7.log athimm header-dep/synaptic-0.57.2-14.fc9.log atkac fails-even-with-41/vnc-4.1.2-23.fc9.log ausil fails-even-with-41/kmobiletools-0.4.3.3-3.fc6.log ausil fails-even-with-41/konversation-1.0.1-3.fc8.log ausil fails-even-with-41/kpowersave-0.7.3-1.fc9.log ausil fails-even-with-41/krecipes-0.9.1-6.fc8.log ausil fails-even-with-41/oooqs2-1.0-3.fc6.log ausil unsorted/mysql-gui-tools-5.0r12-5.fc9.log awjb fails-even-with-41/airsnort-0.2.7e-11.fc7.log awjb fails-even-with-41/atitvout-0.4-7.log awjb fails-even-with-41/kcemirror-0.1.5-1.fc7.log awjb fails-even-with-41/koffice-langpack-1.6.3-1.fc8.log awjb fails-even-with-41/synce-kde-0.9.1-1.fc7.log awjb fails-even-with-41/wine-0.9.49-2.fc9.log awjb fails-even-with-41/wine-docs-0.9.49-1.fc9.log awjb header-dep/dosbox-0.72-1.fc8.log awjb header-dep/fbdesk-1.4.0-3.fc8.log awjb header-dep/fluxbox-1.0.0-1.fc8.log awjb header-dep/libpqxx-2.6.8-7.fc8.log awjb header-dep/vdccm-0.9.3-1.fc7.log awjb header-dep/wv2-0.2.3-3.fc8.log awjb redefined/koffice-1.6.3-12.fc8.log awjb redefined/rxvt-unicode-8.8-1.fc9.log bagnara header-dep/ppl-0.9-16.fc8.log bbbush redefined/chmsee-1.0.0-1.34.fc9.log belegdol header-dep/gchempaint-0.8.4-1.fc9.log belegdol header-dep/gnome-chemistry-utils-0.8.4-2.fc9.log belegdol header-dep/museek+-0.1.13-1.fc8.log bellet header-dep/fgfs-Atlas-0.3.1-5.fc8.log bellet header-dep/FlightGear-0.9.11-0.4.pre1.fc8.log berrange fails-even-with-41/python-virtinst-0.300.1-3.fc8.log berrange multipledef/gtk-vnc-0.3.1-1.fc9.log bjohnson header-dep/pdfedit-0.3.2-2.fc8.log bjohnson multipledef/pygoocanvas-0.9.0-2.fc8.log bjohnson unsorted/dbmail-2.2.7-2.fc9.log bos fails-even-with-41/alex-2.1.0-5.fc8.log bos fails-even-with-41/happy-1.16-2.fc7.log bpepple fails-even-with-41/evolution-brutus-1.1.28.7-2.fc8.log bpepple fails-even-with-41/liferea-1.4.10-1.fc9.log bpepple fails-even-with-41/python-reportlab-2.1-1.fc8.log bpepple fails-even-with-41/python-telepathy-0.14.0-4.fc9.log bpepple header-dep/farsight-0.1.25-1.fc8.log bpepple header-dep/libjingle-0.3.11-5.fc9.log bpepple multipledef/gstreamer-plugins-farsight-0.12.5-1.fc8.log bpepple multipledef/libtelepathy-0.3.1-2.fc9.log bpepple multipledef/swfdec-0.5.5-2.fc9.log bpepple multipledef/telepathy-gabble-0.6.1-1.fc9.log bpepple multipledef/telepathy-glib-0.7.0-1.fc9.log bpepple multipledef/telepathy-idle-0.1.2-2.fc9.log bpepple multipledef/telepathy-salut-0.2.0-1.fc9.log bpepple multipledef/telepathy-stream-engine-0.3.25-2.fc8.log bpepple multipledef/xchat-gnome-0.18-7.fc9.log bpepple unsorted/brutus-keyring-0.9.0-6.fc8.log bpepple unsorted/wesnoth-1.2.8-3.fc9.log bpostle header-dep/hugin-0.6.1-11.fc9.log bpostle unsorted/enblend-3.0-6.fc8.log braden header-dep/openvrml-0.17.0-2.fc9.log buc header-dep/newscache-1.2-0.4.rc6.fc6.log c4chris header-dep/glimmer-3.02-2.fc8.log c4chris header-dep/lagan-2.0-1.fc8.log cagney rootlog/frysk-0.0.1.2007.10.17-1.fc8.log caillon fails-even-with-41/epiphany-extensions-2.20.1-3.fc9.log caolanm header-dep/openoffice.org-2.3.1-9.9.fc9.log cbalint fails-even-with-41/gdal-1.4.2-3.fc8.log cbalint fails-even-with-41/grass-6.2.2-2.fc8.log cbalint fails-even-with-41/iverilog-0.9.20070608-1.fc8.log cbalint fails-even-with-41/mapserver-4.10.3-2.fc8.log cchance fails-even-with-41/libchewing-0.3.0-8.fc8.log cchance header-dep/scim-chewing-0.3.1-9.fc7.log cchance header-dep/scim-tables-0.5.7-3.fc7.log chabotc changesmeaning/libtorrent-0.11.8-2.fc9.log chabotc changesmeaning/rtorrent-0.7.8-1.fc8.log chitlesh fails-even-with-41/alliance-5.0-10.20070718snap.fc8.log chitlesh fails-even-with-41/crystal-1.0.5-1.fc8.log chitlesh fails-even-with-41/d3lphin-0.9.2-2.fc8.log chitlesh fails-even-with-41/gresistor-0.0.1-11.fc8.log chitlesh fails-even-with-41/kalgebra-0.5-4.fc8.log chitlesh fails-even-with-41/katapult-0.3.2.1-2.fc8.log chitlesh fails-even-with-41/kdirstat-2.5.3-6.fc8.log chitlesh fails-even-with-41/kdmtheme-1.2.1-1.fc9.log chitlesh fails-even-with-41/keurocalc-0.9.7-3.fc8.log chitlesh fails-even-with-41/kio_resources-0.2-3.fc8.log chitlesh fails-even-with-41/kleansweep-0.2.9-5.fc8.log chitlesh fails-even-with-41/knetstats-1.6.1-4.fc8.log chitlesh fails-even-with-41/kpolynome-0.1.2-10.fc8.log chitlesh fails-even-with-41/kshutdown-1.0.1-1.fc8.log chitlesh fails-even-with-41/ktechlab-0.3.69-5.fc8.log chitlesh fails-even-with-41/LabPlot-1.5.1.6-4.fc8.log chitlesh fails-even-with-41/piklab-0.15.0-1.fc9.log chitlesh header-dep/gds2pov-0.20070815-1.fc8.log clumens fails-even-with-41/elilo-3.6-2.log corsepiu fails-even-with-41/perl-Perl-MinimumVersion-0.15-1.fc9.log corsepiu header-dep/OpenSceneGraph-2.2.0-3.fc9.log corsepiu main/Inventor-2.1.5-30.fc9.1.log cr33dog fails-even-with-41/fontypython-0.2.0-6.fc7.log cweyl fails-even-with-41/perl-CGI-Ajax-0.701-2.fc7.log cweyl fails-even-with-41/perl-Class-Factory-Util-1.7-1.fc7.log cweyl fails-even-with-41/perl-DateTime-Format-MySQL-0.04-4.fc6.log cweyl fails-even-with-41/perl-MooseX-Getopt-0.05-1.fc8.log cweyl fails-even-with-41/perl-Net-CUPS-0.51-2.fc7.log cweyl fails-even-with-41/perl-Net-XMPP-1.02-2.fc7.log cweyl fails-even-with-41/perl-Perl-Critic-1.053-1.fc8.log cweyl fails-even-with-41/perl-POE-API-Peek-1.0802-1.fc7.log cweyl fails-even-with-41/perl-POE-Component-Child-1.39-2.fc6.log cweyl fails-even-with-41/perl-POE-Component-Client-LDAP-0.04-3.fc6.log cweyl fails-even-with-41/perl-POE-Component-Server-HTTP-0.09-3.fc6.log cweyl fails-even-with-41/perl-POE-Component-Server-SOAP-1.11-1.fc8.log cweyl fails-even-with-41/perl-POE-Component-SimpleLog-1.04-1.fc6.log cweyl fails-even-with-41/perl-POE-Component-SNMP-1.07-1.fc6.log cweyl fails-even-with-41/perl-POE-Wheel-Null-0.01-2.fc6.log cweyl fails-even-with-41/perl-RRD-Simple-1.43-1.fc7.log cweyl fails-even-with-41/perl-SUPER-1.16-1.fc7.log cweyl header-dep/eiciel-0.9.5-1.fc9.log cwickert changesmeaning/regexxer-0.9-2.fc8.log cwickert fails-even-with-41/gwget-0.99-3.fc8.log cwickert fails-even-with-41/xfce4-battery-plugin-0.5.0-2.fc7.log danken fails-even-with-41/hunspell-ar-0.20060208-1.fc8.log danms Werror/libcmpiutil-0.1-6.fc9.log davidz fails-even-with-41/gnome-device-manager-0.2-2.fc9.log davidz header-dep/dasher-4.7.0-1.fc9.log davidz header-dep/hal-0.5.10-3.fc9.log davidz unsorted/festival-1.96-2.fc9.log dbhole header-dep/antlr-2.7.7-1jpp.6.fc8.log dcantrel fails-even-with-41/gpart-0.1h-8.fc9.log dcantrel fails-even-with-41/iprutils-2.2.8-1.fc9.log dcantrel fails-even-with-41/librtas-1.3.3-2.fc9.log dcantrel fails-even-with-41/ppc64-utils-0.14-1.fc9.log dcantrel fails-even-with-41/repoman-0.9-3.fc8.log dcantrel fails-even-with-41/yaboot-1.3.13-8.fc9.log dcantrel Werror/dhcp-3.1.0-12.fc9.log dcantrel Werror/parted-1.8.6-13.fc9.log dcbw fails-even-with-41/csound-5.03.0-13.fc7.log dcbw fails-even-with-41/plague-0.4.4.1-4.fc7.log dcbw header-dep/wpa_supplicant-0.5.7-18.fc9.log dcbw Werror/NetworkManager-0.7.0-0.8.svn3181.fc9.log dchen header-dep/scim-array-0.0.2-2.fc9.log deji changesmeaning/gparted-0.3.3-14.fc9.log deji fails-even-with-41/flagpoll-0.9.1-1.fc8.log deji fails-even-with-41/galternatives-0.13.4-4.fc7.log deji fails-even-with-41/gnome-scan-0.5.3-0.1.20071030svn.fc9.log deji fails-even-with-41/gnomesword-2.3.1-3.fc9.log deji fails-even-with-41/qalculate-kde-0.9.6-2.fc8.log deji header-dep/exempi-1.99.5-1.fc9.log deji header-dep/libqalculate-0.9.6-2.fc8.log deji header-dep/referencer-1.0.4-5.fc8.log deji header-dep/strigi-0.5.7-2.fc9.log deji header-dep/sword-1.5.10-1.fc9.log denis changesmeaning/bakery-2.4.2-1.fc9.log denis changesmeaning/gconfmm26-2.20.0-1.fc8.log denis changesmeaning/glom-1.6.4-1.fc9.log denis changesmeaning/gnome-vfsmm26-2.20.0-1.fc8.log denis changesmeaning/goocanvasmm-0.4.0-2.fc9.log denis changesmeaning/gtkmm24-2.12.3-1.fc9.log denis changesmeaning/libglademm24-2.6.4-1.fc8.log denis changesmeaning/libgnomecanvasmm26-2.20.0-1.fc8.log denis changesmeaning/libgnomedbmm-2.9.5-2.fc9.log denis changesmeaning/libgnomemm26-2.20.0-1.log denis changesmeaning/libpanelappletmm-2.6.0-2.fc8.log denis changesmeaning/libsigc++20-2.0.18-1.log denis changesmeaning/wp_tray-0.5.3-6.fc9.log denis header-dep/gcdmaster-1.2.2-2.fc8.log denis header-dep/gimmage-0.2.3-1.fc8.log denis header-dep/glibmm24-2.14.2-1.fc9.log denis header-dep/inkscape-0.45.1-5.fc9.log denis header-dep/k3d-0.6.7.0-4.fc8.log denis header-dep/libgnomeuimm26-2.20.0-1.fc8.log denis header-dep/pstoedit-3.45-1.fc8.log denis unsorted/galeon-2.0.3-17.fc9.log devrim fails-even-with-41/python-psycopg2-2.0.6-2.fc8.log dgoodwin fails-even-with-41/testoob-1.13-4.fc8.log dgoodwin fails-even-with-41/wuja-0.0.8-2.fc8.log dionysos fails-even-with-41/kbackup-0.5.2-1.fc8.log dionysos fails-even-with-41/pikdev-0.9.2-3.fc8.log dionysos fails-even-with-41/pikloops-0.2.5-1.fc9.log dionysos header-dep/gpsim-0.22.0-5.fc8.log dledford unsorted/lam-7.1.2-10.fc7.log drago01 changesmeaning/pinot-0.81-2.fc9.log drago01 header-dep/linkage-0.1.4-4.fc8.log drago01 unsorted/compiz-fusion-0.6.0-7.fc9.log drago01 unsorted/compiz-fusion-extras-0.6.0-1.fc9.log dwalsh fails-even-with-41/selinux-doc-1.26-1.1.log dwmw2 fails-even-with-41/apmud-1.0.0-8.fc8.log dwmw2 fails-even-with-41/callweaver-1.2-0.3.rc4.20070822.log dwmw2 fails-even-with-41/powerpc-utils-1.0.6-2.fc9.log dwmw2 fails-even-with-41/powerpc-utils-papr-1.0.4-2.fc9.log dwmw2 fails-even-with-41/ps3pf-utils-2.1-1.fc9.log ecik fails-even-with-41/kooldock-0.4.6-2.fc8.log ecik fails-even-with-41/krename-3.0.14-2.fc8.log ecik fails-even-with-41/python-mutagen-1.12-1.fc8.log ecik header-dep/aria2-0.11.3-1.fc8.log edhill fails-even-with-41/netcdf-3.6.2-4.fc8.log edhill header-dep/itpp-4.0.0-2.fc9.log edhill header-dep/nco-3.9.1-1.fc8.log edhill unsorted/scrip-1.4-9.fc8.log eitch fails-even-with-41/metamonitor-0.4.5-3.fc6.log emoret header-dep/paprefs-0.9.6-1.fc9.log ensc fails-even-with-41/ip-sentinel-0.12-10.fc7.log ensc fails-even-with-41/xca-0.6.4-1.fc8.log ensc header-dep/libextractor-0.5.18a-1.fc8.log ensc header-dep/mimetic-0.9.3-2.fc8.log ensc header-dep/xmlrpc-c-1.06.18-1.fc8.log ensc redefined/kismet-0.0.2007.10.R1-2.fc9.log errr fails-even-with-41/fluxstyle-1.0.1-2.fc7.log errr fails-even-with-41/ruby-bdb-0.6.0-1.fc7.log errr header-dep/pekwm-0.1.5-5.fc7.log ertzing header-dep/audacious-plugins-1.4.2-1.fc9.log ertzing header-dep/fwbuilder-2.1.14-1.fc8.log ertzing header-dep/libfwbuilder-2.1.14-1.fc8.log ertzing header-dep/MyPasswordSafe-0.6.7-1.20061216.fc8.log faucamp fails-even-with-41/amarokFS-0.5-1.fc7.log faucamp fails-even-with-41/dekorator-0.3-3.fc7.log faucamp fails-even-with-41/kgtk-0.8-2.fc7.log faucamp fails-even-with-41/klibido-0.2.5-8.fc8.log faucamp fails-even-with-41/knemo-0.4.7-1.fc7.log faucamp unsorted/espeak-1.28-1.fc8.log fche header-dep/systemtap-0.6-1.fc9.log firewing fails-even-with-41/fwfstab-0.02-2.fc9.log firewing fails-even-with-41/gnofract4d-3.6-4.fc7.log firewing fails-even-with-41/lybniz-1.3.1-1.fc9.log firewing fails-even-with-41/PySolFC-1.1-4.fc9.log fnasser fails-even-with-41/mx4j-3.0.1-6jpp.4.log fnasser fails-even-with-41/xml-commons-resolver-1.1-1jpp.12.log fnasser ice/icu4j-3.6.1-1jpp.6.fc9.log frankb header-dep/muParser-1.28-2.fc8.log frankb header-dep/qtiplot-0.9-8.fc9.log gajownik fails-even-with-41/athcool-0.3.11-5.fc6.log gajownik fails-even-with-41/htop-0.6.5-1.fc7.log gajownik fails-even-with-41/python-sqlite2-2.3.3-1.fc7.log gajownik fails-even-with-41/yakuake-2.7.5-4.fc7.log gajownik unsorted/inotify-tools-3.11-1.fc8.log gajownik unsorted/qps-1.9.19-0.2.b.fc7.log gecko-maint fails-even-with-41/epiphany-2.21.4-1.fc9.log gecko-maint unsorted/seamonkey-1.1.7-3.fc9.log gecko-maint unsorted/thunderbird-2.0.0.9-2.fc9.log gecko-maint Werror/xulrunner-1.9-0.beta2.1.fc9.log gemi fails-even-with-41/gcl-2.6.7-15.fc8.log gemi fails-even-with-41/mosml-2.01-9.fc7.log gemi fails-even-with-41/oorexx-3.2.0-2.fc9.log gemi fails-even-with-41/pari-2.3.0-5.fc7.log gemi fails-even-with-41/q-7.8-1.fc9.log gemi fails-even-with-41/scons-0.97-2.fc8.log gemi fails-even-with-41/tclabc-1.0.9-1.fc7.log gemi fails-even-with-41/unison-2.13.16-3.fc6.log gemi fails-even-with-41/xaos-3.2.3-1.fc7.log gemi header-dep/audacity-1.3.2-17.fc9.log gemi header-dep/ecl-0.9i-3.fc6.log gemi header-dep/qcad-2.0.5.0-5.fc6.log gemi unsorted/smarteiffel-2.2-6.fc6.log ghenry fails-even-with-41/rdiff-backup-1.0.5-5.fc8.log giallu fails-even-with-41/buildbot-0.7.6-1.fc8.log gilboa header-dep/gmrun-0.9.2-10.fc8.log gilboa unsorted/kdebluetooth-1.0-0.39.beta8.fc9.log green header-dep/ardour-2.1-3.fc8.log green header-dep/dssi-0.9.1-11.fc8.log green header-dep/hydrogen-0.9.3-9.fc8.log green header-dep/libfreebob-1.0.3-1.fc7.log green header-dep/seq24-0.8.7-8.fc8.log hadess fails-even-with-41/gnome-media-2.20.1-7.fc9.log hadess fails-even-with-41/gnome-web-photo-0.3-8.fc9.log hadess fails-even-with-41/python-gdata-1.0.9-1.fc9.log hadess fails-even-with-41/rhythmbox-0.11.3-9.fc9.log hadess fails-even-with-41/totem-2.21.5-3.fc9.log hadess header-dep/libmusicbrainz-2.1.5-3.fc9.log hadess multipledef/gnome-vfs2-obexftp-0.4-5.fc9.log hamzy fails-even-with-41/sblim-cmpi-base-1.5.4-7.fc7.log hamzy header-dep/sblim-wbemcli-1.5.1-5.fc7.log harald header-dep/cdrdao-1.2.2-3.log hguemar changesmeaning/libsexymm-0.1.9-4.fc8.log hguemar changesmeaning/plotmm-0.1.2-5.fc6.log hguemar redefined/gtkmozembedmm-1.4.2.cvs20060817-17.fc9.log homeless header-dep/rudeconfig-5.0.5-1.fc7.log iburrell header-dep/jigdo-0.7.3-4.fc8.log icon fails-even-with-41/epylog-1.0.3-5.fc7.log icon fails-even-with-41/gazpacho-0.7.2-2.fc8.log icon fails-even-with-41/kdissert-1.0.7-1.fc7.log icon fails-even-with-41/pylint-0.13.1-1.fc7.log icon fails-even-with-41/python-kiwi-1.9.16-1.fc8.log icon fails-even-with-41/python-logilab-astng-0.17.0-1.fc7.log icon fails-even-with-41/python-logilab-common-0.21.2-1.fc7.log icon header-dep/verbiste-0.1.21-1.fc8.log icon unsorted/libxml++-2.20.0-1.fc8.log ifoox fails-even-with-41/ht2html-2.0-5.fc6.log ixs fails-even-with-41/bacula-2.0.3-11.fc8.log ixs fails-even-with-41/bitbake-1.8.8-1.fc8.log ixs fails-even-with-41/perl-CGI-Session-4.20-2.fc7.log ixs fails-even-with-41/perl-Class-Observable-1.04-2.fc7.log ixs fails-even-with-41/perl-Class-Std-0.0.8-1.fc7.log ixs fails-even-with-41/perl-Data-Password-1.07-1.fc7.log ixs fails-even-with-41/perl-Sys-SigAction-0.10-1.fc7.log ixs fails-even-with-41/perl-XML-Filter-BufferText-1.01-2.fc7.log ixs fails-even-with-41/perl-XML-SAX-Writer-0.50-2.fc7.log ixs fails-even-with-41/perl-XML-Validator-Schema-1.08-1.fc7.log ixs fails-even-with-41/pyzor-0.4.0-11.fc7.log ixs header-dep/ccrtp-1.5.1-1.fc7.log ixs header-dep/commoncpp2-1.5.0-1.fc7.log ixs header-dep/GraphicsMagick-1.1.8-3.fc8.log izhar fails-even-with-41/compizconfig-backend-kconfig-0.6.0-1.fc9.log izhar unsorted/compizconfig-backend-gconf-0.6.0-1.fc9.log izhar unsorted/libcompizconfig-0.6.0-3.fc9.log jafo fails-even-with-41/moto4lin-0.3-6.fc7.log jafo fails-even-with-41/python-memcached-1.39-1.fc8.log jafo fails-even-with-41/python-pydns-2.3.0-5.fc7.log jafo fails-even-with-41/python-pyspf-2.0.3-1.fc8.log jaile changesmeaning/gtkglextmm-1.2.0-5.fc6.log jakub fails-even-with-41/prelink-0.4.0-1.log jamatos fails-even-with-41/pygsl-0.9.1-6.fc8.log jamatos fails-even-with-41/pyparsing-1.4.7-1.fc8.log jamatos fails-even-with-41/PyRTF-0.45-5.fc8.log jamatos fails-even-with-41/python-cpio-0.1-4.fc8.log jamatos fails-even-with-41/python-imaging-1.1.6-4.fc8.log jamatos fails-even-with-41/PyX-0.9-5.fc8.log jamatos fails-even-with-41/R-waveslim-1.6-4.fc8.log james fails-even-with-41/python-4Suite-XML-1.0.2-1.log james fails-even-with-41/python-docs-2.5.1-1.fc8.log james fails-even-with-41/ustr-1.0.2-4.fc9.log james fails-even-with-41/zsh-4.3.4-5.fc9.log jcm fails-even-with-41/module-init-tools-3.4-2.fc8.log jcollie fails-even-with-41/bcfg2-0.9.5.2-1.fc9.log jcollie fails-even-with-41/python-musicbrainz2-0.5.0-1.fc9.log jcollie fails-even-with-41/python-pycurl-7.16.4-1.fc8.log jcollie fails-even-with-41/python-urljr-1.0.1-1.fc7.log jcollie fails-even-with-41/python-xmpp-0.4.0-2.fc7.log jcollie fails-even-with-41/trac-0.10.4-1.fc7.log jcollie fails-even-with-41/zaptel-1.4.6-1.fc9.log jcollie header-dep/jrtplib-3.7.1-2.fc8.log jcollie Werror/linphone-1.7.1-4.fc8.log jima header-dep/graphviz-2.14.1-3.fc8.log jjh fails-even-with-41/darcs-1.0.9-6.fc8.log jjh fails-even-with-41/libtommath-0.41-7.fc9.log jjh header-dep/ragel-5.24-1.fc8.log jkeating fails-even-with-41/salinfo-0.5-1.14.1.fc6.log jkeating multipledef/dates-0.4.5-1.fc9.log jkratoch Werror/gdb-6.7.1-6.fc9.log jlaska fails-even-with-41/snake-0.9-0.5git.fc9.log jmagne fails-even-with-41/esc-1.0.1-7.fc8.log jmoskovc fails-even-with-41/licq-1.3.4-10.fc9.log jnovy fails-even-with-41/libusb-0.1.12-12.fc9.log jnovy header-dep/teckit-2.2.1-2.fc8.log jnovy multipledef/mc-4.6.1a-50.20070604cvs.fc9.log jnovy unsorted/netpbm-10.35.35-1.fc9.log joost fails-even-with-41/fpc-2.2.0-10.fc8.log jorton fails-even-with-41/mod_python-3.3.1-5.log jpye header-dep/fityk-0.8.1-10.fc8.log jsafrane Werror/nc-1.84-14.fc9.log jsanders fails-even-with-41/veusz-0.10-16.fc8.log jspaleta fails-even-with-41/gourmet-0.13.4-1.fc8.log jspaleta fails-even-with-41/pyscript-0.6.1-1.fc8.log jspaleta fails-even-with-41/python-basemap-0.9.5-3.fc8.log jspaleta fails-even-with-41/python-dateutil-1.2-1.fc8.log jspaleta fails-even-with-41/python-matplotlib-0.90.1-2.fc8.log jspaleta fails-even-with-41/pytz-2006p-2.fc7.log jspaleta fails-even-with-41/ScientificPython-2.6-10.fc8.log jspaleta fails-even-with-41/scipy-0.6.0-3.fc8.log jspaleta header-dep/telescope-server-0-0.2.20070315.fc8.log jspaleta header-dep/usbsink-0.3.2-1.fc8.log jwboyer fails-even-with-41/gquilt-0.20-1.fc7.log jwilson fails-even-with-41/numpy-1.0.3.1-1.fc8.log jwilson fails-even-with-41/rrdtool-1.3-0.2.beta2.fc9.log jwilson header-dep/dvgrab-3.1-1.fc9.log jwilson main/cpuspeed-1.2.1-3.fc8.log jwilson unsorted/emerald-0.5.2-2.fc8.log jwrdegoede changesmeaning/vegastrike-0.4.3-7.fc8.log jwrdegoede fails-even-with-41/arm-gp2x-linux-glibc-2.3.6-4.fc8.log jwrdegoede fails-even-with-41/avr-libc-1.4.6-4.fc8.log jwrdegoede fails-even-with-41/ksensors-0.7.3-14.fc9.log jwrdegoede fails-even-with-41/londonlaw-0.2.1-2.fc8.log jwrdegoede fails-even-with-41/machineball-1.0-4.fc8.log jwrdegoede header-dep/8Kingdoms-1.1.0-2.fc9.log jwrdegoede header-dep/ballbuster-1.0-3.fc8.log jwrdegoede header-dep/ClanLib06-0.6.5-9.fc9.log jwrdegoede header-dep/ClanLib-0.8.0-7.fc9.log jwrdegoede header-dep/crack-attack-1.1.14-10.fc8.log jwrdegoede header-dep/CriticalMass-1.0.2-2.fc9.log jwrdegoede header-dep/gnucap-0.35-2.fc8.log jwrdegoede header-dep/kbilliards-0.8.7b-5.fc9.log jwrdegoede header-dep/ksirk-1.7-4.fc9.log jwrdegoede header-dep/libebml-0.7.7-3.fc8.log jwrdegoede header-dep/libgda-3.0.1-6.fc9.log jwrdegoede header-dep/libmatroska-0.8.1-2.fc8.log jwrdegoede header-dep/ois-1.0-2.fc8.log jwrdegoede header-dep/pingus-0.7.2-1.fc9.log jwrdegoede header-dep/rafkill-1.2.2-5.fc8.log jwrdegoede header-dep/Ri-li-2.0.1-1.fc9.log jwrdegoede header-dep/scorched3d-41.1-1.fc9.log jwrdegoede header-dep/soundtouch-1.3.1-8.fc8.log jwrdegoede header-dep/stormbaancoureur-1.5.1-2.fc8.log jwrdegoede header-dep/supertuxkart-0.3-2.fc8.log jwrdegoede header-dep/xarchon-0.50-5.fc8.log jwrdegoede header-dep/xu4-1.1-0.2.cvs20070510.fc8.log jwrdegoede libtool/bochs-2.3.5-1.fc8.log jwrdegoede multipledef/Io-language-20071010-1.fc9.log jwrdegoede redefined/njam-1.25-6.fc8.log jwrdegoede redefined/pachi-1.0-3.fc8.log jwrdegoede unsorted/amoebax-0.2.0-1.fc9.log jwrdegoede unsorted/asc-2.0.1.0-1.fc9.log jwrdegoede unsorted/boswars-2.4.1-3.fc9.log jwrdegoede unsorted/duel3-0.1-0.4.20060225.fc8.log jwrdegoede unsorted/hedgewars-0.9.0-4.fc9.log jwrdegoede unsorted/id3lib-3.8.3-18.fc9.log jwrdegoede unsorted/methane-1.4.7-3.fc8.log jwrdegoede unsorted/ogre-1.4.5-3.fc9.log jwrdegoede unsorted/scorchwentbonkers-1.1-4.fc8.log jwrdegoede unsorted/scummvm-0.10.0-2.fc8.log jwrdegoede unsorted/TnL-071111-1.fc9.log jwrdegoede unsorted/trackballs-1.1.4-3.fc8.log jwrdegoede unsorted/vavoom-1.25-1.fc9.log kaboom fails-even-with-41/xdaliclock-2.23-3.fc6.log kaboom header-dep/qgo-1.5.2-1.fc6.log karlik fails-even-with-41/fusion-icon-0-0.2.20071206git.fc9.log karlik fails-even-with-41/warzone2100-2.0.8-2.fc9.log karlik header-dep/widelands-0-0.7.build11.fc8.log karsten fails-even-with-41/prctl-1.5-2.log karsten fails-even-with-41/vim-7.1.159-1.fc9.log kasal fails-even-with-41/libgconf-java-2.12.4-8.fc7.log kasal fails-even-with-41/libgtk-java-2.8.7-4.fc7.log kasal rootlog/cairo-java-1.0.5-7.fc7.log kasal rootlog/libglade-java-2.12.5-6.fc7.log kasal rootlog/libgnome-java-2.12.4-6.fc7.log kasal rootlog/libvte-java-0.12.1-10.fc9.log katzj fails-even-with-41/python-urlgrabber-3.0.0-3.fc8.log kengert unsorted/nss-3.11.99.2b-2.fc9.log kevin fails-even-with-41/driconf-0.9.1-6.fc8.log kevin fails-even-with-41/lrmi-0.10-3.fc8.log kevin header-dep/gpsdrive-2.09-4.fc8.log kevin unsorted/fontforge-20071110-1.fc9.log kevin unsorted/twinkle-1.1-3.fc8.log key Werror/trousers-0.3.1-5.fc9.log knol fails-even-with-41/getmail-4.7.7-2.fc9.log krh fails-even-with-41/chkfontpath-1.10.1-2.fc8.log krh fails-even-with-41/compiz-0.6.2-4.fc9.log kushal fails-even-with-41/kphotobymail-0.4.1-1.fc7.log kwizart fails-even-with-41/PythonCAD-0.1.36-2.fc8.log kwizart header-dep/animorph-0.2-2.fc8.log kwizart header-dep/aqsis-1.2.0-6.fc8.log kwizart header-dep/CTL-1.4.1-3.fc9.log kwizart header-dep/dirac-0.8.0-2.fc8.log kwizart header-dep/makehuman-0.9-3.fc8.log kwizart header-dep/PerceptualDiff-1.0.1-6.fc8.log kwizart header-dep/yafray-0.0.9-5.fc9.log kwizart redefined/cinepaint-0.22.1-5.fc8.log kzak fails-even-with-41/gnome-applet-vm-0.1.2-2.fc7.log langel rootlog/azureus-3.0.3.4-3.fc9.log laxathom fails-even-with-41/kicker-compiz-3.5.4-4.fc8.log laxathom fails-even-with-41/ntfs-config-1.0-0.5.rc5.fc8.log laxathom fails-even-with-41/python-gammu-0.22-3.fc8.log laxathom fails-even-with-41/specto-0.2.0-4.fc8.log laxathom fails-even-with-41/wammu-0.19-3.fc8.log laxathom multipledef/gshutdown-0.2-2.fc8.log laxathom multipledef/guile-gnome-platform-2.15.93-6.fc8.log laxathom multipledef/g-wrap-1.9.9-4.fc8.log lennart changesmeaning/paman-0.9.4-1.fc9.log lennart changesmeaning/pavucontrol-0.9.5-1.fc9.log lennart changesmeaning/pavumeter-0.9.3-1.fc9.log leo fails-even-with-41/pcmanx-gtk2-0.3.5-9.336svn.fc7.log limb fails-even-with-41/pcapy-0.10.5-1.fc9.log limb header-dep/agistudio-1.2.3-4.fc8.log limb header-dep/armacycles-ad-0.2.8.2.1-5.fc8.log limb header-dep/xmoto-0.3.4-1.fc9.log limb unsorted/astromenace-1.2-6.fc9.log limb unsorted/netpanzer-0.8.2-1.fc8.log limb unsorted/vym-1.10.0-1.fc9.log lizhang header-dep/ttmkfdir-3.0.9-24.fc7.log lkundrak header-dep/xalan-c-1.10.0-2.fc9.log lkundrak unsorted/ovaldi-5.3-1.fc9.log lmacken changesmeaning/net6-1.3.5-2.fc8.log lmacken changesmeaning/obby-0.4.4-2.fc8.log lmacken changesmeaning/sobby-0.4.4-1.fc8.log lmacken fails-even-with-41/python-cherrypy-2.2.1-7.fc9.log lmacken fails-even-with-41/python-cherrytemplate-1.0.0-5.fc7.log lmacken fails-even-with-41/python-configobj-4.4.0-2.fc8.log lmacken fails-even-with-41/python-irclib-0.4.6-3.fc7.log lmacken fails-even-with-41/python-sqlobject-0.9.2-1.fc9.log lmacken header-dep/gobby-0.4.5-1.fc8.log lmacken header-dep/xprobe2-0.3-9.fc8.log mattdm fails-even-with-41/wxPython-2.8.4.0-2.fc8.log mbacovsk multipledef/avahi-0.6.22-4.fc9.log mbarnes fails-even-with-41/gnome-python2-desktop-2.21.1-1.fc9.log mbarnes multipledef/gnome-python2-2.21.0-1.fc9.log mbarnes multipledef/pygobject2-2.14.0-2.fc9.log mbarnes multipledef/pygtk2-2.12.0-3.fc9.log mbarnes multipledef/pyorbit-2.14.3-1.fc8.log mbarnes redefined/devhelp-0.16.1-4.fc9.log mbarnes redefined/yelp-2.21.1-2.fc9.log mbarnes Werror/evolution-exchange-2.21.4-1.fc9.log mcepl auto_ptr/syncevolution-0.6-2.fc8.log mclasen multipledef/libglade2-2.6.2-3.fc8.log mdehaan fails-even-with-41/cobbler-0.6.4-2.fc9.log mdehaan fails-even-with-41/func-0.13-3.fc9.log mdehaan fails-even-with-41/koan-0.6.3-3.fc9.log mebourne multipleparm/zoneminder-1.22.3-10.fc9.log mebrown header-dep/libsmbios-0.13.13-1.fc9.log mef header-dep/ice-3.2.1-14.fc9.log mfleming fails-even-with-41/python-GeoIP-1.2.1-9.fc8.log mfleming fails-even-with-41/svnmailer-1.0.8-3.fc7.log mgarski auto_ptr/linuxdcpp-1.0.0-4.fc9.log mgarski fails-even-with-41/digikam-doc-0.9.3-0.1.beta3.fc9.log mgarski header-dep/smb4k-0.8.7-3.fc9.log mgarski redefined/digikam-0.9.3-0.5.rc1.fc9.log mgarski unsorted/krusader-1.80.0-4.fc9.log michich fails-even-with-41/icecream-0.8.0-6.20071101svn.fc9.log mikep fails-even-with-41/linkchecker-4.7-10.fc8.log misa fails-even-with-41/mx-2.0.6-3.log misa fails-even-with-41/pyOpenSSL-0.6-2.p24.9.log mitr fails-even-with-41/m2crypto-0.18.2-2.log mlichvar fails-even-with-41/obmenu-1.0-5.fc8.log mlichvar header-dep/flac-1.2.1-1.fc8.log mmaslano fails-even-with-41/iproute-2.6.23-1.fc9.log mmaslano redefined/groff-1.18.1.4-10.fc8.log mmcgrath fails-even-with-41/python-meld3-0.6-2.fc7.1.log mmcgrath fails-even-with-41/supervisor-2.1-3.fc7.log mnagy libtool/lftp-3.5.14-3.fc9.log mpg header-dep/xapian-core-1.0.4-1.fc9.log mschwendt unsorted/libsidplay-1.36.57-15.log mso multipledef/gxine-0.5.11-14.fc9.log mtasaka fails-even-with-41/kazehakase-0.5.0-1.fc9.2.log mtasaka fails-even-with-41/mirage-0.9-2.fc9.log mtasaka fails-even-with-41/python-mecab-0.96-2.fc9.1.log mtasaka fails-even-with-41/xtide-2.9.5-1.fc9.log mtasaka header-dep/gnome-commander-1.2.4-4.fc8.log mtasaka header-dep/jd-1.9.8-0.4.beta071218.fc9.log mtasaka header-dep/ochusha-0.5.99.66-0.3.cvs070110.fc9.log mtasaka header-dep/xplanet-1.2.0-2.1.fc8.2.log mtasaka unsorted/mecab-0.96-2.fc9.1.log musuruan fails-even-with-41/tecnoballz-0.91-6.fc8.log mwringe fails-even-with-41/maven-wagon-1.0-0.1.a5.3jpp.1.fc7.log mwringe java1.2/msv-1.2-0.1.20050722.3jpp.3.fc8.log mzazrive header-dep/xqilla10-1.0.2-2.fc9.log navid fails-even-with-41/sos-1.6-5.fc8.log nbecker fails-even-with-41/filelight-1.0-9.fc6.log nbecker fails-even-with-41/python-which-1.1.0-2.fc9.log ngompa fails-even-with-41/oggconvert-0.3.0-14.fc9.log nhorman fails-even-with-41/kexec-tools-1.102pre-2.fc8.log nixaff4 fails-even-with-41/kio_p7zip-0.3.1-5.fc8.log nixaff4 fails-even-with-41/tastymenu-0.8.2-2.fc8.log noltec fails-even-with-41/kbibtex-0.1.5.52-10.fc7.log nomis80 fails-even-with-41/camstream-0.26.3-12.fc8.log nomis80 fails-even-with-41/quadkonsole-2.0.2-1.fc7.log notting fails-even-with-41/mash-0.2.10-1.fc9.log notting header-dep/libofx-0.8.3-4.log notting libtool/aqbanking-2.3.2-4.fc9.log nphilipp header-dep/bzflag-2.0.10-2.fc9.log nphilipp header-dep/rss-glx-0.8.1.p-17.fc9.log nsantos java1.2/xpp3-1.1.3.8-1jpp.1.fc7.log nsantos unsorted/checkstyle-4.1-4jpp.2.fc8.log oddsocks fails-even-with-41/aasaver-0.3.2-1.fc8.log oddsocks fails-even-with-41/kbiof-0.3-1.fc8.log oddsocks fails-even-with-41/kcometen3-1.1-5.fc8.log oddsocks fails-even-with-41/kdetv-0.8.9-8.fc9.log oddsocks fails-even-with-41/xeuphoric-0.18.2-9.fc8.log oddsocks header-dep/openmsx-0.6.2-4.fc8.log oddsocks libtool/cegui-0.5.0b-6.fc8.log odvorace multipledef/pguiman-0.0.1-3.fc8.log oliver fails-even-with-41/syck-0.61-3.fc9.log orion fails-even-with-41/kompose-0.5.3-8.fc8.log orion fails-even-with-41/ksynaptics-0.3.3-2.fc8.log orion fails-even-with-41/python-numarray-1.5.2-4.fc8.log orion header-dep/gdl-0.9-0.pre6.fc9.log orion header-dep/hdf5-1.6.6-3.fc9.log orion header-dep/libsynaptics-0.14.6c-2.fc8.log orion header-dep/paraview-3.2.1-2.fc9.log orion header-dep/plplot-5.8.0-4.fc9.log orion unsorted/hdf-4.2r2-4.fc9.log orion unsorted/ncarg-4.4.2-4.fc8.log otaylor fails-even-with-41/mugshot-1.1.56-1.fc8.log ovasik header-dep/libwvstreams-4.4.1-3.fc9.log ovasik header-dep/wvdial-1.60-3.fc9.log ovasik unsorted/taskjuggler-2.4.0-4.fc8.log overholt fails-even-with-41/eclipse-emf-2.2.2-1.fc7.log overholt ice/eclipse-gef-3.3.0-1.fc8.log overholt unsorted/eclipse-3.3.1.1-14.fc9.log patriceb header-dep/lzma-4.32.2-2.fc9.log pcheung fails-even-with-41/castor-0.9.5-1jpp.7.log pcheung fails-even-with-41/xmlunit-1.0-4jpp.1.fc7.log pcheung java1.2/ant-1.7.0-1jpp.2.fc8.log pebenito unsorted/setools-3.3.2-1.fc9.log pertusus fails-even-with-41/archmage-0.1.9-1.fc8.log pertusus fails-even-with-41/dap-hdf4_handler-3.7.5-3.fc8.log pertusus fails-even-with-41/gnash-0.8.1-6.fc9.log pertusus fails-even-with-41/kchmviewer-3.0-2.fc7.log pertusus fails-even-with-41/python-chm-0.8.4-1.fc7.log pertusus fails-even-with-41/tetex-tex4ht-1.0.2007_11_19_2329-1.fc9.log pertusus fails-even-with-41/wdm-1.28-8.fc8.log pertusus header-dep/acpitool-0.4.7-2.fc9.log pertusus header-dep/bes-3.5.1-4.fc9.log pertusus header-dep/boolstuff-0.1.11-3.fc9.log pertusus header-dep/dap-freeform_handler-3.7.5-2.fc8.log pertusus header-dep/libchmxx-0.1-5.fc6.log pertusus header-dep/libdap-3.7.8-3.fc9.log pertusus header-dep/libnc-dap-3.7.0-8.fc9.log pertusus multipleparm/xchm-1.13-1.fc8.log pertusus unsorted/cernlib-2006-20.fc9.log pertusus unsorted/perl-Cache-2.04-2.fc8.2.log peter header-dep/fuse-encfs-1.3.2-2.fc9.log peter header-dep/rlog-1.3.7-3.fc6.log peter header-dep/stratagus-2.2.4-1.fc8.log petersen fails-even-with-41/haddock-0.8-1.fc7.log petersen header-dep/scim-fcitx-3.1.1-7.fc8.log pfj fails-even-with-41/gtk-sharp-1.0.10-12.fc7.log pfj fails-even-with-41/monodevelop-0.17-4.fc9.log pfj fails-even-with-41/pyxmms-2.06-4.fc7.log pfj multipledef/autogen-5.8.9-1.fc7.log pfkeb header-dep/HippoDraw-1.21.1-2.fc8.log pfrields fails-even-with-41/blogtk-1.1-8.fc7.log pghmcfc fails-even-with-41/bittorrent-4.4.0-5.fc7.log pghmcfc fails-even-with-41/python-zope-interface-3.0.1-8.fc8.log pgordon changesmeaning/deluge-0.5.7.1-2.fc9.log pgordon fails-even-with-41/nemiver-0.4.0-1.fc8.log pgordon fails-even-with-41/ots-0.4.2-11.fc7.log pgordon header-dep/rb_libtorrent-0.12-2.fc8.log pgordon header-dep/WebKit-1.0.0-0.3.svn28482.fc9.log pgordon multipledef/telepathy-haze-0.1.4-2.fc9.log pgordon redefined/blam-1.8.3-13.fc9.log phuang header-dep/scim-bridge-0.4.13-6.fc9.log phuang header-dep/scim-pinyin-0.5.91-23.fc9.log phuang unsorted/scim-qtimm-0.9.4-8.fc8.log pingou fails-even-with-41/rkward-0.4.8-2.fc9.log pingou header-dep/SteGUI-0.0.1-12.fc8.log pjones Werror/grub-0.97-19.log pjones Werror/mkinitrd-6.0.24-1.fc9.log pknirsch Werror/openhpi-2.10.1-1.fc9.log pmachata fails-even-with-41/ltrace-0.5-9.45svn.fc8.log pmatilai unsorted/rpm-4.4.2.2-11.fc9.log pnemade header-dep/scim-m17n-0.2.2-2.fc8.log pwouters fails-even-with-41/s3switch-0.0-9.20020912.fc6.log qspencer fails-even-with-41/atlas-3.6.0-12.fc8.log qspencer fails-even-with-41/lilypond-doc-2.10.13-1.fc7.log qspencer unsorted/cln-1.1.13-4.fc8.log qspencer unsorted/lilypond-2.10.33-1.fc8.log rafalzaq fails-even-with-41/six-0.5.3-6.fc8.log rafalzaq unsorted/glob2-0.9.1-2.fc8.log rathann fails-even-with-41/ekg-1.7-3.fc9.log rathann fails-even-with-41/obexftp-0.22-0.5.rc7.fc8.log rathann fails-even-with-41/openbabel-2.1.1-2.fc9.log rathann header-dep/ed2k_hash-0.4.0-5.fc9.log rathann header-dep/libEMF-1.0.3-5.fc9.log rathann header-dep/xdrawchem-1.9.9-6.fc8.log rathann header-dep/zidrav-1.2.0-3.fc8.log rathann redefined/dx-4.4.4-4.fc8.log rathann unsorted/ekg2-0.1.1-2.fc9.log rathann unsorted/mkvtoolnix-2.1.0-1.fc8.log rbrich multipledef/cpio-2.9-5.fc9.log rbrich multipledef/tar-1.19-1.fc9.log rdieter fails-even-with-41/cmucl-19d-5.fc8.log rdieter fails-even-with-41/gpgme-1.1.5-4.fc8.log rdieter fails-even-with-41/kaffeine-0.8.5-5.fc8.log rdieter fails-even-with-41/kile-2.0-1.fc9.log rdieter fails-even-with-41/kiosktool-1.0-8.fc8.log rdieter fails-even-with-41/libkexiv2-0.1.6-2.fc9.log rdieter fails-even-with-41/libtunepimp-0.5.3-9.fc8.log rdieter header-dep/akode-2.0.1-9.fc8.log rdieter header-dep/exiv2-0.16-0.3.pre1.fc9.log rdieter header-dep/libfac-3.0.3-1.fc9.log rdieter header-dep/libofa-0.9.3-10.fc8.log rdieter header-dep/OpenEXR-1.6.0-5.fc8.log rdieter multipleparm/kmymoney2-0.8.8-1.fc9.log rdieter redefined/kasablanca-0.4.0.2-11.fc9.log rdieter redefined/lyx-1.5.3-1.fc9.log rdieter redefined/Macaulay2-0.9.95-9.fc9.log rdieter unsorted/factory-3.0.3-1.fc9.log remi header-dep/mysql++-2.3.2-2.fc8.log richdawe fails-even-with-41/planet-2.0-4.fc8.log rineau header-dep/ipe-6.0-0.22.pre28.fc9.log rishi fails-even-with-41/pida-0.5.1-5.fc9.log rishi header-dep/gengetopt-2.21-3.fc8.log rishi header-dep/nget-0.27.1-7.fc8.log rishi libtool/anjuta-2.2.0-4.fc9.log rishi unsorted/starplot-0.95.4-3.fc9.log rjones fails-even-with-41/freetennis-0.4.8-6.fc7.log rnorwood fails-even-with-41/gnome-packagekit-0.1.4-1.fc9.log rnorwood fails-even-with-41/perl-PDL-2.4.3-4.fc8.log rnorwood fails-even-with-41/perl-TermReadKey-2.30-3.fc9.log rnorwood unsorted/perl-5.8.8-31.fc9.log robert fails-even-with-41/duplicity-0.4.3-1.fc8.log robert fails-even-with-41/pexpect-2.1-5.fc8.log robert fails-even-with-41/python-GnuPGInterface-0.3.2-2.fc8.log robert unsorted/dsniff-2.4-0.1.b1.fc9.log roland fails-even-with-41/monotone-0.37-3.fc9.log roland Werror/elfutils-0.131-1.fc9.log roozbeh fails-even-with-41/fonttools-2.0-0.11.20060223cvs.fc7.log roozbeh fails-even-with-41/perl-Math-Vec-0.04-2.fc7.log roozbeh fails-even-with-41/translate-toolkit-0.10.1-4.fc7.log rrelyea header-dep/coolkey-1.1.0-5.fc8.log rstrode fails-even-with-41/bluecurve-kde-theme-1.0.0-1.fc8.log rstrode fails-even-with-41/bluecurve-kwin-theme-1.0.0-1.fc8.log rstrode header-dep/gnome-games-2.21.4-1.fc9.log ruben header-dep/incron-0.5.5-1.fc7.log ruben header-dep/pdns-2.9.21-3.fc9.log ruben header-dep/pdns-recursor-3.1.4-4.fc7.log ruben redefined/perl-Perlbal-XS-HTTPHeaders-0.19-2.fc8.log rvinyard changesmeaning/bitgtkmm-0.4.0-2.fc7.log rvinyard changesmeaning/conexusmm-0.5.0-3.fc7.log rvinyard fails-even-with-41/clips-6.24-22.fc7.log rvinyard fails-even-with-41/conexus-0.5.3-2.fc8.log rvinyard unsorted/bit-0.4.1-1.fc7.log rvinyard unsorted/clipsmm-0.0.7-1.fc7.log rvinyard unsorted/idioskopos-0.4.1-1.fc7.log rvinyard unsorted/papyrus-0.7.1-1.fc7.log rvokal fails-even-with-41/gjots2-2.3.4-7.fc7.log rvokal multipledef/pidgin-guifications-2.14-2.fc7.log ryo header-dep/scim-skk-0.5.2-8.fc6.log ryo header-dep/scim-tomoe-0.6.0-2.fc8.log s4504kr fails-even-with-41/kyum-0.7.5-9.fc8.log s4504kr fails-even-with-41/lightning-1.2-11.fc8.log s4504kr fails-even-with-41/python-smbpasswd-1.0.1-6.fc8.log s4504kr header-dep/blender-2.45-4.fc8.log s4504kr header-dep/highlight-2.6.6-1.fc9.log s4504kr header-dep/steghide-0.5.1-7.fc8.log s4504kr header-dep/stellarium-0.9.0-6.fc9.log s4504kr header-dep/subcommander-1.2.2-9.fc9.log s4504kr libtool/aplus-fsf-4.20.2-22.fc8.log s4504kr unsorted/gprolog-1.3.0-11.fc8.log sailer unsorted/ghdl-0.25-0.89svn.6.fc8.log salimma fails-even-with-41/Django-0.96.1-1.fc9.log salimma fails-even-with-41/ikarus-0.0.1-4.fc9.log salimma fails-even-with-41/python-nltk-0.9-0.2.b2.fc8.log salimma fails-even-with-41/python-nltk_lite-0.9-0.1.b2.fc8.log salimma fails-even-with-41/spicctrl-1.9-5.fc7.log salimma fails-even-with-41/zeroinstall-injector-0.30-2.fc8.log salimma header-dep/grhino-0.16.0-2.fc8.log sarantis fails-even-with-41/python-simpy-1.8-1.fc7.log sconklin fails-even-with-41/netlabel_tools-0.17-5.fc6.log scop header-dep/id3v2-0.1.11-5.fc8.log scop header-dep/kid3-0.10-2.fc9.log scop header-dep/vdr-subtitles-0.5.0-2.fc8.log scop header-dep/vdr-text2skin-1.1-20.20051217cvs.fc8.log scop header-dep/xmms-modplug-2.05-11.fc8.log sdake fails-even-with-41/openais-0.80.1-6.log seg fails-even-with-41/rosegarden4-1.6.0-1.fc7.log seg ice/tinyfugue-5.0-0.7.b8.fc9.log sergiopr header-dep/CCfits-1.8-1.fc9.log sergiopr header-dep/ds9-5.0-6.fc9.log sergiopr header-dep/loki-lib-0.1.6-4.fc8.1.log sergiopr unsorted/blitz-0.9-3.fc8.log sgrubb fails-even-with-41/audit-1.6.2-4.fc8.log shahms fails-even-with-41/python-durus-3.5-3.fc7.log shahms fails-even-with-41/python-psyco-1.5.1-5.fc7.log shahms fails-even-with-41/python-quixote-2.4-5.fc7.log shahms fails-even-with-41/python-simpletal-4.1-5.fc7.log shahms fails-even-with-41/python-tpg-3.1.0-4.fc7.log sharkcz fails-even-with-41/tailor-0.9.29-1.fc9.log sharkcz fails-even-with-41/tinyerp-4.2.0-1.fc9.log sharkcz header-dep/ultimatestunts-0.7.3-4.fc9.log silfreed fails-even-with-41/qgis-0.9.0-2.fc8.log silfreed fails-even-with-41/syslog-ng-2.0.5-1.fc8.log silfreed header-dep/qlandkarte-0.5.3-4.fc9.log silfreed header-dep/qtpfsgui-1.9.0-1.fc9.log sindrepb fails-even-with-41/muine-scrobbler-0.1.8-2.fc8.log skvidal fails-even-with-41/yum-metadata-parser-1.1.2-2.fc9.log smccann redefined/geos-2.2.3-1.fc7.log snecker fails-even-with-41/jokosher-1.0-0.1.20070929svn.fc8.log snecker Werror/libflaim-4.9.989-18.fc9.log snirkel header-dep/adplug-2.1-2.fc8.log snirkel header-dep/xmms-adplug-1.2-5.fc8.log southa header-dep/adanaxisgpl-1.2.4-1.fc9.log splinux fails-even-with-41/gdmap-0.7.5-6.fc6.log splinux fails-even-with-41/gfa-0.4.1-4.fc7.log splinux fails-even-with-41/glipper-0.95.1-2.fc7.log splinux fails-even-with-41/gnome-specimen-0.3-1.fc8.log splinux fails-even-with-41/gstm-1.2-6.fc7.log splinux header-dep/libgtksourceviewmm-0.3.1-1.fc8.log splinux header-dep/lostirc-0.4.6-3.fc8.log splinux header-dep/notecase-1.6.1-2.fc8.log spot changesmeaning/libgdamm-2.9.8-1.fc8.log spot fails-even-with-41/gambas-1.0.19-3.fc8.log spot fails-even-with-41/perl-Email-Date-1.102-3.fc8.log spot fails-even-with-41/perl-Email-Reply-1.202-1.fc8.log spot fails-even-with-41/perl-IPC-Shareable-0.60-3.fc6.log spot fails-even-with-41/perl-PPI-Tester-0.06-2.fc6.log spot fails-even-with-41/pychart-1.39-6.fc8.log spot fails-even-with-41/python-cerealizer-0.6-2.fc9.log spot fails-even-with-41/pyxdg-0.15-5.fc8.1.log spot fails-even-with-41/QuantLib-0.8.1-4.fc9.log spot fails-even-with-41/rekall-2.4.5-6.fc8.1.log spot fails-even-with-41/wlassistant-0.5.7-4.fc8.log spot header-dep/asymptote-1.33-2.fc8.log spot header-dep/google-perftools-0.93-1.fc8.log spot header-dep/SimGear-0.3.11-0.3.pre1.fc8.2.log spot header-dep/srecord-1.36-1.fc8.log spot header-dep/xbase-2.0.0-8.fc9.log spot header-dep/xbsql-0.11-9.fc8.log spot unsorted/perl-Glib-1.162-1.fc9.log ssp changesmeaning/gnome-system-monitor-2.21.4-1.fc9.log stahnma fails-even-with-41/kflickr-0.9-1.fc8.log steved fails-even-with-41/libevent-1.3b-1.fc7.log steve fails-even-with-41/perl-DateTime-Event-ICal-0.09-3.fc7.log steve fails-even-with-41/perl-DateTime-Event-Recurrence-0.16-4.fc7.log steve fails-even-with-41/perl-DateTime-Format-ICal-0.08-4.fc7.log steve fails-even-with-41/perl-DateTime-Format-Strptime-1.0700-3.fc7.log steve fails-even-with-41/perl-DateTime-Format-W3CDTF-0.04-2.fc7.log steve fails-even-with-41/perl-DateTime-Set-0.25-4.fc7.log steve fails-even-with-41/perl-Devel-Caller-0.11-1.fc7.log steve fails-even-with-41/perl-Exception-Class-1.23-3.fc7.log steve fails-even-with-41/perl-File-ReadBackwards-1.04-3.fc7.log steve fails-even-with-41/perl-File-Type-0.22-4.fc7.log steve fails-even-with-41/perl-HTML-Template-Expr-0.07-4.fc7.log steve fails-even-with-41/perl-IO-All-0.38-1.fc7.log steve fails-even-with-41/perl-Kwiki-0.39-1.fc7.log steve fails-even-with-41/perl-Kwiki-Archive-Rcs-0.15-6.fc7.log steve fails-even-with-41/perl-Kwiki-Attachments-0.18-3.fc7.log steve fails-even-with-41/perl-Kwiki-Diff-0.03-4.fc7.log steve fails-even-with-41/perl-Kwiki-ModPerl-0.09-4.fc7.log steve fails-even-with-41/perl-Kwiki-NewPage-0.12-5.fc7.log steve fails-even-with-41/perl-Kwiki-Raw-0.02-4.fc7.log steve fails-even-with-41/perl-Kwiki-RecentChanges-0.14-3.fc7.log steve fails-even-with-41/perl-Kwiki-Revisions-0.15-5.fc7.log steve fails-even-with-41/perl-Kwiki-Search-0.12-5.fc7.log steve fails-even-with-41/perl-Kwiki-UserName-0.14-5.fc7.log steve fails-even-with-41/perl-Kwiki-UserPreferences-0.13-5.fc7.log steve fails-even-with-41/perl-Kwiki-Users-Remote-0.04-4.fc7.log steve fails-even-with-41/perl-Log-Message-0.01-3.fc7.log steve fails-even-with-41/perl-Log-Message-Simple-0.02-1.fc8.log steve fails-even-with-41/perl-Module-Build-0.2808-1.fc8.log steve fails-even-with-41/perl-Module-Install-0.67-1.fc8.log steve fails-even-with-41/perl-Module-Loaded-0.01-3.fc7.log steve fails-even-with-41/perl-Module-Pluggable-3.60-1.fc7.log steve fails-even-with-41/perl-Object-Accessor-0.32-2.fc7.log steve fails-even-with-41/perl-OpenFrame-3.05-6.fc7.log steve fails-even-with-41/perl-Package-Constants-0.01-3.fc7.log steve fails-even-with-41/perl-Params-Check-0.26-1.fc7.log steve fails-even-with-41/perl-Parse-CPAN-Packages-2.26-4.fc7.log steve fails-even-with-41/perl-Perl6-Bible-0.30-3.fc7.log steve fails-even-with-41/perl-Pipeline-3.12-4.fc7.log steve fails-even-with-41/perl-Set-Infinite-0.61-3.fc7.log steve fails-even-with-41/perl-Spiffy-0.30-7.fc7.log steve fails-even-with-41/perl-Spreadsheet-ParseExcel-0.3200-1.fc8.log steve fails-even-with-41/perl-Sys-Virt-0.1.1-9.fc7.log steve fails-even-with-41/perl-Test-Portability-Files-0.05-4.fc7.log steve fails-even-with-41/perl-Text-Levenshtein-0.05-4.fc7.log steve fails-even-with-41/perl-YAML-Parser-Syck-0.01-8.fc7.log steve header-dep/celestia-1.4.1-7.fc7.log steve header-dep/cone-0.74-1.fc9.log steve header-dep/supertux-0.3.0-3.fc9.log steve libtool/uuid-1.6.0-2.fc8.log stransky fails-even-with-41/awesfx-0.5.0d-4.fc7.log stransky multipledef/nspluginwrapper-0.9.91.5-16.fc9.log subhodip fails-even-with-41/straw-0.27-12.fc9.log svahl fails-even-with-41/koverartist-0.5-8.fc8.log svahl fails-even-with-41/polyester-1.0.2-1.fc8.log szpak fails-even-with-41/pylibacl-0.2.2-1.fc8.log szpak fails-even-with-41/pyxattr-0.2.2-1.fc8.log szpak multipledef/asunder-1.0-1.fc9.log szpak multipledef/isomaster-1.3-1.fc9.log tagoh header-dep/kasumi-2.3-1.fc9.log tagoh header-dep/scim-anthy-1.2.4-2.fc8.log tagoh header-dep/uim-1.4.1-8.fc8.log tanguy header-dep/drgeo-1.1.0-11.fc8.log tanguy header-dep/freehdl-0.0.4-4.fc8.log terjeros fails-even-with-41/python-exif-1.0.5-1.fc9.log terjeros header-dep/gle-4.0.12a-2.fc8.log terjeros unsorted/extrema-4.2.10-3.fc9.log than fails-even-with-41/kdbg-2.0.5-2.fc7.log than fails-even-with-41/kdebindings-3.97.0-6.fc9.log than fails-even-with-41/kde-i18n-3.5.8-1.fc8.log than fails-even-with-41/wordtrans-1.1-0.2.pre13.fc7.log than fails-even-with-41/xferstats-2.16-14.1.log than header-dep/arts-1.5.8-4.fc8.log than header-dep/qt-3.3.8-11.fc9.log than redefined/kdebase3-3.5.8-24.fc9.log than redefined/kdelibs3-3.5.8-20.fc9.log than redefined/kdewebdev-3.5.8-4.fc9.log thias fails-even-with-41/d4x-2.5.7.1-3.fc7.log thias fails-even-with-41/epydoc-2.1-8.fc8.log thias fails-even-with-41/i8kutils-1.25-13.log thias fails-even-with-41/kannel-1.4.1-5.log thias fails-even-with-41/moin-1.5.8-2.fc8.log thias fails-even-with-41/python-lirc-0.0.5-5.log thias fails-even-with-41/python-metar-1.3.0-2.fc7.log thias fails-even-with-41/python-ogg-1.3-7.log thias fails-even-with-41/python-tag-0.91-5.log thias fails-even-with-41/python-vorbis-1.5-0.2.a.log thias header-dep/bbkeys-0.9.0-9.log thias header-dep/blackbox-0.70.1-9.log thias header-dep/easytag-2.1-3.fc8.log thias header-dep/fillets-ng-0.7.4-3.fc8.log thias header-dep/hackedbox-0.8.5-3.fc8.log thias header-dep/synergy-1.3.1-5.fc8.log thias redefined/csmash-0.6.6-17.log thias unsorted/torcs-1.3.0-3.fc8.log thl fails-even-with-41/python-crypto-2.0.1-9.1.log thl unsorted/enigma-1.01-3.1.log thomasvs fails-even-with-41/ladspa-1.12-8.fc7.log thomasvs fails-even-with-41/python-twisted-conch-0.8.0-1.fc8.log thomasvs fails-even-with-41/python-twisted-core-2.5.0-2.fc8.log thomasvs fails-even-with-41/python-twisted-lore-0.2.0-4.fc7.log thomasvs fails-even-with-41/python-twisted-mail-0.4.0-1.fc8.log thomasvs fails-even-with-41/python-twisted-names-0.4.0-1.fc8.log thomasvs fails-even-with-41/python-twisted-news-0.3.0-1.fc8.log thomasvs fails-even-with-41/python-twisted-runner-0.2.0-4.fc7.log thomasvs fails-even-with-41/python-twisted-web-0.7.0-1.fc8.log thomasvs fails-even-with-41/python-twisted-words-0.5.0-1.fc8.log tibbs fails-even-with-41/denyhosts-2.6-7.fc8.log till fails-even-with-41/offlineimap-5.99.4-1.fc9.log timj libtool/rapidsvn-0.9.4-7.fc9.log timj multipleparm/alsa-tools-1.0.12-4.fc7.log timn fails-even-with-41/NetworkManager-openvpn-0.7.0-3.svn3047.fc9.log tjanouse fails-even-with-41/brltty-3.8-1.fc8.log tjikkun fails-even-with-41/amsn-0.96-7.fc7.log tmraz header-dep/workrave-1.8.4-4.fc8.log toshio fails-even-with-41/pygpgme-0.1-6.fc8.log toshio fails-even-with-41/qa-assistant-0.4.90.5-2.fc6.log trasher fails-even-with-41/klear-0.6.1-1.fc8.log trasher fails-even-with-41/ksplash-engine-moodin-0.4.2-4.fc7.log trondd fails-even-with-41/gedit-plugins-2.18.0-2.fc7.log trondd fails-even-with-41/postr-0.9-1.fc8.log trondd fails-even-with-41/sdcc-2.6.0-10.fc7.log tscherf fails-even-with-41/libprelude-0.9.13-1.fc7.log tscherf fails-even-with-41/Miro-1.0-2.fc9.log tscherf fails-even-with-41/prewikka-0.9.8-1.fc7.log tsmetana redefined/smartmontools-5.37-8.3.fc9.log twaugh fails-even-with-41/libieee1284-0.2.11-1.fc8.log twoerner header-dep/iptstate-2.2.1-1.fc8.log unkown fails-even-with-41/compat-gcc-296-2.96-139.log unkown fails-even-with-41/compat-guile-16-1.6.7-7.fc8.log unkown fails-even-with-41/java-1.5.0-gcj-1.5.0.0-17.fc8.log unkown fails-even-with-41/java-1.7.0-icedtea-1.7.0.0-0.22.b23.snapshot.fc9.log unkown fails-even-with-41/s390utils-1.5.4-4.fc7.log unkown header-dep/lshw-B.02.12.01-1.fc9.log unkown unsorted/compat-erlang-R10B-11.9.fc9.log unkown unsorted/erlang-R12B-0.1.fc9.log unkown unsorted/kernel-xen-2.6-2.6.21.7-2890.fc9.log uwog fails-even-with-41/gtkmathview-0.7.6-5.fc6.log uwog header-dep/aiksaurus-1.2.1-15.fc6.log uwog header-dep/asio-0.3.8-7.fc9.log uwog unsorted/abiword-2.4.6-6.fc8.log varekova multipleparm/aspell-0.60.5-3.fc7.log vcrhonek fails-even-with-41/pychecker-0.8.17-2.log vcrhonek ice/tog-pegasus-2.7.0-3.fc9.log vivekl fails-even-with-41/cryptix-asn1-20011119-7jpp.2.log vivekl fails-even-with-41/jgroups-2.2.9.2-3jpp.2.log vivekl fails-even-with-41/ldapjdk-4.17-1jpp.7.log vivekl java1.2/bea-stax-1.2.0-0.1.rc1.2jpp.1.fc7.log vivekl java1.2/log4j-1.2.14-3jpp.1.fc8.log vivekl java1.2/xmlrpc-2.0.1-3jpp.2.log vlg changesmeaning/granule-1.2.4-2.fc7.log vlg header-dep/libassa-3.4.2-4.log walters fails-even-with-41/hotwire-0.620-1.fc9.log wart auto_ptr/spr-07.00.00-1.fc8.log wart header-dep/cyphesis-0.5.15-2.fc9.log wart header-dep/eris-1.3.13-1.fc9.log wart header-dep/manaworld-0.0.23-1.fc8.log wart header-dep/sear-0.6.3-7.fc9.log wart header-dep/skstream-0.3.6-2.fc8.log wart header-dep/varconf-0.6.5-2.fc8.log wart libtool/atlascpp-0.6.1-2.fc9.log wart multipleparm/bsd-games-2.17-22.fc9.log wart multipleparm/mercator-0.2.5-3.fc9.log wart unsorted/wormux-0.7.9-5.fc8.log wcohen header-dep/oprofile-0.9.3-7.fc9.log wcohen Werror/libpfm-3.2-0.071017.1.fc9.log wolfy unsorted/qfaxreader-0.3.1-8.fc8.1.log wtogami header-dep/bonnie++-1.03a-7.fc8.log xen-maint fails-even-with-41/xen-3.1.2-2.fc9.log xgl-maint fails-even-with-41/xorg-x11-drv-acecad-1.1.0-5.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-amd-0.0-22.20070625.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-apm-1.1.1-7.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-ark-0.6.0-6.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-ast-0.81.0-6.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-calcomp-1.1.0-4.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-chips-1.1.1-5.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-cirrus-1.1.0-5.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-citron-2.2.0-2.fc7.log xgl-maint fails-even-with-41/xorg-x11-drv-cyrix-1.1.0-5.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-dmc-1.1.0-3.fc7.log xgl-maint fails-even-with-41/xorg-x11-drv-dynapro-1.1.0-3.fc7.log xgl-maint fails-even-with-41/xorg-x11-drv-glint-1.1.1-7.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-i128-1.2.1-1.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-i740-1.1.0-5.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-i810-2.2.0-2.fc9.log xgl-maint fails-even-with-41/xorg-x11-drv-magellan-1.1.0-4.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-mga-1.4.6.1-6.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-microtouch-1.1.0-2.fc7.log xgl-maint fails-even-with-41/xorg-x11-drv-neomagic-1.1.1-4.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-nsc-2.8.1-4.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-nv-2.1.6-2.fc9.log xgl-maint fails-even-with-41/xorg-x11-drv-penmount-1.1.0-3.fc7.log xgl-maint fails-even-with-41/xorg-x11-drv-rendition-4.1.3-5.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-s3-0.5.0-5.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-s3virge-1.9.1-5.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-savage-2.1.3-99.20071210.fc9.log xgl-maint fails-even-with-41/xorg-x11-drv-siliconmotion-1.5.1-3.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-sis-0.9.3-4.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-spaceorb-1.1.0-4.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-tdfx-1.3.0-6.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-trident-1.2.3-6.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-tseng-1.1.0-7.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-vermilion-1.0.0-2.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-vga-4.1.0-5.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-via-0.2.2-4.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-vmware-10.15.2-1.fc8.log xgl-maint fails-even-with-41/xorg-x11-drv-voodoo-1.1.1-1.fc8.log xris fails-even-with-41/lineak-kdeplugins-0.9-2.fc6.log xris fails-even-with-41/orpie-1.4.3-5.fc6.log xris header-dep/dar-2.3.6-3.fc9.log xris header-dep/lineakd-0.9-5.fc6.log xris header-dep/lineak-defaultplugin-0.9-2.fc6.log xris header-dep/lineak-xosdplugin-0.9-2.fc6.log xulchris fails-even-with-41/pygame-1.7.1-14.fc7.log xulchris fails-even-with-41/python-fpconst-0.7.3-1.fc8.log xulchris fails-even-with-41/SOAPpy-0.11.6-6.fc7.log xulchris header-dep/cal3d-0.11.0-4.fc7.log xulchris header-dep/osgcal-0.1.46-3.fc9.log xulchris header-dep/poker3d-1.1.36-7.fc9.log xulchris unsorted/osgal-0.6.1-2.fc9.log xulchris unsorted/poker2d-1.2.0-3.fc9.log xulchris unsorted/poker-network-1.2.0-4.fc9.log zhu header-dep/scim-hangul-0.3.1-1.fc7.log zhu header-dep/stardict-3.0.1-1.fc9.log zhu header-dep/zhcon-0.2.6-5.fc7.log zkota fails-even-with-41/python-bibtex-1.2.4-2.fc8.log zkota unsorted/recode-3.6-24.fc8.log zmc fails-even-with-41/dogtail-0.6.1-1.fc7.log zprikryl fails-even-with-41/apmd-3.2.2-6.log
CU knued
Hi,
On Thu, 2008-01-03 at 14:42 +0100, Thorsten Leemhuis wrote:
devrim fails-even-with-41/python-psycopg2-2.0.6-2.fc8.log
Fixed. Change committed to CVS, and package pushed to build.
Regards,
On Thu, Jan 03, 2008 at 02:42:05PM +0100, Thorsten Leemhuis wrote:
FYI, below the list with owner information in front of it and sorted by owners:
pertusus fails-even-with-41/archmage-0.1.9-1.fc8.log pertusus fails-even-with-41/dap-hdf4_handler-3.7.5-3.fc8.log pertusus fails-even-with-41/python-chm-0.8.4-1.fc7.log pertusus fails-even-with-41/tetex-tex4ht-1.0.2007_11_19_2329-1.fc9.log pertusus fails-even-with-41/wdm-1.28-8.fc8.log pertusus header-dep/acpitool-0.4.7-2.fc9.log pertusus header-dep/boolstuff-0.1.11-3.fc9.log pertusus header-dep/libchmxx-0.1-5.fc6.log pertusus multipleparm/xchm-1.13-1.fc8.log
Should be fixed in rawhide.
pertusus fails-even-with-41/gnash-0.8.1-6.fc9.log pertusus fails-even-with-41/kchmviewer-3.0-2.fc7.log
Waiting a bit for kde4 support from upstream, but should certainly be easily fixed by using kde5libs-devel instead of kdelibs-devel.
pertusus header-dep/bes-3.5.1-4.fc9.log pertusus header-dep/dap-freeform_handler-3.7.5-2.fc8.log pertusus header-dep/libdap-3.7.8-3.fc9.log pertusus header-dep/libnc-dap-3.7.0-8.fc9.log
Reported upstream.
pertusus unsorted/perl-Cache-2.04-2.fc8.2.log
test failure not reproducible
pertusus unsorted/cernlib-2006-20.fc9.log
This looks like a gfortran bug.
Error messages:
DR=DLGAMA(Z0) 1 Error: Result of LGAMMA overflows its kind at (1) /.../c310m.F:147.16:
DR=DLGAMA(-Z1) 1 Error: Result of LGAMMA overflows its kind at (1)
Code looks like:
IMPLICIT DOUBLE PRECISION (A-H,O-Q,S-Z) IMPLICIT REAL (R)
REAL ALGAMA DOUBLE PRECISION + Z0, Z1, HF, X
DR=DLGAMA(Z0) DR=DLGAMA(-Z1)
Strange thing is that there is a previous DR=DLGAMA(X) which doesn't seems to be problematic.
I attach the whole problematic file. If gcc goes to rawhide I could try to simplify the problematic file.
-- Pat
Patrice Dumas <pertusus <at> free.fr> writes:
Waiting a bit for kde4 support from upstream, but should certainly be easily fixed by using kde5libs-devel instead of kdelibs-devel.
That would be kdelibs3-devel, not kde5libs-devel.
kdelibs3-devel = KDE 3 kdelibs4-devel = KDE 4 kdelibs-devel is either KDE 3 or KDE 4 depending on what version of Fedora you're building for. There is no kdelibs5-devel or kde5libs-devel in Fedora and there won't be one before KDE 5. ;-)
Kevin Kofler
On Sun, Jan 06, 2008 at 09:32:36PM +0000, Kevin Kofler wrote:
Patrice Dumas <pertusus <at> free.fr> writes:
Waiting a bit for kde4 support from upstream, but should certainly be easily fixed by using kde5libs-devel instead of kdelibs-devel.
That would be kdelibs3-devel, not kde5libs-devel.
kdelibs3-devel = KDE 3 kdelibs4-devel = KDE 4 kdelibs-devel is either KDE 3 or KDE 4 depending on what version of Fedora you're building for. There is no kdelibs5-devel or kde5libs-devel in Fedora and there won't be one before KDE 5. ;-)
My finger slipped in the future...
-- Pat
On Thu, Jan 03, 2008 at 02:57:09PM +0100, Hans de Goede wrote:
Jakub Jelinek wrote:
changesmeaning/vegastrike-0.4.3-7.fc8.log
This one fails due to some errors in a boost-python header file, but boost itself isn't in the failed list??
There is no boost-python, if you mean boost or python, both packages built just fine.
Jakub
Jakub Jelinek wrote:
On Thu, Jan 03, 2008 at 02:57:09PM +0100, Hans de Goede wrote:
Jakub Jelinek wrote:
changesmeaning/vegastrike-0.4.3-7.fc8.log
This one fails due to some errors in a boost-python header file, but boost itself isn't in the failed list??
There is no boost-python, if you mean boost or python, both packages built just fine.
I mean the pythonpbindings part of boost, sorry for being unclear, more precise the I mean /usr/lib64/libboost_python.so.3 and its headers.
Those headers seem to be the problem, quoting from: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/changesmeaning/vegastrike-0...
In file included from /usr/include/boost/python/class.hpp:29, from ../../../src/python/python_class.h:17, from hard_coded_scripts.cpp:9: /usr/include/boost/python/detail/def_helper.hpp:192: error: declaration of 'typename boost::python::detail::keyword_extract<boost::tuples::tuple<const T1&, const T2&, const T3&, const T4&, boost::python::default_call_policies, boost::python::detail::keywords<0ul>, const char*, void (boost::python::detail::not_specified::*)(), boost::tuples::null_type, boost::tuples::null_type> >::result_type boost::python::detail::def_helper<T1, T2, T3, T4>::keywords() const' /usr/include/boost/python/args_fwd.hpp:35: error: changes meaning of 'keywords' from 'struct boost::python::detail::keywords<0ul>'
I may be misinterpreting the error, but to mean it seems some conflict between a boost/python header and another boost/python header.
Appearantly in a combo not used when compiling boost itself.
Thanks & Regards,
Hans
Am Donnerstag, den 03.01.2008, 07:02 -0500 schrieb Jakub Jelinek:
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.
...
fails-even-with-41/gwget-0.99-3.fc8.log
Thanks a lot for your work. I wonder what's wrong here:
ENTER do("bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/gwget.spec'", '/var/lib/mock/rawhide2/root/', 0, True, 0, <mock.uid.uidManager object at 0x2aaab08d7e50>, 500, 101, 'x86_64', logger=<mock.trace_decorator.getLog object at 0x2aaab08de610>) run cmd timeout(0): bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/gwget.spec' /etc/profile: line 38: /bin/hostname: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/gwget-0.99-3.fc9.src.rpm LEAVE do -->
Yeah, that's all there is in http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/fails-even-with-41/gwget-0....
Ideas? Christoph
On Thu, Jan 03, 2008 at 03:00:07PM +0100, Christoph Wickert wrote:
fails-even-with-41/gwget-0.99-3.fc8.log
Thanks a lot for your work. I wonder what's wrong here:
ENTER do("bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/gwget.spec'", '/var/lib/mock/rawhide2/root/', 0, True, 0, <mock.uid.uidManager object at 0x2aaab08d7e50>, 500, 101, 'x86_64', logger=<mock.trace_decorator.getLog object at 0x2aaab08de610>) run cmd timeout(0): bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/gwget.spec' /etc/profile: line 38: /bin/hostname: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/gwget-0.99-3.fc9.src.rpm LEAVE do -->
Yeah, that's all there is in http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/fails-even-with-41/gwget-0....
Such short build.log fails mean something went wrong already in root.log. In this case: DEBUG util.py:260: Error: Missing Dependency: gecko-devel = 1.8.1.10 is needed by package epiphany-devel DEBUG util.py:260: Error: Missing Dependency: gecko-libs = 1.8.1.10 is needed by package epiphany DEBUG util.py:260: Error: Missing Dependency: libgtkembedmoz.so()(64bit) is needed by package epiphany DEBUG util.py:260: Error: Missing Dependency: libxpcom_core.so()(64bit) is needed by package epiphany Remember this was 20071220 snapshot of rawhide, might have been fixed in later epiphany in the mean time.
Jakub
Am Donnerstag, den 03.01.2008, 09:04 -0500 schrieb Jakub Jelinek:
On Thu, Jan 03, 2008 at 03:00:07PM +0100, Christoph Wickert wrote:
fails-even-with-41/gwget-0.99-3.fc8.log
Thanks a lot for your work. I wonder what's wrong here:
ENTER do("bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/gwget.spec'", '/var/lib/mock/rawhide2/root/', 0, True, 0, <mock.uid.uidManager object at 0x2aaab08d7e50>, 500, 101, 'x86_64', logger=<mock.trace_decorator.getLog object at 0x2aaab08de610>) run cmd timeout(0): bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/gwget.spec' /etc/profile: line 38: /bin/hostname: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/gwget-0.99-3.fc9.src.rpm LEAVE do -->
Yeah, that's all there is in http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/fails-even-with-41/gwget-0....
Such short build.log fails mean something went wrong already in root.log. In this case: DEBUG util.py:260: Error: Missing Dependency: gecko-devel = 1.8.1.10 is needed by package epiphany-devel DEBUG util.py:260: Error: Missing Dependency: gecko-libs = 1.8.1.10 is needed by package epiphany DEBUG util.py:260: Error: Missing Dependency: libgtkembedmoz.so()(64bit) is needed by package epiphany DEBUG util.py:260: Error: Missing Dependency: libxpcom_core.so()(64bit) is needed by package epiphany Remember this was 20071220 snapshot of rawhide, might have been fixed in later epiphany in the mean time.
Thanks A LOT, Jakub!
Will look at my two remaining packages later today
Christoph
Christoph Wickert wrote:
Am Donnerstag, den 03.01.2008, 09:04 -0500 schrieb Jakub Jelinek:
On Thu, Jan 03, 2008 at 03:00:07PM +0100, Christoph Wickert wrote:
fails-even-with-41/gwget-0.99-3.fc8.log
Thanks a lot for your work. I wonder what's wrong here:
ENTER do("bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/gwget.spec'", '/var/lib/mock/rawhide2/root/', 0, True, 0, <mock.uid.uidManager object at 0x2aaab08d7e50>, 500, 101, 'x86_64', logger=<mock.trace_decorator.getLog object at 0x2aaab08de610>) run cmd timeout(0): bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/gwget.spec' /etc/profile: line 38: /bin/hostname: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/gwget-0.99-3.fc9.src.rpm LEAVE do -->
Yeah, that's all there is in http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/fails-even-with-41/gwget-0....
Such short build.log fails mean something went wrong already in root.log. In this case: DEBUG util.py:260: Error: Missing Dependency: gecko-devel = 1.8.1.10 is needed by package epiphany-devel DEBUG util.py:260: Error: Missing Dependency: gecko-libs = 1.8.1.10 is needed by package epiphany DEBUG util.py:260: Error: Missing Dependency: libgtkembedmoz.so()(64bit) is needed by package epiphany DEBUG util.py:260: Error: Missing Dependency: libxpcom_core.so()(64bit) is needed by package epiphany Remember this was 20071220 snapshot of rawhide, might have been fixed in later epiphany in the mean time.
Thanks A LOT, Jakub!
Will look at my two remaining packages later today
You've only got 3 failing packages you are so lucky!
I started with 45 and I'm down to 43 now, anyone care to help?
Maybe we should have a session on tomorrows hackfest for fixing gcc34 related build failures? Preferably starting with mine :)
Regards,
Hans
Jakub,
Any chance you could explain this one to me: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/fails-even-with-41/machineb...
In file included from /usr/include/allegrogl/gl_ext.h:27, from /usr/include/alleggl.h:68, from menu.cpp:12: /usr/include/allegrogl/GLext/gl_ext_api.h:1827: error: '<anonymous>' has incomplete type /usr/include/allegrogl/GLext/gl_ext_api.h:1827: error: invalid use of 'GLvoid'
I just tried to build the rawhide machineball sources on F-8 and there they work fine. The offending line in /usr/include/allegrogl/GLext/gl_ext_api.h is: AGL_API(void, EndTransformFeedbackNV, (GLvoid))
Which basically translates to: void EndTransformFeedbackNV(GLvoid);
And GLvoid is defined in: /usr/include/GL/gl.h, which gets included by /usr/include/alleggl.h before including /usr/include/allegrogl/gl_ext.h.
GLvoid is defined as: typedef void GLvoid;
The only reason I can see for this not working is that: /usr/include/alleggl.h
Does not declare the prototypes in it and its included files as extern "C" {
Could that explain this?
Strange though that this breaks between gcc-4.1.2-33, and gcc-4.1.2-36
Thanks & Regards,
Hans
On Thu, 2008-01-03 at 16:01 +0100, Hans de Goede wrote:
Jakub,
Any chance you could explain this one to me: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/fails-even-with-41/machineb...
In file included from /usr/include/allegrogl/gl_ext.h:27, from /usr/include/alleggl.h:68, from menu.cpp:12: /usr/include/allegrogl/GLext/gl_ext_api.h:1827: error: '<anonymous>' has incomplete type /usr/include/allegrogl/GLext/gl_ext_api.h:1827: error: invalid use of 'GLvoid'
I just tried to build the rawhide machineball sources on F-8 and there they work fine. The offending line in /usr/include/allegrogl/GLext/gl_ext_api.h is: AGL_API(void, EndTransformFeedbackNV, (GLvoid))
Which basically translates to: void EndTransformFeedbackNV(GLvoid);
And GLvoid is defined in: /usr/include/GL/gl.h, which gets included by /usr/include/alleggl.h before including /usr/include/allegrogl/gl_ext.h.
GLvoid is defined as: typedef void GLvoid;
The only reason I can see for this not working is that: /usr/include/alleggl.h
Does not declare the prototypes in it and its included files as extern "C" {
Could that explain this?
I don't think so.
openvrml has the same failure; and in this case the code is in an 'extern "C"' block.
I've recently had a user report this same problem with gcc 4.2.
Strange though that this breaks between gcc-4.1.2-33, and gcc-4.1.2-36
I think you misunderstood. This problem occurs in gcc 4.3.0-0.4; not in 4.1.2-36.
I'd like to know more about this, too. Currently I'm not convinced it isn't a gcc bug.
Can someone with gcc 4.3 installed try compiling a few brief C++ programs with g++?
For starters:
typedef void void_t; int f(void_t) { return 0; } int main() { f(); }
If that works, try this one:
extern "C" { typedef void void_t; int f(void_t) { return 0; } } int main() { f(); }
And finally:
typedef void void_t; extern "C" { int f(void_t) { return 0; } } int main() { f(); }
If any of these fails, I'd sure like to know why. If they succeed, I'd sure like to know what's special about GLvoid.
"Braden" == Braden McDaniel braden@endoframe.com writes:
Braden> typedef void void_t; Braden> int f(void_t) { return 0; } Braden> int main() { f(); }
I think this is not valid C++ -- you can't use a typedef to void here. See:
http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/cwg_closed.html#18
and also the GCC PR:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9278
Tom
On Fri, 2008-01-04 at 00:09 -0700, Tom Tromey wrote:
"Braden" == Braden McDaniel braden@endoframe.com writes:
Braden> typedef void void_t; Braden> int f(void_t) { return 0; } Braden> int main() { f(); }
I think this is not valid C++ -- you can't use a typedef to void here. See:
http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/cwg_closed.html#18
and also the GCC PR:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9278
I'll be damned. Thanks very much.
Braden McDaniel wrote:
I think you misunderstood. This problem occurs in gcc 4.3.0-0.4; not in 4.1.2-36.
Well, my failed build was in Jakub's also fails with 4.1 list, notice that Jakub used 4.1.2-36 from rawhide not 4.1.2-33 from F-8 and -36 contains some additional c++ strictness.
I'd like to know more about this, too. Currently I'm not convinced it isn't a gcc bug.
Can someone with gcc 4.3 installed try compiling a few brief C++ programs with g++?
For starters:
typedef void void_t; int f(void_t) { return 0; } int main() { f(); }
If that works, try this one:
Doesn't work, as to be expected judging from Tom Troney's post: test1.c++:2: error: ‘<anonymous>’ has incomplete type test1.c++:2: error: invalid use of ‘void_t’ test1.c++: In function ‘int main()’: test1.c++:2: error: too few arguments to function ‘int f(<type error>)’ test1.c++:3: error: at this point in file
extern "C" { typedef void void_t; int f(void_t) { return 0; } } int main() { f(); }
The same:
test2.c++:3: error: ‘<anonymous>’ has incomplete type test2.c++:3: error: invalid use of ‘void_t’ test2.c++: In function ‘int main()’: test2.c++:3: error: too few arguments to function ‘int f(<type error>)’ test2.c++:5: error: at this point in file
This is bad, as it breaks compatibility with including .c header files, really bad! Tom? Jakub?
Regards,
Hans
On Fri, Jan 04, 2008 at 11:13:46AM +0100, Hans de Goede wrote:
This is bad, as it breaks compatibility with including .c header files, really bad! Tom? Jakub?
C and C++ are different languages, there are many things valid in C and invalid in C++ and vice versa. extern "C" is just a linkage thing, doesn't magically change the source language temporarily to C.
So, if you want to include some header in C++, that header needs to be includable in C++, i.e. must use the common subset of C and C++. That includes stuff like not using C++ keywords (new, delete, ...), adding casts where C++ doesn't allow implicit casting but C does, and among yet other things for functions without arguments using type fn (); or type fn (void), but not typedef void something; ... type fn (something); in prototypes or fn definitions.
Jakub
Jakub Jelinek wrote:
On Fri, Jan 04, 2008 at 11:13:46AM +0100, Hans de Goede wrote:
This is bad, as it breaks compatibility with including .c header files, really bad! Tom? Jakub?
C and C++ are different languages, there are many things valid in C and invalid in C++ and vice versa. extern "C" is just a linkage thing, doesn't magically change the source language temporarily to C.
So, if you want to include some header in C++, that header needs to be includable in C++, i.e. must use the common subset of C and C++. That includes stuff like not using C++ keywords (new, delete, ...), adding casts where C++ doesn't allow implicit casting but C does, and among yet other things for functions without arguments using type fn (); or type fn (void), but not typedef void something; ... type fn (something); in prototypes or fn definitions.
Well,
I for one consider this a bug of C++, but I guess arguing about this is useless, so I'll just go and patch alleggl to fix this.
Regards,
Hans
"Hans" == Hans de Goede j.w.r.degoede@hhs.nl writes:
Hans> I for one consider this a bug of C++, but I guess arguing about this Hans> is useless, so I'll just go and patch alleggl to fix this.
Yeah, I think this is the kind of thing that has to be addressed by the C++ committee. This particular difference does seem gratuitous, but the trend for gcc in general has been to avoid random language extensions as much as possible; you could try filing a feature request for this, but my guess is that it would be rejected.
Tom
Hi!
Jakub Jelinek wrote, at 01/03/2008 09:02 PM +9:00:
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),
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:
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.
header-dep/xplanet-1.2.0-2.1.fc8.2.log
I tried to fix this by including some header files, however when I add "#include <cstdlib>" I got some strange errors.
http://koji.fedoraproject.org/koji/getfile?taskID=322318&name=build.log How can I fix this? The srpm of this can be found on: http://koji.fedoraproject.org/scratch/mtasaka/task_322411/xplanet-1.2.0-3.fc...
Regards, Mamoru
On 01/03/2008 Jakub Jelinek wrote:
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
Looking at these items:
All of these items (except for deluge and vegastrike) are failing because of libsigc++20.
I took a look at why libsigc++20 is failing, and sure enough, it just needs a new compiler test macro to enable an existing conditional (previously, only Sun Forte triggered this failure in libsigc++20).
I've committed the changes to rawhide and rebuilt: libsigc++20-2.0.18-2.fc9.
That should knock 33 other items off the list. :)
~spot
Jakub Jelinek <jakub <at> redhat.com> writes:
fails-even-with-41/kde-i18n-3.5.8-1.fc8.log fails-even-with-41/kile-2.0-1.fc9.log
These had BR kdelibs-devel instead of kdelibs3-devel, fixed these. (kde-i18n was already fixed in CVS, but not built.)
fails-even-with-41/kdebindings-3.97.0-6.fc9.log
Do you have the log with 4.1? The errors in the above log are: /usr/include/python2.5/pyconfig-64.h:944:1: error: "_XOPEN_SOURCE" redefined <command-line>: error: this is the location of the previous definition which would put it in the "redefined" category.
Kevin Kofler
I wrote:
fails-even-with-41/kdebindings-3.97.0-6.fc9.log
Do you have the log with 4.1? The errors in the above log are: /usr/include/python2.5/pyconfig-64.h:944:1: error: "_XOPEN_SOURCE" redefined <command-line>: error: this is the location of the previous definition which would put it in the "redefined" category.
I reissued the build in Koji to get the log for the generic failure. It turned out to be an issue with _kde4_includedir vs. _includedir (I forget to actually issue the rebuild for the _kde4_includedir change, so this went unnoticed). This is fixed now.
However, the redefinition errors with 4.3 still need fixing.
Kevin Kofler
On Thu, 2008-01-03 at 13:02 +0100, Jakub Jelinek wrote:
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 [...] 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.
Hi,
my package is listed there and look into sources showed only 'static inline' functions but none of these seems to be listed in the build log. Instead lots of (to me) confusing messages about multiple defs in glib header files like this (end of the really long list):
wizards.o: In function `g_bit_storage': /usr/include/glib-2.0/glib/gutils.h:345: multiple definition of `g_bit_storage' console_output.o:/usr/include/glib-2.0/glib/gutils.h:345: first defined here xml_widgets.o: In function `g_bit_nth_lsf': /usr/include/glib-2.0/glib/gutils.h:316: multiple definition of `g_bit_nth_lsf' console_output.o:/usr/include/glib-2.0/glib/gutils.h:316: first defined here xml_widgets.o: In function `g_bit_nth_msf': /usr/include/glib-2.0/glib/gutils.h:331: multiple definition of `g_bit_nth_msf' console_output.o:/usr/include/glib-2.0/glib/gutils.h:331: first defined here xml_widgets.o: In function `g_trash_stack_push': /usr/include/glib-2.0/glib/gutils.h:365: multiple definition of `g_trash_stack_push' console_output.o:/usr/include/glib-2.0/glib/gutils.h:365: first defined here xml_widgets.o: In function `g_trash_stack_pop': /usr/include/glib-2.0/glib/gutils.h:373: multiple definition of `g_trash_stack_pop' console_output.o:/usr/include/glib-2.0/glib/gutils.h:373: first defined here xml_widgets.o: In function `g_trash_stack_peek': /usr/include/glib-2.0/glib/gutils.h:387: multiple definition of `g_trash_stack_peek' console_output.o:/usr/include/glib-2.0/glib/gutils.h:387: first defined here xml_widgets.o: In function `g_trash_stack_height': /usr/include/glib-2.0/glib/gutils.h:400: multiple definition of `g_trash_stack_height' console_output.o:/usr/include/glib-2.0/glib/gutils.h:400: first defined here xml_widgets.o: In function `g_once_init_enter': /usr/include/glib-2.0/glib/gthread.h:335: multiple definition of `g_once_init_enter' console_output.o:/usr/include/glib-2.0/glib/gthread.h:335: first defined here xml_widgets.o: In function `g_bit_storage': /usr/include/glib-2.0/glib/gutils.h:345: multiple definition of `g_bit_storage' console_output.o:/usr/include/glib-2.0/glib/gutils.h:345: first defined here collect2: ld returned 1 exit status make[1]: *** [gxine] Error 1 make[1]: Leaving directory `/builddir/build/BUILD/gxine-0.5.11/src' make: *** [all-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.37311 (%build)
What can I do? I tried using '__inline__' instead of 'inline' with the same result.
I noticed similar glib warnings among some of the other packages that failed due to this reason but glib itself was apparently built OK...
Thanks, Martin
On Thu, Jan 03, 2008 at 07:53:40PM +0100, Martin Sourada wrote:
my package is listed there and look into sources showed only 'static inline' functions but none of these seems to be listed in the build log. Instead lots of (to me) confusing messages about multiple defs in glib header files like this (end of the really long list):
wizards.o: In function `g_bit_storage': /usr/include/glib-2.0/glib/gutils.h:345: multiple definition of `g_bit_storage' console_output.o:/usr/include/glib-2.0/glib/gutils.h:345: first defined here
The problem is on the glib2 side. Guess glib/gutils.h needs a change like: #ifdef G_IMPLEMENT_INLINES # define G_INLINE_FUNC # undef G_CAN_INLINE #elif defined (__GNUC__) # if defined (__GNUC_STDC_INLINE__) # define G_INLINE_FUNC extern inline __attribute__((__gnu_inline__)) # else # define G_INLINE_FUNC extern inline # endif #elif defined (G_CAN_INLINE) # define G_INLINE_FUNC static inline #else /* can't inline */ # define G_INLINE_FUNC #endif /* !G_INLINE_FUNC */
extern inline int foo (void) { return 1; }
in ISO C99 semantics means this inline function should be also emitted out of line and exported from current CU, while in GNU inline semantics it means if this inline can be inlined, inline it, if not, use the exported function definition (typically from some other CU, shared library, ...). static inline behaves the same in both semantics. The multiple definitions linker errors are there because extern inline in ISO C99 means the function is exported, so each CU which includes glib/gutils.h defines g_bit_nth_lsf, etc.
See http://gcc.gnu.org/onlinedocs/gcc/Inline.html#Inline or ISO C99 6.7.4.
Jakub
On Thursday, 03 January 2008 at 20:21, Jakub Jelinek wrote:
On Thu, Jan 03, 2008 at 07:53:40PM +0100, Martin Sourada wrote:
my package is listed there and look into sources showed only 'static inline' functions but none of these seems to be listed in the build log. Instead lots of (to me) confusing messages about multiple defs in glib header files like this (end of the really long list):
wizards.o: In function `g_bit_storage': /usr/include/glib-2.0/glib/gutils.h:345: multiple definition of `g_bit_storage' console_output.o:/usr/include/glib-2.0/glib/gutils.h:345: first defined here
The problem is on the glib2 side.
[...]
I seem to have hit the same bug rebuilding ekg2. Martin, have you filed a bug against glib2?
Regards, R.
On Sun, 2008-01-06 at 17:08 +0100, Dominik 'Rathann' Mierzejewski wrote:
On Thursday, 03 January 2008 at 20:21, Jakub Jelinek wrote:
On Thu, Jan 03, 2008 at 07:53:40PM +0100, Martin Sourada wrote:
my package is listed there and look into sources showed only 'static inline' functions but none of these seems to be listed in the build log. Instead lots of (to me) confusing messages about multiple defs in glib header files like this (end of the really long list):
wizards.o: In function `g_bit_storage': /usr/include/glib-2.0/glib/gutils.h:345: multiple definition of `g_bit_storage' console_output.o:/usr/include/glib-2.0/glib/gutils.h:345: first defined here
The problem is on the glib2 side.
[...]
I seem to have hit the same bug rebuilding ekg2. Martin, have you filed a bug against glib2?
Not yet, didn't have time yet... (working on nodoka gtk engine, currently in the progress of switching to different e-mail address, examination term on the university is very close...).
I'd be grateful if some with this same issue reported it...
Regards, R.
Thanks, Martin
-- Fedora contributor http://fedoraproject.org/wiki/DominikMierzejewski Livna contributor http://rpm.livna.org MPlayer developer http://mplayerhq.hu "Faith manages." -- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
On Sunday, 06 January 2008 at 17:23, Martin Sourada wrote:
On Sun, 2008-01-06 at 17:08 +0100, Dominik 'Rathann' Mierzejewski wrote:
On Thursday, 03 January 2008 at 20:21, Jakub Jelinek wrote:
On Thu, Jan 03, 2008 at 07:53:40PM +0100, Martin Sourada wrote:
my package is listed there and look into sources showed only 'static inline' functions but none of these seems to be listed in the build log. Instead lots of (to me) confusing messages about multiple defs in glib header files like this (end of the really long list):
wizards.o: In function `g_bit_storage': /usr/include/glib-2.0/glib/gutils.h:345: multiple definition of `g_bit_storage' console_output.o:/usr/include/glib-2.0/glib/gutils.h:345: first defined here
The problem is on the glib2 side.
[...]
I seem to have hit the same bug rebuilding ekg2. Martin, have you filed a bug against glib2?
Not yet, didn't have time yet... (working on nodoka gtk engine, currently in the progress of switching to different e-mail address, examination term on the university is very close...).
I'd be grateful if some with this same issue reported it...
Filed as https://bugzilla.redhat.com/show_bug.cgi?id=428865 .
Regards, R.
header-dep/qlandkarte-0.5.3-4.fc9.log
upstream notified, patched version will be soon in devel
header-dep/ultimatestunts-0.7.3-4.fc9.log
working on that
fails-even-with-41/tailor-0.9.29-1.fc9.log fails-even-with-41/tinyerp-4.2.0-1.fc9.log
it is a Python thing - setup/dist-utils are generating the Egg directory, version currently in devel should be OK
Dan
On Thu, 2008-01-03 at 07:02 -0500, Jakub Jelinek wrote:
fails-even-with-41/python-...
Note that most of these are caused by egg info now being generated but not included by the spec file.
On Jan 4, 2008 2:19 AM, Ignacio Vazquez-Abrams ivazqueznet@gmail.com wrote:
On Thu, 2008-01-03 at 07:02 -0500, Jakub Jelinek wrote:
fails-even-with-41/python-...
Note that most of these are caused by egg info now being generated but not included by the spec file.
Yes, like buildbot which I just fixed :)
On Jan 4, 2008 2:19 AM, Ignacio Vazquez-Abrams ivazqueznet@gmail.com wrote:
On Thu, 2008-01-03 at 07:02 -0500, Jakub Jelinek wrote:
fails-even-with-41/python-...
Note that most of these are caused by egg info now being generated but not included by the spec file.
Yes, like buildbot which I just fixed :)
And pcapy, which I just fixed.
Jakub, would it be possible to have this repeated sometime between now and F9 Gold, so we can see how we're doing at getting these fixed? It'll take some time, it's a lot of packages, but it'd be nice to see what's still out there, so those of us with only a few to few can know where to start helping those with lots to fix.
Thanks for the fantastic work.
-- fedora-devel-list mailing list fedora-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-devel-list
Jakub Jelinek jakub@redhat.com writes:
header-dep/xapian-core-1.0.4-1.fc9.log
The latest upstream release (1.0.5) fixes building with recent GCC 4.3 snapshots.
Both Debian and SuSE have also been performing similar rebuilds of all their packages, so you'll probably find fixes have made it upstream for a number of other packages.
Cheers, Olly
Olly Betts wrote:
Jakub Jelinek jakub@redhat.com writes:
header-dep/xapian-core-1.0.4-1.fc9.log
The latest upstream release (1.0.5) fixes building with recent GCC 4.3 snapshots.
Thx for mentioning this. 1.0.5 is already in rawhide as of 20071227 one package less to work on ;)
redefined/kdelibs3-3.5.8-20.fc9.log
This one is caused by the --enable-final hack (which concatenates all source files in a directory into one). It doesn't appear to be fixed yet. In: http://websvn.kde.org/branches/KDE/3.5/kdelibs/khtml/misc/loader_jpeg.cpp?re... we probably need another copy of this hack: // on some systems, libjpeg installs its config.h file which causes a conflict // and makes the compiler barf with "XXX already defined". #ifdef HAVE_STDLIB_H #undef HAVE_STDLIB_H #endif at the end of the file to work around this problem. Alternatively, libjpeg could be fixed not to pollute the namespace with that HAVE_STDLIB_H definition in the installed header.
redefined/kdebase3-3.5.8-24.fc9.log
This too is caused by --enable-final. There's a fix upstream: http://websvn.kde.org/?view=rev&revision=727634
redefined/kdewebdev-3.5.8-4.fc9.log
Fixed upstream in: http://websvn.kde.org/?view=rev&revision=728436
fails-even-with-41/kdebindings-3.97.0-6.fc9.log
As I said, the problem which shows up even with 4.1 is already fixed in Rawhide. The problem with _XOPEN_SOURCE being redefined probably has to be fixed in sip. sip.h needs to do something like this: #if defined(_XOPEN_SOURCE) #undef _XOPEN_SOURCE #endif before including <Python.h>, as krosspython's pythonconfig.h is already doing.
I'll apply the kdebase3 and kdewebdev patches, hoping there aren't more errors hiding.
Kevin Kofler
Kevin Kofler <kevin.kofler <at> chello.at> writes:
redefined/kdelibs3-3.5.8-20.fc9.log
This one is caused by the --enable-final hack (which concatenates all source files in a directory into one). It doesn't appear to be fixed yet. In:
http://websvn.kde.org/branches/KDE/3.5/kdelibs/khtml/misc/loader_jpeg.cpp?re...
we probably need another copy of this hack: // on some systems, libjpeg installs its config.h file which causes a
conflict
// and makes the compiler barf with "XXX already defined". #ifdef HAVE_STDLIB_H #undef HAVE_STDLIB_H #endif at the end of the file to work around this problem. Alternatively, libjpeg could be fixed not to pollute the namespace with that HAVE_STDLIB_H
definition
in the installed header.
I filed https://bugzilla.redhat.com/show_bug.cgi?id=427616 against libjpeg.
fails-even-with-41/kdebindings-3.97.0-6.fc9.log
As I said, the problem which shows up even with 4.1 is already fixed in Rawhide. The problem with _XOPEN_SOURCE being redefined probably has to be fixed in sip. sip.h needs to do something like this: #if defined(_XOPEN_SOURCE) #undef _XOPEN_SOURCE #endif before including <Python.h>, as krosspython's pythonconfig.h is already
doing.
Actually, Python.h shouldn't be redefining this in the first place (if it's already defined). I filed https://bugzilla.redhat.com/show_bug.cgi?id=427617 against python.
Kevin Kofler
On Thursday, 03 January 2008 at 13:02, Jakub Jelinek wrote: [...]
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.
What are we supposed to do after getting a failing package to build with gcc-4.3? Just commit the fix to CVS/devel or tag and build the updated package, too? If there's going to be a mass rebuild with gcc-4.3, I don't see any value in building the fixed package until gcc-4.3 hits rawhide, just wasted mirrors' bandwith.
Also, I have a package whose sources are over 10MB. Using koji --scratch will take forever to upload it over my slow uplink. Is there some way to do scratch builds out of CVS that does not involve uploading the whole src.rpm?
Regards, R.
On Sun, 6 Jan 2008 15:06:33 +0100, Dominik 'Rathann' Mierzejewski wrote:
Also, I have a package whose sources are over 10MB. Using koji --scratch will take forever to upload it over my slow uplink. Is there some way to do scratch builds out of CVS that does not involve uploading the whole src.rpm?
give koji the cvs tag instead of the src.rpm
On Sun, 6 Jan 2008 15:11:31 +0100, Michael Schwendt wrote:
On Sun, 6 Jan 2008 15:06:33 +0100, Dominik 'Rathann' Mierzejewski wrote:
Also, I have a package whose sources are over 10MB. Using koji --scratch will take forever to upload it over my slow uplink. Is there some way to do scratch builds out of CVS that does not involve uploading the whole src.rpm?
give koji the cvs tag instead of the src.rpm
Ah, yes, an example:
$ koji build --scratch --nowait dist-f9-gcc43 cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/audacity/devel#audacity-1_3_2-18_fc9
On Sun, 6 Jan 2008 15:21:43 +0100 Michael Schwendt mschwendt.tmp0701.nospam@arcor.de wrote:
$ koji build --scratch --nowait dist-f9-gcc43 cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/audacity/devel#audacity-1_3_2-18_fc9
Or even easier:
$ koji build --scratch --nowait dist-f9-gcc43 cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/audacity/devel#HEAD
On Sunday, 06 January 2008 at 15:51, Jesse Keating wrote:
On Sun, 6 Jan 2008 15:21:43 +0100 Michael Schwendt mschwendt.tmp0701.nospam@arcor.de wrote:
$ koji build --scratch --nowait dist-f9-gcc43 cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/audacity/devel#audacity-1_3_2-18_fc9
Or even easier:
$ koji build --scratch --nowait dist-f9-gcc43 cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/audacity/devel#HEAD
I see. So that's what is meant by URL in koji's help. It's kind of obvious, now that I know it. Thanks, both of you.
Regards, R.
On Sun January 6 2008, Jesse Keating wrote:
On Sun, 6 Jan 2008 15:21:43 +0100
Michael Schwendt mschwendt.tmp0701.nospam@arcor.de wrote:
$ koji build --scratch --nowait dist-f9-gcc43 cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/audacity/devel#audacity-1_3_2-1 8_fc9
Or even easier:
In case it is the latest cvs tag, you can also run make scratch-build TARGET=dist-f9-gcc43 But this will not use the "--nowait". To a list of more help targets, run "make help".
$ koji build --scratch --nowait dist-f9-gcc43 cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/audacity/devel#HEAD
This has also the advantage, that you do not need to run a "make tag" before you can build the scratch build. With the Makefile.common Addons[1] it is also possible to use make scratch-head-build TARGET=dist-f9-gcc43
Regards, Till
[1] http://fedoraproject.org/wiki/PackageMaintainers/UsefulScripts#head-74286c0a...
On Sunday, 06 January 2008 at 15:11, Michael Schwendt wrote:
On Sun, 6 Jan 2008 15:06:33 +0100, Dominik 'Rathann' Mierzejewski wrote:
Also, I have a package whose sources are over 10MB. Using koji --scratch will take forever to upload it over my slow uplink. Is there some way to do scratch builds out of CVS that does not involve uploading the whole src.rpm?
give koji the cvs tag instead of the src.rpm
How?
$ koji build --scratch dist-f9-gcc43 obexftp-0_22-0_6_rc9_fc9 Uploading srpm: obexftp-0_22-0_6_rc9_fc9 <type 'exceptions.IOError'>: [Errno 2] No such file or directory: 'obexftp-0_22-0_6_rc9_fc9'
R.
Dominik 'Rathann' Mierzejewski <dominik <at> greysector.net> writes:
What are we supposed to do after getting a failing package to build with gcc-4.3? Just commit the fix to CVS/devel or tag and build the updated package, too? If there's going to be a mass rebuild with gcc-4.3, I don't see any value in building the fixed package until gcc-4.3 hits rawhide, just wasted mirrors' bandwith.
Building the fixed package right now allows doing automated/scripted mass rebuilds, which may well be the method used when GCC 4.3 actually hits Rawhide. It is also useful for the on-the-side mass rebuilds like the one Jakub did.
This is Rawhide, I think you really don't have to worry about not pushing rebuilds which aren't absolutely needed.
Kevin Kofler
On Sunday, 06 January 2008 at 22:45, Kevin Kofler wrote:
Dominik 'Rathann' Mierzejewski <dominik <at> greysector.net> writes:
What are we supposed to do after getting a failing package to build with gcc-4.3? Just commit the fix to CVS/devel or tag and build the updated package, too? If there's going to be a mass rebuild with gcc-4.3, I don't see any value in building the fixed package until gcc-4.3 hits rawhide, just wasted mirrors' bandwith.
Building the fixed package right now allows doing automated/scripted mass rebuilds, which may well be the method used when GCC 4.3 actually hits Rawhide. It is also useful for the on-the-side mass rebuilds like the one Jakub did.
This is Rawhide, I think you really don't have to worry about not pushing rebuilds which aren't absolutely needed.
Very well then, I'll keep that in mind in the future.
Regards, R.
On Sunday 06 January 2008, Kevin Kofler wrote:
Dominik 'Rathann' Mierzejewski <dominik <at> greysector.net> writes:
What are we supposed to do after getting a failing package to build with gcc-4.3? Just commit the fix to CVS/devel or tag and build the updated package, too? If there's going to be a mass rebuild with gcc-4.3, I don't see any value in building the fixed package until gcc-4.3 hits rawhide, just wasted mirrors' bandwith.
Building the fixed package right now allows doing automated/scripted mass rebuilds, which may well be the method used when GCC 4.3 actually hits Rawhide. It is also useful for the on-the-side mass rebuilds like the one Jakub did.
Just committing to CVS (and perhaps tagging, but not building) would have the same benefit. Assuming of course that these mass rebuilds operate on CVS (last tagged version, or scripted bump+tag+build) and not the SRPMS tree.
This is Rawhide, I think you really don't have to worry about not pushing rebuilds which aren't absolutely needed.
If I was using or mirroring Rawhide, I wouldn't appreciate this mindset at all.
On Tuesday 08 January 2008, Ville Skyttä wrote:
On Sunday 06 January 2008, Kevin Kofler wrote:
This is Rawhide, I think you really don't have to worry about not pushing rebuilds which aren't absolutely needed.
If I was using or mirroring Rawhide, I wouldn't appreciate this mindset at all.
Actually, I don't personally appreciate it even when I'm not using Rawhide because it can easily result in no-benefit package updates between distro versions; eg. in this case if for some reason gcc 4.3 won't make it to F9 after all and there was no other need to rebuild some packages after F8.
On Thursday, 03 January 2008 at 13:02, Jakub Jelinek wrote: [...]
fails-even-with-41/obexftp-0.22-0.5.rc7.fc8.log
This one seems bogus: <quote> ENTER do("bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/obexftp.spec'", '/var/lib/mock/rawhide5/root/', 0, True, 0, <mock.uid.uidManager object at 0x2aaab08d7e50>, 500, 101, 'x86_64', logger=<mock.trace_decorator.getLog object at 0x2aaab08de610>) run cmd timeout(0): bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/obexftp.spec' /etc/profile: line 38: /bin/hostname: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: ruby: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/obexftp-0.22-0.5.rc7.fc9.src.rpm LEAVE do --> </quote>
That's the *whole* log. Nothing wrong here AFAICT (python and ruby are used to determin some paths, but it doesn't matter if they fail during rpmbuild -bs), but why it didn't build, I cannot say. It builds fine locally.
Regards, R.
On Jan 6, 2008 4:08 PM, Dominik 'Rathann' Mierzejewski dominik@greysector.net wrote:
On Thursday, 03 January 2008 at 13:02, Jakub Jelinek wrote: [...]
fails-even-with-41/obexftp-0.22-0.5.rc7.fc8.log
This one seems bogus:
<quote> ENTER do("bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/obexftp.spec'", '/var/lib/mock/rawhide5/root/', 0, True, 0, <mock.uid.uidManager object at 0x2aaab08d7e50>, 500, 101, 'x86_64', logger=<mock.trace_decorator.getLog object at 0x2aaab08de610>) run cmd timeout(0): bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/obexftp.spec' /etc/profile: line 38: /bin/hostname: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: ruby: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/obexftp-0.22-0.5.rc7.fc9.src.rpm LEAVE do --> </quote>
That's the *whole* log. Nothing wrong here AFAICT (python and ruby are used to determin some paths, but it doesn't matter if they fail during rpmbuild -bs), but why it didn't build, I cannot say. It builds fine locally.
are they any errors in root.log ?
On Sunday, 06 January 2008 at 16:20, drago01 wrote:
On Jan 6, 2008 4:08 PM, Dominik 'Rathann' Mierzejewski dominik@greysector.net wrote:
On Thursday, 03 January 2008 at 13:02, Jakub Jelinek wrote: [...]
fails-even-with-41/obexftp-0.22-0.5.rc7.fc8.log
This one seems bogus:
<quote> ENTER do("bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/obexftp.spec'", '/var/lib/mock/rawhide5/root/', 0, True, 0, <mock.uid.uidManager object at 0x2aaab08d7e50>, 500, 101, 'x86_64', logger=<mock.trace_decorator.getLog object at 0x2aaab08de610>) run cmd timeout(0): bash -l -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/obexftp.spec' /etc/profile: line 38: /bin/hostname: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: ruby: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/obexftp-0.22-0.5.rc7.fc9.src.rpm LEAVE do --> </quote>
That's the *whole* log. Nothing wrong here AFAICT (python and ruby are used to determin some paths, but it doesn't matter if they fail during rpmbuild -bs), but why it didn't build, I cannot say. It builds fine locally.
are they any errors in root.log ?
Good call. Looks like a gettext-devel problem: DEBUG util.py:261: Error: Missing Dependency: libgcj.so.8rh is needed by package gettext-devel
http://koji.fedoraproject.org/koji/getfile?taskID=328341&name=root.log
Regards, R.
On Thursday, 03 January 2008 at 13:02, Jakub Jelinek wrote: [...]
header-dep/libebml-0.7.7-3.fc8.log
[...]
unsorted/mkvtoolnix-2.1.0-1.fc8.log
These two are probably related. mkvtoolnix has libebml-devel >= 0.7.7 in BuildRequires but the log shows: checking for libEBML headers version >= 0.7.7... no *** Your libEBML version is too old. Upgrade to at least version *** 0.7.7 and re-run configure. I can't fix it unless I see config.log.
Regards, R.
On Sun, 6 Jan 2008 16:48:05 +0100, Dominik 'Rathann' Mierzejewski wrote:
On Thursday, 03 January 2008 at 13:02, Jakub Jelinek wrote: [...]
header-dep/libebml-0.7.7-3.fc8.log
[...]
unsorted/mkvtoolnix-2.1.0-1.fc8.log
These two are probably related. mkvtoolnix has libebml-devel >= 0.7.7 in BuildRequires but the log shows: checking for libEBML headers version >= 0.7.7... no *** Your libEBML version is too old. Upgrade to at least version *** 0.7.7 and re-run configure. I can't fix it unless I see config.log.
Until the buildsys does that for you, you can modify your spec and "cat config.log" when configure exits with an error.
On Thursday, 03 January 2008 at 13:02, Jakub Jelinek wrote: [...]
fails-even-with-41/openbabel-2.1.1-2.fc9.log
Fixed, but still fails to build on ppc64 only. Looks like a gcc bug. Filed as https://bugzilla.redhat.com/show_bug.cgi?id=427700.
Regards, R.
On Thu, 2008-01-03 at 07:02 -0500, Jakub Jelinek wrote:
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:
[snip]
header-dep/openvrml-0.17.0-2.fc9.log
I see two problems here. First:
libopenvrml-gl/openvrml/gl/viewer.cpp:1984: error: '<anonymous>' has incomplete type libopenvrml-gl/openvrml/gl/viewer.cpp:1984: error: invalid use of 'GLvoid'
This one should be fixed by 0.17.1-1, which I've just pushed to testing.
Second:
In file included from /usr/include/boost/spirit/attribute/closure.hpp:24, from /usr/include/boost/spirit/attribute.hpp:36, from /usr/include/boost/spirit.hpp:70, from ../src/libopenvrml/private.h:26, from libopenvrml/openvrml/viewer.cpp:32: /usr/include/boost/spirit/phoenix/operators.hpp:355: error: 'INT_MAX' was not declared in this scope
This one is a problem with boost.
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
unsorted/astromenace-1.2-6.fc9.log
This looks like an openal bug, see: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/astromenace-1.2-6....
/usr/include/AL/alc.h:190: error: '<anonymous>' has incomplete type /usr/include/AL/alc.h:190: error: invalid use of 'ALCvoid' /usr/include/AL/alc.h:251: error: '<anonymous>' has incomplete type /usr/include/AL/alc.h:251: error: invalid use of 'ALCvoid'
Has someone caught this and I missed it, or should I BZ it?
Jon Ciesla wrote:
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
unsorted/astromenace-1.2-6.fc9.log
This looks like an openal bug, see: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/astromenace-1.2-6....
/usr/include/AL/alc.h:190: error: '<anonymous>' has incomplete type /usr/include/AL/alc.h:190: error: invalid use of 'ALCvoid' /usr/include/AL/alc.h:251: error: '<anonymous>' has incomplete type /usr/include/AL/alc.h:251: error: invalid use of 'ALCvoid'
Has someone caught this and I missed it, or should I BZ it?
Already fixed.
Regards,
Hans
Hi,
Can you help me to find out what the problem is with recode compiled with gcc-4.3.0? The log is here: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/recode-3.6-24.fc8....
Thanks Zoltan
Zoltan Kota wrote:
Hi,
Can you help me to find out what the problem is with recode compiled with gcc-4.3.0? The log is here: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/recode-3.6-24.fc8....
Looks like gcc is giving an error now for bitfields that are larger than their types. In this particular case it gives an error for:
struct { bool ignore:2; };
Does the attached patch help?
cheers, Pádraig.
Can you help me to find out what the problem is with recode compiled with gcc-4.3.0? The log is here: http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/unsorted/recode-3.6-24.fc8....
Error is:
gcc -DLIBDIR="/usr/local/lib" -DHAVE_CONFIG_H -I.. -I. -I../lib -I../libiconv -g -O2 -c combine.c -fPIC -DPIC -o .libs/combine.lo argmatch.c: In function '__argmatch_die': argmatch.c:69: warning: incompatible implicit declaration of built-in function 'exit' In file included from common.h:140, from charname.c:20: recodext.h:221: error: width of 'ignore' exceeds its type
So, you'll need to look at recodext.h, line 221:
/* Non zero if this one should be ignored. */ bool ignore : 2;
Changing this to
/* Non zero if this one should be ignored. */ bool ignore;
Will fix it.
Patch attached.
-benjamin