Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 419863 Details for
Bug 599814
FTBFS kflickr-0.9.1-5.fc12: ImplicitDSOLinking
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 100.32 KB, created by
FTBFS
on 2010-06-03 20:33:32 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2010-06-03 20:33:32 UTC
Size:
100.32 KB
patch
obsolete
>Mock Version: 1.1.1 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/kflickr.spec'], False, '/var/lib/mock/fedora-development-x86_64-kflickr-0.9.1-5.fc12.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1684b10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/kflickr.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/kflickr-0.9.1-5.fc14.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/kflickr.spec'], False, '/var/lib/mock/fedora-development-x86_64-kflickr-0.9.1-5.fc12.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1684b10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/kflickr.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.e83oyN >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf kflickr-0.9.1 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/kflickr-0.9.1.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd kflickr-0.9.1 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ for file in src/kflickr.desktop >+ iconv -f ISO-8859-5 -t UTF-8 src/kflickr.desktop >+ mv src/kflickr.desktop.tmp src/kflickr.desktop >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qi6TKq >+ umask 022 >+ cd /builddir/build/BUILD >+ cd kflickr-0.9.1 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ unset QTDIR >+ . /etc/profile.d/qt.sh >++ '[' -z '' ']' >++ case `uname -m` in >+++ uname -m >++ QT_PREFIXES='/usr/lib64/qt-3.3 /usr/lib/qt-3.3' >++ for QTDIR in '${QT_PREFIXES}' >++ test -d /usr/lib64/qt-3.3 >++ break >++ unset QT_PREFIXES >++ echo /usr/lib64/qt-3.3/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin:/usr/local/sbin:/builddir/bin >++ /bin/grep -q /usr/lib64/qt-3.3/bin >++ QTINC=/usr/lib64/qt-3.3/include >++ QTLIB=/usr/lib64/qt-3.3/lib >++ export QTDIR QTINC QTLIB PATH >+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CFLAGS >+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CXXFLAGS >+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' >+ export FFLAGS >+ ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-rpath >checking build system type... x86_64-unknown-linux-gnu >checking host system type... x86_64-unknown-linux-gnu >checking target system type... x86_64-unknown-linux-gnu >checking for a BSD-compatible install... /usr/bin/install -c >checking for -p flag to install... yes >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking for kde-config... /usr/bin/kde-config >checking where to install... /usr (as requested) >checking for style of include used by make... GNU >checking for x86_64-unknown-linux-gnu-gcc... no >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking dependency style of gcc... none >checking how to run the C preprocessor... gcc -E >checking for x86_64-unknown-linux-gnu-g++... no >checking for x86_64-unknown-linux-gnu-c++... no >checking for x86_64-unknown-linux-gnu-gpp... no >checking for x86_64-unknown-linux-gnu-aCC... no >checking for x86_64-unknown-linux-gnu-CC... no >checking for x86_64-unknown-linux-gnu-cxx... no >checking for x86_64-unknown-linux-gnu-cc++... no >checking for x86_64-unknown-linux-gnu-cl.exe... no >checking for x86_64-unknown-linux-gnu-FCC... no >checking for x86_64-unknown-linux-gnu-KCC... no >checking for x86_64-unknown-linux-gnu-RCC... no >checking for x86_64-unknown-linux-gnu-xlC_r... no >checking for x86_64-unknown-linux-gnu-xlC... no >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking dependency style of g++... none >checking whether gcc is blacklisted... no >checking whether g++ supports -Wmissing-format-attribute... yes >checking whether gcc supports -Wmissing-format-attribute... yes >checking whether g++ supports -Wundef... yes >checking whether g++ supports -Wno-long-long... yes >checking whether g++ supports -Wno-non-virtual-dtor... yes >checking whether g++ supports -fno-reorder-blocks... yes >checking whether g++ supports -fno-exceptions... yes >checking whether g++ supports -fno-check-new... yes >checking whether g++ supports -fno-common... yes >checking whether g++ supports -fexceptions... yes >checking whether system headers can cope with -O2 -fno-inline... irrelevant >checking how to run the C++ preprocessor... g++ -E >checking whether g++ supports -O0... yes >using lib directory suffix 64 >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ld used by gcc... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for /usr/bin/ld option to reload object files... -r >checking for BSD-compatible nm... /usr/bin/nm -B >checking whether ln -s works... yes >checking how to recognise dependent libraries... pass_all >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking how to run the C++ preprocessor... g++ -E >checking for x86_64-unknown-linux-gnu-g77... no >checking for x86_64-unknown-linux-gnu-xlf... no >checking for x86_64-unknown-linux-gnu-f77... no >checking for x86_64-unknown-linux-gnu-frt... no >checking for x86_64-unknown-linux-gnu-pgf77... no >checking for x86_64-unknown-linux-gnu-cf77... no >checking for x86_64-unknown-linux-gnu-fort77... no >checking for x86_64-unknown-linux-gnu-fl32... no >checking for x86_64-unknown-linux-gnu-af77... no >checking for x86_64-unknown-linux-gnu-xlf90... no >checking for x86_64-unknown-linux-gnu-f90... no >checking for x86_64-unknown-linux-gnu-pgf90... no >checking for x86_64-unknown-linux-gnu-pghpf... no >checking for x86_64-unknown-linux-gnu-epcf90... no >checking for x86_64-unknown-linux-gnu-gfortran... no >checking for x86_64-unknown-linux-gnu-g95... no >checking for x86_64-unknown-linux-gnu-xlf95... no >checking for x86_64-unknown-linux-gnu-f95... no >checking for x86_64-unknown-linux-gnu-fort... no >checking for x86_64-unknown-linux-gnu-ifort... no >checking for x86_64-unknown-linux-gnu-ifc... no >checking for x86_64-unknown-linux-gnu-efc... no >checking for x86_64-unknown-linux-gnu-pgf95... no >checking for x86_64-unknown-linux-gnu-lf95... no >checking for x86_64-unknown-linux-gnu-ftn... no >checking for g77... no >checking for xlf... no >checking for f77... no >checking for frt... no >checking for pgf77... no >checking for cf77... no >checking for fort77... no >checking for fl32... no >checking for af77... no >checking for xlf90... no >checking for f90... no >checking for pgf90... no >checking for pghpf... no >checking for epcf90... no >checking for gfortran... no >checking for g95... no >checking for xlf95... no >checking for f95... no >checking for fort... no >checking for ifort... no >checking for ifc... no >checking for efc... no >checking for pgf95... no >checking for lf95... no >checking for ftn... no >checking whether we are using the GNU Fortran 77 compiler... no >checking whether accepts -g... no >checking the maximum length of command line arguments... 32768 >checking command to parse /usr/bin/nm -B output from gcc object... ok >checking for objdir... .libs >checking for x86_64-unknown-linux-gnu-ar... no >checking for ar... ar >checking for x86_64-unknown-linux-gnu-ranlib... no >checking for ranlib... ranlib >checking for x86_64-unknown-linux-gnu-strip... no >checking for strip... strip >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC >checking if gcc PIC flag -fPIC works... yes >checking if gcc static flag -static works... no >checking if gcc supports -c -o file.o... yes >checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking for shl_load... no >checking for shl_load in -ldld... no >checking for dlopen... no >checking for dlopen in -ldl... yes >checking whether a program can dlopen itself... yes >checking whether a statically linked program can dlopen itself... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >configure: creating libtool >appending configuration tag "CXX" to libtool >checking for ld used by g++... /usr/bin/ld -m elf_x86_64 >checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for g++ option to produce PIC... -fPIC >checking if g++ PIC flag -fPIC works... yes >checking if g++ static flag -static works... no >checking if g++ supports -c -o file.o... yes >checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >appending configuration tag "F77" to libtool >checking for msgfmt... /usr/bin/msgfmt >checking for gmsgfmt... /usr/bin/msgfmt >checking for xgettext... /usr/bin/xgettext >checking if C++ programs can be compiled... yes >checking for strlcat... no >checking if strlcat needs custom prototype... yes - in libkdefakes >checking for strlcpy... no >checking if strlcpy needs custom prototype... yes - in libkdefakes >checking for main in -lutil... yes >checking for main in -lcompat... no >checking for crypt in -lcrypt... yes >checking for socklen_t... yes >checking for dnet_ntoa in -ldnet... no >checking for dnet_ntoa in -ldnet_stub... no >checking for inet_ntoa... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for sys/types.h... (cached) yes >checking for stdint.h... (cached) yes >checking sys/bitypes.h usability... yes >checking sys/bitypes.h presence... yes >checking for sys/bitypes.h... yes >checking for poll in -lpoll... no >checking Carbon/Carbon.h usability... no >checking Carbon/Carbon.h presence... no >checking for Carbon/Carbon.h... no >checking CoreAudio/CoreAudio.h usability... no >checking CoreAudio/CoreAudio.h presence... no >checking for CoreAudio/CoreAudio.h... no >checking if res_init needs -lresolv... yes >checking for res_init... yes >checking if res_init needs custom prototype... no >checking for killpg in -lucb... no >checking for int... yes >checking size of int... 4 >checking for short... yes >checking size of short... 2 >checking for long... yes >checking size of long... 8 >checking for char *... yes >checking size of char *... 8 >checking for dlopen in -ldl... (cached) yes >checking for shl_unload in -ldld... no >checking for size_t... yes >checking size of size_t... 8 >checking for unsigned long... yes >checking size of unsigned long... 8 >checking sizeof size_t == sizeof unsigned long... yes >checking for PIE support... yes >checking if enabling -pie/fPIE support... yes >checking crt_externs.h usability... no >checking crt_externs.h presence... no >checking for crt_externs.h... no >checking for _NSGetEnviron... no >checking for vsnprintf... yes >checking for snprintf... yes >checking for X... libraries /usr/lib64, headers . >checking for IceConnectionNumber in -lICE... yes >checking for libXext... yes >checking for pthread_create in -lpthread... yes >checking for extra includes... no >checking for extra libs... no >checking for libz... -lz >checking for libpng... -lpng -lz -lm >checking for libjpeg6b... no >checking for libjpeg... -ljpeg >checking for perl... /usr/bin/perl >checking for Qt... libraries /usr/lib64/qt-3.3/lib, headers /usr/lib64/qt-3.3/include using -mt >checking for moc... /usr/lib64/qt-3.3/bin/moc >checking for uic... /usr/lib64/qt-3.3/bin/uic >checking whether uic supports -L ... yes >checking whether uic supports -nounload ... yes >checking if Qt needs -ljpeg... no >checking for rpath... no >checking for KDE... libraries /usr/lib64, headers /usr/include/kde >checking if UIC has KDE plugins available... yes >checking for KDE paths... defaults >checking for dcopidl... /usr/bin/dcopidl >checking for dcopidl2cpp... /usr/bin/dcopidl2cpp >checking for mcopidl... /usr/bin/mcopidl >checking for artsc-config... /usr/bin/artsc-config >checking for meinproc... /usr/bin/meinproc >checking for kconfig_compiler... /usr/bin/kconfig_compiler >checking for dcopidlng... /usr/bin/dcopidlng >checking for xmllint... /usr/bin/xmllint >checking whether byte ordering is bigendian... no >checking for MAXPATHLEN... 4096 >checking if admin should be compiled... no >checking if doc should be compiled... yes >checking if man should be compiled... yes >checking if po should be compiled... yes >checking if src should be compiled... yes >configure: creating ./config.status >wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1254. >config.status: creating Makefile >config.status: creating admin/Makefile >config.status: creating doc/Makefile >config.status: creating doc/en/Makefile >config.status: creating man/Makefile >config.status: creating po/Makefile >config.status: creating src/Makefile >config.status: creating src/icons/Makefile >config.status: creating src/icons/hicolor/Makefile >config.status: creating src/icons/hicolor/16x16/Makefile >config.status: creating src/icons/hicolor/16x16/actions/Makefile >config.status: creating src/konqi/Makefile >config.status: creating src/pics/Makefile >config.status: creating config.h >config.status: executing depfiles commands >Good - your configure finished. Start make now >+ make -j8 >make all-recursive >make[1]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1' >Making all in doc >make[2]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/doc' >Making all in . >make[3]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/doc' >make[3]: Nothing to be done for `all-am'. >make[3]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/doc' >Making all in en >make[3]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/doc/en' >/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook >make[3]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/doc/en' >make[2]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/doc' >Making all in man >make[2]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/man' >make[2]: Nothing to be done for `all'. >make[2]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/man' >Making all in po >make[2]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/po' >rm -f sv.gmo; /usr/bin/msgfmt -o sv.gmo ./sv.po >rm -f nb.gmo; /usr/bin/msgfmt -o nb.gmo ./nb.po >rm -f nl.gmo; /usr/bin/msgfmt -o nl.gmo ./nl.po >rm -f he.gmo; /usr/bin/msgfmt -o he.gmo ./he.po >rm -f ru.gmo; /usr/bin/msgfmt -o ru.gmo ./ru.po >rm -f ko.gmo; /usr/bin/msgfmt -o ko.gmo ./ko.po >rm -f ar.gmo; /usr/bin/msgfmt -o ar.gmo ./ar.po >rm -f fr.gmo; /usr/bin/msgfmt -o fr.gmo ./fr.po >test ! -f sv.gmo || touch sv.gmo >test ! -f nb.gmo || touch nb.gmo >test ! -f nl.gmo || touch nl.gmo >test ! -f he.gmo || touch he.gmo >test ! -f ru.gmo || touch ru.gmo >rm -f nds.gmo; /usr/bin/msgfmt -o nds.gmo ./nds.po >test ! -f ko.gmo || touch ko.gmo >test ! -f ar.gmo || touch ar.gmo >test ! -f fr.gmo || touch fr.gmo >rm -f ca.gmo; /usr/bin/msgfmt -o ca.gmo ./ca.po >rm -f pl.gmo; /usr/bin/msgfmt -o pl.gmo ./pl.po >rm -f sl.gmo; /usr/bin/msgfmt -o sl.gmo ./sl.po >rm -f pt_BR.gmo; /usr/bin/msgfmt -o pt_BR.gmo ./pt_BR.po >rm -f es.gmo; /usr/bin/msgfmt -o es.gmo ./es.po >rm -f it.gmo; /usr/bin/msgfmt -o it.gmo ./it.po >test ! -f nds.gmo || touch nds.gmo >test ! -f ca.gmo || touch ca.gmo >test ! -f pl.gmo || touch pl.gmo >test ! -f sl.gmo || touch sl.gmo >test ! -f pt_BR.gmo || touch pt_BR.gmo >test ! -f es.gmo || touch es.gmo >test ! -f it.gmo || touch it.gmo >rm -f zh_CN.gmo; /usr/bin/msgfmt -o zh_CN.gmo ./zh_CN.po >rm -f de.gmo; /usr/bin/msgfmt -o de.gmo ./de.po >test ! -f zh_CN.gmo || touch zh_CN.gmo >test ! -f de.gmo || touch de.gmo >make[2]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/po' >Making all in src >make[2]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src' >Making all in pics >make[3]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src/pics' >make[3]: Nothing to be done for `all'. >make[3]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src/pics' >Making all in icons >make[3]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons' >Making all in hicolor >make[4]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor' >Making all in 16x16 >make[5]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor/16x16' >Making all in actions >make[6]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor/16x16/actions' >make[6]: Nothing to be done for `all'. >make[6]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor/16x16/actions' >make[6]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor/16x16' >make[6]: Nothing to be done for `all-am'. >make[6]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor/16x16' >make[5]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor/16x16' >make[5]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor' >make[5]: Nothing to be done for `all-am'. >make[5]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor' >make[4]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons/hicolor' >make[4]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons' >make[4]: Nothing to be done for `all-am'. >make[4]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons' >make[3]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src/icons' >Making all in konqi >make[3]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src/konqi' >make[3]: Nothing to be done for `all'. >make[3]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src/konqi' >make[3]: Entering directory `/builddir/build/BUILD/kflickr-0.9.1/src' >rm -rf authcomplete.h; >rm -rf authquestiondlg.h; >rm -rf kflickrWidgetUI.h; >rm -rf preview.h; >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload ./authcomplete.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> authcomplete.h ; >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload ./authquestiondlg.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> authquestiondlg.h ; >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload ./kflickrWidgetUI.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> kflickrWidgetUI.h ; >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload ./preview.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> preview.h ; >rm -rf photopropertiesui.h; >rm -rf uploadprogressui.h; >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload ./photopropertiesui.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> photopropertiesui.h ; >/usr/lib64/qt-3.3/bin/moc ./flickrcomm.h -o flickrcomm.moc >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload ./uploadprogressui.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> uploadprogressui.h ; >/usr/lib64/qt-3.3/bin/moc ./kflickrwidget.h -o kflickrwidget.moc >/usr/lib64/qt-3.3/bin/moc ./photolistview.h -o photolistview.moc >/usr/lib64/qt-3.3/bin/moc ./previewdlg.h -o previewdlg.moc >/usr/lib64/qt-3.3/bin/moc ./photoproperties.h -o photoproperties.moc >/usr/lib64/qt-3.3/bin/moc ./photo.h -o photo.moc >/usr/bin/dcopidl ./kflickrwidgetiface.h > kflickrwidgetiface.kidl || ( rm -f kflickrwidgetiface.kidl ; false ) >/usr/lib64/qt-3.3/bin/moc authcomplete.h -o authcomplete.moc >/usr/lib64/qt-3.3/bin/moc authquestiondlg.h -o authquestiondlg.moc >/usr/lib64/qt-3.3/bin/moc kflickrWidgetUI.h -o kflickrWidgetUI.moc >/usr/lib64/qt-3.3/bin/moc ./uploadprogress.h -o uploadprogress.moc.cpp >/usr/lib64/qt-3.3/bin/moc ./kflickrpart.h -o kflickrpart.moc.cpp >g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o main.o main.cpp >/usr/lib64/qt-3.3/bin/moc ./kflickr.h -o kflickr.moc >rm -f authcomplete.cpp >rm -f authquestiondlg.cpp >rm -f kflickrWidgetUI.cpp >echo '#include <kdialog.h>' > authcomplete.cpp >echo '#include <kdialog.h>' > authquestiondlg.cpp >echo '#include <kdialog.h>' > kflickrWidgetUI.cpp >echo '#include <klocale.h>' >> authquestiondlg.cpp >echo '#include <klocale.h>' >> authcomplete.cpp >echo '#include <klocale.h>' >> kflickrWidgetUI.cpp >/usr/lib64/qt-3.3/bin/moc preview.h -o preview.moc >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -tr tr2i18n -i authquestiondlg.h ./authquestiondlg.ui > authquestiondlg.cpp.temp ; ret=$?; \ > /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" authquestiondlg.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_authquestiondlg,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> authquestiondlg.cpp ;\ > rm -f authquestiondlg.cpp.temp ;\ > if test "$ret" = 0; then echo '#include "authquestiondlg.moc"' >> authquestiondlg.cpp; else rm -f authquestiondlg.cpp ; exit $ret ; fi >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -tr tr2i18n -i authcomplete.h ./authcomplete.ui > authcomplete.cpp.temp ; ret=$?; \ > /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" authcomplete.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_authcomplete,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> authcomplete.cpp ;\ > rm -f authcomplete.cpp.temp ;\ > if test "$ret" = 0; then echo '#include "authcomplete.moc"' >> authcomplete.cpp; else rm -f authcomplete.cpp ; exit $ret ; fi >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -tr tr2i18n -i kflickrWidgetUI.h ./kflickrWidgetUI.ui > kflickrWidgetUI.cpp.temp ; ret=$?; \ > /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" kflickrWidgetUI.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_kflickrWidgetUI,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> kflickrWidgetUI.cpp ;\ > rm -f kflickrWidgetUI.cpp.temp ;\ > if test "$ret" = 0; then echo '#include "kflickrWidgetUI.moc"' >> kflickrWidgetUI.cpp; else rm -f kflickrWidgetUI.cpp ; exit $ret ; fi >/usr/lib64/qt-3.3/bin/moc photopropertiesui.h -o photopropertiesui.moc >/usr/lib64/qt-3.3/bin/moc uploadprogressui.h -o uploadprogressui.moc >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o uploadprogress.moc.lo uploadprogress.moc.cpp >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o kflickrpart.moc.lo kflickrpart.moc.cpp >g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o kflickr.o kflickr.cpp >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o flickrcomm.lo flickrcomm.cpp >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o kflickrwidget.lo kflickrwidget.cpp >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o photolistview.lo photolistview.cpp >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o previewdlg.lo previewdlg.cpp >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qwidget.h:45, > from /usr/lib64/qt-3.3/include/qdesktopwidget.h:43, > from /usr/lib64/qt-3.3/include/qapplication.h:45, > from /usr/include/kde/kapplication.h:38, > from main.cpp:22: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qtextstream.h:46, > from /usr/lib64/qt-3.3/include/qtl.h:46, > from /usr/lib64/qt-3.3/include/qvaluelist.h:45, > from /usr/include/kde/kconfig.h:27, > from kflickr.cpp:21: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c kflickrpart.moc.cpp -fPIC -DPIC -o .libs/kflickrpart.moc.o > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c uploadprogress.moc.cpp -fPIC -DPIC -o .libs/uploadprogress.moc.o > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c flickrcomm.cpp -fPIC -DPIC -o .libs/flickrcomm.o > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c kflickrwidget.cpp -fPIC -DPIC -o .libs/kflickrwidget.o > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c previewdlg.cpp -fPIC -DPIC -o .libs/previewdlg.o >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdesktopwidget.h:43, > from /usr/lib64/qt-3.3/include/qapplication.h:45, > from /usr/include/kde/kapplication.h:38, > from main.cpp:22: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/include/kde/kconfigbase.h:26, > from /usr/include/kde/kconfig.h:29, > from kflickr.cpp:21: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c photolistview.cpp -fPIC -DPIC -o .libs/photolistview.o >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/include/kde/kaboutdata.h:24, > from main.cpp:24: >/usr/lib64/qt-3.3/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': >/usr/lib64/qt-3.3/include/qimage.h:61: warning: suggest parentheses around '&&' within '||' >In file included from /usr/lib64/qt-3.3/include/qvariant.h:45, > from preview.h:12, > from previewdlg.h:23, > from previewdlg.cpp:21: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qwidget.h:45, > from /usr/lib64/qt-3.3/include/qstatusbar.h:45, > from /usr/include/kde/kstatusbar.h:24, > from kflickrpart.h:23, > from kflickrpart.moc.cpp:11: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qdatastream.h:46, > from /usr/lib64/qt-3.3/include/qmap.h:47, > from flickrcomm.h:23, > from flickrcomm.cpp:20: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qwidget.h:45, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from kflickrwidget.cpp:21: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qvariant.h:45, > from ./uploadprogressui.h:12, > from uploadprogress.h:23, > from uploadprogress.moc.cpp:11: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >In file included from /usr/include/kde/kurl.h:23, > from photolistview.h:23, > from photolistview.cpp:20: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o kflickrpart.lo kflickrpart.cpp >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from preview.h:14, > from previewdlg.h:23, > from previewdlg.cpp:21: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from flickrcomm.h:25, > from flickrcomm.cpp:20: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from kflickrwidget.cpp:21: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qstatusbar.h:45, > from /usr/include/kde/kstatusbar.h:24, > from kflickrpart.h:23, > from kflickrpart.moc.cpp:11: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from previewdlg.cpp:24: >/usr/lib64/qt-3.3/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': >/usr/lib64/qt-3.3/include/qimage.h:61: warning: suggest parentheses around '&&' within '||' >In file included from kflickrwidget.h:26, > from kflickr.cpp:32: >flickrcomm.h: At global scope: >flickrcomm.h:34: warning: declaration 'class KIO::TransferJob' does not declare anything >In file included from flickrcomm.cpp:20: >flickrcomm.h: At global scope: >flickrcomm.h:34: warning: declaration 'class KIO::TransferJob' does not declare anything >In file included from /usr/lib64/qt-3.3/include/qcstring.h:46, > from /usr/lib64/qt-3.3/include/qstring.h:45, > from /usr/lib64/qt-3.3/include/qvariant.h:45, > from preview.h:12, > from previewdlg.h:23, > from previewdlg.cpp:21: >/usr/lib64/qt-3.3/include/qmemarray.h: In constructor 'QMemArray<type>::QMemArray(int) [with type = QPoint]': >/usr/lib64/qt-3.3/include/qpointarray.h:59: instantiated from here >/usr/lib64/qt-3.3/include/qmemarray.h:62: warning: conversion to 'int' from 'long unsigned int' may alter its value >In file included from flickrcomm.cpp:27: >/usr/lib64/qt-3.3/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': >/usr/lib64/qt-3.3/include/qimage.h:61: warning: suggest parentheses around '&&' within '||' >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from ./uploadprogressui.h:13, > from uploadprogress.h:23, > from uploadprogress.moc.cpp:11: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from kflickrwidget.h:26, > from kflickrwidget.cpp:27: >flickrcomm.h: At global scope: >flickrcomm.h:34: warning: declaration 'class KIO::TransferJob' does not declare anything >In file included from /usr/include/kde/kservicetype.h:24, > from /usr/include/kde/kmimetype.h:33, > from /usr/include/kde/kfileitem.h:30, > from photolistview.h:24, > from photolistview.cpp:20: >/usr/include/kde/ksycocaentry.h: In member function 'virtual void KSycocaEntry::save(QDataStream&)': >/usr/include/kde/ksycocaentry.h:104: warning: conversion to 'int' from 'Q_ULONG' may alter its value >In file included from /usr/include/kde/kservicetype.h:24, > from /usr/include/kde/kmimetype.h:33, > from /usr/include/kde/kfileitem.h:30, > from photolistview.h:24, > from kflickrwidget.cpp:28: >/usr/include/kde/ksycocaentry.h: In member function 'virtual void KSycocaEntry::save(QDataStream&)': >/usr/include/kde/ksycocaentry.h:104: warning: conversion to 'int' from 'Q_ULONG' may alter its value >In file included from /usr/include/kde/kservicetype.h:24, > from /usr/include/kde/kmimetype.h:33, > from /usr/include/kde/kfileitem.h:30, > from photolistview.h:24, > from flickrcomm.cpp:43: >/usr/include/kde/ksycocaentry.h: In member function 'virtual void KSycocaEntry::save(QDataStream&)': >/usr/include/kde/ksycocaentry.h:104: warning: conversion to 'int' from 'Q_ULONG' may alter its value >In file included from kflickrwidget.h:26, > from kflickrpart.h:28, > from kflickrpart.moc.cpp:11: >flickrcomm.h: At global scope: >flickrcomm.h:34: warning: declaration 'class KIO::TransferJob' does not declare anything >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/include/kde/kconfigbase.h:26, > from /usr/include/kde/kconfig.h:29, > from /usr/include/kde/ksimpleconfig.h:24, > from /usr/include/kde/kservicetype.h:35, > from /usr/include/kde/kmimetype.h:33, > from /usr/include/kde/kfileitem.h:30, > from photolistview.h:24, > from photolistview.cpp:20: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from uploadprogress.moc.cpp:11: >uploadprogress.h: At global scope: >uploadprogress.h:27: warning: declaration 'class KIO::Job' does not declare anything >In file included from /usr/include/kde/kfileitem.h:31, > from photolistview.h:24, > from flickrcomm.cpp:43: >/usr/include/kde/kfilemetainfo.h: At global scope: >/usr/include/kde/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o photoproperties.lo photoproperties.cpp >In file included from /usr/include/kde/kfileitem.h:31, > from photolistview.h:24, > from kflickrwidget.cpp:28: >/usr/include/kde/kfilemetainfo.h: At global scope: >/usr/include/kde/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type >In file included from /usr/include/kde/kfileitem.h:31, > from photolistview.h:24, > from photolistview.cpp:20: >/usr/include/kde/kfilemetainfo.h: At global scope: >/usr/include/kde/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type >In file included from /usr/lib64/qt-3.3/include/qdragobject.h:50, > from photolistview.h:29, > from kflickrwidget.cpp:28: >/usr/lib64/qt-3.3/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': >/usr/lib64/qt-3.3/include/qimage.h:61: warning: suggest parentheses around '&&' within '||' >flickrcomm.cpp: In member function 'KIO::TransferJob* FlickrComm::sendPhoto(const QString&, Photo*)': >flickrcomm.cpp:345: warning: conversion to 'uint' from 'Q_ULONG' may alter its value >In file included from kflickrwidget.cpp:30: >uploadprogress.h: At global scope: >uploadprogress.h:27: warning: declaration 'class KIO::Job' does not declare anything >flickrcomm.cpp: In member function 'void FlickrComm::writePhotoWithEXIF(QTextStream&, QImage&, QByteArray&)': >flickrcomm.cpp:1005: warning: conversion to 'uint' from 'ulong' may alter its value >flickrcomm.cpp:1013: warning: conversion to 'int' from 'ulong' may alter its value >flickrcomm.cpp:1013: warning: conversion to 'int' from 'ulong' may alter its value >flickrcomm.cpp:1021: warning: conversion to 'int' from 'ulong' may alter its value >flickrcomm.cpp:1021: warning: conversion to 'uint' from 'ulong' may alter its value >In file included from /usr/lib64/qt-3.3/include/qdragobject.h:50, > from photolistview.h:29, > from photolistview.cpp:20: >/usr/lib64/qt-3.3/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': >/usr/lib64/qt-3.3/include/qimage.h:61: warning: suggest parentheses around '&&' within '||' >In file included from /usr/lib64/qt-3.3/include/qcstring.h:46, > from /usr/lib64/qt-3.3/include/qiodevice.h:46, > from /usr/lib64/qt-3.3/include/qdatastream.h:45, > from /usr/lib64/qt-3.3/include/qmap.h:47, > from flickrcomm.h:23, > from flickrcomm.cpp:20: >/usr/lib64/qt-3.3/include/qmemarray.h: In constructor 'QMemArray<type>::QMemArray(int) [with type = QPoint]': >/usr/lib64/qt-3.3/include/qpointarray.h:59: instantiated from here >/usr/lib64/qt-3.3/include/qmemarray.h:62: warning: conversion to 'int' from 'long unsigned int' may alter its value >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o photo.lo photo.cpp >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o uploadprogress.lo uploadprogress.cpp >kflickrwidget.cpp: In constructor 'kflickrWidget::kflickrWidget(QWidget*, const char*, uint)': >kflickrwidget.cpp:69: warning: base 'kflickrWidgetUI' will be initialized after >kflickrwidget.cpp:69: warning: base 'DCOPObject' >kflickrwidget.cpp:64: warning: when initialized here > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c kflickrpart.cpp -fPIC -DPIC -o .libs/kflickrpart.o >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o exif.lo exif.cpp >In file included from kflickrwidget.h:26, > from kflickrpart.h:28, > from photolistview.cpp:47: >flickrcomm.h: At global scope: >flickrcomm.h:34: warning: declaration 'class KIO::TransferJob' does not declare anything >In file included from /usr/lib64/qt-3.3/include/qcstring.h:46, > from /usr/lib64/qt-3.3/include/qstring.h:45, > from /usr/include/kde/kurl.h:23, > from photolistview.h:23, > from photolistview.cpp:20: >/usr/lib64/qt-3.3/include/qmemarray.h: In constructor 'QMemArray<type>::QMemArray(int) [with type = QPoint]': >/usr/lib64/qt-3.3/include/qpointarray.h:59: instantiated from here >/usr/lib64/qt-3.3/include/qmemarray.h:62: warning: conversion to 'int' from 'long unsigned int' may alter its value > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c photoproperties.cpp -fPIC -DPIC -o .libs/photoproperties.o >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qobject.h:46, > from /usr/lib64/qt-3.3/include/qtimer.h:45, > from kflickrpart.cpp:22: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >flickrcomm.cpp: In member function 'void FlickrComm::writePhotoWithEXIF(QTextStream&, QImage&, QByteArray&)': >flickrcomm.cpp:1017: warning: 'num2Remove' may be used uninitialized in this function > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c uploadprogress.cpp -fPIC -DPIC -o .libs/uploadprogress.o > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c photo.cpp -fPIC -DPIC -o .libs/photo.o >In file included from /usr/lib64/qt-3.3/include/qvariant.h:45, > from photopropertiesui.h:12, > from photoproperties.h:23, > from photoproperties.cpp:21: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qtimer.h:45, > from kflickrpart.cpp:22: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/include/kde/kurl.h:23, > from photo.h:23, > from photo.cpp:20: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qvariant.h:45, > from ./uploadprogressui.h:12, > from uploadprogress.h:23, > from uploadprogress.cpp:20: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c exif.cpp -fPIC -DPIC -o .libs/exif.o >In file included from kflickrwidget.h:26, > from kflickrpart.h:28, > from kflickrpart.cpp:28: >flickrcomm.h: At global scope: >flickrcomm.h:34: warning: declaration 'class KIO::TransferJob' does not declare anything >In file included from /usr/include/kde/kaboutdata.h:24, > from kflickrpart.cpp:113: >/usr/lib64/qt-3.3/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': >/usr/lib64/qt-3.3/include/qimage.h:61: warning: suggest parentheses around '&&' within '||' >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from photopropertiesui.h:13, > from photoproperties.h:23, > from photoproperties.cpp:21: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qtimer.h:45, > from photo.h:26, > from photo.cpp:20: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qfile.h:46, > from exif.h:22, > from exif.cpp:19: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from ./uploadprogressui.h:13, > from uploadprogress.h:23, > from uploadprogress.cpp:20: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/include/kde/kservicetype.h:24, > from /usr/include/kde/kmimetype.h:33, > from /usr/include/kde/kfileitem.h:30, > from /usr/include/kde/kio/previewjob.h:27, > from photo.cpp:25: >/usr/include/kde/ksycocaentry.h: In member function 'virtual void KSycocaEntry::save(QDataStream&)': >/usr/include/kde/ksycocaentry.h:104: warning: conversion to 'int' from 'Q_ULONG' may alter its value >In file included from photoproperties.cpp:27: >/usr/lib64/qt-3.3/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': >/usr/lib64/qt-3.3/include/qimage.h:61: warning: suggest parentheses around '&&' within '||' >In file included from /usr/include/kde/kfileitem.h:31, > from /usr/include/kde/kio/previewjob.h:27, > from photo.cpp:25: >/usr/include/kde/kfilemetainfo.h: At global scope: >/usr/include/kde/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type >/usr/bin/dcopidl2cpp --c++-suffix cpp --no-signals --no-stub kflickrwidgetiface.kidl >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o authcomplete.lo authcomplete.cpp >In file included from uploadprogress.cpp:20: >uploadprogress.h: At global scope: >uploadprogress.h:27: warning: declaration 'class KIO::Job' does not declare anything >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdesktopwidget.h:43, > from /usr/lib64/qt-3.3/include/qapplication.h:45, > from exif.cpp:25: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qcstring.h:46, > from /usr/lib64/qt-3.3/include/qstring.h:45, > from /usr/include/kde/kurl.h:23, > from photo.h:23, > from photo.cpp:20: >/usr/lib64/qt-3.3/include/qmemarray.h: In constructor 'QMemArray<type>::QMemArray(int) [with type = QPoint]': >/usr/lib64/qt-3.3/include/qpointarray.h:59: instantiated from here >/usr/lib64/qt-3.3/include/qmemarray.h:62: warning: conversion to 'int' from 'long unsigned int' may alter its value >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o authquestiondlg.lo authquestiondlg.cpp >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o kflickrWidgetUI.lo kflickrWidgetUI.cpp >rm -f preview.cpp >echo '#include <kdialog.h>' > preview.cpp >echo '#include <klocale.h>' >> preview.cpp >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -tr tr2i18n -i preview.h ./preview.ui > preview.cpp.temp ; ret=$?; \ > /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" preview.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_preview,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> preview.cpp ;\ > rm -f preview.cpp.temp ;\ > if test "$ret" = 0; then echo '#include "preview.moc"' >> preview.cpp; else rm -f preview.cpp ; exit $ret ; fi >rm -f photopropertiesui.cpp >echo '#include <kdialog.h>' > photopropertiesui.cpp >echo '#include <klocale.h>' >> photopropertiesui.cpp >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -tr tr2i18n -i photopropertiesui.h ./photopropertiesui.ui > photopropertiesui.cpp.temp ; ret=$?; \ > /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" photopropertiesui.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_photopropertiesui,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> photopropertiesui.cpp ;\ > rm -f photopropertiesui.cpp.temp ;\ > if test "$ret" = 0; then echo '#include "photopropertiesui.moc"' >> photopropertiesui.cpp; else rm -f photopropertiesui.cpp ; exit $ret ; fi > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c authcomplete.cpp -fPIC -DPIC -o .libs/authcomplete.o > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c authquestiondlg.cpp -fPIC -DPIC -o .libs/authquestiondlg.o > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c kflickrWidgetUI.cpp -fPIC -DPIC -o .libs/kflickrWidgetUI.o >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qwidget.h:45, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from authcomplete.cpp:1: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >rm -f uploadprogressui.cpp >echo '#include <kdialog.h>' > uploadprogressui.cpp >echo '#include <klocale.h>' >> uploadprogressui.cpp >/usr/lib64/qt-3.3/bin/uic -L /usr/lib64/kde3/plugins/designer -nounload -tr tr2i18n -i uploadprogressui.h ./uploadprogressui.ui > uploadprogressui.cpp.temp ; ret=$?; \ > /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" uploadprogressui.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_uploadprogressui,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> uploadprogressui.cpp ;\ > rm -f uploadprogressui.cpp.temp ;\ > if test "$ret" = 0; then echo '#include "uploadprogressui.moc"' >> uploadprogressui.cpp; else rm -f uploadprogressui.cpp ; exit $ret ; fi >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qwidget.h:45, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from authquestiondlg.cpp:1: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/bin/sh ../libtool --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -L/usr/lib64/qt-3.3/lib -L/usr/lib64 -o kflickr main.o kflickr.o -lkparts -lkdeui -lkio >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qwidget.h:45, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from kflickrWidgetUI.cpp:1: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o kflickrwidgetiface_skel.lo kflickrwidgetiface_skel.cpp >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o preview.lo preview.cpp >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from authcomplete.cpp:1: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from authquestiondlg.cpp:1: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from kflickrWidgetUI.cpp:1: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o photopropertiesui.lo photopropertiesui.cpp > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c kflickrwidgetiface_skel.cpp -fPIC -DPIC -o .libs/kflickrwidgetiface_skel.o >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o uploadprogressui.lo uploadprogressui.cpp > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c preview.cpp -fPIC -DPIC -o .libs/preview.o >In file included from /usr/include/kde/kurl.h:23, > from ./kflickrwidgetiface.h:24, > from kflickrwidgetiface_skel.cpp:9: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -o kflickr main.o kflickr.o -L/usr/lib64/qt-3.3/lib -L/usr/lib64 /usr/lib64/libkparts.so /usr/lib64/libkdeui.so /usr/lib64/libkio.so -Wl,--rpath -Wl,/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c photopropertiesui.cpp -fPIC -DPIC -o .libs/photopropertiesui.o >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qwidget.h:45, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from preview.cpp:1: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/bin/ld: main.o: undefined reference to symbol 'KAboutData::KAboutData(char const*, char const*, char const*, char const*, int, char const*, char const*, char const*, char const*)' >/usr/bin/ld: note: 'KAboutData::KAboutData(char const*, char const*, char const*, char const*, int, char const*, char const*, char const*, char const*)' is defined in DSO /usr/lib64/libkdecore.so.4 so try adding it to the linker command line >/usr/lib64/libkdecore.so.4: could not read symbols: Invalid operation >collect2: ld returned 1 exit status >make[3]: *** [kflickr] Error 1 >make[3]: *** Waiting for unfinished jobs.... >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/include/kde/dcopobject.h:26, > from ./kflickrwidgetiface.h:26, > from kflickrwidgetiface_skel.cpp:9: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib64/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c uploadprogressui.cpp -fPIC -DPIC -o .libs/uploadprogressui.o >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qwidget.h:45, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from photopropertiesui.cpp:1: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from preview.cpp:1: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qwindowdefs.h:47, > from /usr/lib64/qt-3.3/include/qwidget.h:45, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from uploadprogressui.cpp:1: >/usr/lib64/qt-3.3/include/qstring.h: In member function 'char QChar::latin1() const': >/usr/lib64/qt-3.3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setCell(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In member function 'void QChar::setRow(uchar)': >/usr/lib64/qt-3.3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)': >/usr/lib64/qt-3.3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value >/usr/lib64/qt-3.3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)': >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value >In file included from preview.cpp:20: >/usr/lib64/qt-3.3/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': >/usr/lib64/qt-3.3/include/qimage.h:61: warning: suggest parentheses around '&&' within '||' >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from photopropertiesui.cpp:1: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >In file included from /usr/lib64/qt-3.3/include/qobject.h:48, > from /usr/lib64/qt-3.3/include/qwidget.h:46, > from /usr/lib64/qt-3.3/include/qdialog.h:45, > from /usr/include/kde/kdialog.h:26, > from uploadprogressui.cpp:1: >/usr/lib64/qt-3.3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)': >/usr/lib64/qt-3.3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value >/usr/lib64/qt-3.3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)': >/usr/lib64/qt-3.3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value >make[3]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src' >make[2]: *** [all-recursive] Error 1 >make[2]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1/src' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/builddir/build/BUILD/kflickr-0.9.1' >make: *** [all] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.qi6TKq (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.qi6TKq (%build) >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/kflickr.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 333, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/kflickr.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 599814
:
419859
|
419860
|
419861
|
419862
| 419863 |
419864