Package: unzip Version: 5.52-8 Followup-For: Bug #192253 Please update the compilation to support large files. (See http://www.info-zip.org/FAQ.html#limits).
I've tested this on i386 and it does solve the bug. The compilation options should be safe for any Linux 2.4.x or later kernel, so this shouldn't be a problem for etch. Please see the attached patch for debian/rules. Thanks, tony -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.8 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages unzip depends on: ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries unzip recommends no packages. -- no debconf information
--- unzip-5.52.orig/debian/rules 2006-08-29 11:22:40.000000000 -0700 +++ unzip-5.52/debian/rules 2006-08-29 11:25:54.000000000 -0700 @@ -6,7 +6,7 @@ CC = gcc CFLAGS = -g -Wall -DEFINES = -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR +DEFINES = -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 INSTALL_PROGRAM = install ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

