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

Bug#534001: marked as done (qtparted: FTBFS: qp_libparted.cpp:1751: error: 'ped_free' was not declared in this scope)



Your message dated Sat, 27 Jun 2009 09:25:33 +0000
with message-id <E1MKUA9-0002qQ-TG@ries.debian.org>
and subject line Bug#534001: fixed in qtparted 0.4.5-5
has caused the Debian Bug report #534001,
regarding qtparted: FTBFS: qp_libparted.cpp:1751: error: 'ped_free' was not declared in this scope
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.)


-- 
534001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534001
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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 |



--- End Message ---
--- Begin Message ---
Source: qtparted
Source-Version: 0.4.5-5

We believe that the bug you reported is fixed in the latest version of
qtparted, which is due to be installed in the Debian FTP archive:

qtparted_0.4.5-5.diff.gz
  to pool/main/q/qtparted/qtparted_0.4.5-5.diff.gz
qtparted_0.4.5-5.dsc
  to pool/main/q/qtparted/qtparted_0.4.5-5.dsc
qtparted_0.4.5-5_amd64.deb
  to pool/main/q/qtparted/qtparted_0.4.5-5_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 534001@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi <filippo@debian.org> (supplier of updated qtparted package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 27 Jun 2009 10:51:53 +0200
Source: qtparted
Binary: qtparted
Architecture: source amd64
Version: 0.4.5-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Filippo Giunchedi <filippo@debian.org>
Description: 
 qtparted   - A parted frontend using QT
Closes: 530172 534001
Changes: 
 qtparted (0.4.5-5) unstable; urgency=low
 .
   * QA upload.
   * data/run_qtparted.in: fix bashism (Closes: #530172)
   * src/qp_libparted.cpp: replace ped_free with free (Closes: #534001)
   * pass DEB_BUILD/HOST_GNU_TYPE to configure
Checksums-Sha1: 
 390cb635ca43e3ff466a7b9f7a6426e8965c9363 1187 qtparted_0.4.5-5.dsc
 d2ff00a798265477904fedf33f58d360e6858128 262610 qtparted_0.4.5-5.diff.gz
 edb8e865360a4bd04806f7d2abb7b5163535796a 219748 qtparted_0.4.5-5_amd64.deb
Checksums-Sha256: 
 99dea7fb4f20c7fc1e26f55f3c3be54d4b04967108cc3a7ac6a5399b944cf63b 1187 qtparted_0.4.5-5.dsc
 f56091ea1bda7c95c58d5cff37dea17edbc60c2ee148a285448cc4d6765dcdae 262610 qtparted_0.4.5-5.diff.gz
 9a69cb22da2be5606300f6104b4e451e4cc140dfd37b15e3e1caf74ad94cbdc2 219748 qtparted_0.4.5-5_amd64.deb
Files: 
 1a3662a192ef7dca06de77c1de7183b8 1187 x11 optional qtparted_0.4.5-5.dsc
 82572c4d4a1019573e58689cbdf94798 262610 x11 optional qtparted_0.4.5-5.diff.gz
 d3a91b3cb454c3b00fb4628fd195f4ee 219748 x11 optional qtparted_0.4.5-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpF4XMACgkQABzeamt51AHSyQCgwhdYvYeemG1+sZDiHV8pNiQz
cLoAn0Fcd4oVoChdqRECZ4KJtBdU1QqY
=RNSV
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: