From rionda@utenti.gufi.org  Mon May  2 07:06:30 2005
Return-Path: <rionda@utenti.gufi.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 28F5216A4CE; Mon,  2 May 2005 07:06:30 +0000 (GMT)
Received: from relay.gufi.org (civetta.gufi.org [193.27.203.173])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 64CA043D1F; Mon,  2 May 2005 07:06:29 +0000 (GMT)
	(envelope-from rionda@utenti.gufi.org)
Received: from utenti.gufi.org (utenti.gufi.org [193.27.203.174])
	by relay.gufi.org (Postfix) with ESMTP
	id 4A59E21582; Mon,  2 May 2005 09:06:28 +0200 (CEST)
Received: (from rionda@localhost)
	by utenti.gufi.org (8.12.11/8.12.11/Submit) id j4276RT7046589;
	Mon, 2 May 2005 09:06:27 +0200 (CEST)
	(envelope-from rionda)
Message-Id: <200505020706.j4276RT7046589@utenti.gufi.org>
Date: Mon, 2 May 2005 09:06:27 +0200 (CEST)
From: Matteo Riondato <rionda@gufi.org>
Reply-To: Matteo Riondato <rionda@gufi.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sobomax@freebsd.org
Subject: make mkuzip(8) compile on amd64 (and WARNS=6 clean)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80526
>Category:       bin
>Synopsis:       [patch] make mkuzip(8) compile on amd64 (and WARNS=6 clean)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 02 07:10:02 GMT 2005
>Closed-Date:    Tue May 03 09:42:56 GMT 2005
>Last-Modified:  Tue May 03 09:42:56 GMT 2005
>Originator:     Matteo Riondato
>Release:        FreeBSD 6.0-CURRENT amd64
>Organization:
FreeSBIE.org
>Environment:
System: FreeBSD kaiser.sig11.org 6.0-CURRENT FreeBSD 6.0-CURRENT #4: Thu Apr 21 19:13:34 CEST 2005     root@kaiser.sig11.org:/usr/obj/usr/src/sys/VICEREY  amd64


>Description:
	mkuzip(8) does not compile on amd64 (and probably on others 64bit archs). This is just due to some wrong format string in 2 printf() calls.
 	The patch linked in "Fix" section solves this issue and make mkuzip WARNS=6 clean.
	If it gets committed, I hope that mkuzip will be enabled on ! i386 archs (at least on amd64).
>How-To-Repeat:
	cd /usr/src/usr.bin/mkuzip && make depend && make
>Fix:
	Get the patch at http://www.riondabsd.net/mkuzip.diff and apply it


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Tue May 3 09:42:45 GMT 2005 
State-Changed-Why:  
Comitted, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80526 
>Unformatted:
