Package: bible-kjv
Version: 4.26
Severity: normal
Tags: patch

Hi!  I'm afraid your package fails to build on an upcoming architecture,
x32, because of its assumption about time_t size.

Patch:

--- makeindex.c~        2011-06-25 12:30:53.000000000 +0000
+++ makeindex.c 2013-02-07 11:55:33.091069052 +0000
@@ -94,7 +94,7 @@
 int main(int argc,char **argv)
 {
     FILE       *fp;
-    long       t;
+    time_t     t;
     long       cur_line;
     long       offset;
     char       textbuff[TBSIZE];


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: x32 (x86_64)

Kernel: Linux 3.7.1-x32 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bible-kjv depends on:
ii  bible-kjv-text  4.26
ii  libc6           2.16-0experimental1
ii  libreadline6    6.2+dfsg-0.1

bible-kjv recommends no packages.

Versions of packages bible-kjv suggests:
pn  verse  <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to