Package: knutclient Version: 0.9.3-1 Usertags: ftbfs-gcc-4.3 Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. GCC 4.3 now prints an error message when C++ code contains duplicate function parameter names in function prototypes, see http://www.cyrius.com/journal/2007/12/07#gcc-4.3-multiple-params
You can reproduce this problem with gcc-snapshot from unstable. Note that Red Hat, Novell and Ubuntu have done some work getting packages to build with GCC 4.3 so there might be patches floating around somewhere. I suggest you talk to your upstream. > Automatic build of knutclient_0.9.3-1 on em64t by sbuild/amd64 0.53 ... > Making all in src > make[3]: Entering directory `/build/tbm/knutclient-0.9.3/src' > if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde > -I/usr/include/qt3/ -I. -DQT_THREAD_SUPPORT -D_REENTRANT > -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith > -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align > -Wconversion -Wchar-subscripts -O2 -Wformat-security > -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT > main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o 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:194: 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:219: 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:220: 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:264: 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:362: warning: conversion to 'unsigned int:30' from > 'uint' may alter its value > /usr/include/qt3/qstring.h:362: 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:58: warning: suggest parentheses around && within || > In file included from /usr/include/qt3/qobject.h:45, > from /usr/include/qt3/qwidget.h:43, > from /usr/include/qt3/qdesktopwidget.h:40, > from /usr/include/qt3/qapplication.h:42, > from /usr/include/kde/kapplication.h:38, > from /usr/include/kde/kapp.h:5, > from main.cpp:22: > /usr/include/qt3/qevent.h: In member function 'void > QDropEvent::setAction(QDropEvent::Action)': > /usr/include/qt3/qevent.h:520: warning: conversion to 'unsigned char' from > 'uint' may alter its value > In file included from /usr/include/qt3/qwidget.h:49, > from /usr/include/qt3/qdesktopwidget.h:40, > from /usr/include/qt3/qapplication.h:42, > from /usr/include/kde/kapplication.h:38, > from /usr/include/kde/kapp.h:5, > from main.cpp:22: > /usr/include/qt3/qsizepolicy.h: In member function 'void > QSizePolicy::transpose()': > /usr/include/qt3/qsizepolicy.h:122: warning: conversion to 'uchar' from > 'uint' may alter its value > /usr/include/qt3/qsizepolicy.h:122: 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 knutnewupsdlg.h:24, > from knutprefdlg.h:21, > from knutmainwindow.h:26, > from knutclient.h:25, > from main.cpp:25: > /usr/include/qt3/qlistbox.h: In member function 'int QListBox::cellWidth() > const': > /usr/include/qt3/qlistbox.h:191: 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:192: warning: conversion to 'int' from 'long int' > may alter its value > In file included from /usr/include/kde/kpushbutton.h:24, > from knutnewupsdlg.h:27, > from knutprefdlg.h:21, > from knutmainwindow.h:26, > from knutclient.h:25, > from main.cpp:25: > /usr/include/qt3/qpushbutton.h: In member function 'virtual void > QPushButton::setIsMenuButton(bool)': > /usr/include/qt3/qpushbutton.h:91: warning: conversion to 'unsigned char:1' > from 'int' may alter its value > In file included from knutclient.h:29, > from main.cpp:25: > knutdock.h: At global scope: > knutdock.h:325: error: multiple parameters named 'x' > make[3]: *** [main.o] Error 1 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]