This is an automatically filed bug for a failed rebuild attempt for GCC 4.3. http://fedoraproject.org/wiki/JesseKeating/gcc43MassRebuildProposal Please verify why this build failed and fix it. http://koji.fedoraproject.org/koji/taskinfo?taskID=438292 Exit code was 1, check the build.log for the failed buildArch task.
+ . /etc/profile.d/qt.sh /var/tmp/rpm-tmp.85757: line 32: /etc/profile.d/qt.sh: No such file or directory
https://koji.fedoraproject.org/koji/taskinfo?taskID=512770 After changing the BR kdelibs-devel to kdelibs3-devel, now fails with: pkp.cc: In member function 'int prog::read_config()': pkp.cc:85: error: 'strcpy' was not declared in this scope pkp.cc:96: error: 'strcat' was not declared in this scope This is missing #include <string.h> or #include <cstring> with using std::strcpy; and using std::strcat;.
Looking at it.
OK, whipped up a gcc43 patch, committing to rawhide.