Your message dated Sun, 05 Oct 2008 09:02:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#499722: fixed in gparted 0.3.9-2 has caused the Debian Bug report #499722, regarding gparted FTBFS on arm armel mips mipsel 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 [EMAIL PROTECTED] immediately.) -- 499722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499722 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: gparted Version: 0.3.9-1 Severity: important Tags: patch gparted fails to build on arm armel mips and mipsel since a patch in the package isn't complete. I attach an updated version. The interdiff of both patches is: diff -u gparted-0.3.9/src/GParted_Core.cc gparted-0.3.9/src/GParted_Core.cc --- gparted-0.3.9/src/GParted_Core.cc 2008-09-16 20:42:31.000000000 +1000 +++ gparted-0.3.9/src/GParted_Core.cc 2008-09-16 20:42:31.000000000 +1000 @@ -1750,7 +1750,7 @@ //Benchmark copy times using different block sizes to determine optimal size while ( succes && - std::llabs( done ) + N <= length && + llabs( done ) + N <= length && benchmark_blocksize <= N ) { timer .reset() ; Thiemo--- gparted-0.3.9/src/GParted_Core.cc 2008-09-13 08:13:54.000000000 +1000 +++ gparted-0.3.9/src/GParted_Core.cc 2008-09-16 20:42:31.000000000 +1000 @@ -1750,7 +1750,7 @@ bool GParted_Core::copy_filesystem( cons //Benchmark copy times using different block sizes to determine optimal size while ( succes && - std::llabs( done ) + N <= length && + llabs( done ) + N <= length && benchmark_blocksize <= N ) { timer .reset() ; @@ -1792,7 +1792,7 @@ bool GParted_Core::copy_filesystem( cons dst_device, src_start + ( dst_start > src_start ? 0 : done ), dst_start + ( dst_start > src_start ? 0 : done ), - length - std::llabs( done ), + length - ::llabs( done ), optimal_blocksize, operationdetail, readonly, @@ -1966,7 +1966,7 @@ bool GParted_Core::copy_blocks( const Gl if ( lp_device_src && lp_device_dst && ped_device_open( lp_device_src ) && ped_device_open( lp_device_dst ) ) { Glib::ustring error_message ; - buf = static_cast<char *>( malloc( std::llabs( blocksize ) * 512 ) ) ; + buf = static_cast<char *>( malloc( ::llabs( blocksize ) * 512 ) ) ; if ( buf ) { ped_device_sync( lp_device_dst ) ; @@ -1987,7 +1987,7 @@ bool GParted_Core::copy_blocks( const Gl operationdetail .get_last_child() .add_child( OperationDetail( "", STATUS_NONE ) ) ; Glib::Timer timer_progress_timeout, timer_total ; - while( succes && std::llabs( done ) < length ) + while( succes && ::llabs( done ) < length ) { succes = copy_block( lp_device_src, lp_device_dst, @@ -2002,7 +2002,7 @@ bool GParted_Core::copy_blocks( const Gl if ( timer_progress_timeout .elapsed() >= 0.5 ) { set_progress_info( length, - std::llabs( done + blocksize ), + ::llabs( done + blocksize ), timer_total, operationdetail .get_last_child() .get_last_child(), readonly ) ; @@ -2021,13 +2021,13 @@ bool GParted_Core::copy_blocks( const Gl //final description operationdetail .get_last_child() .get_last_child() .set_description( - String::ucompose( readonly ? _("%1 of %2 read") : _("%1 of %2 copied"), std::llabs( done ), length ), FONT_ITALIC ) ; + String::ucompose( readonly ? _("%1 of %2 read") : _("%1 of %2 copied"), ::llabs( done ), length ), FONT_ITALIC ) ; if ( ! succes && ! error_message .empty() ) operationdetail .get_last_child() .add_child( OperationDetail( error_message, STATUS_NONE, FONT_ITALIC ) ) ; - total_done += std::llabs( done ) ; + total_done += ::llabs( done ) ; //close and destroy the devices.. ped_device_close( lp_device_src ) ; @@ -2054,7 +2054,7 @@ bool GParted_Core::copy_block( PedDevice { if ( blocksize < 0 ) { - blocksize = std::llabs( blocksize ) ; + blocksize = ::llabs( blocksize ) ; offset_src -= ( blocksize -1 ) ; offset_dst -= ( blocksize -1 ) ; }
--- End Message ---
--- Begin Message ---Source: gparted Source-Version: 0.3.9-2 We believe that the bug you reported is fixed in the latest version of gparted, which is due to be installed in the Debian FTP archive: gparted_0.3.9-2.diff.gz to pool/main/g/gparted/gparted_0.3.9-2.diff.gz gparted_0.3.9-2.dsc to pool/main/g/gparted/gparted_0.3.9-2.dsc gparted_0.3.9-2_amd64.deb to pool/main/g/gparted/gparted_0.3.9-2_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Anibal Monsalve Salazar <[EMAIL PROTECTED]> (supplier of updated gparted 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 05 Oct 2008 18:16:57 +1100 Source: gparted Binary: gparted Architecture: source amd64 Version: 0.3.9-2 Distribution: unstable Urgency: low Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Description: gparted - GNOME partition editor Closes: 499722 Changes: gparted (0.3.9-2) unstable; urgency=low . * Fix FTBFS on arm armel mips mipsel; patch by Thiemo Seufer closes: #499722 Checksums-Sha1: f8a58e982b6112495571c10b870c785883053894 1200 gparted_0.3.9-2.dsc 49f02a40ebcd4c6d250868131ba6228214c72cdd 9012 gparted_0.3.9-2.diff.gz b5d700356ebcd75ec1bdb793b8b9e26e0745ad01 698064 gparted_0.3.9-2_amd64.deb Checksums-Sha256: bca8cdbe97a17776e2929be2ba7577a3434073cab053c53f10ea69e8c8ce64c6 1200 gparted_0.3.9-2.dsc a116e0c440d299767f1f813ea2d29b55332bf97c72600f8c087b514e061a2538 9012 gparted_0.3.9-2.diff.gz 2eeb1646e6618d9c0de40ed6eec50bf67899636657c3487d3ea7828e664ed651 698064 gparted_0.3.9-2_amd64.deb Files: fa14a6ea64434692645019d80e69f50e 1200 gnome optional gparted_0.3.9-2.dsc 39ca339d9729d5ee1dba8c83cdff4abf 9012 gnome optional gparted_0.3.9-2.diff.gz 95a20f8f12e3d39f1e9b46b8ec522c24 698064 gnome optional gparted_0.3.9-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkjoffAACgkQgY5NIXPNpFXe2QCfUTnyzq3aMXGqXg6sQoiFGAvt 8PQAoLAJmPQJm21qXdkvu3hUcCloBEvP =Vb5y -----END PGP SIGNATURE-----
--- End Message ---

