Your message dated Sat, 05 Jun 2010 07:02:11 +0000
with message-id <e1oknov-0006bo...@ries.debian.org>
and subject line Bug#583768: fixed in btrfs-tools 0.19+20100601-2
has caused the Debian Bug report #583768,
regarding btrfs-tools: FTBFS on alpha and ia64, printk cast warning
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 ow...@bugs.debian.org
immediately.)


-- 
583768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583768
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package:  btrfs-tools
Version:  0.19-2
Severity: serious
Tags:     patch

Some warnings of the form:
format '%llu' expects type 'long long unsigned int' but argument has
type 'u64'
in conjunction with -Werror are causing build failures on ia64 and
alpha. Patch attached to properly cast them, avoiding compiler
warnings.
This is becoming boring to fix at each release :)

Cheers, Luca

-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno (kaeso)
: :'  :   The Universal O.S.    | lucab (AT) debian.org
`. `'`                          | GPG Key ID: 3BFB9FB3
  `-     http://www.debian.org  | Debian GNU/Linux Developer
Index: btrfs-tools-0.19/disk-io.c
===================================================================
--- btrfs-tools-0.19.orig/disk-io.c	2009-07-31 13:14:50.000000000 -0600
+++ btrfs-tools-0.19/disk-io.c	2009-07-31 13:14:51.000000000 -0600
@@ -678,7 +678,8 @@
 		   ~BTRFS_FEATURE_INCOMPAT_SUPP;
 	if (features) {
 		printk("couldn't open because of unsupported "
-		       "option features (%Lx).\n", features);
+		       "option features (%Lx).\n", 
+			(unsigned long long)features);
 		BUG_ON(1);
 	}
 
@@ -692,7 +693,8 @@
 		~BTRFS_FEATURE_COMPAT_RO_SUPP;
 	if (writes && features) {
 		printk("couldn't open RDWR because of unsupported "
-		       "option features (%Lx).\n", features);
+		       "option features (%Lx).\n", 
+			(unsigned long long) features);
 		BUG_ON(1);
 	}
 
Index: btrfs-tools-0.19/extent-tree.c
===================================================================
--- btrfs-tools-0.19.orig/extent-tree.c	2009-07-31 13:14:50.000000000 -0600
+++ btrfs-tools-0.19/extent-tree.c	2009-07-31 13:14:51.000000000 -0600
@@ -1448,7 +1448,8 @@
 		goto out;
 	if (ret != 0) {
 		btrfs_print_leaf(root, path->nodes[0]);
-		printk("failed to find block number %Lu\n", bytenr);
+		printk("failed to find block number %Lu\n", 
+		(unsigned long long) bytenr);
 		BUG();
 	}
 
Index: btrfs-tools-0.19/print-tree.c
===================================================================
--- btrfs-tools-0.19.orig/print-tree.c	2009-07-31 13:14:50.000000000 -0600
+++ btrfs-tools-0.19/print-tree.c	2009-07-31 13:14:51.000000000 -0600
@@ -494,7 +494,7 @@
 		case BTRFS_DIR_LOG_ITEM_KEY:
 			dlog = btrfs_item_ptr(l, i, struct btrfs_dir_log_item);
 			printf("\t\tdir log end %Lu\n",
-			       btrfs_dir_log_end(l, dlog));
+			       (unsigned long long) btrfs_dir_log_end(l, dlog));
 		       break;
 		case BTRFS_ORPHAN_ITEM_KEY:
 			printf("\t\torphan item\n");
Index: btrfs-tools-0.19/convert.c
===================================================================
--- btrfs-tools-0.19.orig/convert.c	2009-07-31 13:15:38.000000000 -0600
+++ btrfs-tools-0.19/convert.c	2009-07-31 13:15:48.000000000 -0600
@@ -2579,7 +2579,7 @@
 	ext2_root = btrfs_read_fs_root(root->fs_info, &key);
 	if (!ext2_root || IS_ERR(ext2_root)) {
 		fprintf(stderr, "unable to open subvol %llu\n",
-			key.objectid);
+			(unsigned long long) key.objectid);
 		goto fail;
 	}
 

Attachment: pgpQnKtyD70fS.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: btrfs-tools
Source-Version: 0.19+20100601-2

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

btrfs-tools-dbg_0.19+20100601-2_i386.deb
  to main/b/btrfs-tools/btrfs-tools-dbg_0.19+20100601-2_i386.deb
btrfs-tools-udeb_0.19+20100601-2_i386.udeb
  to main/b/btrfs-tools/btrfs-tools-udeb_0.19+20100601-2_i386.udeb
btrfs-tools_0.19+20100601-2.diff.gz
  to main/b/btrfs-tools/btrfs-tools_0.19+20100601-2.diff.gz
btrfs-tools_0.19+20100601-2.dsc
  to main/b/btrfs-tools/btrfs-tools_0.19+20100601-2.dsc
btrfs-tools_0.19+20100601-2_i386.deb
  to main/b/btrfs-tools/btrfs-tools_0.19+20100601-2_i386.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 583...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <dan...@debian.org> (supplier of updated btrfs-tools 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Sat, 05 Jun 2010 08:50:05 +0200
Source: btrfs-tools
Binary: btrfs-tools btrfs-tools-udeb btrfs-tools-dbg
Architecture: source i386
Version: 0.19+20100601-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <dan...@lists.debian-maintainers.org>
Changed-By: Daniel Baumann <dan...@debian.org>
Description: 
 btrfs-tools - Checksumming Copy on Write Filesystem utilities
 btrfs-tools-dbg - Checksumming Copy on Write Filesystem utilities (debug)
 btrfs-tools-udeb - Checksumming Copy on Write Filesystem utilities (udeb) 
(udeb)
Closes: 583768
Changes: 
 btrfs-tools (0.19+20100601-2) unstable; urgency=low
 .
   * Updating ftbfs.patch, thanks to Alexander Kurtz
     <kurtz.a...@googlemail.com> (Closes: #583768).
   * Adding two more casts in ftbfs.patch and fixing wrapping in previous
     ones.
Checksums-Sha1: 
 3793dcaef8b96627685f532cf2f4355d2c0e1b72 1386 btrfs-tools_0.19+20100601-2.dsc
 b7470b80a6b8f818d4fbfa642efea7bacb0209b8 6462 
btrfs-tools_0.19+20100601-2.diff.gz
 b7c5bbfef07ce419a2b34e4122b4fddb6123aa68 693802 
btrfs-tools_0.19+20100601-2_i386.deb
 426868ac6c827267dcca14d0ef5b6cc5ca230211 121226 
btrfs-tools-udeb_0.19+20100601-2_i386.udeb
 a89dcc0fc3aeccbb87d2cdc72660089b0b856ea7 1908998 
btrfs-tools-dbg_0.19+20100601-2_i386.deb
Checksums-Sha256: 
 7627cee9548f456c19920c8e1e8ed576a94875fbbc7625b446224eddb8ff6bbd 1386 
btrfs-tools_0.19+20100601-2.dsc
 515ca2a8dc67b061a25ee30fa2d9f819028ec31d98d845f62261077d6e40dd7c 6462 
btrfs-tools_0.19+20100601-2.diff.gz
 b91c96473237080e3bd9becb375a1895eb2ddc5787328f63b66469c554fd00cd 693802 
btrfs-tools_0.19+20100601-2_i386.deb
 e0dcfe806ab02121f1edde4a8dc96589669a6ef72ba268ae9f61aed1baab14d7 121226 
btrfs-tools-udeb_0.19+20100601-2_i386.udeb
 1cb998028aba139b357d04a28704aecad5a8d8bc47acc88c41517a93f0d9de89 1908998 
btrfs-tools-dbg_0.19+20100601-2_i386.deb
Files: 
 8554ef2c8a90e54736438b7e5adbbc8d 1386 admin optional 
btrfs-tools_0.19+20100601-2.dsc
 b1569a7c7d27edf210c06a794b830fa6 6462 admin optional 
btrfs-tools_0.19+20100601-2.diff.gz
 4e3a0cdba9cea78a5233f95deda92974 693802 admin optional 
btrfs-tools_0.19+20100601-2_i386.deb
 0057a8a10b5cec7af9e3ccb012cba66a 121226 debian-installer optional 
btrfs-tools-udeb_0.19+20100601-2_i386.udeb
 3163a5078365b0f18bc6544f6ce79f21 1908998 debug extra 
btrfs-tools-dbg_0.19+20100601-2_i386.deb
Package-Type: udeb

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

iEYEARECAAYFAkwJ9E8ACgkQ+C5cwEsrK54dKwCeJiGCB2pgQLB8xsZ4QbFZMF9A
uugAnRtoRR9hf0cZSuSFn29BjfIh9enF
=spDU
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to