pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/40460: kdepim3 fails to build with -current (time_t related)
>Number: 40460
>Category: pkg
>Synopsis: kdepim3 fails to build with -current (time_t related)
>Confidential: no
>Severity: non-critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jan 23 09:30:00 +0000 2009
>Originator: Bernd Ernesti
>Release: NetBSD 5.99.7
>Organization:
>Environment:
System: NetBSD 5.99.7
Architecture: i386
Machine: i386
>Description:
kdepim3 fails to build on a current system after the time_t changes.
This build is based on an empty /usr/pkg after the base system was
completly updated:
kngroup.cpp: In member function 'int KNGroup::saveStaticData(int, bool)':
kngroup.cpp:553: error: ambiguous overload for 'operator<<' in 'ts <<
art->KNRemoteArticle::<anonymous>.KNArticle::<anonymous>.KMime::NewsArticle::<anonymous>.KMime::Message::date(1)->KMime::Headers::Date::unixTime()'
/usr/pkg/qt3/include/qtextstream.h:94: note: candidates are: QTextStream&
QTextStream::operator<<(QChar)
/usr/pkg/qt3/include/qtextstream.h:95: note: QTextStream&
QTextStream::operator<<(char)
/usr/pkg/qt3/include/qtextstream.h:96: note: QTextStream&
QTextStream::operator<<(short int)
/usr/pkg/qt3/include/qtextstream.h:97: note: QTextStream&
QTextStream::operator<<(short unsigned int)
/usr/pkg/qt3/include/qtextstream.h:98: note: QTextStream&
QTextStream::operator<<(int)
/usr/pkg/qt3/include/qtextstream.h:99: note: QTextStream&
QTextStream::operator<<(unsigned int)
/usr/pkg/qt3/include/qtextstream.h:100: note: QTextStream&
QTextStream::operator<<(long int)
/usr/pkg/qt3/include/qtextstream.h:101: note: QTextStream&
QTextStream::operator<<(long unsigned int)
/usr/pkg/qt3/include/qtextstream.h:102: note: QTextStream&
QTextStream::operator<<(float)
/usr/pkg/qt3/include/qtextstream.h:103: note: QTextStream&
QTextStream::operator<<(double)
/usr/pkg/qt3/include/qtextstream.h:104: note: QTextStream&
QTextStream::operator<<(const char*) <near match>
/usr/pkg/qt3/include/qtextstream.h:105: note: QTextStream&
QTextStream::operator<<(const QString&) <near match>
/usr/pkg/qt3/include/qtextstream.h:106: note: QTextStream&
QTextStream::operator<<(const QCString&)
/usr/pkg/qt3/include/qtextstream.h:107: note: QTextStream&
QTextStream::operator<<(void*) <near match>
/usr/pkg/qt3/include/qtextstream.h:301: note: QTextStream&
operator<<(QTextStream&, QTextStream& (*)(QTextStream&)) <near match>
/usr/pkg/qt3/include/qsplitter.h:160: note: QTextStream&
operator<<(QTextStream&, const QSplitter&) <near match>
/usr/pkg/qt3/include/qdom.h:671: note: QTextStream&
operator<<(QTextStream&, const QDomNode&) <near match>
/usr/pkg/qt3/include/qmainwindow.h:252: note: QTextStream&
operator<<(QTextStream&, const QMainWindow&) <near match>
gmake[3]: *** [kngroup.lo] Error 1
gmake[3]: Leaving directory `/pkgsrc/misc/kdepim3/work.i386/kdepim-3.5.10/knode'
>How-To-Repeat:
cd pkgsrc/misc/kdepim3
make
>Fix:
Home |
Main Index |
Thread Index |
Old Index