[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#542989: marked as done (klineakconfig: FTBFS: lineak_core_functions.h:35: error: declaration of 'int* __errno_location()' throws different exceptions)



Your message dated Sun, 13 Sep 2009 21:44:24 +0200
with message-id <20090913194424.GB6444@christoph-egger.org>
and subject line builds again after new lineakd entered the archive
has caused the Debian Bug report #542989,
regarding klineakconfig: FTBFS: lineak_core_functions.h:35: error: declaration of 'int* __errno_location()' throws different exceptions
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
542989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542989
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: klineakconfig
Version: 0.9-8
Severity: serious
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klineakconfig.o -MD -MP -MF ".deps/klineakconfig.Tpo" \
> 	  -c -o klineakconfig.o `test -f 'klineakconfig.cpp' || echo './'`klineakconfig.cpp; \
> 	then mv -f ".deps/klineakconfig.Tpo" ".deps/klineakconfig.Po"; \
> 	else rm -f ".deps/klineakconfig.Tpo"; exit 1; \
> 	fi
> In file included from /usr/include/qt3/qwindowdefs.h:47,
>                  from /usr/include/qt3/qwidget.h:45,
>                  from klineak.h:26,
>                  from klineakconfig.h:26,
>                  from klineakconfig.cpp:18:
> /usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
> /usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
> /usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
> /usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
> /usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
> /usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
> /usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> /usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> In file included from /usr/include/qt3/qobject.h:48,
>                  from /usr/include/qt3/qwidget.h:46,
>                  from klineak.h:26,
>                  from klineakconfig.h:26,
>                  from klineakconfig.cpp:18:
> /usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
> /usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
> /usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
> /usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
> In file included from /usr/include/qt3/qwidget.h:52,
>                  from klineak.h:26,
>                  from klineakconfig.h:26,
>                  from klineakconfig.cpp:18:
> /usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
> /usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
> /usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
> In file included from /usr/include/kde/klistbox.h:21,
>                  from /usr/include/kde/kjanuswidget.h:27,
>                  from /usr/include/kde/kdialogbase.h:27,
>                  from /usr/include/kde/klineeditdlg.h:26,
>                  from klineak.h:42,
>                  from klineakconfig.h:26,
>                  from klineakconfig.cpp:18:
> /usr/include/qt3/qlistbox.h: In member function 'int QListBox::cellWidth() const':
> /usr/include/qt3/qlistbox.h:194: warning: conversion to 'int' from 'long int' may alter its value
> /usr/include/qt3/qlistbox.h: In member function 'int QListBox::cellWidth(int) const':
> /usr/include/qt3/qlistbox.h:195: warning: conversion to 'int' from 'long int' may alter its value
> In file included from klineakdef.h:27,
>                  from klineakconfig.h:30,
>                  from klineakconfig.cpp:18:
> /usr/include/qt3/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
> /usr/include/qt3/qimage.h:61: warning: suggest parentheses around && within ||
> In file included from /usr/include/kde/kservicetype.h:24,
>                  from /usr/include/kde/kmimetype.h:33,
>                  from /usr/include/kde/kfiledialog.h:33,
>                  from klineakdef.h:31,
>                  from klineakconfig.h:30,
>                  from klineakconfig.cpp:18:
> /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 advancedkbd.h:25,
>                  from klineakconfig.h:31,
>                  from klineakconfig.cpp:18:
> /usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
> /usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
> In file included from klineakconfig.h:55,
>                  from klineakconfig.cpp:18:
> /usr/include/lineak/lineak_core_functions.h: At global scope:
> /usr/include/lineak/lineak_core_functions.h:35: error: declaration of 'int* __errno_location()' throws different exceptions
> /usr/include/bits/errno.h:43: error: from previous declaration 'int* __errno_location() throw ()'
> In file included from klineakconfig.cpp:19:
> /usr/include/lineak/msgpasser.h:82: error: declaration of 'int* __errno_location()' throws different exceptions
> /usr/include/lineak/lineak_core_functions.h:35: error: from previous declaration 'int* __errno_location() throw ()'
> klineakconfig.cpp:290: warning: unused parameter 'parsefile'
> klineakconfig.cpp:380: warning: unused parameter 'box'
> klineakconfig.cpp: In member function 'virtual void KlineakConfig::setKeyboard(QString)':
> klineakconfig.cpp:607: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement
> klineakconfig.cpp: At global scope:
> klineakconfig.cpp:891: warning: unused parameter 'sig_num'
> klineakconfig.cpp:903: warning: unused parameter 'sig_num'
> klineakconfig.cpp:907: warning: unused parameter 'sig_num'
> make[3]: *** [klineakconfig.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/08/22/klineakconfig_0.9-8_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
	I'm hereby closing the bug unversioned as the actualy fix was
implemented in lineakd and klineakconfig was never the actual
culprint.

	After updating lineakd to 1:0.9-6 klineakconfig builds fine again
on a clean sid i386 chroot while it was failing there with earlier
versions as displayed on the log in the bug.

Regards

	Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /    Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/
I: Running in no-targz mode
I: using fakeroot in build.
I: Current time: Sun Sep 13 21:31:58 CEST 2009
I: pbuilder-time-stamp: 1252870318
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: i386
Maintainer: Debian Pbuilder Team <pbuilder-maint@lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder and should
Depends: debhelper (>> 5.0.0), autotools-dev, libtool, autoconf, automake1.7, liblineak-dev (>= 1:0.9), lineakd (>= 1:0.9), libxkbfile-dev, libqt3-mt-dev (>= 3:3.3.4-7), kdelibs4-dev (>= 4:3.4.2)
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in `/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 10833 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from .../pbuilder-satisfydepends-dummy.deb) ...
dpkg: dependency problems prevent configuration of pbuilder-satisfydepends-dummy:
 pbuilder-satisfydepends-dummy depends on debhelper (>> 5.0.0); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on autotools-dev; however:
  Package autotools-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libtool; however:
  Package libtool is not installed.
 pbuilder-satisfydepends-dummy depends on autoconf; however:
  Package autoconf is not installed.
 pbuilder-satisfydepends-dummy depends on automake1.7; however:
  Package automake1.7 is not installed.
 pbuilder-satisfydepends-dummy depends on liblineak-dev (>= 1:0.9); however:
  Package liblineak-dev is not installed.
 pbuilder-satisfydepends-dummy depends on lineakd (>= 1:0.9); however:
  Package lineakd is not installed.
 pbuilder-satisfydepends-dummy depends on libxkbfile-dev; however:
  Package libxkbfile-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libqt3-mt-dev (>= 3:3.3.4-7); however:
  Package libqt3-mt-dev is not installed.
 pbuilder-satisfydepends-dummy depends on kdelibs4-dev (>= 4:3.4.2); however:
  Package kdelibs4-dev is not installed.
dpkg: error processing pbuilder-satisfydepends-dummy (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 pbuilder-satisfydepends-dummy
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  autoconf{a} automake1.7{a} autotools-dev{a} bsdmainutils{a} comerr-dev{a} 
  debhelper{a} defoma{a} esound-common{a} file{a} fontconfig{a} 
  fontconfig-config{a} gettext{a} gettext-base{a} groff-base{a} 
  hicolor-icon-theme{a} html2text{a} intltool-debian{a} kdelibs-data{a} 
  kdelibs4-dev{a} kdelibs4c2a{a} libacl1-dev{a} libart-2.0-2{a} 
  libart-2.0-dev{a} libarts1-dev{a} libarts1c2a{a} libartsc0{a} 
  libartsc0-dev{a} libasound2{a} libasound2-dev{a} libaspell-dev{a} 
  libaspell15{a} libattr1-dev{a} libaudio-dev{a} libaudio2{a} 
  libaudiofile-dev{a} libaudiofile0{a} libavahi-client-dev{a} 
  libavahi-client3{a} libavahi-common-data{a} libavahi-common-dev{a} 
  libavahi-common3{a} libavahi-qt3-1{a} libavahi-qt3-dev{a} libbz2-dev{a} 
  libcelt0{a} libcroco3{a} libcups2{a} libcups2-dev{a} libdbus-1-3{a} 
  libdbus-1-dev{a} libdrm2{a} libesd-alsa0{a} libesd0-dev{a} libexpat1{a} 
  libexpat1-dev{a} libfam-dev{a} libfam0{a} libfontconfig1{a} 
  libfontconfig1-dev{a} libfreetype6{a} libfreetype6-dev{a} 
  libgcrypt11-dev{a} libgl1-mesa-dev{a} libgl1-mesa-glx{a} libglib2.0-0{a} 
  libglib2.0-dev{a} libglu1-mesa{a} libglu1-mesa-dev{a} libgnutls-dev{a} 
  libgpg-error-dev{a} libgssrpc4{a} libice-dev{a} libice6{a} 
  libidn11-dev{a} libilmbase-dev{a} libilmbase6{a} libjack-dev{a} 
  libjack0{a} libjasper-dev{a} libjasper1{a} libjpeg62{a} libjpeg62-dev{a} 
  libkadm5srv6{a} libkdb5-4{a} libkrb5-dev{a} liblcms1{a} liblcms1-dev{a} 
  liblineak-0.9-0{a} liblineak-dev{a} liblua50{a} liblua50-dev{a} 
  liblualib50{a} liblualib50-dev{a} libmad0{a} libmad0-dev{a} libmagic1{a} 
  libmng-dev{a} libmng1{a} libnewt0.52{a} libogg-dev{a} libogg0{a} 
  libopenexr-dev{a} libopenexr6{a} libpcre3{a} libpcre3-dev{a} 
  libpcrecpp0{a} libpng12-0{a} libpng12-dev{a} libpopt0{a} 
  libpthread-stubs0{a} libpthread-stubs0-dev{a} libqt3-headers{a} 
  libqt3-mt{a} libqt3-mt-dev{a} libsamplerate0{a} libsasl2-dev{a} 
  libsasl2-modules{a} libsm-dev{a} libsm6{a} libssl-dev{a} 
  libtasn1-3-dev{a} libtiff4{a} libtiff4-dev{a} libtiffxx0c2{a} libtool{a} 
  libvorbis-dev{a} libvorbis0a{a} libvorbisenc2{a} libvorbisfile3{a} 
  libx11-6{a} libx11-data{a} libx11-dev{a} libxau-dev{a} libxau6{a} 
  libxaw7{a} libxcb1{a} libxcb1-dev{a} libxcursor-dev{a} libxcursor1{a} 
  libxdamage1{a} libxdmcp-dev{a} libxdmcp6{a} libxext-dev{a} libxext6{a} 
  libxfixes-dev{a} libxfixes3{a} libxft-dev{a} libxft2{a} libxi-dev{a} 
  libxi6{a} libxinerama-dev{a} libxinerama1{a} libxkbfile-dev{a} 
  libxkbfile1{a} libxml2{a} libxml2-dev{a} libxml2-utils{a} libxmu-dev{a} 
  libxmu-headers{a} libxmu6{a} libxmuu1{a} libxpm4{a} libxrandr-dev{a} 
  libxrandr2{a} libxrender-dev{a} libxrender1{a} libxslt1-dev{a} 
  libxslt1.1{a} libxt-dev{a} libxt6{a} libxtrap6{a} libxtst6{a} 
  libxxf86misc1{a} libxxf86vm1{a} lineakd{a} lua50{a} m4{a} man-db{a} 
  menu-xdg{a} mesa-common-dev{a} module-init-tools{a} oss-compat{a} 
  pkg-config{a} po-debconf{a} qt3-dev-tools{a} ttf-dejavu{a} 
  ttf-dejavu-core{a} ttf-dejavu-extra{a} ucf{a} whiptail{a} x11-common{a} 
  x11-xserver-utils{a} x11proto-core-dev{a} x11proto-fixes-dev{a} 
  x11proto-input-dev{a} x11proto-kb-dev{a} x11proto-randr-dev{a} 
  x11proto-render-dev{a} x11proto-xext-dev{a} x11proto-xinerama-dev{a} 
  xauth{a} xtrans-dev{a} zlib1g-dev{a} 
The following partially installed packages will be configured:
  pbuilder-satisfydepends-dummy 
0 packages upgraded, 203 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/73.1MB of archives. After unpacking 227MB will be used.
Writing extended state information...
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously deselected package libmagic1.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10833 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_5.03-1_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_5.03-1_i386.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-14_i386.deb) ...
Selecting previously deselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_7.8-2+b1_i386.deb) ...
Selecting previously deselected package libglib2.0-0.
Unpacking libglib2.0-0 (from .../libglib2.0-0_2.20.5-1_i386.deb) ...
Selecting previously deselected package libxml2.
Unpacking libxml2 (from .../libxml2_2.7.4.dfsg-1_i386.deb) ...
Selecting previously deselected package libcroco3.
Unpacking libcroco3 (from .../libcroco3_0.6.1-2_i386.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.17-8_i386.deb) ...
Selecting previously deselected package gettext.
Unpacking gettext (from .../gettext_0.17-8_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.16_all.deb) ...
Selecting previously deselected package groff-base.
Unpacking groff-base (from .../groff-base_1.20.1-5_i386.deb) ...
Selecting previously deselected package bsdmainutils.
Unpacking bsdmainutils (from .../bsdmainutils_6.1.11_i386.deb) ...
Selecting previously deselected package man-db.
Unpacking man-db (from .../man-db_2.5.6-2_i386.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_7.4.1_all.deb) ...
Selecting previously deselected package autotools-dev.
Unpacking autotools-dev (from .../autotools-dev_20090611.1_all.deb) ...
Selecting previously deselected package libtool.
Unpacking libtool (from .../libtool_2.2.6a-4_i386.deb) ...
Selecting previously deselected package m4.
Unpacking m4 (from .../archives/m4_1.4.13-2_i386.deb) ...
Selecting previously deselected package autoconf.
Unpacking autoconf (from .../autoconf_2.64-2_all.deb) ...
Selecting previously deselected package automake1.7.
Unpacking automake1.7 (from .../automake1.7_1.7.9-9_all.deb) ...
Selecting previously deselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.4+4_all.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_2%3a1.0.5-1_i386.deb) ...
Selecting previously deselected package libsm6.
Unpacking libsm6 (from .../libsm6_2%3a1.1.1-1_i386.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.4-2_i386.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-3_i386.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.4-1_i386.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.2.2-1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.2.2-1_i386.deb) ...
Selecting previously deselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.0.4-1_i386.deb) ...
Selecting previously deselected package libxt6.
Unpacking libxt6 (from .../libxt6_1%3a1.0.6-1_i386.deb) ...
Selecting previously deselected package liblineak-0.9-0.
Unpacking liblineak-0.9-0 (from .../liblineak-0.9-0_1%3a0.9-6_i386.deb) ...
Selecting previously deselected package liblineak-dev.
Unpacking liblineak-dev (from .../liblineak-dev_1%3a0.9-6_i386.deb) ...
Selecting previously deselected package libxtst6.
Unpacking libxtst6 (from .../libxtst6_2%3a1.0.3-1_i386.deb) ...
Selecting previously deselected package ucf.
Unpacking ucf (from .../archives/ucf_3.0021_all.deb) ...
Moving old data out of the way
Selecting previously deselected package lineakd.
Unpacking lineakd (from .../lineakd_1%3a0.9-6_i386.deb) ...
Adding `diversion of /usr/bin/evtest to /usr/bin/evtest.dvb-utils by lineakd'
Adding `diversion of /usr/share/man/man1/evtest.1.gz to /usr/share/man/man1/evtest.1.gz.dvb-utils by lineakd'
Processing triggers for install-info ...
Setting up x11-common (1:7.4+4) ...
************************************
All rc.d operations denied by policy
************************************
Selecting previously deselected package x11proto-core-dev.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12730 files and directories currently installed.)
Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.15-1_all.deb) ...
Selecting previously deselected package libxau-dev.
Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.4-2_i386.deb) ...
Selecting previously deselected package libxdmcp-dev.
Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.0.2-3_i386.deb) ...
Selecting previously deselected package x11proto-input-dev.
Unpacking x11proto-input-dev (from .../x11proto-input-dev_1.5.0-2_all.deb) ...
Selecting previously deselected package x11proto-kb-dev.
Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.3-3_all.deb) ...
Selecting previously deselected package xtrans-dev.
Unpacking xtrans-dev (from .../xtrans-dev_1.2.4-1_all.deb) ...
Selecting previously deselected package libpthread-stubs0.
Unpacking libpthread-stubs0 (from .../libpthread-stubs0_0.1-2_i386.deb) ...
Selecting previously deselected package libpthread-stubs0-dev.
Unpacking libpthread-stubs0-dev (from .../libpthread-stubs0-dev_0.1-2_i386.deb) ...
Selecting previously deselected package libxcb1-dev.
Unpacking libxcb1-dev (from .../libxcb1-dev_1.4-1_i386.deb) ...
Selecting previously deselected package libx11-dev.
Unpacking libx11-dev (from .../libx11-dev_2%3a1.2.2-1_i386.deb) ...
Selecting previously deselected package libxkbfile1.
Unpacking libxkbfile1 (from .../libxkbfile1_1%3a1.0.5-1_i386.deb) ...
Selecting previously deselected package libxkbfile-dev.
Unpacking libxkbfile-dev (from .../libxkbfile-dev_1%3a1.0.5-1_i386.deb) ...
Selecting previously deselected package x11proto-xext-dev.
Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.0.4-2_all.deb) ...
Selecting previously deselected package libxext-dev.
Unpacking libxext-dev (from .../libxext-dev_2%3a1.0.4-1_i386.deb) ...
Selecting previously deselected package libxrender1.
Unpacking libxrender1 (from .../libxrender1_1%3a0.9.4-2_i386.deb) ...
Selecting previously deselected package libxrandr2.
Unpacking libxrandr2 (from .../libxrandr2_2%3a1.3.0-2_i386.deb) ...
Selecting previously deselected package x11proto-randr-dev.
Unpacking x11proto-randr-dev (from .../x11proto-randr-dev_1.3.0-1_all.deb) ...
Selecting previously deselected package x11proto-render-dev.
Unpacking x11proto-render-dev (from .../x11proto-render-dev_2%3a0.9.3-2_all.deb) ...
Selecting previously deselected package libxrender-dev.
Unpacking libxrender-dev (from .../libxrender-dev_1%3a0.9.4-2_i386.deb) ...
Selecting previously deselected package libxrandr-dev.
Unpacking libxrandr-dev (from .../libxrandr-dev_2%3a1.3.0-2_i386.deb) ...
Selecting previously deselected package libice-dev.
Unpacking libice-dev (from .../libice-dev_2%3a1.0.5-1_i386.deb) ...
Selecting previously deselected package libsm-dev.
Unpacking libsm-dev (from .../libsm-dev_2%3a1.1.1-1_i386.deb) ...
Selecting previously deselected package libxt-dev.
Unpacking libxt-dev (from .../libxt-dev_1%3a1.0.6-1_i386.deb) ...
Selecting previously deselected package libxmu6.
Unpacking libxmu6 (from .../libxmu6_2%3a1.0.4-2_i386.deb) ...
Selecting previously deselected package libxmu-headers.
Unpacking libxmu-headers (from .../libxmu-headers_2%3a1.0.4-2_all.deb) ...
Selecting previously deselected package libxmu-dev.
Unpacking libxmu-dev (from .../libxmu-dev_2%3a1.0.4-2_i386.deb) ...
Selecting previously deselected package libxfixes3.
Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.3-2_i386.deb) ...
Selecting previously deselected package libxcursor1.
Unpacking libxcursor1 (from .../libxcursor1_1%3a1.1.9-1_i386.deb) ...
Selecting previously deselected package x11proto-fixes-dev.
Unpacking x11proto-fixes-dev (from .../x11proto-fixes-dev_1%3a4.0-3_all.deb) ...
Selecting previously deselected package libxfixes-dev.
Unpacking libxfixes-dev (from .../libxfixes-dev_1%3a4.0.3-2_i386.deb) ...
Selecting previously deselected package libxcursor-dev.
Unpacking libxcursor-dev (from .../libxcursor-dev_1%3a1.1.9-1_i386.deb) ...
Selecting previously deselected package libxinerama1.
Unpacking libxinerama1 (from .../libxinerama1_2%3a1.0.3-2_i386.deb) ...
Selecting previously deselected package x11proto-xinerama-dev.
Unpacking x11proto-xinerama-dev (from .../x11proto-xinerama-dev_1.1.2-5_all.deb) ...
Selecting previously deselected package libxinerama-dev.
Unpacking libxinerama-dev (from .../libxinerama-dev_2%3a1.0.3-2_i386.deb) ...
Selecting previously deselected package libxi6.
Unpacking libxi6 (from .../libxi6_2%3a1.2.1-2_i386.deb) ...
Selecting previously deselected package libxi-dev.
Unpacking libxi-dev (from .../libxi-dev_2%3a1.2.1-2_i386.deb) ...
Selecting previously deselected package zlib1g-dev.
Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3.3.dfsg-15_i386.deb) ...
Selecting previously deselected package libjpeg62.
Unpacking libjpeg62 (from .../libjpeg62_6b-15_i386.deb) ...
Selecting previously deselected package libjpeg62-dev.
Unpacking libjpeg62-dev (from .../libjpeg62-dev_6b-15_i386.deb) ...
Selecting previously deselected package liblcms1.
Unpacking liblcms1 (from .../liblcms1_1.18.dfsg-1_i386.deb) ...
Selecting previously deselected package libmng1.
Unpacking libmng1 (from .../libmng1_1.0.9-1_i386.deb) ...
Selecting previously deselected package liblcms1-dev.
Unpacking liblcms1-dev (from .../liblcms1-dev_1.18.dfsg-1_i386.deb) ...
Selecting previously deselected package libmng-dev.
Unpacking libmng-dev (from .../libmng-dev_1.0.9-1_i386.deb) ...
Selecting previously deselected package libpng12-0.
Unpacking libpng12-0 (from .../libpng12-0_1.2.39-1_i386.deb) ...
Selecting previously deselected package libpng12-dev.
Unpacking libpng12-dev (from .../libpng12-dev_1.2.39-1_i386.deb) ...
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-4_i386.deb) ...
Selecting previously deselected package libfreetype6.
Unpacking libfreetype6 (from .../libfreetype6_2.3.9-5_i386.deb) ...
Selecting previously deselected package libnewt0.52.
Unpacking libnewt0.52 (from .../libnewt0.52_0.52.10-4_i386.deb) ...
Selecting previously deselected package libpopt0.
Unpacking libpopt0 (from .../libpopt0_1.14-4_i386.deb) ...
Selecting previously deselected package whiptail.
Unpacking whiptail (from .../whiptail_0.52.10-4_i386.deb) ...
Selecting previously deselected package defoma.
Unpacking defoma (from .../defoma_0.11.10-1_all.deb) ...
Selecting previously deselected package ttf-dejavu-core.
Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.30-1_all.deb) ...
Selecting previously deselected package ttf-dejavu-extra.
Unpacking ttf-dejavu-extra (from .../ttf-dejavu-extra_2.30-1_all.deb) ...
Selecting previously deselected package ttf-dejavu.
Unpacking ttf-dejavu (from .../ttf-dejavu_2.30-1_all.deb) ...
Selecting previously deselected package fontconfig-config.
Unpacking fontconfig-config (from .../fontconfig-config_2.6.0-4_all.deb) ...
Selecting previously deselected package libfontconfig1.
Unpacking libfontconfig1 (from .../libfontconfig1_2.6.0-4_i386.deb) ...
Selecting previously deselected package libexpat1-dev.
Unpacking libexpat1-dev (from .../libexpat1-dev_2.0.1-4_i386.deb) ...
Selecting previously deselected package libfreetype6-dev.
Unpacking libfreetype6-dev (from .../libfreetype6-dev_2.3.9-5_i386.deb) ...
Selecting previously deselected package pkg-config.
Unpacking pkg-config (from .../pkg-config_0.22-1_i386.deb) ...
Selecting previously deselected package libfontconfig1-dev.
Unpacking libfontconfig1-dev (from .../libfontconfig1-dev_2.6.0-4_i386.deb) ...
Selecting previously deselected package libxft2.
Unpacking libxft2 (from .../libxft2_2.1.13-3_i386.deb) ...
Selecting previously deselected package libxft-dev.
Unpacking libxft-dev (from .../libxft-dev_2.1.13-3_i386.deb) ...
Selecting previously deselected package libaudio2.
Unpacking libaudio2 (from .../libaudio2_1.9.2-3_i386.deb) ...
Selecting previously deselected package libaudio-dev.
Unpacking libaudio-dev (from .../libaudio-dev_1.9.2-3_i386.deb) ...
Selecting previously deselected package libavahi-common-data.
Unpacking libavahi-common-data (from .../libavahi-common-data_0.6.25-1_i386.deb) ...
Selecting previously deselected package libavahi-common3.
Unpacking libavahi-common3 (from .../libavahi-common3_0.6.25-1_i386.deb) ...
Selecting previously deselected package libdbus-1-3.
Unpacking libdbus-1-3 (from .../libdbus-1-3_1.2.16-2_i386.deb) ...
Selecting previously deselected package libavahi-client3.
Unpacking libavahi-client3 (from .../libavahi-client3_0.6.25-1_i386.deb) ...
Selecting previously deselected package libcups2.
Unpacking libcups2 (from .../libcups2_1.4.0-5_i386.deb) ...
Selecting previously deselected package libgpg-error-dev.
Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.6-1_i386.deb) ...
Selecting previously deselected package libgcrypt11-dev.
Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.4.4-4_i386.deb) ...
Selecting previously deselected package libtasn1-3-dev.
Unpacking libtasn1-3-dev (from .../libtasn1-3-dev_2.3-1_i386.deb) ...
Selecting previously deselected package libgnutls-dev.
Unpacking libgnutls-dev (from .../libgnutls-dev_2.8.3-3_i386.deb) ...
Selecting previously deselected package libgssrpc4.
Unpacking libgssrpc4 (from .../libgssrpc4_1.7dfsg~beta3-1_i386.deb) ...
Selecting previously deselected package libkdb5-4.
Unpacking libkdb5-4 (from .../libkdb5-4_1.7dfsg~beta3-1_i386.deb) ...
Selecting previously deselected package libkadm5srv6.
Unpacking libkadm5srv6 (from .../libkadm5srv6_1.7dfsg~beta3-1_i386.deb) ...
Selecting previously deselected package comerr-dev.
Unpacking comerr-dev (from .../comerr-dev_2.1-1.41.9-1_i386.deb) ...
Selecting previously deselected package libkrb5-dev.
Unpacking libkrb5-dev (from .../libkrb5-dev_1.7dfsg~beta3-1_i386.deb) ...
Selecting previously deselected package libcups2-dev.
Unpacking libcups2-dev (from .../libcups2-dev_1.4.0-5_i386.deb) ...
Selecting previously deselected package mesa-common-dev.
Unpacking mesa-common-dev (from .../mesa-common-dev_7.5.1-1_i386.deb) ...
Selecting previously deselected package libdrm2.
Unpacking libdrm2 (from .../libdrm2_2.4.13-1_i386.deb) ...
Selecting previously deselected package libxdamage1.
Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.1-4_i386.deb) ...
Selecting previously deselected package libxxf86vm1.
Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.0.2-1_i386.deb) ...
Selecting previously deselected package libgl1-mesa-glx.
Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_7.5.1-1_i386.deb) ...
Selecting previously deselected package libgl1-mesa-dev.
Unpacking libgl1-mesa-dev (from .../libgl1-mesa-dev_7.5.1-1_i386.deb) ...
Selecting previously deselected package libglu1-mesa.
Unpacking libglu1-mesa (from .../libglu1-mesa_7.5.1-1_i386.deb) ...
Selecting previously deselected package libglu1-mesa-dev.
Unpacking libglu1-mesa-dev (from .../libglu1-mesa-dev_7.5.1-1_i386.deb) ...
Selecting previously deselected package fontconfig.
Unpacking fontconfig (from .../fontconfig_2.6.0-4_i386.deb) ...
Selecting previously deselected package libqt3-mt.
Unpacking libqt3-mt (from .../libqt3-mt_3%3a3.3.8b-6_i386.deb) ...
Selecting previously deselected package libqt3-headers.
Unpacking libqt3-headers (from .../libqt3-headers_3%3a3.3.8b-6_i386.deb) ...
Selecting previously deselected package qt3-dev-tools.
Unpacking qt3-dev-tools (from .../qt3-dev-tools_3%3a3.3.8b-6_i386.deb) ...
Selecting previously deselected package libqt3-mt-dev.
Unpacking libqt3-mt-dev (from .../libqt3-mt-dev_3%3a3.3.8b-6_i386.deb) ...
Selecting previously deselected package libart-2.0-2.
Unpacking libart-2.0-2 (from .../libart-2.0-2_2.3.20-2_i386.deb) ...
Selecting previously deselected package libartsc0.
Unpacking libartsc0 (from .../libartsc0_1.5.9-3+b1_i386.deb) ...
Selecting previously deselected package libasound2.
Unpacking libasound2 (from .../libasound2_1.0.20-4_i386.deb) ...
Selecting previously deselected package libaudiofile0.
Unpacking libaudiofile0 (from .../libaudiofile0_0.2.6-7_i386.deb) ...
Selecting previously deselected package esound-common.
Unpacking esound-common (from .../esound-common_0.2.41-5_all.deb) ...
Selecting previously deselected package libesd-alsa0.
Unpacking libesd-alsa0 (from .../libesd-alsa0_0.2.41-5_i386.deb) ...
Selecting previously deselected package libcelt0.
Unpacking libcelt0 (from .../libcelt0_0.6.1-1_i386.deb) ...
Selecting previously deselected package libsamplerate0.
Unpacking libsamplerate0 (from .../libsamplerate0_0.1.7-2_i386.deb) ...
Selecting previously deselected package libjack0.
Unpacking libjack0 (from .../libjack0_0.116.2+svn3592-3_i386.deb) ...
Selecting previously deselected package libmad0.
Unpacking libmad0 (from .../libmad0_0.15.1b-4_i386.deb) ...
Selecting previously deselected package libogg0.
Unpacking libogg0 (from .../libogg0_1.1.4~dfsg-1_i386.deb) ...
Selecting previously deselected package libvorbis0a.
Unpacking libvorbis0a (from .../libvorbis0a_1.2.0.dfsg-6_i386.deb) ...
Selecting previously deselected package libvorbisfile3.
Unpacking libvorbisfile3 (from .../libvorbisfile3_1.2.0.dfsg-6_i386.deb) ...
Selecting previously deselected package module-init-tools.
Unpacking module-init-tools (from .../module-init-tools_3.10-3_i386.deb) ...
Selecting previously deselected package oss-compat.
Unpacking oss-compat (from .../oss-compat_0.0.4+nmu3_all.deb) ...
Selecting previously deselected package libarts1c2a.
Unpacking libarts1c2a (from .../libarts1c2a_1.5.9-3+b1_i386.deb) ...
Selecting previously deselected package libaspell15.
Unpacking libaspell15 (from .../libaspell15_0.60.6-2_i386.deb) ...
Selecting previously deselected package libavahi-qt3-1.
Unpacking libavahi-qt3-1 (from .../libavahi-qt3-1_0.6.25-1_i386.deb) ...
Selecting previously deselected package libfam0.
Unpacking libfam0 (from .../libfam0_2.7.0-16_i386.deb) ...
Selecting previously deselected package libilmbase6.
Unpacking libilmbase6 (from .../libilmbase6_1.0.1-3_i386.deb) ...
Selecting previously deselected package libjasper1.
Unpacking libjasper1 (from .../libjasper1_1.900.1-6_i386.deb) ...
Selecting previously deselected package liblua50.
Unpacking liblua50 (from .../liblua50_5.0.3-3_i386.deb) ...
Selecting previously deselected package liblualib50.
Unpacking liblualib50 (from .../liblualib50_5.0.3-3_i386.deb) ...
Selecting previously deselected package libopenexr6.
Unpacking libopenexr6 (from .../libopenexr6_1.6.1-4_i386.deb) ...
Selecting previously deselected package libtiff4.
Unpacking libtiff4 (from .../libtiff4_3.9.1-1_i386.deb) ...
Selecting previously deselected package libxslt1.1.
Unpacking libxslt1.1 (from .../libxslt1.1_1.1.24-2_i386.deb) ...
Selecting previously deselected package hicolor-icon-theme.
Unpacking hicolor-icon-theme (from .../hicolor-icon-theme_0.10-2_all.deb) ...
Selecting previously deselected package kdelibs-data.
Unpacking kdelibs-data (from .../kdelibs-data_4%3a3.5.10.dfsg.1-2_all.deb) ...
Selecting previously deselected package menu-xdg.
Unpacking menu-xdg (from .../archives/menu-xdg_0.4_all.deb) ...
Selecting previously deselected package libxpm4.
Unpacking libxpm4 (from .../libxpm4_1%3a3.5.7-2_i386.deb) ...
Selecting previously deselected package libxaw7.
Unpacking libxaw7 (from .../libxaw7_2%3a1.0.6-1_i386.deb) ...
Selecting previously deselected package libxmuu1.
Unpacking libxmuu1 (from .../libxmuu1_2%3a1.0.4-2_i386.deb) ...
Selecting previously deselected package libxtrap6.
Unpacking libxtrap6 (from .../libxtrap6_2%3a1.0.0-5_i386.deb) ...
Selecting previously deselected package libxxf86misc1.
Unpacking libxxf86misc1 (from .../libxxf86misc1_1%3a1.0.1-3_i386.deb) ...
Selecting previously deselected package x11-xserver-utils.
Unpacking x11-xserver-utils (from .../x11-xserver-utils_7.4+2_i386.deb) ...
Selecting previously deselected package xauth.
Unpacking xauth (from .../xauth_1%3a1.0.3-2_i386.deb) ...
Selecting previously deselected package kdelibs4c2a.
Unpacking kdelibs4c2a (from .../kdelibs4c2a_4%3a3.5.10.dfsg.1-2+b1_i386.deb) ...
Selecting previously deselected package libart-2.0-dev.
Unpacking libart-2.0-dev (from .../libart-2.0-dev_2.3.20-2_i386.deb) ...
Selecting previously deselected package libglib2.0-dev.
Unpacking libglib2.0-dev (from .../libglib2.0-dev_2.20.5-1_i386.deb) ...
Selecting previously deselected package libartsc0-dev.
Unpacking libartsc0-dev (from .../libartsc0-dev_1.5.9-3+b1_i386.deb) ...
Selecting previously deselected package libasound2-dev.
Unpacking libasound2-dev (from .../libasound2-dev_1.0.20-4_i386.deb) ...
Selecting previously deselected package libaudiofile-dev.
Unpacking libaudiofile-dev (from .../libaudiofile-dev_0.2.6-7_i386.deb) ...
Selecting previously deselected package libesd0-dev.
Unpacking libesd0-dev (from .../libesd0-dev_0.2.41-5_i386.deb) ...
Selecting previously deselected package libjack-dev.
Unpacking libjack-dev (from .../libjack-dev_0.116.2+svn3592-3_i386.deb) ...
Selecting previously deselected package libmad0-dev.
Unpacking libmad0-dev (from .../libmad0-dev_0.15.1b-4_i386.deb) ...
Selecting previously deselected package libogg-dev.
Unpacking libogg-dev (from .../libogg-dev_1.1.4~dfsg-1_i386.deb) ...
Selecting previously deselected package libvorbisenc2.
Unpacking libvorbisenc2 (from .../libvorbisenc2_1.2.0.dfsg-6_i386.deb) ...
Selecting previously deselected package libvorbis-dev.
Unpacking libvorbis-dev (from .../libvorbis-dev_1.2.0.dfsg-6_i386.deb) ...
Selecting previously deselected package libarts1-dev.
Unpacking libarts1-dev (from .../libarts1-dev_1.5.9-3+b1_i386.deb) ...
Selecting previously deselected package libattr1-dev.
Unpacking libattr1-dev (from .../libattr1-dev_1%3a2.4.44-1_i386.deb) ...
Selecting previously deselected package libacl1-dev.
Unpacking libacl1-dev (from .../libacl1-dev_2.2.48-1_i386.deb) ...
Selecting previously deselected package libaspell-dev.
Unpacking libaspell-dev (from .../libaspell-dev_0.60.6-2_i386.deb) ...
Selecting previously deselected package libbz2-dev.
Unpacking libbz2-dev (from .../libbz2-dev_1.0.5-3_i386.deb) ...
Selecting previously deselected package libfam-dev.
Unpacking libfam-dev (from .../libfam-dev_2.7.0-16_i386.deb) ...
Selecting previously deselected package libidn11-dev.
Unpacking libidn11-dev (from .../libidn11-dev_1.15-1_i386.deb) ...
Selecting previously deselected package libjasper-dev.
Unpacking libjasper-dev (from .../libjasper-dev_1.900.1-6_i386.deb) ...
Selecting previously deselected package libilmbase-dev.
Unpacking libilmbase-dev (from .../libilmbase-dev_1.0.1-3_i386.deb) ...
Selecting previously deselected package libopenexr-dev.
Unpacking libopenexr-dev (from .../libopenexr-dev_1.6.1-4_i386.deb) ...
Selecting previously deselected package libpcrecpp0.
Unpacking libpcrecpp0 (from .../libpcrecpp0_7.8-2+b1_i386.deb) ...
Selecting previously deselected package libpcre3-dev.
Unpacking libpcre3-dev (from .../libpcre3-dev_7.8-2+b1_i386.deb) ...
Selecting previously deselected package lua50.
Unpacking lua50 (from .../lua50_5.0.3-3_i386.deb) ...
Selecting previously deselected package liblua50-dev.
Unpacking liblua50-dev (from .../liblua50-dev_5.0.3-3_i386.deb) ...
Selecting previously deselected package liblualib50-dev.
Unpacking liblualib50-dev (from .../liblualib50-dev_5.0.3-3_i386.deb) ...
Selecting previously deselected package libsasl2-modules.
Unpacking libsasl2-modules (from .../libsasl2-modules_2.1.23.dfsg1-1.1_i386.deb) ...
Selecting previously deselected package libsasl2-dev.
Unpacking libsasl2-dev (from .../libsasl2-dev_2.1.23.dfsg1-1.1_i386.deb) ...
Selecting previously deselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_0.9.8k-5_i386.deb) ...
Selecting previously deselected package libtiffxx0c2.
Unpacking libtiffxx0c2 (from .../libtiffxx0c2_3.9.1-1_i386.deb) ...
Selecting previously deselected package libtiff4-dev.
Unpacking libtiff4-dev (from .../libtiff4-dev_3.9.1-1_i386.deb) ...
Selecting previously deselected package libxml2-dev.
Unpacking libxml2-dev (from .../libxml2-dev_2.7.4.dfsg-1_i386.deb) ...
Selecting previously deselected package libxml2-utils.
Unpacking libxml2-utils (from .../libxml2-utils_2.7.4.dfsg-1_i386.deb) ...
Selecting previously deselected package libxslt1-dev.
Unpacking libxslt1-dev (from .../libxslt1-dev_1.1.24-2_i386.deb) ...
Selecting previously deselected package libavahi-common-dev.
Unpacking libavahi-common-dev (from .../libavahi-common-dev_0.6.25-1_i386.deb) ...
Selecting previously deselected package libdbus-1-dev.
Unpacking libdbus-1-dev (from .../libdbus-1-dev_1.2.16-2_i386.deb) ...
Selecting previously deselected package libavahi-client-dev.
Unpacking libavahi-client-dev (from .../libavahi-client-dev_0.6.25-1_i386.deb) ...
Selecting previously deselected package libavahi-qt3-dev.
Unpacking libavahi-qt3-dev (from .../libavahi-qt3-dev_0.6.25-1_i386.deb) ...
Selecting previously deselected package kdelibs4-dev.
Unpacking kdelibs4-dev (from .../kdelibs4-dev_4%3a3.5.10.dfsg.1-2+b1_i386.deb) ...
Processing triggers for install-info ...
Setting up libmagic1 (5.03-1) ...
Setting up file (5.03-1) ...
Setting up html2text (1.3.2a-14) ...
Setting up libpcre3 (7.8-2+b1) ...
Setting up libglib2.0-0 (2.20.5-1) ...
Setting up libxml2 (2.7.4.dfsg-1) ...
Setting up libcroco3 (0.6.1-2) ...
Setting up gettext-base (0.17-8) ...
Setting up gettext (0.17-8) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.16) ...
Setting up groff-base (1.20.1-5) ...
Setting up bsdmainutils (6.1.11) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode.
Setting up man-db (2.5.6-2) ...
Building database of manual pages ...
Setting up debhelper (7.4.1) ...
Setting up autotools-dev (20090611.1) ...
Setting up libtool (2.2.6a-4) ...
Setting up m4 (1.4.13-2) ...
Setting up autoconf (2.64-2) ...
Ignoring install-info called from maintainer script
The package autoconf should be rebuild with new debhelper to get trigger support
Ignoring install-info called from maintainer script
The package autoconf should be rebuild with new debhelper to get trigger support
Ignoring install-info called from maintainer script
The package autoconf should be rebuild with new debhelper to get trigger support
Setting up automake1.7 (1.7.9-9) ...
update-alternatives: using /usr/bin/automake-1.7 to provide /usr/bin/automake (automake) in auto mode.
Ignoring install-info called from maintainer script
The package automake1.7 should be rebuild with new debhelper to get trigger support
Setting up libice6 (2:1.0.5-1) ...
Setting up libsm6 (2:1.1.1-1) ...
Setting up libxau6 (1:1.0.4-2) ...
Setting up libxdmcp6 (1:1.0.2-3) ...
Setting up libxcb1 (1.4-1) ...
Setting up libx11-data (2:1.2.2-1) ...
Setting up libx11-6 (2:1.2.2-1) ...
Setting up libxext6 (2:1.0.4-1) ...
Setting up libxt6 (1:1.0.6-1) ...
Setting up liblineak-0.9-0 (1:0.9-6) ...
Setting up liblineak-dev (1:0.9-6) ...
Setting up libxtst6 (2:1.0.3-1) ...
Setting up ucf (3.0021) ...
Setting up lineakd (1:0.9-6) ...

Creating config file /etc/lineakkb.def with new version
Setting up x11proto-core-dev (7.0.15-1) ...
Setting up libxau-dev (1:1.0.4-2) ...
Setting up libxdmcp-dev (1:1.0.2-3) ...
Setting up x11proto-input-dev (1.5.0-2) ...
Setting up x11proto-kb-dev (1.0.3-3) ...
Setting up xtrans-dev (1.2.4-1) ...
Setting up libpthread-stubs0 (0.1-2) ...
Setting up libpthread-stubs0-dev (0.1-2) ...
Setting up libxcb1-dev (1.4-1) ...
Setting up libx11-dev (2:1.2.2-1) ...
Setting up libxkbfile1 (1:1.0.5-1) ...
Setting up libxkbfile-dev (1:1.0.5-1) ...
Setting up x11proto-xext-dev (7.0.4-2) ...
Setting up libxext-dev (2:1.0.4-1) ...
Setting up libxrender1 (1:0.9.4-2) ...
Setting up libxrandr2 (2:1.3.0-2) ...
Setting up x11proto-randr-dev (1.3.0-1) ...
Setting up x11proto-render-dev (2:0.9.3-2) ...
Setting up libxrender-dev (1:0.9.4-2) ...
Setting up libxrandr-dev (2:1.3.0-2) ...
Setting up libice-dev (2:1.0.5-1) ...
Setting up libsm-dev (2:1.1.1-1) ...
Setting up libxt-dev (1:1.0.6-1) ...
Setting up libxmu6 (2:1.0.4-2) ...
Setting up libxmu-headers (2:1.0.4-2) ...
Setting up libxmu-dev (2:1.0.4-2) ...
Setting up libxfixes3 (1:4.0.3-2) ...
Setting up libxcursor1 (1:1.1.9-1) ...
Setting up x11proto-fixes-dev (1:4.0-3) ...
Setting up libxfixes-dev (1:4.0.3-2) ...
Setting up libxcursor-dev (1:1.1.9-1) ...
Setting up libxinerama1 (2:1.0.3-2) ...
Setting up x11proto-xinerama-dev (1.1.2-5) ...
Setting up libxinerama-dev (2:1.0.3-2) ...
Setting up libxi6 (2:1.2.1-2) ...
Setting up libxi-dev (2:1.2.1-2) ...
Setting up zlib1g-dev (1:1.2.3.3.dfsg-15) ...
Setting up libjpeg62 (6b-15) ...
Setting up libjpeg62-dev (6b-15) ...
Setting up liblcms1 (1.18.dfsg-1) ...
Setting up libmng1 (1.0.9-1) ...
Setting up liblcms1-dev (1.18.dfsg-1) ...
Setting up libmng-dev (1.0.9-1) ...
Setting up libpng12-0 (1.2.39-1) ...
Setting up libpng12-dev (1.2.39-1) ...
Setting up libexpat1 (2.0.1-4) ...
Setting up libfreetype6 (2.3.9-5) ...
Setting up libnewt0.52 (0.52.10-4) ...
Setting up libpopt0 (1.14-4) ...
Setting up whiptail (0.52.10-4) ...
Setting up defoma (0.11.10-1) ...
Setting up ttf-dejavu-core (2.30-1) ...
Setting up ttf-dejavu-extra (2.30-1) ...
Setting up ttf-dejavu (2.30-1) ...
Setting up fontconfig-config (2.6.0-4) ...
Setting up libfontconfig1 (2.6.0-4) ...
Setting up libexpat1-dev (2.0.1-4) ...
Setting up libfreetype6-dev (2.3.9-5) ...
Setting up pkg-config (0.22-1) ...
Setting up libfontconfig1-dev (2.6.0-4) ...
Setting up libxft2 (2.1.13-3) ...
Setting up libxft-dev (2.1.13-3) ...
Setting up libaudio2 (1.9.2-3) ...
Setting up libaudio-dev (1.9.2-3) ...
Setting up libavahi-common-data (0.6.25-1) ...
Setting up libavahi-common3 (0.6.25-1) ...
Setting up libdbus-1-3 (1.2.16-2) ...
Setting up libavahi-client3 (0.6.25-1) ...
Setting up libcups2 (1.4.0-5) ...
Setting up libgpg-error-dev (1.6-1) ...
Setting up libgcrypt11-dev (1.4.4-4) ...
Setting up libtasn1-3-dev (2.3-1) ...
Setting up libgnutls-dev (2.8.3-3) ...
Setting up libgssrpc4 (1.7dfsg~beta3-1) ...
Setting up libkdb5-4 (1.7dfsg~beta3-1) ...
Setting up libkadm5srv6 (1.7dfsg~beta3-1) ...
Setting up comerr-dev (2.1-1.41.9-1) ...
Setting up libkrb5-dev (1.7dfsg~beta3-1) ...
Setting up libcups2-dev (1.4.0-5) ...
Setting up mesa-common-dev (7.5.1-1) ...
Setting up libdrm2 (2.4.13-1) ...
Setting up libxdamage1 (1:1.1.1-4) ...
Setting up libxxf86vm1 (1:1.0.2-1) ...
Setting up libgl1-mesa-glx (7.5.1-1) ...
Setting up libgl1-mesa-dev (7.5.1-1) ...
Setting up libglu1-mesa (7.5.1-1) ...
Setting up libglu1-mesa-dev (7.5.1-1) ...
Setting up fontconfig (2.6.0-4) ...
Updating font configuration of fontconfig...
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category type1..
Updating category type1..
Updating category truetype..
Updating category cid..
Updating fontconfig cache for /usr/share/fonts/truetype/ttf-dejavu
Cleaning up old fontconfig caches... done.
Regenerating fonts cache... done.
Setting up libqt3-mt (3:3.3.8b-6) ...
Setting up libqt3-headers (3:3.3.8b-6) ...
Setting up qt3-dev-tools (3:3.3.8b-6) ...
update-alternatives: using /usr/bin/moc-qt3 to provide /usr/bin/moc (moc) in auto mode.
update-alternatives: using /usr/bin/uic-qt3 to provide /usr/bin/uic (uic) in auto mode.
update-alternatives: using /usr/bin/lupdate-qt3 to provide /usr/bin/lupdate (lupdate) in auto mode.
update-alternatives: using /usr/bin/lrelease-qt3 to provide /usr/bin/lrelease (lrelease) in auto mode.
update-alternatives: using /usr/bin/qmake-qt3 to provide /usr/bin/qmake (qmake) in auto mode.
Setting up libqt3-mt-dev (3:3.3.8b-6) ...
Setting up libart-2.0-2 (2.3.20-2) ...
Setting up libartsc0 (1.5.9-3+b1) ...
Setting up libasound2 (1.0.20-4) ...
Setting up libaudiofile0 (0.2.6-7) ...
Setting up esound-common (0.2.41-5) ...
Setting up libesd-alsa0 (0.2.41-5) ...
Setting up libcelt0 (0.6.1-1) ...
Setting up libsamplerate0 (0.1.7-2) ...
Setting up libjack0 (0.116.2+svn3592-3) ...
Setting up libmad0 (0.15.1b-4) ...
Setting up libogg0 (1.1.4~dfsg-1) ...
Setting up libvorbis0a (1.2.0.dfsg-6) ...
Setting up libvorbisfile3 (1.2.0.dfsg-6) ...
Setting up module-init-tools (3.10-3) ...
Setting up oss-compat (0.0.4+nmu3) ...
FATAL: Could not load /lib/modules/2.6.30-1-amd64/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.30-1-amd64/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.30-1-amd64/modules.dep: No such file or directory
Setting up libarts1c2a (1.5.9-3+b1) ...
Setting up libaspell15 (0.60.6-2) ...
Setting up libavahi-qt3-1 (0.6.25-1) ...
Setting up libfam0 (2.7.0-16) ...
Setting up libilmbase6 (1.0.1-3) ...
Setting up libjasper1 (1.900.1-6) ...
Setting up liblua50 (5.0.3-3) ...
Setting up liblualib50 (5.0.3-3) ...
Setting up libopenexr6 (1.6.1-4) ...
Setting up libtiff4 (3.9.1-1) ...
Setting up libxslt1.1 (1.1.24-2) ...
Setting up hicolor-icon-theme (0.10-2) ...
Setting up kdelibs-data (4:3.5.10.dfsg.1-2) ...
Setting up menu-xdg (0.4) ...
Setting up libxpm4 (1:3.5.7-2) ...
Setting up libxaw7 (2:1.0.6-1) ...
Setting up libxmuu1 (2:1.0.4-2) ...
Setting up libxtrap6 (2:1.0.0-5) ...
Setting up libxxf86misc1 (1:1.0.1-3) ...
Setting up x11-xserver-utils (7.4+2) ...
Setting up xauth (1:1.0.3-2) ...
Setting up kdelibs4c2a (4:3.5.10.dfsg.1-2+b1) ...
Setting up libart-2.0-dev (2.3.20-2) ...
Setting up libglib2.0-dev (2.20.5-1) ...
Setting up libartsc0-dev (1.5.9-3+b1) ...
Setting up libasound2-dev (1.0.20-4) ...
Setting up libaudiofile-dev (0.2.6-7) ...
Setting up libesd0-dev (0.2.41-5) ...
Setting up libjack-dev (0.116.2+svn3592-3) ...
Setting up libmad0-dev (0.15.1b-4) ...
Setting up libogg-dev (1.1.4~dfsg-1) ...
Setting up libvorbisenc2 (1.2.0.dfsg-6) ...
Setting up libvorbis-dev (1.2.0.dfsg-6) ...
Setting up libarts1-dev (1.5.9-3+b1) ...
Setting up libattr1-dev (1:2.4.44-1) ...
Setting up libacl1-dev (2.2.48-1) ...
Setting up libaspell-dev (0.60.6-2) ...
Setting up libbz2-dev (1.0.5-3) ...
Setting up libfam-dev (2.7.0-16) ...
Setting up libidn11-dev (1.15-1) ...
Ignoring install-info called from maintainer script
The package libidn11-dev should be rebuild with new debhelper to get trigger support
Setting up libjasper-dev (1.900.1-6) ...
Setting up libilmbase-dev (1.0.1-3) ...
Setting up libopenexr-dev (1.6.1-4) ...
Setting up libpcrecpp0 (7.8-2+b1) ...
Setting up libpcre3-dev (7.8-2+b1) ...
Setting up lua50 (5.0.3-3) ...
update-alternatives: using /usr/bin/lua50 to provide /usr/bin/lua (lua-interpreter) in auto mode.
update-alternatives: using /usr/bin/luac50 to provide /usr/bin/luac (lua-compiler) in auto mode.
Setting up liblua50-dev (5.0.3-3) ...
update-alternatives: using /usr/bin/lua-config50 to provide /usr/bin/lua-config (lua-configuration) in auto mode.
Setting up liblualib50-dev (5.0.3-3) ...
Setting up libsasl2-modules (2.1.23.dfsg1-1.1) ...
Setting up libsasl2-dev (2.1.23.dfsg1-1.1) ...
Setting up libssl-dev (0.9.8k-5) ...
Setting up libtiffxx0c2 (3.9.1-1) ...
Setting up libtiff4-dev (3.9.1-1) ...
Setting up libxml2-dev (2.7.4.dfsg-1) ...
Setting up libxml2-utils (2.7.4.dfsg-1) ...
Setting up libxslt1-dev (1.1.24-2) ...
Setting up libavahi-common-dev (0.6.25-1) ...
Setting up libdbus-1-dev (1.2.16-2) ...
Setting up libavahi-client-dev (0.6.25-1) ...
Setting up libavahi-qt3-dev (0.6.25-1) ...
Setting up kdelibs4-dev (4:3.5.10.dfsg.1-2+b1) ...
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying back the cached apt archive contents
I: Copying source file
I: copying [/media/extern/debian/packages/test/klineakconfig_0.9-8.dsc]
I: copying [/media/extern/debian/packages/test/klineakconfig_0.9.orig.tar.gz]
I: copying [/media/extern/debian/packages/test/klineakconfig_0.9-8.diff.gz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Mon May  4 20:28:59 2009 UTC using DSA key ID 4B394F7E
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./klineakconfig_0.9-8.dsc
dpkg-source: info: extracting klineakconfig in klineakconfig-0.9
dpkg-source: info: unpacking klineakconfig_0.9.orig.tar.gz
dpkg-source: info: applying klineakconfig_0.9-8.diff.gz
I: Building the package
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package klineakconfig
dpkg-buildpackage: source version 0.9-8
dpkg-buildpackage: source changed by Barry deFreese <bdefreese@debian.org>
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
perl -w admin/debianrules echodirs > debian/debiandirs	
dh_testdir
dh_testroot
[ ! -f Makefile ] || /usr/bin/make clean
[ ! -f Makefile ] || /usr/bin/make distclean
rm -f *-stamp
rm -f debian/debiandirs
rm -f admin/config.sub admin/config.guess admin/ltmain.sh configure
rm -f admin/libtool.m4.in aclocal.m4 acinclude.m4
rm -f config.log
rm -f po/*.gmo
find /tmp/buildd/klineakconfig-0.9 -name Makefile.in -exec rm -f {} \;
dh_clean
 dpkg-source -i -ICVS -I.svn -I.git -b klineakconfig-0.9
dpkg-source: info: using source format `1.0'
dpkg-source: info: building klineakconfig using existing klineakconfig_0.9.orig.tar.gz
dpkg-source: info: building klineakconfig in klineakconfig_0.9-8.diff.gz
dpkg-source: warning: ignoring deletion of file configure
dpkg-source: warning: ignoring deletion of file Makefile.in
dpkg-source: warning: ignoring deletion of file aclocal.m4
dpkg-source: warning: ignoring deletion of file acinclude.m4
dpkg-source: warning: ignoring deletion of file doc/Makefile.in
dpkg-source: warning: ignoring deletion of file doc/en/Makefile.in
dpkg-source: warning: ignoring deletion of file po/Makefile.in
dpkg-source: warning: ignoring deletion of file po/de.gmo
dpkg-source: warning: ignoring deletion of file klineakconfig/Makefile.in
dpkg-source: warning: ignoring deletion of file icons/Makefile.in
dpkg-source: warning: ignoring deletion of file admin/config.sub
dpkg-source: warning: ignoring deletion of file admin/ltmain.sh
dpkg-source: warning: ignoring deletion of file admin/config.guess
dpkg-source: warning: ignoring deletion of file admin/libtool.m4.in
dpkg-source: warning: ignoring deletion of directory autom4te.cache
dpkg-source: warning: ignoring deletion of file autom4te.cache/output.1
dpkg-source: warning: ignoring deletion of file autom4te.cache/requests
dpkg-source: warning: ignoring deletion of file autom4te.cache/output.0
dpkg-source: warning: ignoring deletion of file autom4te.cache/traces.0
dpkg-source: warning: ignoring deletion of file autom4te.cache/traces.1
dpkg-source: info: building klineakconfig in klineakconfig_0.9-8.dsc
 debian/rules build
perl -w admin/debianrules echodirs > debian/debiandirs	
dh_testdir
test -r /usr/share/misc/config.sub && \
	cp -f /usr/share/misc/config.sub admin/config.sub
test -r /usr/share/misc/config.guess && \
	cp -f /usr/share/misc/config.guess admin/config.guess
/usr/bin/libtoolize -f
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `admin'.
libtoolize: linking file `admin/ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `/usr/share/aclocal/libtool.m4'
libtoolize:   `/usr/share/aclocal/ltoptions.m4'
libtoolize:   `/usr/share/aclocal/ltversion.m4'
libtoolize:   `/usr/share/aclocal/ltsugar.m4'
libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Remember to add `LT_INIT' to configure.in.
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
/usr/bin/make -f admin/Makefile.common
make[1]: Entering directory `/tmp/buildd/klineakconfig-0.9'
*** Creating acinclude.m4
make[2]: Entering directory `/tmp/buildd/klineakconfig-0.9'
make[2]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
*** Creating list of subdirectories
*** Creating configure.in
make[2]: Entering directory `/tmp/buildd/klineakconfig-0.9'
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9'
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
make[2]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
*** Creating aclocal.m4
*** Creating configure
configure.in:47: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required
../../lib/autoconf/c.m4:671: AC_LANG_COMPILER(C++) is expanded from...
../../lib/autoconf/lang.m4:315: AC_LANG_COMPILER_REQUIRE is expanded from...
../../lib/autoconf/general.m4:2665: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
aclocal.m4:2642: KDE_CHECK_COMPILER_FLAG is expanded from...
aclocal.m4:2702: AC_CHECK_COMPILERS is expanded from...
configure.in:47: the top level
configure.in:64: warning: AC_CACHE_VAL(lineakkb_def_file, ...): suspicious cache-id, must contain _cv_ to be cached
aclocal.m4:5480: AC_LINEAK_CHECK_LINEAKKB_DEF is expanded from...
configure.in:64: the top level
*** Creating config.h template
configure.in:47: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required
../../lib/autoconf/c.m4:671: AC_LANG_COMPILER(C++) is expanded from...
../../lib/autoconf/lang.m4:315: AC_LANG_COMPILER_REQUIRE is expanded from...
../../lib/autoconf/general.m4:2665: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
aclocal.m4:2642: KDE_CHECK_COMPILER_FLAG is expanded from...
aclocal.m4:2702: AC_CHECK_COMPILERS is expanded from...
configure.in:47: the top level
configure.in:64: warning: AC_CACHE_VAL(lineakkb_def_file, ...): suspicious cache-id, must contain _cv_ to be cached
aclocal.m4:5480: AC_LINEAK_CHECK_LINEAKKB_DEF is expanded from...
configure.in:64: the top level
*** Creating Makefile templates
configure.in:47: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required
../../lib/autoconf/c.m4:671: AC_LANG_COMPILER(C++) is expanded from...
../../lib/autoconf/lang.m4:315: AC_LANG_COMPILER_REQUIRE is expanded from...
../../lib/autoconf/general.m4:2665: AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2674: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:620: AS_IF is expanded from...
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
aclocal.m4:2642: KDE_CHECK_COMPILER_FLAG is expanded from...
aclocal.m4:2702: AC_CHECK_COMPILERS is expanded from...
configure.in:47: the top level
configure.in:64: warning: AC_CACHE_VAL(lineakkb_def_file, ...): suspicious cache-id, must contain _cv_ to be cached
aclocal.m4:5480: AC_LINEAK_CHECK_LINEAKKB_DEF is expanded from...
configure.in:64: the top level
*** Postprocessing Makefile templates
*** Creating date/time stamp
*** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help
make[1]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
QTDIR=/usr/share/qt3 ./configure \
				--host=i486-linux-gnu \
				--build=i486-linux-gnu \
	                        --disable-debug --enable-final --disable-rpath --prefix=/usr --libexecdir=/usr/bin --sysconfdir=/etc --libdir=/usr/lib --includedir=/usr/include/kde --with-qt-includes=/usr/include/qt3 --mandir=/usr/share/man --infodir=/usr/share/info \
				--enable-libsuffix= \
				--disable-final
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-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 gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for i486-linux-gnu-g++... i486-linux-gnu-g++
checking whether we are using the GNU C++ compiler... no
checking whether i486-linux-gnu-g++ accepts -g... no
checking dependency style of i486-linux-gnu-g++... gcc3
checking for i486-linux-gnu-gcc... i486-linux-gnu-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 i486-linux-gnu-gcc accepts -g... yes
checking for i486-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of i486-linux-gnu-gcc... gcc3
checking how to run the C preprocessor... i486-linux-gnu-gcc -E
checking whether we are using the GNU C++ compiler... (cached) no
checking whether i486-linux-gnu-g++ accepts -g... (cached) no
checking dependency style of i486-linux-gnu-g++... (cached) gcc3
checking whether i486-linux-gnu-g++ supports -Wundef... yes
checking whether i486-linux-gnu-g++ supports -Wno-long-long... yes
checking whether i486-linux-gnu-g++ supports -Wnon-virtual-dtor... yes
checking how to run the C++ preprocessor... i486-linux-gnu-g++ -E
checking whether i486-linux-gnu-g++ supports -frepo... yes
not using lib directory suffix
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 fgrep... /bin/grep -F
checking for ld used by i486-linux-gnu-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for i486-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i486-linux-gnu-ar... no
checking for ar... ar
checking for i486-linux-gnu-strip... no
checking for strip... strip
checking for i486-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from i486-linux-gnu-gcc object... ok
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 for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) no
checking whether i486-linux-gnu-g++ accepts -g... (cached) no
checking dependency style of i486-linux-gnu-g++... (cached) gcc3
checking how to run the C++ preprocessor... i486-linux-gnu-g++ -E
checking for objdir... .libs
checking if i486-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i486-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if i486-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if i486-linux-gnu-gcc static flag -static works... yes
checking if i486-linux-gnu-gcc supports -c -o file.o... yes
checking if i486-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the i486-linux-gnu-gcc linker (/usr/bin/ld) 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 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... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for i486-linux-gnu-g++ option to produce PIC...  -DPIC
checking if i486-linux-gnu-g++ PIC flag  -DPIC works... yes
checking if i486-linux-gnu-g++ static flag  works... yes
checking if i486-linux-gnu-g++ supports -c -o file.o... yes
checking if i486-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... unsupported
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
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 crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... 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 if res_init is available... yes
checking for killpg in -lucb... no
checking size of int... 4
checking size of long... 4
checking size of char *... 4
checking size of char... 1
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for Xinerama... no
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 Qt... libraries /usr/share/qt3/lib, headers /usr/include/qt3 using -mt
checking if Qt compiles without flags... yes
checking for moc... /usr/share/qt3/bin/moc
checking for uic... /usr/share/qt3/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/lib, 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 kde-config... /usr/bin/kde-config
checking for meinproc... /usr/bin/meinproc
checking Looking for lineak headers... /usr/include/lineak
checking for X... libraries /usr/lib, headers .
checking for ac_check_lineak in -llineak... yes
checking Looking for the plugin directory... /usr/lib/lineakd/plugins
checking for keyboard definitions file... /etc/lineakkb.def
checking if doc should be compiled... yes
checking if icons should be compiled... yes
checking if klineakconfig should be compiled... yes
checking if po should be compiled... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/en/Makefile
config.status: creating icons/Makefile
config.status: creating klineakconfig/Makefile
config.status: creating po/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Good - your configure finished. Start make now

/usr/bin/make
make[1]: Entering directory `/tmp/buildd/klineakconfig-0.9'
/usr/bin/make  all-recursive
make[2]: Entering directory `/tmp/buildd/klineakconfig-0.9'
Making all in klineakconfig
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9/klineakconfig'
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o klineakdefui.h ./klineakdefui.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o klineakconfigui.h ./klineakconfigui.ui
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o frmadvancedkeyoptionsui.h ./frmadvancedkeyoptionsui.ui
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klmailclient.o -MD -MP -MF ".deps/klmailclient.Tpo" \
	  -c -o klmailclient.o `test -f 'klmailclient.cpp' || echo './'`klmailclient.cpp; \
	then mv -f ".deps/klmailclient.Tpo" ".deps/klmailclient.Po"; \
	else rm -f ".deps/klmailclient.Tpo"; exit 1; \
	fi
In file included from /usr/include/kde/klocale.h:25,
                 from klmailclient.cpp:24:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from /usr/include/qt3/qdialog.h:45,
                 from /usr/include/qt3/qmessagebox.h:45,
                 from /usr/include/kde/kmessagebox.h:23,
                 from klmailclient.cpp:28:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from /usr/include/qt3/qdialog.h:45,
                 from /usr/include/qt3/qmessagebox.h:45,
                 from /usr/include/kde/kmessagebox.h:23,
                 from klmailclient.cpp:28:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klprefs.o -MD -MP -MF ".deps/klprefs.Tpo" \
	  -c -o klprefs.o `test -f 'klprefs.cpp' || echo './'`klprefs.cpp; \
	then mv -f ".deps/klprefs.Tpo" ".deps/klprefs.Po"; \
	else rm -f ".deps/klprefs.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qstrlist.h:45,
                 from /usr/include/qt3/qdir.h:46,
                 from klprefs.cpp:29:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/kde/kconfigbase.h:26,
                 from /usr/include/kde/kconfig.h:29,
                 from klprefs.cpp:36:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT kprefs.o -MD -MP -MF ".deps/kprefs.Tpo" \
	  -c -o kprefs.o `test -f 'kprefs.cpp' || echo './'`kprefs.cpp; \
	then mv -f ".deps/kprefs.Tpo" ".deps/kprefs.Po"; \
	else rm -f ".deps/kprefs.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qtextstream.h:46,
                 from /usr/include/qt3/qtl.h:46,
                 from /usr/include/qt3/qvaluelist.h:45,
                 from /usr/include/kde/kconfig.h:27,
                 from kprefs.cpp:23:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/kde/kconfigbase.h:26,
                 from /usr/include/kde/kconfig.h:29,
                 from kprefs.cpp:23:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klineakdef.o -MD -MP -MF ".deps/klineakdef.Tpo" \
	  -c -o klineakdef.o `test -f 'klineakdef.cpp' || echo './'`klineakdef.cpp; \
	then mv -f ".deps/klineakdef.Tpo" ".deps/klineakdef.Po"; \
	else rm -f ".deps/klineakdef.Tpo"; exit 1; \
	fi
In file included from /usr/include/kde/klocale.h:25,
                 from klineakdef.cpp:18:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from klineakdef.h:21,
                 from klineakdef.cpp:21:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from klineakdef.h:21,
                 from klineakdef.cpp:21:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from klineakdef.h:27,
                 from klineakdef.cpp:21:
/usr/include/qt3/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
/usr/include/qt3/qimage.h:61: warning: suggest parentheses around && within ||
In file included from klineakdef.cpp:23:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
/usr/share/qt3/bin/moc ./klineak.h -o klineak.moc
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klineak.o -MD -MP -MF ".deps/klineak.Tpo" \
	  -c -o klineak.o `test -f 'klineak.cpp' || echo './'`klineak.cpp; \
	then mv -f ".deps/klineak.Tpo" ".deps/klineak.Po"; \
	else rm -f ".deps/klineak.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qwindowdefs.h:47,
                 from /usr/include/qt3/qwidget.h:45,
                 from klineak.h:26,
                 from klineak.cpp:18:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from klineak.h:26,
                 from klineak.cpp:18:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from klineak.h:26,
                 from klineak.cpp:18:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klineakconfig.o -MD -MP -MF ".deps/klineakconfig.Tpo" \
	  -c -o klineakconfig.o `test -f 'klineakconfig.cpp' || echo './'`klineakconfig.cpp; \
	then mv -f ".deps/klineakconfig.Tpo" ".deps/klineakconfig.Po"; \
	else rm -f ".deps/klineakconfig.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qwindowdefs.h:47,
                 from /usr/include/qt3/qwidget.h:45,
                 from klineak.h:26,
                 from klineakconfig.h:26,
                 from klineakconfig.cpp:18:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from klineak.h:26,
                 from klineakconfig.h:26,
                 from klineakconfig.cpp:18:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from klineak.h:26,
                 from klineakconfig.h:26,
                 from klineakconfig.cpp:18:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from klineakdef.h:27,
                 from klineakconfig.h:30,
                 from klineakconfig.cpp:18:
/usr/include/qt3/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
/usr/include/qt3/qimage.h:61: warning: suggest parentheses around && within ||
In file included from advancedkbd.h:25,
                 from klineakconfig.h:31,
                 from klineakconfig.cpp:18:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
klineakconfig.cpp: At global scope:
klineakconfig.cpp:290: warning: unused parameter 'parsefile'
klineakconfig.cpp:380: warning: unused parameter 'box'
klineakconfig.cpp: In member function 'virtual void KlineakConfig::setKeyboard(QString)':
klineakconfig.cpp:607: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement
klineakconfig.cpp: At global scope:
klineakconfig.cpp:891: warning: unused parameter 'sig_num'
klineakconfig.cpp:903: warning: unused parameter 'sig_num'
klineakconfig.cpp:907: warning: unused parameter 'sig_num'
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT main.o -MD -MP -MF ".deps/main.Tpo" \
	  -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
	then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
	else rm -f ".deps/main.Tpo"; exit 1; \
	fi
In file included from /usr/include/kde/kurl.h:23,
                 from /usr/include/kde/kcmdlineargs.h:23,
                 from main.cpp:18:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/kde/kaboutdata.h:24,
                 from main.cpp:19:
/usr/include/qt3/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
/usr/include/qt3/qimage.h:61: warning: suggest parentheses around && within ||
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from klineak.h:26,
                 from klineakconfig.h:26,
                 from main.cpp:22:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from klineak.h:26,
                 from klineakconfig.h:26,
                 from main.cpp:22:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from advancedkbd.h:25,
                 from klineakconfig.h:31,
                 from main.cpp:22:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT advancedkbd.o -MD -MP -MF ".deps/advancedkbd.Tpo" \
	  -c -o advancedkbd.o `test -f 'advancedkbd.cpp' || echo './'`advancedkbd.cpp; \
	then mv -f ".deps/advancedkbd.Tpo" ".deps/advancedkbd.Po"; \
	else rm -f ".deps/advancedkbd.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qvariant.h:45,
                 from ./frmadvancedkbd.h:13,
                 from advancedkbd.h:15,
                 from advancedkbd.cpp:12:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from /usr/include/qt3/qdialog.h:45,
                 from ./frmadvancedkbd.h:14,
                 from advancedkbd.h:15,
                 from advancedkbd.cpp:12:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from /usr/include/qt3/qdialog.h:45,
                 from ./frmadvancedkbd.h:14,
                 from advancedkbd.h:15,
                 from advancedkbd.cpp:12:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from advancedkbd.h:25,
                 from advancedkbd.cpp:12:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
In file included from klineakdef.h:27,
                 from klineakconfig.h:30,
                 from advancedkbd.cpp:13:
/usr/include/qt3/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
/usr/include/qt3/qimage.h:61: warning: suggest parentheses around && within ||
advancedkbd.cpp: In constructor 'advancedKbd::advancedKbd(QWidget*, const char*, bool, uint)':
advancedkbd.cpp:24: warning: unused variable 'klconfig'
advancedkbd.cpp: At global scope:
advancedkbd.cpp:87: warning: unused parameter 'col'
advancedkbd.cpp:87: warning: unused parameter 'txt'
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT advancedkeyoptions.o -MD -MP -MF ".deps/advancedkeyoptions.Tpo" \
	  -c -o advancedkeyoptions.o `test -f 'advancedkeyoptions.cpp' || echo './'`advancedkeyoptions.cpp; \
	then mv -f ".deps/advancedkeyoptions.Tpo" ".deps/advancedkeyoptions.Po"; \
	else rm -f ".deps/advancedkeyoptions.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qwindowdefs.h:47,
                 from /usr/include/qt3/qwidget.h:45,
                 from /usr/include/qt3/qbutton.h:45,
                 from /usr/include/qt3/qradiobutton.h:45,
                 from advancedkeyoptions.cpp:12:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from /usr/include/qt3/qbutton.h:45,
                 from /usr/include/qt3/qradiobutton.h:45,
                 from advancedkeyoptions.cpp:12:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from /usr/include/qt3/qbutton.h:45,
                 from /usr/include/qt3/qradiobutton.h:45,
                 from advancedkeyoptions.cpp:12:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from advancedkeyoptions.cpp:20:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
/usr/share/qt3/bin/moc klineakdefui.h -o klineakdefui.moc
rm -f klineakdefui.cpp
echo '#include <klocale.h>' > klineakdefui.cpp
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i klineakdefui.h ./klineakdefui.ui > klineakdefui.cpp.temp ; ret=$?; \
	sed -e "s,tr2i18n( \"\" ),QString::null,g" klineakdefui.cpp.temp | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_klineakdefui,g" >> klineakdefui.cpp ;\
	rm -f klineakdefui.cpp.temp ;\
	if test "$ret" = 0; then echo '#include "klineakdefui.moc"' >> klineakdefui.cpp; else rm -f klineakdefui.cpp ; exit $ret ; fi
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klineakdefui.o -MD -MP -MF ".deps/klineakdefui.Tpo" \
	  -c -o klineakdefui.o `test -f 'klineakdefui.cpp' || echo './'`klineakdefui.cpp; \
	then mv -f ".deps/klineakdefui.Tpo" ".deps/klineakdefui.Po"; \
	else rm -f ".deps/klineakdefui.Tpo"; exit 1; \
	fi
In file included from /usr/include/kde/klocale.h:25,
                 from klineakdefui.cpp:1:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from klineakdefui.h:14,
                 from klineakdefui.cpp:10:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from klineakdefui.h:14,
                 from klineakdefui.cpp:10:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from klineakdefui.cpp:13:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
In file included from klineakdefui.cpp:23:
/usr/include/qt3/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
/usr/include/qt3/qimage.h:61: warning: suggest parentheses around && within ||
/usr/share/qt3/bin/moc klineakconfigui.h -o klineakconfigui.moc
rm -f klineakconfigui.cpp
echo '#include <klocale.h>' > klineakconfigui.cpp
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i klineakconfigui.h ./klineakconfigui.ui > klineakconfigui.cpp.temp ; ret=$?; \
	sed -e "s,tr2i18n( \"\" ),QString::null,g" klineakconfigui.cpp.temp | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_klineakconfigui,g" >> klineakconfigui.cpp ;\
	rm -f klineakconfigui.cpp.temp ;\
	if test "$ret" = 0; then echo '#include "klineakconfigui.moc"' >> klineakconfigui.cpp; else rm -f klineakconfigui.cpp ; exit $ret ; fi
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klineakconfigui.o -MD -MP -MF ".deps/klineakconfigui.Tpo" \
	  -c -o klineakconfigui.o `test -f 'klineakconfigui.cpp' || echo './'`klineakconfigui.cpp; \
	then mv -f ".deps/klineakconfigui.Tpo" ".deps/klineakconfigui.Po"; \
	else rm -f ".deps/klineakconfigui.Tpo"; exit 1; \
	fi
In file included from /usr/include/kde/klocale.h:25,
                 from klineakconfigui.cpp:1:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from klineakconfigui.h:14,
                 from klineakconfigui.cpp:10:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from klineakconfigui.h:14,
                 from klineakconfigui.cpp:10:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from klineakconfigui.cpp:13:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
In file included from klineakconfigui.cpp:23:
/usr/include/qt3/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
/usr/include/qt3/qimage.h:61: warning: suggest parentheses around && within ||
/usr/share/qt3/bin/moc frmadvancedkbd.h -o frmadvancedkbd.moc
rm -f frmadvancedkbd.cpp
echo '#include <klocale.h>' > frmadvancedkbd.cpp
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i frmadvancedkbd.h ./frmadvancedkbd.ui > frmadvancedkbd.cpp.temp ; ret=$?; \
	sed -e "s,tr2i18n( \"\" ),QString::null,g" frmadvancedkbd.cpp.temp | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_frmadvancedkbd,g" >> frmadvancedkbd.cpp ;\
	rm -f frmadvancedkbd.cpp.temp ;\
	if test "$ret" = 0; then echo '#include "frmadvancedkbd.moc"' >> frmadvancedkbd.cpp; else rm -f frmadvancedkbd.cpp ; exit $ret ; fi
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT frmadvancedkbd.o -MD -MP -MF ".deps/frmadvancedkbd.Tpo" \
	  -c -o frmadvancedkbd.o `test -f 'frmadvancedkbd.cpp' || echo './'`frmadvancedkbd.cpp; \
	then mv -f ".deps/frmadvancedkbd.Tpo" ".deps/frmadvancedkbd.Po"; \
	else rm -f ".deps/frmadvancedkbd.Tpo"; exit 1; \
	fi
In file included from /usr/include/kde/klocale.h:25,
                 from frmadvancedkbd.cpp:1:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from /usr/include/qt3/qdialog.h:45,
                 from frmadvancedkbd.h:14,
                 from frmadvancedkbd.cpp:10:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from /usr/include/qt3/qdialog.h:45,
                 from frmadvancedkbd.h:14,
                 from frmadvancedkbd.cpp:10:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from frmadvancedkbd.cpp:13:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
/usr/share/qt3/bin/moc frmadvancedkeyoptionsui.h -o frmadvancedkeyoptionsui.moc
rm -f frmadvancedkeyoptionsui.cpp
echo '#include <klocale.h>' > frmadvancedkeyoptionsui.cpp
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i frmadvancedkeyoptionsui.h ./frmadvancedkeyoptionsui.ui > frmadvancedkeyoptionsui.cpp.temp ; ret=$?; \
	sed -e "s,tr2i18n( \"\" ),QString::null,g" frmadvancedkeyoptionsui.cpp.temp | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1_frmadvancedkeyoptionsui,g" >> frmadvancedkeyoptionsui.cpp ;\
	rm -f frmadvancedkeyoptionsui.cpp.temp ;\
	if test "$ret" = 0; then echo '#include "frmadvancedkeyoptionsui.moc"' >> frmadvancedkeyoptionsui.cpp; else rm -f frmadvancedkeyoptionsui.cpp ; exit $ret ; fi
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT frmadvancedkeyoptionsui.o -MD -MP -MF ".deps/frmadvancedkeyoptionsui.Tpo" \
	  -c -o frmadvancedkeyoptionsui.o `test -f 'frmadvancedkeyoptionsui.cpp' || echo './'`frmadvancedkeyoptionsui.cpp; \
	then mv -f ".deps/frmadvancedkeyoptionsui.Tpo" ".deps/frmadvancedkeyoptionsui.Po"; \
	else rm -f ".deps/frmadvancedkeyoptionsui.Tpo"; exit 1; \
	fi
In file included from /usr/include/kde/klocale.h:25,
                 from frmadvancedkeyoptionsui.cpp:1:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from /usr/include/qt3/qdialog.h:45,
                 from frmadvancedkeyoptionsui.h:13,
                 from frmadvancedkeyoptionsui.cpp:10:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from /usr/include/qt3/qdialog.h:45,
                 from frmadvancedkeyoptionsui.h:13,
                 from frmadvancedkeyoptionsui.cpp:10:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from frmadvancedkeyoptionsui.cpp:13:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
/usr/share/qt3/bin/moc ./advancedkbd.h -o advancedkbd.moc.cpp
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT advancedkbd.moc.o -MD -MP -MF ".deps/advancedkbd.moc.Tpo" \
	  -c -o advancedkbd.moc.o `test -f 'advancedkbd.moc.cpp' || echo './'`advancedkbd.moc.cpp; \
	then mv -f ".deps/advancedkbd.moc.Tpo" ".deps/advancedkbd.moc.Po"; \
	else rm -f ".deps/advancedkbd.moc.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qvariant.h:45,
                 from ./frmadvancedkbd.h:13,
                 from advancedkbd.h:15,
                 from advancedkbd.moc.cpp:11:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from /usr/include/qt3/qdialog.h:45,
                 from ./frmadvancedkbd.h:14,
                 from advancedkbd.h:15,
                 from advancedkbd.moc.cpp:11:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from /usr/include/qt3/qdialog.h:45,
                 from ./frmadvancedkbd.h:14,
                 from advancedkbd.h:15,
                 from advancedkbd.moc.cpp:11:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from advancedkbd.h:25,
                 from advancedkbd.moc.cpp:11:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
/usr/share/qt3/bin/moc ./klineakdef.h -o klineakdef.moc.cpp
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klineakdef.moc.o -MD -MP -MF ".deps/klineakdef.moc.Tpo" \
	  -c -o klineakdef.moc.o `test -f 'klineakdef.moc.cpp' || echo './'`klineakdef.moc.cpp; \
	then mv -f ".deps/klineakdef.moc.Tpo" ".deps/klineakdef.moc.Po"; \
	else rm -f ".deps/klineakdef.moc.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qwindowdefs.h:47,
                 from /usr/include/qt3/qwidget.h:45,
                 from klineakdef.h:21,
                 from klineakdef.moc.cpp:11:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from klineakdef.h:21,
                 from klineakdef.moc.cpp:11:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from klineakdef.h:21,
                 from klineakdef.moc.cpp:11:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from klineakdef.h:27,
                 from klineakdef.moc.cpp:11:
/usr/include/qt3/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
/usr/include/qt3/qimage.h:61: warning: suggest parentheses around && within ||
/usr/share/qt3/bin/moc ./advancedkeyoptions.h -o advancedkeyoptions.moc.cpp
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT advancedkeyoptions.moc.o -MD -MP -MF ".deps/advancedkeyoptions.moc.Tpo" \
	  -c -o advancedkeyoptions.moc.o `test -f 'advancedkeyoptions.moc.cpp' || echo './'`advancedkeyoptions.moc.cpp; \
	then mv -f ".deps/advancedkeyoptions.moc.Tpo" ".deps/advancedkeyoptions.moc.Po"; \
	else rm -f ".deps/advancedkeyoptions.moc.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qvariant.h:45,
                 from ./frmadvancedkeyoptionsui.h:12,
                 from advancedkeyoptions.h:15,
                 from advancedkeyoptions.moc.cpp:11:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from /usr/include/qt3/qdialog.h:45,
                 from ./frmadvancedkeyoptionsui.h:13,
                 from advancedkeyoptions.h:15,
                 from advancedkeyoptions.moc.cpp:11:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from /usr/include/qt3/qdialog.h:45,
                 from ./frmadvancedkeyoptionsui.h:13,
                 from advancedkeyoptions.h:15,
                 from advancedkeyoptions.moc.cpp:11:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/share/qt3/bin/moc ./klineakconfig.h -o klineakconfig.moc.cpp
if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2  -MT klineakconfig.moc.o -MD -MP -MF ".deps/klineakconfig.moc.Tpo" \
	  -c -o klineakconfig.moc.o `test -f 'klineakconfig.moc.cpp' || echo './'`klineakconfig.moc.cpp; \
	then mv -f ".deps/klineakconfig.moc.Tpo" ".deps/klineakconfig.moc.Po"; \
	else rm -f ".deps/klineakconfig.moc.Tpo"; exit 1; \
	fi
In file included from /usr/include/qt3/qwindowdefs.h:47,
                 from /usr/include/qt3/qwidget.h:45,
                 from klineak.h:26,
                 from klineakconfig.h:26,
                 from klineakconfig.moc.cpp:11:
/usr/include/qt3/qstring.h: In member function 'char QChar::latin1() const':
/usr/include/qt3/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/include/qt3/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/include/qt3/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/include/qt3/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/include/qt3/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from klineak.h:26,
                 from klineakconfig.h:26,
                 from klineakconfig.moc.cpp:11:
/usr/include/qt3/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
/usr/include/qt3/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
/usr/include/qt3/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/include/qt3/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/include/qt3/qwidget.h:52,
                 from klineak.h:26,
                 from klineakconfig.h:26,
                 from klineakconfig.moc.cpp:11:
/usr/include/qt3/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/include/qt3/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from klineakdef.h:27,
                 from klineakconfig.h:30,
                 from klineakconfig.moc.cpp:11:
/usr/include/qt3/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
/usr/include/qt3/qimage.h:61: warning: suggest parentheses around && within ||
In file included from advancedkbd.h:25,
                 from klineakconfig.h:31,
                 from klineakconfig.moc.cpp:11:
/usr/include/qt3/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/include/qt3/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'uint' may alter its value
/bin/bash ../libtool --mode=link --tag=CXX i486-linux-gnu-g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2   -L/usr/lib  -L/usr/lib -L/usr/lib -lX11 -lXext -ldl -o klineakconfig -L/usr/lib   klmailclient.o klprefs.o kprefs.o klineakdef.o klineak.o klineakconfig.o main.o advancedkbd.o advancedkeyoptions.o klineakdefui.o klineakconfigui.o frmadvancedkbd.o frmadvancedkeyoptionsui.o advancedkbd.moc.o klineakdef.moc.o advancedkeyoptions.moc.o klineakconfig.moc.o  -L../klineakconfig -lkio -lkdeui -lkdecore -lqt-mt  -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread -lX11  -llineak -llineak
libtool: link: i486-linux-gnu-g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -g -O2 -o klineakconfig klmailclient.o klprefs.o kprefs.o klineakdef.o klineak.o klineakconfig.o main.o advancedkbd.o advancedkeyoptions.o klineakdefui.o klineakconfigui.o frmadvancedkbd.o frmadvancedkeyoptionsui.o advancedkbd.moc.o klineakdef.moc.o advancedkeyoptions.moc.o klineakconfig.moc.o  -L/usr/lib -ldl -L/tmp/buildd/klineakconfig-0.9/klineakconfig /usr/lib/libkio.so /usr/lib/libkdeui.so /usr/lib/libkdecore.so /usr/lib/libqt-mt.so -lpng -lz -lm -lXext -lSM -lICE -lpthread -lX11 /usr/lib/liblineak.so
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9/klineakconfig'
Making all in po
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9/po'
rm -f de.gmo; /usr/bin/msgfmt -o de.gmo ./de.po
test ! -f de.gmo || touch de.gmo
rm -f es.gmo; /usr/bin/msgfmt -o es.gmo ./es.po
test ! -f es.gmo || touch es.gmo
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9/po'
Making all in doc
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9/doc'
Making all in en
make[4]: Entering directory `/tmp/buildd/klineakconfig-0.9/doc/en'
/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[4]: Leaving directory `/tmp/buildd/klineakconfig-0.9/doc/en'
make[4]: Entering directory `/tmp/buildd/klineakconfig-0.9/doc'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/tmp/buildd/klineakconfig-0.9/doc'
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9/doc'
Making all in icons
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9/icons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9/icons'
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9'
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
make[2]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
make[1]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Main install.
/usr/bin/make install DESTDIR=/tmp/buildd/klineakconfig-0.9/debian/klineakconfig
make[1]: Entering directory `/tmp/buildd/klineakconfig-0.9'
Making install in klineakconfig
make[2]: Entering directory `/tmp/buildd/klineakconfig-0.9/klineakconfig'
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9/klineakconfig'
/bin/bash ../admin/mkinstalldirs /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/bin
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/bin
  /bin/bash ../libtool --mode=install /usr/bin/install -c -p  klineakconfig /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/bin/klineakconfig
libtool: install: /usr/bin/install -c -p klineakconfig /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/bin/klineakconfig
/bin/bash ../admin/mkinstalldirs /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/applnk/Applications/
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/applnk/Applications/
install -p -c -m 644 ./klineakconfig.desktop /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/applnk/Applications/klineakconfig.desktop
/bin/bash ../admin/mkinstalldirs /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/locolor/32x32/apps/
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/locolor/32x32/apps/
install -p -c -m 644 ./lo32-app-klineakconfig.png /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/locolor/32x32/apps/klineakconfig.png
/bin/bash ../admin/mkinstalldirs /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/locolor/16x16/apps/
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/locolor/16x16/apps/
install -p -c -m 644 ./lo16-app-klineakconfig.png /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/locolor/16x16/apps/klineakconfig.png
/bin/bash ../admin/mkinstalldirs /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/hicolor/16x16/apps/
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/hicolor/16x16/apps/
install -p -c -m 644 ./hi16-app-klineakconfig.png /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/hicolor/16x16/apps/klineakconfig.png
/bin/bash ../admin/mkinstalldirs /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/hicolor/32x32/apps/
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/hicolor/32x32/apps/
install -p -c -m 644 ./hi32-app-klineakconfig.png /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/icons/hicolor/32x32/apps/klineakconfig.png
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9/klineakconfig'
make[2]: Leaving directory `/tmp/buildd/klineakconfig-0.9/klineakconfig'
Making install in po
make[2]: Entering directory `/tmp/buildd/klineakconfig-0.9/po'
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9/po'
make[3]: Nothing to be done for `install-exec-am'.
install -p -c -m 644 de.gmo /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/locale/de/LC_MESSAGES/klineakconfig.mo
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/locale/de/LC_MESSAGES
install -p -c -m 644 es.gmo /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/locale/es/LC_MESSAGES/klineakconfig.mo
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/locale/es/LC_MESSAGES
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9/po'
make[2]: Leaving directory `/tmp/buildd/klineakconfig-0.9/po'
Making install in doc
make[2]: Entering directory `/tmp/buildd/klineakconfig-0.9/doc'
Making install in en
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9/doc/en'
make[4]: Entering directory `/tmp/buildd/klineakconfig-0.9/doc/en'
make[4]: Nothing to be done for `install-exec-am'.
/bin/bash ../../admin/mkinstalldirs /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/doc/kde/HTML/en/klineakconfig
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/doc/kde/HTML/en/klineakconfig
install -p -c -m 644 index.docbook /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/doc/kde/HTML/en/klineakconfig/index.docbook
/bin/bash ../../admin/mkinstalldirs /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/doc/kde/HTML/en/klineakconfig
install -p -c -m 644 index.cache.bz2 /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/doc/kde/HTML/en/klineakconfig/
rm -f /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/doc/kde/HTML/en/klineakconfig/common
ln -s /usr/share/doc/kde/HTML/en/common /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/doc/kde/HTML/en/klineakconfig/common
make[4]: Leaving directory `/tmp/buildd/klineakconfig-0.9/doc/en'
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9/doc/en'
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9/doc'
make[4]: Entering directory `/tmp/buildd/klineakconfig-0.9/doc'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/tmp/buildd/klineakconfig-0.9/doc'
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9/doc'
make[2]: Leaving directory `/tmp/buildd/klineakconfig-0.9/doc'
Making install in icons
make[2]: Entering directory `/tmp/buildd/klineakconfig-0.9/icons'
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9/icons'
make[3]: Nothing to be done for `install-exec-am'.
/bin/bash ../admin/mkinstalldirs /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/apps/klineakconfig/pics/
mkdir -p -- /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/apps/klineakconfig/pics/
install -p -c -m 644 ./lineak_logo.xpm /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/apps/klineakconfig/pics/lineak_logo.xpm
install -p -c -m 644 ./noimage.xpm /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/apps/klineakconfig/pics/noimage.xpm
install -p -c -m 644 ./warning.xpm /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/apps/klineakconfig/pics/warning.xpm
install -p -c -m 644 ./stop.gif /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/apps/klineakconfig/pics/stop.gif
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9/icons'
make[2]: Leaving directory `/tmp/buildd/klineakconfig-0.9/icons'
make[2]: Entering directory `/tmp/buildd/klineakconfig-0.9'
make[3]: Entering directory `/tmp/buildd/klineakconfig-0.9'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
make[2]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
make[1]: Leaving directory `/tmp/buildd/klineakconfig-0.9'
install -p -d -o root -g root -m 755 /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/pixmaps
install -p -o root -g root -m 644 /tmp/buildd/klineakconfig-0.9/debian/klineakconfig.xpm /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/pixmaps
# Make common links for docs.
for p in `dh_listpackages`; do \
	  for i in `find /tmp/buildd/klineakconfig-0.9/debian/klineakconfig/usr/share/doc/kde/HTML -type d-name $p -not -regex .*/en/$p`; do \
	    ln -f -n -s ../common $i/common ; done; done
find: Arguments to -type should contain only one letter
perl -w admin/debianrules cleanup
dh_testdir
dh_testroot
dh_installdocs
dh_installmenu
dh_installmime
dh_installman 
dh_installchangelogs ChangeLog
dh_link 
dh_strip
dh_compress --exclude=.docbook
dh_fixperms 
dh_makeshlibs
dh_installdeb 
dh_perl 
dh_shlibdeps
dpkg-shlibdeps: warning: dependency on libz.so.1 could be avoided if "debian/klineakconfig/usr/bin/klineakconfig" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libXext.so.6 could be avoided if "debian/klineakconfig/usr/bin/klineakconfig" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libdl.so.2 could be avoided if "debian/klineakconfig/usr/bin/klineakconfig" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libSM.so.6 could be avoided if "debian/klineakconfig/usr/bin/klineakconfig" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libpng12.so.0 could be avoided if "debian/klineakconfig/usr/bin/klineakconfig" were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libICE.so.6 could be avoided if "debian/klineakconfig/usr/bin/klineakconfig" were not uselessly linked against it (they use none of its symbols).
dh_gencontrol 
dh_md5sums 
dh_builddeb 
dpkg-deb: building package `klineakconfig' in `../klineakconfig_0.9-8_i386.deb'.
 dpkg-genchanges  >../klineakconfig_0.9-8_i386.changes
dpkg-genchanges: not including original source code in upload
dpkg-buildpackage: binary and diff upload (original source NOT included)
I: Copying back the cached apt archive contents
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: Current time: Sun Sep 13 21:35:22 CEST 2009
I: pbuilder-time-stamp: 1252870522

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: