Hi! As part of preparations for possible switch of system compiler in F19 to GCC 4.8.0, we (myself and Marek Polacek) have performed a test mass rebuild of rawhide (December 17th package list) using gcc-4.8.0-0.1.fc19 on x86_64, and for those packages that failed also rebuilt the same package with gcc-4.7.2-9.fc19 to quickly remove from the list packages that fail for non-gcc related reasons. 11687 packages built fine, 933 packages failed to build with both gcc-4.8.0-0.1.f19.x86_64.rpm and gcc-4.7.2-9.fc19.x86_64.rpm (ignored for this analysis, unlikely to be gcc 4.8 related). The remaining packages, that failed to build with 4.8.0-0.1 and succeeded with 4.7.2-9 are listed below. 67 of these look like issues on the package side, 22 gcc bugs that were supposedly fixed by now upstream and thus should be ok in 4.8.0-0.3 when it is built next week and 3 are not yet fixed gcc issues. CCing Benjamin if he is again interested in writing http://gcc.gnu.org/gcc-4.8/porting_to.html and could find this information useful. Besides build failures, the -Wsizeof-pointer-memaccess warning triggered in several packages that succeeded building, but it would be nice if package maintainers actually checked those and fixed up, most likely those are real package bugs. The list of such packages is included in first attachment. For the more aggresive loop optimizations if the loop contain undefined behavior, while it caused build failures just for 12 packages during the mass rebuild, supposedly more packages will be affected, just the problems weren't triggered during package build. Usually such loops are either turned into infinite loops that soon crash, or hang, or as can be seen on the perl-PDL case loops can be turned into just conditional non-looping code (e.g. when compiler assumes that it can validly loop just at most once). blktap-2.0.90-6.git20111216.62de90d.fc18.src.rpm cdrkit-1.1.11-14.fc19.src.rpm elfutils-0.155-1.fc19.src.rpm isomd5sum-1.0.9-2.fc18.src.rpm libopensync-plugin-opie-0.22-8.fc18.src.rpm linphone-3.5.2-4.fc18.src.rpm lldpad-0.9.45-3.fc19.src.rpm openvas-libraries-5.0.4-1.fc19.src.rpm pilot-link-0.12.5-13.fc18.src.rpm sh-elf-binutils-2.21-5.fc19.src.rpm packages built with -Werror, for which the new -Wsizeof-pointer-memaccess warning included in -Wall warns and -Werror makes a fatal error out of it bamf-0.2.104-4.fc18.src.rpm byzanz-0.3-0.5.fc17.src.rpm fvkbd-0.2.2-6.fc18.src.rpm gedit-collaboration-3.6.0-1.fc18.src.rpm gtkimageview-1.6.4-6.fc18.src.rpm gypsy-0.8-6.fc17.src.rpm libindicator-0.4.94-3.fc18.src.rpm ltrace-0.7.0-1.fc19.src.rpm mail-notification-5.4-64.git.eab5c13.fc19.src.rpm ModemManager-0.6.0.0-2.fc19.src.rpm physfs-2.0.2-3.fc18.src.rpm roboptim-core-0.5-6.fc18.src.rpm v8-3.10.8-2.fc18.src.rpm xen-4.2.0-6.fc19.src.rpm packages built with -Werror, for which the new -Wunused-local-typedefs warning included in -Wall warns and -Werror makes a fatal error out of it trafficserver-3.2.0-3.fc18.src.rpm package built with -Werror, and -Wmaybe-uninitialized warns about possibly uninitialized fields which are uninitialized if inc_gmtime_r returns -1 (and ink_time_current_mdy doesn't bother to check that return value) armacycles-ad-0.2.8.3.2-3.fc18.src.rpm irrlicht-1.8-1.fc19.src.rpm kdevelop-4.4.1-2.fc19.src.rpm kst-2.0.3-7.fc18.src.rpm maildrop-2.5.0-17.fc18.src.rpm megaglest-3.7.1-1.fc19.src.rpm opal-3.10.9-2.fc19.src.rpm oxygen-gtk2-1.3.1-1.fc19.src.rpm oxygen-gtk3-1.1.1-2.fc19.src.rpm supertuxkart-0.7.3-3.fc19.src.rpm syncevolution-1.3.2-1.fc19.src.rpm gcc bug - internal compiler error in inline_call, fixed upstream already, see http://gcc.gnu.org/PR55683 pari-2.5.3-1.fc19.src.rpm gcc bug - internal compiler error in LRA, fixed upstream already, see http://gcc.gnu.org/PR55775 avrdude-5.11.1-2.fc18.src.rpm gcc bug - internal compiler error in remove_redundant_iv_tests, fixed upstream already, see http://gcc.gnu.org/PR55684 openttd-1.2.2-1.fc19.src.rpm gcc bug - the package is built with LTO, and the problem is extremely hard to reduce, just rebuild without --with-lto for now b43-openfwwf-5.2-8.fc18.src.rpm ccache-3.1.8-1.fc18.src.rpm openchange-1.0-12.fc19.src.rpm openttd-opengfx-0.4.5-1.fc19.src.rpm samba-4.0.0-171.fc19.rc6.src.rpm /usr/include/stdc-predef.h issues gcc preprocessor now in C/C++ modes automatically includes <stdc-predef.h> header, packages which are using preprocessor for non-C/C++ code or doing weird things with the preprocessor might run into issues. For non-C/C++ code, it is always better to preprocess as assembly instead of C libxc-1.2.0-2.fc18.src.rpm /usr/include/stdc-predef.h issues - using cpp -C -ansi to preprocess Fortran sources is simply a very bad idea adobe-source-libraries-1.0.43-13.fc19.src.rpm asl-gcc.patch patch needs to be tweaked also for GCC 4.8 aws-2.11.0-11.fc19.src.rpm gprbuild-2011-5.fc18.src.rpm matreshka-0.3.0-2.fc19.src.rpm needs dependencies rebuilt with GCC 4.8 gnat cp2k-2.3-1.fc19.src.rpm loop iterator passed as INTENT(INOUT) argument, see http://gcc.gnu.org/PR30146 dragonegg-3.1-18.fc19.src.rpm needs to be ported to GCC 4.8+ flterm-1.0-1.rc3.fc18.2.src.rpm gedit-code-assistance-0.1.5-1.fc18.src.rpm hfsplus-tools-540.1.linux3-2.fc18.src.rpm clang needs to be updated not to require libstdc++-devel 4.7 gambas3-3.3.4-2.fc19.src.rpm gcc bug for --enable-checking=yes compiler only, see http://gcc.gnu.org/PR55878 distro compilers are always --enable-checking=release, so non-issue except for the testing compiler gccxml-0.9.0-0.13.20120309.fc19.src.rpm supposedly needs to be ported for GCC 4.8, some tests failed getdata-0.7.3-3.fc18.src.rpm GCC is now more aggresive in turning loops that invoke undefined behavior into endless loops. In test/get_uint32.c there is: uint32_t data_data[128]; int fd, n, error, r = 0; ... for (fd = 0; fd < 128; ++fd) data_data[fd] = fd * (0x02000001); When fd is 64 or above, fd * 0x02000001 overflows, which is invalid in C/C++ for signed types (int here). To fix use data_data[fd] = fd * 0x02000001U; or data_data[fd] = (uint32_t) fd * 0x02000001; etc. instead. sys_basher-1.1.24-3.fc18.src.rpm similarly to getdata bug: for(i=0;i<MAX_THREADS;i++) { csvt[i] = 0; seed[i] = (i + 1LL) * 0x0123456789ABCDEFLL; } again, should have been 1ULL or 0x0123456789ABCDEFULL (or both) ipv6calc-0.93.1-3.fc18.src.rpm similarly to getdata bug: for (i = 0; i < (int) (sizeof(newidentifier->in6_addr.s6_addr) / sizeof(newidentifier->in6_addr.s6_addr[0])); i++) { /* copy into */ newidentifier->in6_addr.s6_addr[i + 8] = (uint8_t) digest[i]; newtoken->in6_addr.s6_addr[i + 8] = (uint8_t) digest[i + 8]; }; s6_addr array size is 16 (i.e. i < 16 is the loop condition), digest array has size 16, but obviously for i 8 and above the [i + 8] accesses are all out of bounds. No idea what the code meant to do. mpir-2.6.0-2.fc19.src.rpm similarly to getdata bug, another clear out of bounds access in a loop: #define numberof(x) (sizeof (x) / sizeof ((x)[0])) ... for (oindex = 0; oindex <= numberof (offset); oindex++) { o = offset[oindex]; ... } hdf-4.2.8-1.fc19.src.rpm similarly to getdata bug: for (i = 0; i < 10; i++) { for (j = 0; j < 10; j++) { ... ui32[i][j] = (uint32) ((i * 400000000) + j); /* range: 0 ~ 4-billion */ } ... } skf-1.99.0-1.fc18.2.src.rpm similar to getdata bug: #define BIG5P_TBL_LEN 23940 /* BIG5-Plus 190 * 126 */ ... #define HKSCS_FA_LEN 1140 /* f940 - fefe */ ... unsigned short big5a_uni_byte[BIG5P_TBL_LEN]; skf_ucode big5uao_fa_uni_byte[HKSCS_FA_LEN] = { ... }; ... for (j=0;j<HKSCS_FA_LEN;j++) { /* fa00 - */ big5a_uni_byte[BIG5P_TBL_LEN+j-950] = big5uao_fa_uni_byte[j]; }; yap-6.2.2-4.fc18.src.rpm similar to getdata bug: LAST_FLAG = 23 ... #define NUMBER_OF_YAP_FLAGS LAST_FLAG ... #define yap_flags Yap_heap_regs->yap_flags_field ... Int yap_flags_field[NUMBER_OF_YAP_FLAGS]; ... /* This must be done before initialising predicates */ for (i = 0; i <= LAST_FLAG; i++) { yap_flags[i] = 0; } avr-gcc-4.7.2-1.fc19.src.rpm gcc-4.7.2-9.fc19.src.rpm mingw-gcc-4.7.2-6.fc19.src.rpm msp430-gcc-4.6.3-2.fc19.src.rpm another occurrences of similar issue, fixed upstream with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186590 when using older gcc codebases (4.6 and 4.7 based), this needs to be backported. perl-PDL-2.4.10-4.fc19.src.rpm struct pdl_trans { ... pdl *pdls[1]; ... }; ... for(j=0; j<trans->vtable->nparents; j++) { if(trans->vtable->per_pdl_flags[j] & 0x01) { par_pvaf++; if(!trans->pdls[j]) {return;} pdl_make_physvaffine(trans->pdls[j]); } else { if(!trans->pdls[j]) {return;} pdl_make_physical(trans->pdls[j]); } } for(; j<trans->vtable->npdls; j++) { ... } From pdls[1] above the compiler figures out the first loop iterates at most once (otherwise it would be an out of bounds access). As the function is called with ->nparents ranging from 0 to roughly 11 and ->npdls ranging from 1 to roughly 14 if it happened to "work" before, it was purely by luck. glm-0.9.3.4-2.fc19.src.rpm test/core/core_setup_message.cpp needs to be adjusted to grok GLM_COMPILER_GCC48 inkscape-0.48.3.1-4.fc19.src.rpm qelectrotech-0.30-0.4.svn1844.fc18.src.rpm texmaker-3.5-1.fc19.src.rpm xmlcopyeditor-1.2.0.4-4.fc18.src.rpm stray comma at the end of declaration, see http://gcc.gnu.org/PR55368 struct A { void *member,; }; used to be accepted, now is rejected as invalid. kdbg-2.5.1-2.fc18.src.rpm lemonpos-0.9.4-5.fc19.src.rpm libaccounts-qt-0.31-6.fc18.src.rpm qgis-1.8.0-10.fc19.src.rpm rosegarden4-12.04-3.fc18.src.rpm scribus-1.4.1-3.fc19.src.rpm sir-2.4-1.fc18.src.rpm unixODBC-gui-qt-0-0.6.20120105svn98.fc18.src.rpm gcc bug, fixed upstream by http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194816 llvm-3.1-12.fc19.src.rpm gcc bug, not fixed yet, see http://gcc.gnu.org/PR55875 openjpa-2.2.1-1.fc19.src.rpm flaky (every time failed in a different spot) java issue, not clear if in any way related to gcj/libgcj python-webob1.2-1.2.1-8.fc19.src.rpm flaky (every time failed in a different spot), doesn't contain any non-python code, so I don't see how it could be related to gcc snapper-0.1.0-1.20121026git1aaa372.fc19.src.rpm includes <auto_ptr.h> which is declared to be a libstdc++ internal header not supposed to be included directly, see http://gcc.gnu.org/PR55866 sunpinyin-2.0.4-0.4.fc18.src.rpm seems to be flaky SConstruct, with scons -j16 install (or even -j4) it usually fails to install, with -j1 or -j2 it always succeeds zarafa-7.0.9-1.fc19.src.rpm gcc bug, fixed upstream already, see http://gcc.gnu.org/PR55877 blender-2.64a-2.fc19.src.rpm centerim-4.22.10-6.fc18.src.rpm HippoDraw-1.21.3-6.fc19.src.rpm meshlab-1.3.1-7.fc18.src.rpm /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character ('/builddir/build/BUILD/' vs '/usr/src/debug/') See https://bugzilla.redhat.com/show_bug.cgi?id=304121 , avoid using double slashes in path names and filenames. E.g. for centerim it is in AM_CPPFLAGS = -I$(top_srcdir)/kksystr/include -I$(top_srcdir)//kkstrtext (note the useless // there, just making it / fixes this issue). Jakub
acpid-2.0.17-1.fc19.src.rpm adplug-2.1-12.fc18.src.rpm aiccu-2007.01.15-15.fc18.src.rpm aimage-3.2.5-2.fc18.src.rpm aircrack-ng-1.1-5.20120904svn.fc19.src.rpm alienarena-7.60.1-4.fc19.src.rpm allegro5-5.0.3-5.fc18.src.rpm alpine-2.02-4.fc18.src.rpm amarok-2.6.0-7.fc19.src.rpm amtu-1.0.8-12.fc18.src.rpm ardour-2.8.16-1.fc19.src.rpm argus-3.0.4-3.fc18.src.rpm asterisk-11.0.1-3.fc19.src.rpm audacious-plugins-3.3.2-1.fc19.src.rpm ayttm-0.6.3-4.fc18.src.rpm b43-fwcutter-016-1.fc19.src.rpm bacula2-2.4.4-13.fc18.src.rpm bacula-5.2.12-3.fc19.src.rpm balsa-2.4.12-2.fc18.src.rpm barry-0.18.3-3.fc18.src.rpm bcm43xx-fwcutter-006-9.fc18.src.rpm BitchX-1.2-19.fc19.src.rpm bitlbee-3.0.5-4.fc19.src.rpm bochs-2.6-1.fc19.src.rpm bogl-0.1.18-22.fc18.src.rpm bootchart-0.14.0-3.3.git20110630.fc18.src.rpm brasero-3.6.1-1.fc19.src.rpm CableSwig-3.20.0-7.fc18.src.rpm cdparanoia-10.2-12.fc18.src.rpm cgdcbxd-1.0.1-1.fc18.src.rpm cherokee-1.2.101-4.fc18.src.rpm chocolate-doom-1.6.0-4.fc18.src.rpm claws-mail-plugins-3.9.0-2.fc19.src.rpm clement-2.1.401-4.fc18.2.src.rpm cmyktool-0.1.6-0.2.pre1.fc18.src.rpm cogl-1.12.0-1.fc18.src.rpm commoncpp2-1.8.1-3.fc18.src.rpm cone-0.84-6.fc18.src.rpm corosync-2.1.0-1.fc19.src.rpm cvs-1.11.23-28.fc19.src.rpm dbmail-3.0.2-5.fc19.src.rpm dcmtk-3.6.0-12.fc18.src.rpm ddd-3.3.12-11.fc18.src.rpm deltarpm-3.6-0.11.20110223git.fc18.src.rpm device-mapper-persistent-data-0.1.4-2.fc18.src.rpm DevIL-1.7.8-10.fc18.src.rpm dhcp-forwarder-0.10-1901.fc19.src.rpm dictd-1.12.0-4.fc18.src.rpm dkim-milter-2.8.3-12.fc18.src.rpm dnssec-tools-1.14-1.fc18.src.rpm dpkg-1.15.5.6-9.fc18.src.rpm dsniff-2.4-0.14.b1.fc18.src.rpm dump-0.4-0.13.b44.fc18.src.rpm dvdisaster-0.72.3-3.fc18.src.rpm dx-4.4.4-24.fc18.src.rpm dyninst-8.0-1.fc19.src.rpm efte-1.1-5.fc18.src.rpm eggdrop-1.6.21-3.fc18.src.rpm elinks-0.12-0.31.pre5.fc19.src.rpm epson-inkjet-printer-escpr-1.2.2-1.1lsb3.2.fc19.src.rpm ergo-3.2.1-1.fc19.src.rpm escape-200912250-4.fc18.src.rpm evas-1.2.1-2.fc19.src.rpm exiv2-0.23-3.fc18.src.rpm fcron-3.0.6-5.fc18.src.rpm festival-1.96-21.fc18.src.rpm filebench-1.4.9-9.fc18.src.rpm flickcurl-1.22-2.fc18.src.rpm fontforge-20120731b-2.fc19.src.rpm fotoxx-12.01.2-5.fc19.src.rpm freeciv-2.3.2-3.fc19.src.rpm freeDiameter-1.1.4-1.fc19.src.rpm freeradius-2.2.0-0.fc19.src.rpm freetds-0.91-5.gitf3ae29d.fc19.src.rpm freewrl-1.22.13.1-3.fc18.src.rpm frysk-0.4-37.fc19.src.rpm fsarchiver-0.6.15-2.fc18.src.rpm fwknop-2.0-3.fc18.src.rpm gammu-1.26.1-9.fc18.src.rpm gdl-0.9.2-10.cvs20120717.fc19.src.rpm geomview-1.9.4-16.fc18.src.rpm gf2x-1.1-1.fc19.src.rpm gkrellm-2.3.5-11.fc18.src.rpm gl-117-1.3.2-12.fc18.src.rpm glog-0.3.0-5.fc18.src.rpm gnet2-2.0.8-7.fc18.src.rpm gnuradio-3.6.2-4.fc19.src.rpm goffice08-0.8.17-8.fc18.src.rpm goffice-0.9.90-1.fc19.src.rpm google-authenticator-0-0.4.20110830.hgd525a9bab875.fc18.src.rpm gpsdrive-2.11-14.fc19.src.rpm grib_api-1.9.16-5.fc18.src.rpm gridsite-1.7.21-1.fc18.src.rpm gstreamer-plugins-bad-free-0.10.23-11.fc18.src.rpm gyachi-1.2.11-4.fc18.src.rpm hamlib-1.2.15.3-1.fc19.src.rpm hardinfo-0.5.1-7.fc18.src.rpm hping3-0.0.20051105-18.fc18.src.rpm httrack-3.43.9-5.fc18.src.rpm hunspell-1.3.2-8.fc19.src.rpm hydra-7.3-12.fc19.src.rpm iax-0.2.2-7.fc18.src.rpm iaxclient-2.1-0.11.beta3.fc18.src.rpm icecast-2.3.3-1.fc19.src.rpm imlib-1.9.15-19.fc18.src.rpm inchi-1.0.4-3.fc18.src.rpm inn-2.5.3-4.fc19.src.rpm iodine-0.6.0-0.rc1.9.fc18.1.src.rpm ipmitool-1.8.12-5.fc19.src.rpm iproute-3.6.0-3.fc19.src.rpm ipsec-tools-0.8.0-5.fc18.src.rpm iscsi-initiator-utils-6.2.0.872-19.fc18.src.rpm kannel-1.4.3-10.fc18.src.rpm kBuild-0.1.98-3.r1.fc18.src.rpm kcemirror-0.1.5-9.fc18.src.rpm kdepim3-3.5.10-9.fc18.src.rpm latencytop-0.5-10.fc18.src.rpm libaccounts-glib-0.45-4.fc18.src.rpm libcapifax-0.7.3-7.fc18.src.rpm libcgi-1.0-13.fc18.src.rpm libdb4-4.8.30-5.fc18.src.rpm libdb-5.3.21-4.fc19.src.rpm libdmapsharing-2.9.14-3.fc18.src.rpm libffado-2.1.0-1.fc19.src.rpm libgphoto2-2.5.0-4.fc19.src.rpm libical-0.48-3.fc18.src.rpm libinstpatch-1.0.0-5.20110806svn386.fc18.src.rpm liblo-0.26-5.fc18.src.rpm libmatchbox-1.9-10.fc18.src.rpm libmodplug-0.8.8.4-3.fc18.src.rpm libnet10-1.0.2a-21.fc18.src.rpm libnet-1.1.6-4.fc18.src.rpm libopendaap-0.4.0-10.fc18.src.rpm libopensync-0.22-12.fc18.src.rpm libsieve-2.2.7-6.fc18.src.rpm libsilc-1.1.10-7.fc18.src.rpm libsolv-0.0.0-17.git6c9d3eb.fc18.src.rpm libunicap-0.9.12-10.fc18.src.rpm libunwind-1.0.1-4.fc18.src.rpm libvirt-1.0.0-1.fc19.src.rpm libwmf-0.2.8.4-33.fc18.src.rpm libzrtpcpp-2.3.2-1.fc19.src.rpm licq-1.6.1-3.fc19.src.rpm lightdm-1.4.0-3.fc19.src.rpm logjam-4.6.2-4.fc18.src.rpm lxpanel-0.5.10-3.fc19.src.rpm lynx-2.8.7-12.fc19.src.rpm maradns-2.0.06-3.fc18.src.rpm mate-terminal-1.4.0-4.fc19.src.rpm mediatomb-0.12.1-21.fc19.src.rpm mesa-9.0.1-1.fc19.src.rpm mingw-gcc-4.7.2-6.fc19.src.rpm mingw-libvirt-0.10.2-2.fc19.src.rpm mipv6-daemon-2.0.2.20121118git-2.fc19.src.rpm miredo-1.1.7-9.fc18.src.rpm msktutil-0.4.2-1.fc19.src.rpm mspdebug-0.21-2.fc19.src.rpm mydns-1.2.8.31-6.fc18.src.rpm mysql-5.5.28-2.fc19.src.rpm nazghul-0.7.1-3.20120228gitb0a402a.fc18.src.rpm ndisc6-1.0.1-3.fc18.src.rpm ndjbdns-1.05.4-10.fc18.src.rpm netbsd-iscsi-20080207-6.fc18.src.rpm net-snmp-5.7.2-4.fc19.src.rpm nexuiz-2.5.2-5.fc18.src.rpm nfs4-acl-tools-0.3.3-9.fc18.src.rpm ngircd-18-4.fc18.src.rpm ninja-build-1.0.0-1.fc19.src.rpm nss-3.14-11.fc19.src.rpm nss-softokn-3.14-6.fc19.src.rpm ntfs-3g-2012.1.15-5.fc19.src.rpm ntop-5.0-5.fc19.src.rpm numactl-2.0.8-2.fc19.src.rpm ocaml-4.00.1-1.fc19.src.rpm ocsinventory-ipdiscover-2.0.5-2.fc18.src.rpm opendkim-2.7.3-2.fc19.src.rpm openhpi-subagent-2.3.4-20.fc18.src.rpm OpenIPMI-2.0.19-2.fc19.src.rpm opensc-0.12.2-6.fc18.src.rpm openslp-1.2.1-17.fc18.src.rpm openwsman-2.3.6-1.fc19.src.rpm osm2pgsql-0.70.5-0.11.20121021svn.fc19.src.rpm pam_radius-1.3.17-5.fc18.src.rpm paraview-3.14.1-5.fc19.src.rpm photoprint-0.4.2-0.8.pre2.fc18.src.rpm pioneers-14.1-2.fc18.src.rpm player-3.0.2-22.fc19.src.rpm polyml-5.5-1.fc19.src.rpm ppp-2.4.5-25.fc19.src.rpm prboom-2.5.0-7.fc18.src.rpm proftpd-1.3.4b-3.fc19.src.rpm prozilla-2.0.4-14.fc18.src.rpm pulseaudio-2.1-4.fc19.src.rpm purple-plugin_pack-2.6.3-5.fc18.src.rpm puzzles-9023-6.fc18.src.rpm python-egenix-mx-base-3.2.4-1.fc19.src.rpm python-visual-5.74-1.fc19.src.rpm qemu-1.2.0-25.fc19.src.rpm qmmp-plugin-pack-0.6.2-2.fc19.src.rpm qsf-1.2.7-8.fc18.src.rpm quagga-0.99.21-4.fc18.src.rpm quake3-1.36-14.svn2102.fc18.src.rpm quvi-0.4.2-2.fc18.src.rpm radiusclient-ng-0.5.6-8.fc18.src.rpm rakarrack-0.6.1-8.git47245c3.fc18.src.rpm raptor2-2.0.7-2.fc18.src.rpm rasqal-0.9.29-2.fc18.src.rpm redland-1.0.15-2.fc18.src.rpm reiserfs-utils-3.6.21-7.fc19.src.rpm remind-03.01.12-3.fc18.src.rpm rp-pppoe-3.11-1.fc19.src.rpm samtools-0.1.18-4.fc18.src.rpm sane-backends-1.0.23-4.fc19.src.rpm sblim-cmpi-syslog-0.8.0-7.20120315cvs.fc19.src.rpm scamper-0-0.3.20111202c.fc19.src.rpm scanssh-2.1-24.fc18.src.rpm scponly-4.8-9.fc18.src.rpm ScrollZ-2.2.2-2.fc19.src.rpm seahorse-plugins-2.91.6-0.5.git1e35fd9.fc18.src.rpm seaview-4.3.2-2.fc18.src.rpm sg3_utils-1.34-1.fc19.src.rpm siege-2.72-3.fc18.src.rpm sipp-3.2-6.fc18.src.rpm sipwitch-1.4.0-1.fc19.src.rpm smp_utils-0.97-2.fc18.src.rpm sofia-sip-1.12.11-4.fc18.src.rpm soundmodem-0.16-1.fc19.src.rpm sqlite2-2.8.17-10.fc19.src.rpm sqlite-3.7.14.1-1.fc19.src.rpm stardict-3.0.2-6.fc18.src.rpm sumwars-0.5.6-9.fc19.src.rpm surf-geometry-1.0.6-4.fc19.src.rpm sylpheed-3.3.0-1.fc19.src.rpm syslinux-4.05-4.fc18.src.rpm syslog-ng-3.3.7-3.fc19.src.rpm thunderbird-17.0-1.fc19.src.rpm thunderbird-lightning-1.9-1.fc19.src.rpm tmux-1.7-1.fc19.src.rpm tong-1.2-3.fc19.src.rpm tremulous-1.2.0-0.6.beta1.fc18.src.rpm unixODBC-2.3.1-2.fc18.src.rpm vifm-0.7.4a-1.fc19.src.rpm virtuoso-opensource-6.1.6-2.fc19.src.rpm vpnc-0.5.3-15.svn457.fc18.src.rpm vte-0.28.2-7.fc18.src.rpm vte3-0.34.2-3.fc19.src.rpm Vuurmuur-0.7-10.fc18.src.rpm vzctl-4.1-2.fc19.src.rpm wavpack-4.60.1-4.fc18.src.rpm weplab-0.1.5-9.fc18.src.rpm wimax-1.5.2-5.20110419git6718941c.fc18.src.rpm WindowMaker-0.95.3-3.fc18.src.rpm wireless-tools-29-8.1.fc18.src.rpm wlassistant-0.5.7-16.fc18.src.rpm w_scan-20120605-1.fc19.src.rpm xastir-2.0.0-6.fc18.src.rpm xchat-gnome-0.26.2-9.git40c5bf988.fc19.src.rpm xine-lib-1.1.21-4.fc19.src.rpm xine-ui-0.99.7-2.fc19.src.rpm xmms2-0.8-6.fc18.src.rpm xmms-flac-1.2.1-4.fc18.src.rpm xmms-scrobbler-0.4.0-11.fc18.src.rpm xorg-x11-drv-qxl-0.0.22-5.20120718gitde6620788.fc18.src.rpm xorg-x11-drv-v4l-0.2.0-23.fc18.src.rpm xorg-x11-drv-wacom-0.18.0-2.fc19.src.rpm xorriso-1.1.0-3.fc18.src.rpm xpilot-ng-4.7.3-2.fc18.src.rpm xrdp-0.6.0-0.6.fc18.src.rpm xrootd-3.2.5-1.fc19.src.rpm xsupplicant-2.2.0-5.fc18.src.rpm xulrunner-17.0.1-1.fc19.src.rpm yersinia-0.7.1-10.fc18.src.rpm ykpers-1.9.0-1.fc19.src.rpm zarafa-7.0.9-1.fc19.src.rpm
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel