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

Bug#534001: qtparted: FTBFS: qp_libparted.cpp:1751: error: 'ped_free' was not declared in this scope



Package: qtparted
Version: 0.4.5-4
Severity: serious
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20090620 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 g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/share/qt3/include -I-I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -fexceptions  -Wall -Wno-deprecated  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -fno-builtin -g3 -fno-inline -Wall -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT qp_libparted.o -MD -MP -MF ".deps/qp_libparted.Tpo" \
> 	  -c -o qp_libparted.o `test -f 'qp_libparted.cpp' || echo './'`qp_libparted.cpp; \
> 	then mv -f ".deps/qp_libparted.Tpo" ".deps/qp_libparted.Po"; \
> 	else rm -f ".deps/qp_libparted.Tpo"; exit 1; \
> 	fi
> In file included from /usr/share/qt3/include/qwindowdefs.h:47,
>                  from /usr/share/qt3/include/qwidget.h:45,
>                  from /usr/share/qt3/include/qdialog.h:45,
>                  from /usr/share/qt3/include/qmessagebox.h:45,
>                  from qp_libparted.cpp:25:
> /usr/share/qt3/include/qstring.h: In member function 'char QChar::latin1() const':
> /usr/share/qt3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void QChar::setCell(uchar)':
> /usr/share/qt3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void QChar::setRow(uchar)':
> /usr/share/qt3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
> /usr/share/qt3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
> /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> In file included from /usr/share/qt3/include/qobject.h:48,
>                  from /usr/share/qt3/include/qwidget.h:46,
>                  from /usr/share/qt3/include/qdialog.h:45,
>                  from /usr/share/qt3/include/qmessagebox.h:45,
>                  from qp_libparted.cpp:25:
> /usr/share/qt3/include/qevent.h: In constructor 'QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)':
> /usr/share/qt3/include/qevent.h:432: warning: conversion to 'unsigned char' from 'uint' may alter its value
> /usr/share/qt3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
> /usr/share/qt3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
> In file included from /usr/share/qt3/include/qwidget.h:52,
>                  from /usr/share/qt3/include/qdialog.h:45,
>                  from /usr/share/qt3/include/qmessagebox.h:45,
>                  from qp_libparted.cpp:25:
> /usr/share/qt3/include/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
> /usr/share/qt3/include/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
> /usr/share/qt3/include/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
> qp_libparted.cpp: In member function 'float QP_PartInfo::mb_t_start()':
> qp_libparted.cpp:82: warning: conversion to 'double' from 'PedSector' may alter its value
> qp_libparted.cpp:82: warning: conversion to 'float' from 'double' may alter its value
> qp_libparted.cpp: In member function 'float QP_PartInfo::mb_t_end()':
> qp_libparted.cpp:87: warning: conversion to 'double' from 'PedSector' may alter its value
> qp_libparted.cpp:87: warning: conversion to 'float' from 'double' may alter its value
> qp_libparted.cpp: In member function 'float QP_PartInfo::mb_start()':
> qp_libparted.cpp:91: warning: conversion to 'double' from 'PedSector' may alter its value
> qp_libparted.cpp:91: warning: conversion to 'float' from 'double' may alter its value
> qp_libparted.cpp: In member function 'float QP_PartInfo::mb_end()':
> qp_libparted.cpp:95: warning: conversion to 'double' from 'PedSector' may alter its value
> qp_libparted.cpp:95: warning: conversion to 'float' from 'double' may alter its value
> qp_libparted.cpp: In member function 'float QP_PartInfo::mb_min_size()':
> qp_libparted.cpp:99: warning: conversion to 'double' from 'PedSector' may alter its value
> qp_libparted.cpp:99: warning: conversion to 'float' from 'double' may alter its value
> qp_libparted.cpp: In member function 'void QP_LibParted::scan_partitions()':
> qp_libparted.cpp:465: warning: conversion to 'float' from 'long long int' may alter its value
> qp_libparted.cpp: In member function 'void QP_LibParted::scan_orig_partitions()':
> qp_libparted.cpp:501: warning: conversion to 'float' from 'long long int' may alter its value
> qp_libparted.cpp: In static member function 'static qtp_DriveInfo QP_LibParted::device_info(QString)':
> qp_libparted.cpp:529: warning: conversion to 'double' from 'long long int' may alter its value
> qp_libparted.cpp:529: warning: conversion to 'double' from 'PedSector' may alter its value
> qp_libparted.cpp: In member function 'int QP_LibParted::mkpart(QTParted::partType, PedSector, PedSector, QP_FSWrap*, QString)':
> qp_libparted.cpp:990: warning: conversion to 'uint' from 'long unsigned int' may alter its value
> qp_libparted.cpp: In member function 'bool QP_LibParted::_partition_warn_busy(PedPartition*)':
> qp_libparted.cpp:1751: error: 'ped_free' was not declared in this scope
> make[3]: *** [qp_libparted.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/06/20/qtparted_0.4.5-4_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 |



Reply to: