From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 4 11:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EED61065671 for ; Fri, 4 Jul 2008 11:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6008FC26 for ; Fri, 4 Jul 2008 11:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m64Bo2od064947 for ; Fri, 4 Jul 2008 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m64Bo2B2064939; Fri, 4 Jul 2008 11:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 4 Jul 2008 11:50:02 GMT Resent-Message-Id: <200807041150.m64Bo2B2064939@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoff The Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEEBF1065684 for ; Fri, 4 Jul 2008 11:48:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9D22F8FC1C for ; Fri, 4 Jul 2008 11:48:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m64BmVFr027194 for ; Fri, 4 Jul 2008 11:48:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m64BmVZV027192; Fri, 4 Jul 2008 11:48:31 GMT (envelope-from nobody) Message-Id: <200807041148.m64BmVZV027192@www.freebsd.org> Date: Fri, 4 Jul 2008 11:48:31 GMT From: Geoff The To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/125260: archivers/pbzip2: PRIu64 macro not being expanded correctly and leaking into -v output X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2008 11:50:03 -0000 >Number: 125260 >Category: ports >Synopsis: archivers/pbzip2: PRIu64 macro not being expanded correctly and leaking into -v output >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 04 11:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Geoff The >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: FreeBSD shigure.the 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Mon Apr 7 13:43:08 EDT 2008 geoff@shigure.the:/export/pool1/migration/obj/usr/src/sys/SHIGURE20080407a i386 >Description: The PRIu64 macros being used to output byte sizes are not being expanded correctly. E.g. % /usr/local/bin/pbzip2 -rv AUTHORS Parallel BZIP2 v1.0.2 - by: Jeff Gilchrist [http://compression.ca] [July 25, 2007] (uses libbzip2 by Julian Seward) # CPUs: 2 BWT Block Size: 900k File Block Size: 900k ------------------------------------------- File #: 1 of 1 Input Name: AUTHORS Output Name: AUTHORS.bz2 Input Size: PRIu64 bytes Compressing data... Output Size: PRIu64 bytes ------------------------------------------- Wall Clock: 0.052543 seconds >How-To-Repeat: >Fix: Locally, I've replaced all instances of PRIu64 with llu, but this is platform-specific. >Release-Note: >Audit-Trail: >Unformatted: