|
本来想打包个最新版的飞信
结果死活就是卡在QXmlQuery上
好郁闷,哪位朋友有解决办法……help~~~~
spec文件如下
# #define ver 1.1
# %define build_number 1
# %define debug_package %{nil}
#
# Name: linux-fetion
# Version: 1.1
# Release: %{build_number}%{?dist}
# Summary: Fetion for linux
#
# Group: Applications/Internet/Instant Messenger
# License: GPLv2
# URL: http://libfetion-gui.googlecode.com
# Source0: http://libfetion-gui.googlecode.com/files/linux_fetion_v%{version}.tar.gz
# BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#
# BuildRequires: libqt4, libqt4-devel, curl-devel, gcc, glibc-devel
# #Requires:
#
# %description
# Fetion GUI Applictions of China Mobile's Fetion IM,
# which is based on libfetion library.
#
# %prep
# %setup -q -n linux_fetion_v%{version}
# %ifarch x86_64
# ./64_libfetion.sh
# %endif
# qmake
#
# %build
# make %{?_smp_mflags}
#
#
# %install
# rm -rf $RPM_BUILD_ROOT
# #mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/
# #cp -f ./misc/fetion.png $RPM_BUILD_ROOT/usr/share/pixmaps/
# #chmod 644 $RPM_BUILD_ROOT/usr/share/pixmaps/fetion.png
#
# #mkdir -p $RPM_BUILD_ROOT/usr/share/app-install/icons/
# #cp ./misc/fetion.png $RPM_BUILD_ROOT/usr/share/app-install/icons/
# #chmod 644 $RPM_BUILD_ROOT/usr/share/app-install/icons/fetion.png
#
# #mkdir -p $RPM_BUILD_ROOT/usr/share/libfetion/
# #cp -rf ./faces_image/ $RPM_BUILD_ROOT/usr/share/libfetion/
# #cp -rf ./sound/ $RPM_BUILD_ROOT/usr/share/libfetion/
# #cp -rf ./skins/ $RPM_BUILD_ROOT/usr/share/libfetion/
# #cp -f ./fetion_utf8_CN.qm $RPM_BUILD_ROOT/usr/share/libfetion/
# #chmod -R 755 $RPM_BUILD_ROOT/usr/share/libfetion/
#
# #mkdir -p $RPM_BUILD_ROOT/usr/share/applications/
# #cp -rf ./misc/LibFetion.desktop \
# #$RPM_BUILD_ROOT/usr/share/applications/
# #chmod 644 $RPM_BUILD_ROOT/usr/share/applications/LibFetion.desktop
#
# #mkdir -p $RPM_BUILD_ROOT/usr/bin/
# #cp linux-fetion $RPM_BUILD_ROOT/usr/bin/
# #strip $RPM_BUILD_ROOT/usr/bin/linux-fetion
# #chmod +x $RPM_BUILD_ROOT/usr/bin/linux-fetion
# #mkdir -p $RPM_BUILD_ROOT/usr/bin
# #cp -rf linux-fetion $RPM_BUILD_ROOT/usr/bin
# #mkdir -p $RPM_BUILD_ROOT/usr/share/libfetion/
# #cp -rf CREDITS.txt $RPM_BUILD_ROOT/usr/share/libfetion/
#
# #cd /home/xelnaga/rpmbuild/SOURCES/libfetion-gui-read-only/qt4_src
#
#
# #cp -rf skins/ faces_image/ fetion_utf8_CN.qm sound/ $RPM_BUILD_ROOT/usr/share/libfetion/
# #chmod -R 755 $RPM_BUILD_ROOT/usr/share/libfetion/
#
# #mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/
# #cp -rf ./misc/fetion.png $RPM_BUILD_ROOT/usr/share/pixmaps/
# #chmod 644 $RPM_BUILD_ROOT/usr/share/pixmaps/fetion.png
#
# #mkdir -p $RPM_BUILD_ROOT/usr/share/app-install/icons/
# #cp ./misc/fetion.png $RPM_BUILD_ROOT/usr/share/app-install/icons/
# #chmod 644 $RPM_BUILD_ROOT/usr/share/app-install/icons/fetion.png
#
# #mkdir -p $RPM_BUILD_ROOT/usr/share/applications/
# #cp -rf ./misc/LibFetion.desktop $RPM_BUILD_ROOT/usr/share/applications/
# #chmod 644 $RPM_BUILD_ROOT/usr/share/applications/LibFetion.desktop
#
# #strip $RPM_BUILD_ROOT/usr/bin/linux-fetion
# #chmod a+x $RPM_BUILD_ROOT/usr/bin/linux-fetion
# mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/
# cp -rf ./misc/fetion.png $RPM_BUILD_ROOT/usr/share/pixmaps/
# chmod 644 $RPM_BUILD_ROOT/usr/share/pixmaps/fetion.png
#
# mkdir -p $RPM_BUILD_ROOT/usr/share/app-install/icons/
# cp ./misc/fetion.png $RPM_BUILD_ROOT/usr/share/app-install/icons/
# chmod 644 $RPM_BUILD_ROOT/usr/share/app-install/icons/fetion.png
#
# mkdir -p $RPM_BUILD_ROOT/usr/share/libfetion/
# cp -rf CREDITS.txt skins/ faces_image/ fetion_utf8_CN.qm sound/ $RPM_BUILD_ROOT/usr/share/libfetion/
# chmod -R 755 $RPM_BUILD_ROOT/usr/share/libfetion/
#
# mkdir -p $RPM_BUILD_ROOT/usr/share/applications/
# cp -rf ./misc/LibFetion.desktop $RPM_BUILD_ROOT/usr/share/applications/
# chmod 644 $RPM_BUILD_ROOT/usr/share/applications/LibFetion.desktop
#
# mkdir -p $RPM_BUILD_ROOT/usr/bin
# cp -rf linux-fetion $RPM_BUILD_ROOT/usr/bin
# strip $RPM_BUILD_ROOT/usr/bin/linux-fetion
# chmod +x $RPM_BUILD_ROOT/usr/bin/linux-fetion
# %pre
# rm -rf /usr/share/libfetion
#
# %post
# update-desktop-database %{_datadir}/applications &>/dev/null || :
#
#
# %postun
# update-desktop-database %{_datadir}/applications &>/dev/null || :
#
#
# %clean
# rm -rf $RPM_BUILD_ROOT
#
#
# %files
# %defattr(-,root,root,-)
# ##%doc COPYING ChangeLog
# %{_bindir}/linux-fetion
# %{_datadir}/pixmaps/fetion.png
# %{_datadir}/app-install/icons/fetion.png
# %{_datadir}/libfetion/
# %{_datadir}/applications/LibFetion.desktop
build-log如下:
Using BUILD_ROOT=/abuild/root_8/.mount
Using BUILD_ARCH=x86_64:i686:i586:i486:i386
Doing xen build in /dev/abuild/8_root
build20 started "build linux-fetion.spec" at Thu Nov 12 12:08:27 UTC 2009.
Building linux-fetion for project 'home:Ken1989' repository 'openSUSE_Factory' arch 'x86_64' srcmd5 '1499cdf991f4d720e60953558ec1fe0b'
processing specfile /abuild/root_8/.build-srcdir/linux-fetion.spec ...
running changelog2spec --target rpm --file /abuild/root_8/.build-srcdir/linux-fetion.spec
init_buildsystem --prepare --clean --rpmlist /abuild/root_8/.build.rpmlist /abuild/root_8/.build-srcdir/linux-fetion.spec build rpmlint-Factory ...
preinstalling aaa_base...
preinstalling acl...
preinstalling attr...
preinstalling bash...
preinstalling coreutils...
preinstalling diffutils...
preinstalling filesystem...
preinstalling fillup...
preinstalling glibc...
preinstalling grep...
preinstalling insserv...
preinstalling libacl...
preinstalling libattr...
preinstalling libbz2-1...
preinstalling libgcc44...
preinstalling libxcrypt...
preinstalling m4...
preinstalling libncurses5...
preinstalling pam...
preinstalling permissions...
preinstalling libreadline6...
preinstalling rpm...
preinstalling sed...
preinstalling tar...
preinstalling zlib...
preinstalling libselinux1...
preinstalling liblzma0...
preinstalling libcap2...
preinstalling libpcre0...
preinstalling libpopt0...
preinstalling libelf1...
preinstalling liblua5_1...
preinstalling util-linux...
preinstalling perl-base...
preinstalling libdb-4_5...
preinstalling libsepol1...
preinstalling libblkid1...
preinstalling libuuid1...
copying packages...
reordering...cycle: liblcms1 -> lcms
breaking dependency liblcms1 -> lcms
cycle: libqt4-qt3support -> libqt4-x11
breaking dependency libqt4-x11 -> libqt4-qt3support
done
booting XEN kernel ...
xm create -c /var/run/bsworker_8/build/xen.conf name=build:8_root memory=750 disk=phy:/dev/abuild/8_root,hda1,w disk=phy:/dev/abuild/8_swap,hda2,w extra=quiet init=/.build/build panic=1 console=ttyS0
Using config file "/var/run/bsworker_8/build/xen.conf".
Started domain build:8_root
PCI: Fatal: No config space access function found
i8042.c: No controller found.
doing fast boot
Creating device nodes with udev
Boot logging started on /dev/xvc0(/dev/console) at Thu Nov 12 12:08:54 2009
Waiting for device /dev/hda1 to appear: ok
fsck 1.41.1 (01-Sep-2008)
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/hda1
/dev/hda1: clean, 2717/1826816 files, 198665/7296000 blocks
fsck succeeded. Mounting root device read-only.
Mounting root /dev/hda1
Warning: failed to load Config_git.pl, something strange about this perl...
2nd stage started in virtual machine
machine type: x86_64
swapon on /dev/hda2
swapon: /dev/hda2: found swap v1 signature string for 4 KiB PAGE_SIZE
swapon: /dev/hda2: pagesize=4096, swapsize=2097152000, devsize=2097152000
mount: none already mounted or //proc busy
mount: according to mtab, none is already mounted on /proc
logging output to //.build.log...
processing specfile /.build-srcdir/linux-fetion.spec ...
init_buildsystem /.build-srcdir/linux-fetion.spec build rpmlint-Factory ...
running aaa_base preinstall script
running aaa_base postinstall script
Updating etc/sysconfig/language...
Updating etc/sysconfig/backup...
Updating etc/sysconfig/boot...
Updating etc/sysconfig/kernel...
Updating etc/sysconfig/suseconfig...
Updating etc/sysconfig/clock...
Updating etc/sysconfig/proxy...
Updating etc/sysconfig/windowmanager...
Updating etc/sysconfig/sysctl...
Updating etc/sysconfig/cron...
Updating etc/sysconfig/news...
Updating etc/sysconfig/shutdown...
Updating etc/passwd...unchanged
Updating etc/group...unchanged
Updating etc/shadow...new
initializing rpm db...
installing filesystem-11.2-11.2
installing glib2-branding-upstream-2.22.1-4.1
installing pcre-7.9.0-4.1
installing terminfo-base-5.6-90.94
installing glibc-2.10.1-11.5
installing audit-libs-1.7.13-3.11
installing fillup-1.42-246.3
installing gdbm-1.8.3-374.7
installing glibc-locale-2.10.1-11.5
installing keyutils-libs-1.2-108.57
installing libattr-2.4.44-4.1
installing libbz2-1-1.0.5-37.7
installing libcap2-2.16-3.13
installing libdb-4_5-4.5.20-99.3
installing libdrm-2.4.14-5.1
installing libelf1-0.142-4.7
installing libexpat1-2.0.1-94.1
installing libgmp3-4.3.1-1.25
installing libjpeg-6.2.0-881.7
installing libltdl7-2.2.6-48.3
installing liblua5_1-5.1.4-5.1
installing liblzma0-4.999.9beta-1.1
installing libpciaccess0-7.4-24.2
installing libpixman-1-0-0.16.0-1.1
installing libpopt0-1.13-3.1
installing libselinux1-2.0.80-4.6
installing libsepol1-2.0.36-1.11
installing libxcrypt-3.0.2-2.6
installing net-tools-1.60-733.1
installing patch-2.5.9.122-1.1
installing perl-base-5.10.1-2.2
installing pkg-config-0.23-50.2
installing xorg-x11-libICE-7.4-6.8
installing xorg-x11-libXau-7.4-5.6
installing xorg-x11-libXdmcp-7.4-5.7
installing zlib-1.2.3-139.15
installing libncurses5-5.6-90.94
installing libpcre0-7.9.0-4.1
installing libjpeg-devel-6.2.0-881.7
installing libpciaccess0-devel-7.4-24.2
installing libpixman-1-0-devel-0.16.0-1.1
installing attr-2.4.44-4.1
installing file-5.03-4.1
installing freetype2-2.3.9-1.5
installing libacl-2.2.48-4.1
installing libpng12-0-1.2.39-1.3
installing libreadline6-6.0-19.4
installing xorg-x11-libfontenc-7.4-5.6
installing xorg-x11-libxcb-7.4-10.6
installing libzio-0.99-2.13
installing perl-5.10.1-2.2
installing acl-2.2.48-4.1
installing bash-4.0-19.4
installing build-compare-2009.10.14-2.4
installing brp-check-suse-1.0-22.1
installing build-2009.09.23-3.1
installing insserv-1.13.0-1.3
installing libcom_err2-1.41.9-2.2
installing libgcc44-4.4.1_20090817-4.5
installing libgomp44-4.4.1_20090817-4.5
installing libuuid1-2.16-7.1
installing bzip2-1.0.5-37.7
installing cracklib-2.8.13-1.10
installing libmpfr1-2.4.1-2.9
installing libopenssl0_9_8-0.9.8k-4.2
installing fontconfig-2.7.0-2.1
installing less-436-2.1
installing info-4.13a-2.3
installing libuuid-devel-2.16-7.1
installing cpio-2.10-3.6
installing diffutils-2.8.7-144.51
installing findutils-4.4.0-45.6
installing gawk-3.1.6-27.2
installing gzip-1.3.12-101.4
installing libblkid1-2.16-7.1
installing libidn-1.10-3.25
installing libstdc++44-4.4.1_20090817-4.5
installing libtool-2.2.6-48.3
installing m4-1.4.13-1.8
installing make-3.81-129.48
installing sed-4.1.5-129.9
installing tar-1.21-3.5
installing xorg-x11-libSM-7.4-6.3
installing binutils-2.19.51-13.5
installing grep-2.5.4-3.8
installing texinfo-4.13a-2.3
installing pam-1.1.0-2.10
installing login-3.40-1.4
installing autoconf-2.63-4.5
installing libgmpxx4-4.3.1-1.25
installing libtiff3-3.8.2-144.1
installing gettext-runtime-0.17-64.6
installing coreutils-7.1-4.1
installing linux-kernel-headers-2.6.32-1.1
post linux-kernel-headers-2.6.32-1.1 /var/tmp/rpm-tmp.EVTwlD 1
installing automake-1.11-5.3
installing glib2-2.22.1-4.1
installing sysvinit-2.86-214.1
installing timezone-2009p-1.1
WARNING: Not updating /etc/localtime with new zone file
installing xorg-x11-libX11-7.4-13.2
installing libppl7-0.10.2-4.10
installing cvs-1.12.12-154.15
installing cyrus-sasl-2.1.23-2.5
installing krb5-1.7-5.8
installing psmisc-22.7-7.1
installing groff-1.18.1.1-174.4
Updating etc/sysconfig/suseconfig...
installing xorg-x11-libXext-7.4-6.6
installing xorg-x11-libXfixes-7.4-5.6
installing xorg-x11-libXrender-7.4-5.6
installing xorg-x11-libxkbfile-7.4-5.6
installing libglib-2_0-0-2.22.1-4.1
installing libldap-2_4-2-2.4.17-6.2
installing xorg-x11-libXt-7.4-5.7
installing glibc-devel-2.10.1-11.5
installing gettext-tools-0.17-64.6
installing libppl_c2-0.10.2-4.10
installing man-2.5.2-23.1
Updating etc/sysconfig/cron...
installing aaa_base-11.2-46.1
Updating etc/sysconfig/language...
Updating etc/sysconfig/backup...
Updating etc/sysconfig/boot...
Updating etc/sysconfig/kernel...
Updating etc/sysconfig/suseconfig...
Updating etc/sysconfig/clock...
Updating etc/sysconfig/proxy...
Updating etc/sysconfig/windowmanager...
Updating etc/sysconfig/sysctl...
Updating etc/sysconfig/cron...
Updating etc/sysconfig/news...
Updating etc/sysconfig/shutdown...
Updating etc/passwd...unchanged
Updating etc/group...unchanged
Updating etc/shadow...unchanged
installing libbz2-devel-1.0.5-37.7
installing libdrm-devel-2.4.14-5.1
installing libstdc++44-devel-4.4.1_20090817-4.5
installing xorg-x11-proto-devel-7.4-19.2
installing zlib-devel-1.2.3-139.15
installing libcloog0-0.15.7+ppl-1.1
installing libgmodule-2_0-0-2.22.1-4.1
installing libgobject-2_0-0-2.22.1-4.1
installing libgthread-2_0-0-2.22.1-4.1
installing netcfg-11.1-1.46
warning: /etc/HOSTNAME created as /etc/HOSTNAME.rpmnew
installing xorg-x11-libXv-7.4-5.6
installing xorg-x11-libXmu-7.4-5.6
installing xorg-x11-libXp-7.4-5.6
installing xorg-x11-libXpm-7.4-5.6
installing libcurl4-7.19.6-1.3
installing permissions-2009.10.07.1653-1.1
Updating etc/sysconfig/security...
installing libstdc++-devel-4.4-3.5
installing libopenssl-devel-0.9.8k-4.2
installing xorg-x11-fonts-devel-7.4-4.3
installing xorg-x11-xtrans-devel-7.4-6.2
installing freetype2-devel-2.3.9-1.5
installing libcurl-devel-7.19.6-1.3
installing xorg-x11-libXprintUtil-7.4-5.6
installing libpng-devel-1.2.39-1.3
installing xorg-x11-libXau-devel-7.4-5.6
installing xorg-x11-libXdmcp-devel-7.4-5.7
installing xorg-x11-libfontenc-devel-7.4-5.6
installing xorg-x11-util-devel-7.4-1.62
installing post-build-checks-1.0-68.1
installing libgio-2_0-0-2.22.1-4.1
installing cpp44-4.4.1_20090817-4.5
installing dbus-1-1.2.16-4.1
warning: group messagebus does not exist - using root
warning: user messagebus does not exist - using root
warning: group messagebus does not exist - using root
installing pam-modules-11.2-3.6
installing util-linux-2.16-7.1
installing rpm-4.7.1-8.8
Updating etc/sysconfig/services...
installing cpp-4.4-3.5
installing dbus-1-devel-1.2.16-4.1
installing fontconfig-devel-2.7.0-2.1
installing xorg-x11-libxcb-devel-7.4-10.6
installing rpmlint-mini-1.0-220.1
installing libtiff-devel-3.8.2-144.1
installing xorg-x11-libICE-devel-7.4-6.8
installing gcc44-4.4.1_20090817-4.5
installing libqt4-4.5.3-5.3
installing glib2-devel-2.22.1-4.1
installing xorg-x11-libs-7.4-24.2
installing rpmlint-Factory-1.0-50.1
installing gcc-4.4-3.5
installing libqt4-sql-4.5.3-5.3
installing xorg-x11-libSM-devel-7.4-6.3
installing xorg-x11-libX11-devel-7.4-13.2
installing Mesa-7.6-2.1
installing gcc44-c++-4.4.1_20090817-4.5
installing gcc-c++-4.4-3.5
installing xorg-x11-libXext-devel-7.4-6.6
installing xorg-x11-libXrender-devel-7.4-5.6
installing xorg-x11-libXfixes-devel-7.4-5.6
installing xorg-x11-libxkbfile-devel-7.4-5.6
installing xorg-x11-libXt-devel-7.4-5.7
installing xorg-x11-libXp-devel-7.4-5.6
installing xorg-x11-libXv-devel-7.4-5.6
installing xorg-x11-libXpm-devel-7.4-5.6
installing xorg-x11-libXmu-devel-7.4-5.6
installing xorg-x11-libXprintUtil-devel-7.4-5.6
installing xorg-x11-devel-7.4-24.2
installing Mesa-devel-7.6-2.1
installing liblcms1-1.18a-3.2
installing liblcms-devel-1.18a-3.2
installing lcms-1.18a-3.2
installing libmng-1.0.10-91.8
installing libmng-devel-1.0.10-91.8
installing libqt4-x11-4.5.3-5.3
installing libqt4-qt3support-4.5.3-5.3
installing libqt4-devel-4.5.3-5.3
removing nis flags from //etc/nsswitch.conf...
now finalizing build dir...
/lib/dbus-1/dbus-daemon-launch-helper: unknown group messagebus
Starting SuSEconfig, the SuSE Configuration Tool...
Running in full featured mode.
Reading /etc/sysconfig and updating the system...
Executing /sbin/conf.d/SuSEconfig.glib2...
Executing /sbin/conf.d/SuSEconfig.groff...
Executing /sbin/conf.d/SuSEconfig.permissions...
/lib/dbus-1/dbus-daemon-launch-helper: unknown group messagebus
Finished.
Warning: spec file parser line 14: can't expand %(...)
-----------------------------------------------------------------
I have the following modifications for linux-fetion.spec:
7c7
< Release: %{build_number}%{?dist}
---
> Release: 4.1
-----------------------------------------------------------------
----- building linux-fetion.spec (user abuild)
-----------------------------------------------------------------
-----------------------------------------------------------------
+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --define 'jobs 4' --define 'disturl obs://build.opensuse.org/home:Ken1989/openSUSE_Factory/1499cdf991f4d720e60953558ec1fe0b-linux-fetion' /usr/src/packages/SOURCES/linux-fetion.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IajvS0
+ umask 022
+ cd /usr/src/packages/BUILD
+ cd /usr/src/packages/BUILD
+ rm -rf linux_fetion_v1.1
+ /usr/bin/gzip -dc /usr/src/packages/SOURCES/linux_fetion_v1.1.tar.gz
+ /bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd linux_fetion_v1.1
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ ./64_libfetion.sh
+ qmake
Project MESSAGE: UNIX build start...
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JLi1Nf
+ umask 022
+ cd /usr/src/packages/BUILD
+ /bin/rm -rf /usr/src/packages/BUILDROOT/linux-fetion-1.1-4.1.x86_64
++ dirname /usr/src/packages/BUILDROOT/linux-fetion-1.1-4.1.x86_64
+ /bin/mkdir -p /usr/src/packages/BUILDROOT
+ /bin/mkdir /usr/src/packages/BUILDROOT/linux-fetion-1.1-4.1.x86_64
+ cd linux_fetion_v1.1
+ make -j4
/usr/bin/uic ui/contactinfo.ui -o .ui/ui_contactinfo.h
/usr/bin/uic ui/login_window.ui -o .ui/ui_login_window.h
/usr/bin/uic ui/fetionwindow.ui -o .ui/ui_fetionwindow.h
/usr/bin/uic ui/msgwindow.ui -o .ui/ui_msgwindow.h
ui/login_window.ui: An invalid pixmap property 'pixmap' was encountered.
/usr/bin/uic ui/msgsend.ui -o .ui/ui_msgsend.h
/usr/bin/uic ui/qunwindow.ui -o .ui/ui_qunwindow.h
/usr/bin/uic ui/historyMsg.ui -o .ui/ui_historyMsg.h
/usr/bin/uic ui/verifyAccount.ui -o .ui/ui_verifyAccount.h
/usr/bin/uic ui/addBuddy.ui -o .ui/ui_addBuddy.h
/usr/bin/uic ui/proxy.ui -o .ui/ui_proxy.h
/usr/bin/uic ui/sendgroupsms.ui -o .ui/ui_sendgroupsms.h
/usr/bin/uic ui/scheduleSms/scheduleSMS.ui -o .ui/ui_scheduleSMS.h
/usr/bin/uic ui/scheduleSms/scheduleSMSManage.ui -o .ui/ui_scheduleSMSManage.h
/usr/bin/uic ui/refusesms.ui -o .ui/ui_refusesms.h
/usr/bin/uic ui/configdia.ui -o .ui/ui_configdia.h
g++ -c -m64 -pipe -I./ -I./src -I./.ui -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../share/qt4/mkspecs/default -I. -I../../../../include/QtCore -I../../../../include/QtGui -I../../../../include/QtXml -I/usr/include/QtXmlPatterns -I../../../../include -I. -I.moc -I.ui -o .tmp/main.o src/main.cpp
g++ -c -m64 -pipe -I./ -I./src -I./.ui -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../share/qt4/mkspecs/default -I. -I../../../../include/QtCore -I../../../../include/QtGui -I../../../../include/QtXml -I/usr/include/QtXmlPatterns -I../../../../include -I. -I.moc -I.ui -o .tmp/fxmain.o src/fxmain.cpp
g++ -c -m64 -pipe -I./ -I./src -I./.ui -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../share/qt4/mkspecs/default -I. -I../../../../include/QtCore -I../../../../include/QtGui -I../../../../include/QtXml -I/usr/include/QtXmlPatterns -I../../../../include -I. -I.moc -I.ui -o .tmp/fxloginwindow.o src/fxloginwindow.cpp
g++ -c -m64 -pipe -I./ -I./src -I./.ui -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../share/qt4/mkspecs/default -I. -I../../../../include/QtCore -I../../../../include/QtGui -I../../../../include/QtXml -I/usr/include/QtXmlPatterns -I../../../../include -I. -I.moc -I.ui -o .tmp/fxmainwindow.o src/fxmainwindow.cpp
g++ -c -m64 -pipe -I./ -I./src -I./.ui -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../share/qt4/mkspecs/default -I. -I../../../../include/QtCore -I../../../../include/QtGui -I../../../../include/QtXml -I/usr/include/QtXmlPatterns -I../../../../include -I. -I.moc -I.ui -o .tmp/fxbuddy.o src/fxbuddy.cpp
In file included from src/fxbuddy.cpp:23:
src/fxlocationparser.h:39:25: error: QXmlQuery: No such file or directory
g++ -c -m64 -pipe -I./ -I./src -I./.ui -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../share/qt4/mkspecs/default -I. -I../../../../include/QtCore -I../../../../include/QtGui -I../../../../include/QtXml -I/usr/include/QtXmlPatterns -I../../../../include -I. -I.moc -I.ui -o .tmp/fxbuddyManage.o src/fxbuddyManage.cpp
g++ -c -m64 -pipe -I./ -I./src -I./.ui -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../share/qt4/mkspecs/default -I. -I../../../../include/QtCore -I../../../../include/QtGui -I../../../../include/QtXml -I/usr/include/QtXmlPatterns -I../../../../include -I. -I.moc -I.ui -o .tmp/fxmsgwindow.o src/fxmsgwindow.cpp
In file included from src/fxbuddy.cpp:23:
src/fxlocationparser.h:64: error: 'QXmlQuery' does not name a type
src/fxbuddy.cpp: In member function 'void BuddyOpt::delAccount(QTreeWidgetItem*)':
src/fxbuddy.cpp:427: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
src/fxbuddy.cpp: In member function 'void BuddyOpt::addAccountToGroup(const Fetion_Account*, QString&, int, int)':
src/fxbuddy.cpp:660: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
src/fxbuddy.cpp: In member function 'void BuddyOpt::updateAccountInfo(qlonglong)':
src/fxbuddy.cpp:1119: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
make: *** [.tmp/fxbuddy.o] Error 1
make: *** Waiting for unfinished jobs....
src/fxbuddyManage.cpp: In member function 'void BuddyMge::slot_reName_group(int, int, qlonglong)':
src/fxbuddyManage.cpp:495: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
error: Bad exit status from /var/tmp/rpm-tmp.JLi1Nf (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.JLi1Nf (%build)
System halted.
build时使用的源是openSUSE:Factory
用过11.1 11.2的源,都是同样的问题,要疯了 |
|