Ergebnis für URL: http://bugs.debian.org/464384
                           Debian Bug report logs - [1]#464384
elinks_0.12~20080127-1(experimental/amd64/xenophanes): -Werror, warning: cast from pointer
                               to integer of different size

   [2]version graph

   Package: [3]elinks; Maintainer for [4]elinks is [5]aHhkm+d+ a+l+m+hkm+w+d+y+
   (Ahmed El-Mahmoudy) ; Source for [6]elinks is
   [7]src:elinks ([8]PTS, [9]buildd, [10]popcon).

   Reported by: [11]Marc 'HE' Brockschmidt 

   Date: Wed, 6 Feb 2008 15:12:01 UTC

   Severity: serious

   Tags: experimental, patch

   Found in version elinks/0.12~20080127-1

   Fixed in version elinks/0.12~20080127-2

   Done: Y Giridhar Appaji Nag 

   Bug is archived. No further changes may be made.

   [12]Toggle useless messages

   View this report as an [13]mbox folder, [14]status mbox, [15]maintainer mbox
     ____________________________________________________________________________

   Report forwarded to debian-bugs-dist@lists.debian.org, Y Giridhar Appaji Nag
   :
   Bug#464384; Package elinks. ([16]full text, [17]mbox, [18]link).
     ____________________________________________________________________________

   Acknowledgement sent to Marc 'HE' Brockschmidt :
   New Bug report received and forwarded. Copy sent to Y Giridhar Appaji Nag
   . ([19]full text, [20]mbox, [21]link).
     ____________________________________________________________________________

   [22]Message #5 received at submit@bugs.debian.org ([23]full text, [24]mbox,
   [25]reply):

   From: Marc 'HE' Brockschmidt 
   To: submit@bugs.debian.org
   Subject: elinks_0.12~20080127-1(experimental/amd64/xenophanes): -Werror, warning:
   cast from pointer to integer of different size
   Date: Wed, 06 Feb 2008 16:07:18 +0100

Package: elinks
Version: 0.12~20080127-1
Severity: serious
Tags: experimental

Heya,

Building elinks failed on my amd64 buildd:

| Automatic build of elinks_0.12~20080127-1 on xenophanes by sbuild/amd64 98-farm
| Build started at 20080204-1332
| ******************************************************************************

[...]

| cc1: warnings being treated as errors
| /build/buildd/elinks-0.12~20080127/src/intl/gettext/dcigettext.c: In function '_nl_find_
msg':
| /build/buildd/elinks-0.12~20080127/src/intl/gettext/dcigettext.c:745: warning: cast from
 pointer to integer of different size
| /build/buildd/elinks-0.12~20080127/src/intl/gettext/dcigettext.c:746: warning: cast from
 pointer to integer of different size
| make[4]: *** [dcigettext.o] Error 1
| make[4]: Leaving directory `/build/buildd/elinks-0.12~20080127/build-main/src/intl/gette
xt'
| make[3]: *** [all-recursive] Error 1
| make[3]: Leaving directory `/build/buildd/elinks-0.12~20080127/build-main/src/intl'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/build/buildd/elinks-0.12~20080127/build-main/src'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/build/buildd/elinks-0.12~20080127/build-main'
| make: *** [build-arch-stamp] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| ******************************************************************************
| Build finished at 20080204-1336
| FAILED [dpkg-buildpackage died]
| Build needed 00:01:50, 36520k disk space

A complete build log can be found at
[26]http://experimental.debian.net/build.php?arch=amd64&pkg=elinks&ver=0.12~20080127-1

Marc
--
Fachbegriffe der Informatik - Einfach erklärt
219: fortschrittlich
       Setzen immer den neuesten Schwachsinn ein. (Gerhard Schromm)



     ____________________________________________________________________________

   Information forwarded to debian-bugs-dist@lists.debian.org, Y Giridhar Appaji Nag
   :
   Bug#464384; Package elinks. ([27]full text, [28]mbox, [29]link).
     ____________________________________________________________________________

   Acknowledgement sent to Kalle Olavi Niemitalo :
   Extra info received and forwarded to list. Copy sent to Y Giridhar Appaji Nag
   . ([30]full text, [31]mbox, [32]link).
     ____________________________________________________________________________

   [33]Message #10 received at 464384@bugs.debian.org ([34]full text, [35]mbox,
   [36]reply):

   From: Kalle Olavi Niemitalo 
   To: Marc 'HE' Brockschmidt 
   Cc: 464384@bugs.debian.org
   Subject: Re: Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes):
   -Werror, warning: cast from pointer to integer of different size
   Date: Sat, 09 Feb 2008 00:39:35 +0200

[[37]Message part 1 (text/plain, inline)]
Marc 'HE' Brockschmidt  quotes:

> | cc1: warnings being treated as errors
> | /build/buildd/elinks-0.12~20080127/src/intl/gettext/dcigettext.c: In function '_nl_fin
d_msg':
> | /build/buildd/elinks-0.12~20080127/src/intl/gettext/dcigettext.c:745: warning: cast fr
om pointer to integer of different size
> | /build/buildd/elinks-0.12~20080127/src/intl/gettext/dcigettext.c:746: warning: cast fr
om pointer to integer of different size

I see amd64 has given these warnings already in ELinks 0.11.3,
but there they didn't break the build, because configure was not
run with --enable-debug and so it did not add -Werror to $CFLAGS.
Please try the appended patch.

There has been a similar warning in src/network/ssl/socket.c, at
the gnutls_transport_set_ptr call.  That could also be silenced
with an extra cast, but this would in principle also require
changing the code that converts the pointer back to an integer,
and I can't find where that happens, so I'm not changing it now.
Perhaps there is no such code and the call could just be removed.

Debian bug 464384: fix cast warning in alignof

---
commit 3b93dcc4726d4363215233a780df34772d76ee09
tree 3b3b3712e96c7115d44f180758b71ee95aa43b59
parent a2c7af990b11e1772b9f3e26c372213aa0fb8b03
author Kalle Olavi Niemitalo  Sat, 09 Feb 2008 00:24:45 +0200
committer Kalle Olavi Niemitalo  Sat, 09 Feb 2008 00:24:45 +0200

 NEWS                |    1 +
 src/osdep/generic.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 06215f0..ac4c337 100644
--- a/NEWS
+++ b/NEWS
@@ -131,6 +131,7 @@ Miscellaneous:

 Build system and compile-time errors (ignore if you don't build ELinks):

+* serious Debian bug 464384: fix cast warning in alignof
 * bug 725: fix version checking for Ruby in 'configure'
 * enhancement: if make -k was used and a sub-Make fails, build the
   rest before propagating
diff --git a/src/osdep/generic.h b/src/osdep/generic.h
index 9223cd5..357b602 100644
--- a/src/osdep/generic.h
+++ b/src/osdep/generic.h
@@ -102,7 +102,7 @@ safe_write(int fd, const void *buf, size_t count) {

 /* Alignment of types.  */
 #define alignof(TYPE) \
-    ((int) &((struct { unsigned char dummy1; TYPE dummy2; } *) 0)->dummy2)
+    offsetof(struct { unsigned char dummy1; TYPE dummy2; }, dummy2)

 /* Using this macro to copy structs is both faster and safer than
  * memcpy(destination, source, sizeof(source)). Please, use this macro instead

[[38]Message part 2 (application/pgp-signature, inline)]
     ____________________________________________________________________________

   Tags added: patch, pending Request was from Y Giridhar Appaji Nag
    to control@bugs.debian.org. (Sat, 09 Feb 2008 12:21:03 GMT)
   ([39]full text, [40]mbox, [41]link).
     ____________________________________________________________________________

   Information forwarded to debian-bugs-dist@lists.debian.org, Y Giridhar Appaji Nag
   :
   Bug#464384; Package elinks. ([42]full text, [43]mbox, [44]link).
     ____________________________________________________________________________

   Acknowledgement sent to Kalle Olavi Niemitalo :
   Extra info received and forwarded to list. Copy sent to Y Giridhar Appaji Nag
   . ([45]full text, [46]mbox, [47]link).
     ____________________________________________________________________________

   [48]Message #17 received at 464384@bugs.debian.org ([49]full text, [50]mbox,
   [51]reply):

   From: Kalle Olavi Niemitalo 
   To: Marc 'HE' Brockschmidt 
   Cc: 464384@bugs.debian.org
   Subject: Re: Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes):
   -Werror, warning: cast from pointer to integer of different size
   Date: Sat, 09 Feb 2008 15:43:07 +0200

[[52]Message part 1 (text/plain, inline)]
Kalle Olavi Niemitalo  writes:

> There has been a similar warning in src/network/ssl/socket.c, at
> the gnutls_transport_set_ptr call.  That could also be silenced
> with an extra cast, but this would in principle also require
> changing the code that converts the pointer back to an integer,
> and I can't find where that happens, so I'm not changing it now.
> Perhaps there is no such code and the call could just be removed.

The opposite cast is in GnuTLS itself.  I have pushed the
alignof patch to elinks-0.12, as well as the following.

Debian bug 464384: fix cast warning in ssl_connect

There are warnings about casts in the Debian amd64 build logs:
[53]http://buildd.debian.org/fetch.cgi?&pkg=elinks&ver=0.11.3-2&arch=amd64&stamp=120034898
3&file=log

        [CC]   src/intl/gettext/dcigettext.o
/build/buildd/elinks-0.11.3/src/intl/gettext/dcigettext.c: In function '_nl_find_msg':
/build/buildd/elinks-0.11.3/src/intl/gettext/dcigettext.c:745: warning: cast from pointer
to integer of different size
/build/buildd/elinks-0.11.3/src/intl/gettext/dcigettext.c:746: warning: cast from pointer
to integer of different size
...
        [CC]   src/network/ssl/socket.o
/build/buildd/elinks-0.11.3/src/network/ssl/socket.c: In function 'ssl_connect':
/build/buildd/elinks-0.11.3/src/network/ssl/socket.c:219: warning: cast to pointer from in
teger of different size

The warnings in _nl_find_msg were caused by alignof, which I already
fixed.  This commit ought to fix the gnutls_transport_set_ptr call in
ssl_connect.  This warning did not yet happen in bug 464384 because
the others broke the build before it got that far.

---
commit 6555359f8e56b6e08bd1a8f40fd363506a0e3ff5
tree 39257ecb47bd8a12e6bcf1eaa2c7ecf563cd6ef4
parent d529a1f24da6f85ac2ce67f4f4c1f7084485f538
author Kalle Olavi Niemitalo  Sat, 09 Feb 2008 15:07:04 +0200
committer Kalle Olavi Niemitalo  Sat, 09 Feb 2008 15:19:20 +0200

 NEWS                     |    2 +-
 src/network/ssl/socket.c |    9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index c8cbfd3..6ff7805 100644
--- a/NEWS
+++ b/NEWS
@@ -129,7 +129,7 @@ Miscellaneous:

 Build system and compile-time errors (ignore if you don't build ELinks):

-* serious Debian bug 464384: fix cast warning in alignof
+* serious Debian bug 464384: fix cast warnings in alignof and ssl_connect
 * bug 725: fix version checking for Ruby in 'configure'
 * enhancement: if make -k was used and a sub-Make fails, build the
   rest before propagating
diff --git a/src/network/ssl/socket.c b/src/network/ssl/socket.c
index 19b8941..eabd8a3 100644
--- a/src/network/ssl/socket.c
+++ b/src/network/ssl/socket.c
@@ -154,8 +154,15 @@ ssl_connect(struct socket *socket)
        }

 #elif defined(CONFIG_GNUTLS)
+       /* GnuTLS uses function pointers for network I/O.  The default
+        * functions take a file descriptor, but it must be passed in
+        * as a pointer.  GnuTLS uses the GNUTLS_INT_TO_POINTER and
+        * GNUTLS_POINTER_TO_INT macros for these conversions, but
+        * those are unfortunately not in any public header.  So
+        * ELinks must just cast the pointer the best it can and hope
+        * that the conversions match.  */
        gnutls_transport_set_ptr(*((ssl_t *) socket->ssl),
-                                (gnutls_transport_ptr) socket->fd);
+                                (gnutls_transport_ptr) (longptr_T) socket->fd);

        /* TODO: Some certificates fuss. --pasky */
 #endif

[[54]Message part 2 (application/pgp-signature, inline)]
     ____________________________________________________________________________

   Information forwarded to debian-bugs-dist@lists.debian.org:
   Bug#464384; Package elinks. ([55]full text, [56]mbox, [57]link).
     ____________________________________________________________________________

   [58]Message #20 received at 464384@bugs.debian.org ([59]full text, [60]mbox,
   [61]reply):

   From: Y Giridhar Appaji Nag 
   To: Kalle Olavi Niemitalo , 464384@bugs.debian.org
   Cc: Marc 'HE' Brockschmidt 
   Subject: Re: Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes):
   -Werror, warning: cast from pointer to integer of different size
   Date: Sun, 10 Feb 2008 09:38:35 +0530

[[62]Message part 1 (text/plain, inline)]
On 08/02/09 00:39 +0200, Kalle Olavi Niemitalo said ...
> I see amd64 has given these warnings already in ELinks 0.11.3,
> but there they didn't break the build, because configure was not
> run with --enable-debug and so it did not add -Werror to $CFLAGS.

Enabled debugging because this package is for experimental and
features.conf suggested it.

I added a patch to modify bittorrent_peer_request to change the id from
char to enum bittorrent_message_id.  We FTBFS on powerpc[1] and s390[2]
otherwise.

[1] [63]http://experimental.debian.net/fetch.php?&pkg=elinks&ver=0.12%7E20080127-1&arch=po
werpc&stamp=1202132370&file=log&as=raw
[2] [64]http://experimental.debian.net/fetch.php?&pkg=elinks&ver=0.12%7E20080127-1&arch=s3
90&stamp=1202495801&file=log&as=raw

However, I don't have a non-x86 box to test any of these.  I suspect
FTBFSs may be a frequent occurance with 0.12 because of -Werror (And I
suppose -Werror for the unreleased versions of ELinks is present with
--enable-debug for a reason).

> Please try the appended patch.
>
> There has been a similar warning in src/network/ssl/socket.c, at
> the gnutls_transport_set_ptr call.  That could also be silenced

I picked both the patches but didn't request an upload yet.  I will try
and find someone who can do these builds and then request for an upload.

Thank you.

Giridhar

--
Y Giridhar Appaji Nag | [65]http://www.appaji.net/

[[66]signature.asc (application/pgp-signature, inline)]
     ____________________________________________________________________________

   Information forwarded to debian-bugs-dist@lists.debian.org:
   Bug#464384; Package elinks. ([67]full text, [68]mbox, [69]link).
     ____________________________________________________________________________

   [70]Message #23 received at 464384@bugs.debian.org ([71]full text, [72]mbox,
   [73]reply):

   From: Y Giridhar Appaji Nag 
   To: Kalle Olavi Niemitalo , 464384@bugs.debian.org
   Cc: Marc 'HE' Brockschmidt 
   Subject: Re: Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes):
   -Werror, warning: cast from pointer to integer of different size
   Date: Sun, 10 Feb 2008 11:30:38 +0530

[[74]Message part 1 (text/plain, inline)]
On 08/02/10 09:38 +0530, Y Giridhar Appaji Nag said ...
> I added a patch to modify bittorrent_peer_request to change the id from
> char to enum bittorrent_message_id.  We FTBFS on powerpc[1] and s390[2]
> otherwise.

I submitted the patch at [75]http://bugzilla.elinks.cz/show_bug.cgi?id=1002

There are further warnings down the line that cause build failures (this
is for AMD64).

make[4]: Entering directory `/tmp/buildd/elinks-0.12~20080127/build-main/src/protocol/smb'
      [CC]   src/protocol/smb/smb2.o
cc1: warnings being treated as errors
/tmp/buildd/elinks-0.12~20080127/src/protocol/smb/smb2.c: In function 'do_smb':
/tmp/buildd/elinks-0.12~20080127/src/protocol/smb/smb2.c:352: warning: format '%lld' expec
ts type 'long long int', but argument 3 has type '__off_t'
make[4]: *** [smb2.o] Error 1

Giridhar

--
Y Giridhar Appaji Nag | [76]http://www.appaji.net/

[[77]signature.asc (application/pgp-signature, inline)]
     ____________________________________________________________________________

   Information forwarded to debian-bugs-dist@lists.debian.org, Y Giridhar Appaji Nag
   :
   Bug#464384; Package elinks. ([78]full text, [79]mbox, [80]link).
     ____________________________________________________________________________

   Acknowledgement sent to Kalle Olavi Niemitalo :
   Extra info received and forwarded to list. Copy sent to Y Giridhar Appaji Nag
   . ([81]full text, [82]mbox, [83]link).
     ____________________________________________________________________________

   [84]Message #28 received at 464384@bugs.debian.org ([85]full text, [86]mbox,
   [87]reply):

   From: Kalle Olavi Niemitalo 
   To: 464384@bugs.debian.org
   Cc: Marc 'HE' Brockschmidt 
   Subject: Re: Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes):
   -Werror, warning: cast from pointer to integer of different size
   Date: Sun, 10 Feb 2008 11:37:54 +0200

[[88]Message part 1 (text/plain, inline)]
Y Giridhar Appaji Nag  quotes:

> make[4]: Entering directory `/tmp/buildd/elinks-0.12~20080127/build-main/src/protocol/sm
b'
>       [CC]   src/protocol/smb/smb2.o
> cc1: warnings being treated as errors
> /tmp/buildd/elinks-0.12~20080127/src/protocol/smb/smb2.c: In function 'do_smb':
> /tmp/buildd/elinks-0.12~20080127/src/protocol/smb/smb2.c:352: warning: format '%lld' exp
ects type 'long long int', but argument 3 has type '__off_t'
> make[4]: *** [smb2.o] Error 1

Thank you.  I pushed the following patch, which should fix these.

Debian bug 464384: fix OFF_T_FORMAT mismatches on amd64

On AMD64 apparently, off_t is long but ELinks detected SIZEOF_OFF_T == 8
and defined OFF_T_FORMAT as "lld", which expects long long and so causes
GCC to warn about a mismatching format specifier.  Because --enable-debug
adds -Werror to $CFLAGS, this warning breaks the build.  When both
SIZEOF_LONG and SIZEOF_LONG_LONG are 8, ELinks cannot know which type
it should use.

To fix this, do not attempt to find a format specifier for off_t itself.
Instead cast all printed off_t values to a new typedef off_print_T that
is large enough, and replace OFF_T_FORMAT with OFF_PRINT_FORMAT which
is suitable for off_print_T altough not necessarily for off_t.  ELinks
already had a similar scheme with time_print_T and TIME_PRINT_FORMAT.

---
commit 61019c31304f89141248b0381974d1e3886cf160
tree a3343d1895bfd6892bbc6cf275930c513a508bec
parent 6555359f8e56b6e08bd1a8f40fd363506a0e3ff5
author Kalle Olavi Niemitalo  Sun, 10 Feb 2008 11:20:33 +0200
committer Kalle Olavi Niemitalo  Sun, 10 Feb 2008 11:30:27 +0200

 src/cache/cache.c       |    8 +++++---
 src/cache/dialogs.c     |    8 ++++----
 src/dialogs/document.c  |    5 +++--
 src/osdep/types.h       |   22 +++++++++++++++++-----
 src/protocol/fsp/fsp.c  |    3 ++-
 src/protocol/ftp/ftp.c  |    3 ++-
 src/protocol/smb/smb2.c |    3 ++-
 7 files changed, 35 insertions(+), 17 deletions(-)

diff --git a/src/cache/cache.c b/src/cache/cache.c
index db9efe1..8b05080 100644
--- a/src/cache/cache.c
+++ b/src/cache/cache.c
@@ -40,9 +40,11 @@ static void truncate_entry(struct cache_entry *cached, off_t offset, in
t final);

 #define dump_frag(frag, count) \
 do { \
-       DBG(" [%d] f=%p offset=%" OFF_T_FORMAT " length=%" OFF_T_FORMAT \
-           " real_length=%" OFF_T_FORMAT, \
-           count, frag, frag->offset, frag->length, frag->real_length); \
+       DBG(" [%d] f=%p offset=%" OFF_PRINT_FORMAT \
+           " length=%" OFF_PRINT_FORMAT \
+           " real_length=%" OFF_PRINT_FORMAT, \
+           count, frag, (off_print_T) frag->offset, \
+           (off_print_T) frag->length, (off_print_T) frag->real_length); \
 } while (0)

 #define dump_frags(entry, comment) \
diff --git a/src/cache/dialogs.c b/src/cache/dialogs.c
index b0a33b3..29a9446 100644
--- a/src/cache/dialogs.c
+++ b/src/cache/dialogs.c
@@ -82,10 +82,10 @@ get_cache_entry_info(struct listbox_item *item, struct terminal *term)
                }
        }

-       add_format_to_string(&msg, "\n%s: %" OFF_T_FORMAT, _("Size", term),
-                            cached->length);
-       add_format_to_string(&msg, "\n%s: %" OFF_T_FORMAT, _("Loaded size", term),
-                                               cached->data_size);
+       add_format_to_string(&msg, "\n%s: %" OFF_PRINT_FORMAT, _("Size", term),
+                            (off_print_T) cached->length);
+       add_format_to_string(&msg, "\n%s: %" OFF_PRINT_FORMAT, _("Loaded size", term),
+                            (off_print_T) cached->data_size);
        if (cached->content_type) {
                add_format_to_string(&msg, "\n%s: %s", _("Content type", term),
                                     cached->content_type);
diff --git a/src/dialogs/document.c b/src/dialogs/document.c
index ba55ea2..458e839 100644
--- a/src/dialogs/document.c
+++ b/src/dialogs/document.c
@@ -152,8 +152,9 @@ document_info_dialog(struct session *ses)
        if (cached) {
                unsigned char *a;

-               add_format_to_string(&msg, "\n%s: %" OFF_T_FORMAT,
-                                    _("Size", term), cached->length);
+               add_format_to_string(&msg, "\n%s: %" OFF_PRINT_FORMAT,
+                                    _("Size", term),
+                                    (off_print_T) cached->length);

                if (cached->incomplete) {
                        add_format_to_string(&msg, " (%s)", _("incomplete", term));
diff --git a/src/osdep/types.h b/src/osdep/types.h
index 2404ac0..f1c42f8 100644
--- a/src/osdep/types.h
+++ b/src/osdep/types.h
@@ -146,12 +146,24 @@ typedef unsigned long long uint32_t;
  */
 typedef long longptr_T;

-/* Define internal off_t format macro for printing variables. */
-#if HAVE_OFF_T == 1 && SIZEOF_OFF_T == 8
-#define OFF_T_FORMAT "lld"
+/* To print off_t offset, ELinks does:
+ *
+ * printf("%" OFF_PRINT_FORMAT, (off_print_T) offset);
+ *
+ * The cast is necessary because it is not possible to guess
+ * a printf format for off_t itself based on what we have here.
+ * The off_t type might be either long or long long, and the format
+ * string must match even if both types have the same representation,
+ * because GCC warns about mismatches and --enable-debug adds -Werror
+ * to $CFLAGS.  */
+#if !HAVE_OFF_T || SIZEOF_OFF_T size != FTP_SIZE_UNKNOWN) {
-               add_format_to_string(&string, "%12" OFF_T_FORMAT " ", ftp_info->size);
+               add_format_to_string(&string, "%12" OFF_PRINT_FORMAT " ",
+                                    (off_print_T) ftp_info->size);
        } else {
                add_to_string(&string, "           - ");
        }
diff --git a/src/protocol/smb/smb2.c b/src/protocol/smb/smb2.c
index 30908b3..0a839db 100644
--- a/src/protocol/smb/smb2.c
+++ b/src/protocol/smb/smb2.c
@@ -349,7 +349,8 @@ do_smb(struct connection *conn)
                        smb_error(res);
                }
                /* filesize */
-               fprintf(stderr, "%" OFF_T_FORMAT, sb.st_size);
+               fprintf(stderr, "%" OFF_PRINT_FORMAT,
+                       (off_print_T) sb.st_size);
                fclose(stderr);

                while ((r = smbc_read(file, buf, READ_SIZE)) > 0) {

[[89]Message part 2 (application/pgp-signature, inline)]
     ____________________________________________________________________________

   Information forwarded to debian-bugs-dist@lists.debian.org:
   Bug#464384; Package elinks. ([90]full text, [91]mbox, [92]link).
     ____________________________________________________________________________

   [93]Message #31 received at 464384@bugs.debian.org ([94]full text, [95]mbox,
   [96]reply):

   From: Y Giridhar Appaji Nag 
   To: Kalle Olavi Niemitalo , 464384@bugs.debian.org
   Cc: Marc 'HE' Brockschmidt 
   Subject: Re: Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes):
   -Werror, warning: cast from pointer to integer of different size
   Date: Sun, 10 Feb 2008 20:55:11 +0530

[[97]Message part 1 (text/plain, inline)]
On 08/02/10 11:37 +0200, Kalle Olavi Niemitalo said ...
> Thank you.  I pushed the following patch, which should fix these.
>
> commit 61019c31304f89141248b0381974d1e3886cf160

Thank you KON.  I pushed changes based on these to alioth git.  The
builds should go through fine now I suppose.  I had them tested atleast
on amd64 and powerpc.  I'll request an upload.

Giridhar

--
Y Giridhar Appaji Nag | [98]http://www.appaji.net/

[[99]signature.asc (application/pgp-signature, inline)]
     ____________________________________________________________________________

   Information forwarded to debian-bugs-dist@lists.debian.org:
   Bug#464384; Package elinks. ([100]full text, [101]mbox, [102]link).
     ____________________________________________________________________________

   [103]Message #34 received at 464384@bugs.debian.org ([104]full text, [105]mbox,
   [106]reply):

   From: Y Giridhar Appaji Nag 
   To: Kalle Olavi Niemitalo , 464384@bugs.debian.org
   Cc: Marc 'HE' Brockschmidt 
   Subject: Re: Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes):
   -Werror, warning: cast from pointer to integer of different size
   Date: Wed, 13 Feb 2008 21:51:45 +0530

[[107]Message part 1 (text/plain, inline)]
On 08/02/10 20:55 +0530, Y Giridhar Appaji Nag said ...
> builds should go through fine now I suppose.  I had them tested
> atleast on amd64 and powerpc.  I'll request an upload.

Hopefully around the weekend, I'll be added to the DM keyring and we
will do an upload after an initial "DM-Upload-Allowed: yes" upload is
done.

Giridhar

--
Y Giridhar Appaji Nag | [108]http://www.appaji.net/

[[109]signature.asc (application/pgp-signature, inline)]
     ____________________________________________________________________________

   Information forwarded to debian-bugs-dist@lists.debian.org:
   Bug#464384; Package elinks. ([110]full text, [111]mbox, [112]link).
     ____________________________________________________________________________

   Acknowledgement sent to Y Giridhar Appaji Nag :
   Extra info received and forwarded to list. ([113]full text, [114]mbox,
   [115]link).
     ____________________________________________________________________________

   [116]Message #39 received at 464384@bugs.debian.org ([117]full text, [118]mbox,
   [119]reply):

   From: Y Giridhar Appaji Nag 
   To: 464384@bugs.debian.org, 465719@bugs.debian.org, 464073@bugs.debian.org
   Subject: FTBFS etc., pending upload
   Date: Thu, 21 Feb 2008 16:13:57 +0530

[[120]Message part 1 (text/plain, inline)]
For those interested in packages with this bug fixed, the source package
with a fix is available[1], and will be uploaded shortly to the archive
(the package adds two new binary packages with debugging symbols, is NEW
and hence I can't upload it as a DM).

[1] [121]http://mentors.debian.net/debian/pool/main/e/elinks/

Thank you for your patience :)

Giridhar

--
Y Giridhar Appaji Nag | [122]http://www.appaji.net/

[[123]signature.asc (application/pgp-signature, inline)]
     ____________________________________________________________________________

   Reply sent to Y Giridhar Appaji Nag :
   You have taken responsibility. ([124]full text, [125]mbox, [126]link).
     ____________________________________________________________________________

   Notification sent to Marc 'HE' Brockschmidt :
   Bug acknowledged by developer. ([127]full text, [128]mbox, [129]link).
     ____________________________________________________________________________

   [130]Message #44 received at 464384-close@bugs.debian.org ([131]full text,
   [132]mbox, [133]reply):

   From: Y Giridhar Appaji Nag 
   To: 464384-close@bugs.debian.org
   Subject: Bug#464384: fixed in elinks 0.12~20080127-2
   Date: Thu, 28 Feb 2008 15:32:06 +0000

Source: elinks
Source-Version: 0.12~20080127-2

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

elinks-data_0.12~20080127-2_all.deb
  to pool/main/e/elinks/elinks-data_0.12~20080127-2_all.deb
elinks-doc_0.12~20080127-2_all.deb
  to pool/main/e/elinks/elinks-doc_0.12~20080127-2_all.deb
elinks-lite_0.12~20080127-2_i386.deb
  to pool/main/e/elinks/elinks-lite_0.12~20080127-2_i386.deb
elinks_0.12~20080127-2.diff.gz
  to pool/main/e/elinks/elinks_0.12~20080127-2.diff.gz
elinks_0.12~20080127-2.dsc
  to pool/main/e/elinks/elinks_0.12~20080127-2.dsc
elinks_0.12~20080127-2_i386.deb
  to pool/main/e/elinks/elinks_0.12~20080127-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 464384@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Y Giridhar Appaji Nag  (supplier of updated elinks 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Thu, 28 Feb 2008 20:22:34 +0530
Source: elinks
Binary: elinks elinks-data elinks-doc elinks-lite
Architecture: source i386 all
Version: 0.12~20080127-2
Distribution: experimental
Urgency: low
Maintainer: Y Giridhar Appaji Nag 
Changed-By: Y Giridhar Appaji Nag 
Description:
 elinks     - Advanced text-mode WWW browser
 elinks-data - Data files for ELinks - An advanced text-mode WWW browser
 elinks-doc - Documentation for ELinks - An advanced text-mode WWW browser
 elinks-lite - Lightweight version of Elinks - An advanced text-mode WWW browser
Closes: [134]464073 [135]464384 [136]465719
Changes:
 elinks (0.12~20080127-2) experimental; urgency=low
 .
   * Remove patch 07_local-CGI-query-fix.diff (Closes: #[137]464073)
   * Patch 09_464384_AMD64_FBTFS.diff to prevent FTBFS on AMD64 because of
     -Werror.  Thanks Kalle Olavi Niemitalo (Closes: #[138]464384)
   * Patch 10_bt_msg_id_FTBFS.diff to prevent FTBFS because of limited range
     warning and -Werror (Closes: #[139]465719).
Files:
 89faf776f8ef19ad59a73b19c3022815 1174 web optional elinks_0.12~20080127-2.dsc
 65c11ce36b444f93cde3fa82f15e6060 19496 web optional elinks_0.12~20080127-2.diff.gz
 7fbf40a352feaff9a6f5108873726bef 604386 web optional elinks_0.12~20080127-2_i386.deb
 5fc673d603eae191236684ee8386d7ea 343280 web extra elinks-lite_0.12~20080127-2_i386.deb
 f29487d509f5805745d40ad86e6b103a 714828 web optional elinks-data_0.12~20080127-2_all.deb
 e67848b0960e6cdfe3b07628af2208a7 574478 doc optional elinks-doc_0.12~20080127-2_all.deb

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

iD8DBQFHxs0E4eu+pR04mIcRAhgMAKCyuz2jt6OKp2Rn6rD1TmEY7u/RAwCgrzam
n5hHiM6nuxTe8KpL9Ler0dQ=
=zWRI
-----END PGP SIGNATURE-----




     ____________________________________________________________________________

   Bug archived. Request was from Debbugs Internal Request 
   to internal_control@bugs.debian.org. (Fri, 28 Mar 2008 07:42:54 GMT) ([140]full
   text, [141]mbox, [142]link).
     ____________________________________________________________________________

   Send a report that [143]this bug log contains spam.
     ____________________________________________________________________________


    Debian bug tracking system administrator . Last
    modified: Wed May 8 17:54:27 2024; Machine Name: bembo
    [145]Debian Bug tracking system
    Debbugs is free software and licensed under the terms of the GNU Public License
    version 2. The current version can be obtained from
    [146]https://bugs.debian.org/debbugs-source/.
    Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97
    Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.

References

   1. mailto:464384@bugs.debian.org
   2. https://bugs.debian.org/cgi-bin/version.cgi?info=1;fixed=elinks%2F0.12~20080127-2;collapse=1;absolute=0;package=elinks;found=elinks%2F0.12~20080127-1
   3. https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=elinks
   4. https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=elinks
   5. https://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=aelmahmoudy%40users.sourceforge.net
   6. https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=elinks
   7. https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=elinks
   8. https://tracker.debian.org/pkg/elinks
   9. https://buildd.debian.org/elinks
  10. https://qa.debian.org/popcon.php?package=elinks
  11. https://bugs.debian.org/cgi-bin/pkgreport.cgi?submitter=marc%40marcbrockschmidt.de
  12. javascript:toggle_infmessages();
  13. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes
  14. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;mboxstatus=yes
  15. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;mboxmaint=yes
  16. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=2
  17. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=2
  18. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#1
  19. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=4
  20. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=4
  21. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#3
  22. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#5
  23. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=5
  24. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=5
  25.
  26. http://experimental.debian.net/build.php?arch=amd64&pkg=elinks&ver=0.12~20080127-1
  27. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=7
  28. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=7
  29. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#6
  30. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=9
  31. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=9
  32. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#8
  33. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#10
  34. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=10
  35. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=10
  36.
  37. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=464384;msg=10
  38. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=464384;msg=10
  39. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=12
  40. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=12
  41. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#11
  42. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=14
  43. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=14
  44. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#13
  45. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=16
  46. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=16
  47. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#15
  48. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#17
  49. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=17
  50. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=17
  51.
  52. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=464384;msg=17
  53. http://buildd.debian.org/fetch.cgi?&pkg=elinks&ver=0.11.3-2&arch=amd64&stamp=1200348983&file=log
  54. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=464384;msg=17
  55. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=19
  56. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=19
  57. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#18
  58. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#20
  59. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=20
  60. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=20
  61.
  62. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=464384;msg=20
  63. http://experimental.debian.net/fetch.php?&pkg=elinks&ver=0.12%7E20080127-1&arch=powerpc&stamp=1202132370&file=log&as=raw
  64. http://experimental.debian.net/fetch.php?&pkg=elinks&ver=0.12%7E20080127-1&arch=s390&stamp=1202495801&file=log&as=raw
  65. http://www.appaji.net/
  66. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=464384;filename=signature.asc;msg=20
  67. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=22
  68. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=22
  69. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#21
  70. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#23
  71. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=23
  72. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=23
  73. mailto:464384@bugs.debian.org?body=On%20Sun%2C%2010%20Feb%202008%2011%3A30%3A38%20%2B0530%20Y%20Giridhar%20Appaji%20Nag%20%3Cgiridhar%40appaji.net%3E%20wrote%3A%0A%3E%20On%2008%2F02%2F10%2009%3A38%20%2B0530%2C%20Y%20Giridhar%20Appaji%20Nag%20said%20...%0A%3E%20%3E%20I%20added%20a%20patch%20to%20modify%20bittorrent_peer_request%20to%20change%20the%20id%20from%0A%3E%20%3E%20char%20to%20enum%20bittorrent_message_id.%20%20We%20FTBFS%20on%20powerpc%5B1%5D%20and%20s390%5B2%5D%0A%3E%20%3E%20otherwise.%0A%3E%20%0A%3E%20I%20submitted%20the%20patch%20at%20http%3A%2F%2Fbugzilla.elinks.cz%2Fshow_bug.cgi%3Fid%3D1002%0A%3E%20%0A%3E%20There%20are%20further%20warnings%20down%20the%20line%20that%20cause%20build%20failures%20%28this%0A%3E%20is%20for%20AMD64%29.%0A%3E%20%0A%3E%20make%5B4%5D%3A%20Entering%20directory%20%60%2Ftmp%2Fbuildd%2Felinks-0.12~20080127%2Fbuild-main%2Fsrc%2Fprotocol%2Fsmb%27%0A%3E%20%20%20%20%20%20%20%5BCC%5D%20%20%20src%2Fprotocol%2Fsmb%2Fsmb2.o%0A%3E%20cc1%3A%20warnings%20being%20treated%20as%20errors%0A%3E%20%2Ftmp%2Fbuildd%2Felinks-0.12~20080127%2Fsrc%2Fprotocol%2Fsmb%2Fsmb2.c%3A%20In%20function%20%27do_smb%27%3A%0A%3E%20%2Ftmp%2Fbuildd%2Felinks-0.12~20080127%2Fsrc%2Fprotocol%2Fsmb%2Fsmb2.c%3A352%3A%20warning%3A%20format%20%27%25lld%27%20expects%20type%20%27long%20long%20int%27%2C%20but%20argument%203%20has%20type%20%27__off_t%27%0A%3E%20make%5B4%5D%3A%20%2A%2A%2A%20%5Bsmb2.o%5D%20Error%201%0A%3E%20%0A%3E%20Giridhar%0A%3E%20%0A%3E%20--%20%0A%3E%20Y%20Giridhar%20Appaji%20Nag%20%7C%20http%3A%2F%2Fwww.appaji.net%2F%0A&In-Reply-To=%3C20080210060037.GJ13954%40loktak.appaji.net%3E&subject=Re%3A%20Bug%23464384%3A%0A%09elinks_0.12~20080127-1%28experimental%2Famd64%2Fxenophanes%29%3A%20-Werror%2C%0A%09warning%3A%20cast%20from%20pointer%20to%20integer%20of%20different%20size&References=%3C87sl06p1i1.fsf%40pindar.marcbrockschmidt.de%3E%20%3C87sl03f4yg.fsf%40Astalo.kon.iki.fi%3E%20%3C20080210040834.GD13954%40loktak.appaji.net%3E%0A%20%3C20080210060037.GJ13954%40loktak.appaji.net%3E
  74. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=464384;msg=23
  75. http://bugzilla.elinks.cz/show_bug.cgi?id=1002
  76. http://www.appaji.net/
  77. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=464384;filename=signature.asc;msg=23
  78. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=25
  79. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=25
  80. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#24
  81. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=27
  82. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=27
  83. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#26
  84. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#28
  85. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=28
  86. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=28
  87.
  88. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=464384;msg=28
  89. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=464384;msg=28
  90. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=30
  91. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=30
  92. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#29
  93. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#31
  94. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=31
  95. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=31
  96. mailto:464384@bugs.debian.org?In-Reply-To=%3C20080210152510.GT13954%40loktak.appaji.net%3E&References=%3C87sl06p1i1.fsf%40pindar.marcbrockschmidt.de%3E%20%3C87sl03f4yg.fsf%40Astalo.kon.iki.fi%3E%20%3C20080210040834.GD13954%40loktak.appaji.net%3E%20%3C20080210060037.GJ13954%40loktak.appaji.net%3E%20%3C87tzkhcft9.fsf%40Astalo.kon.iki.fi%3E%0A%20%3C20080210152510.GT13954%40loktak.appaji.net%3E&subject=Re%3A%20Bug%23464384%3A%0A%09elinks_0.12~20080127-1%28experimental%2Famd64%2Fxenophanes%29%3A%20-Werror%2C%0A%09warning%3A%20cast%20from%20pointer%20to%20integer%20of%20different%20size&body=On%20Sun%2C%2010%20Feb%202008%2020%3A55%3A11%20%2B0530%20Y%20Giridhar%20Appaji%20Nag%20%3Cgiridhar%40appaji.net%3E%20wrote%3A%0A%3E%20On%2008%2F02%2F10%2011%3A37%20%2B0200%2C%20Kalle%20Olavi%20Niemitalo%20said%20...%0A%3E%20%3E%20Thank%20you.%20%20I%20pushed%20the%20following%20patch%2C%20which%20should%20fix%20these.%0A%3E%20%3E%20%0A%3E%20%3E%20commit%2061019c31304f89141248b0381974d1e3886cf160%0A%3E%20%0A%3E%20Thank%20you%20KON.%20%20I%20pushed%20changes%20based%20on%20these%20to%20alioth%20git.%20%20The%0A%3E%20builds%20should%20go%20through%20fine%20now%20I%20suppose.%20%20I%20had%20them%20tested%20atleast%0A%3E%20on%20amd64%20and%20powerpc.%20%20I%27ll%20request%20an%20upload.%0A%3E%20%0A%3E%20Giridhar%0A%3E%20%0A%3E%20--%20%0A%3E%20Y%20Giridhar%20Appaji%20Nag%20%7C%20http%3A%2F%2Fwww.appaji.net%2F%0A
  97. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=464384;msg=31
  98. http://www.appaji.net/
  99. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=464384;filename=signature.asc;msg=31
 100. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=33
 101. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=33
 102. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#32
 103. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#34
 104. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=34
 105. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=34
 106. mailto:464384@bugs.debian.org?In-Reply-To=%3C20080213162143.GA4035%40loktak.appaji.net%3E&subject=Re%3A%20Bug%23464384%3A%0A%09elinks_0.12~20080127-1%28experimental%2Famd64%2Fxenophanes%29%3A%20-Werror%2C%0A%09warning%3A%20cast%20from%20pointer%20to%20integer%20of%20different%20size&References=%3C87sl06p1i1.fsf%40pindar.marcbrockschmidt.de%3E%20%3C87sl03f4yg.fsf%40Astalo.kon.iki.fi%3E%20%3C20080210040834.GD13954%40loktak.appaji.net%3E%20%3C20080210060037.GJ13954%40loktak.appaji.net%3E%20%3C87tzkhcft9.fsf%40Astalo.kon.iki.fi%3E%20%3C20080210152510.GT13954%40loktak.appaji.net%3E%0A%20%3C20080213162143.GA4035%40loktak.appaji.net%3E&body=On%20Wed%2C%2013%20Feb%202008%2021%3A51%3A45%20%2B0530%20Y%20Giridhar%20Appaji%20Nag%20%3Cgiridhar%40appaji.net%3E%20wrote%3A%0A%3E%20On%2008%2F02%2F10%2020%3A55%20%2B0530%2C%20Y%20Giridhar%20Appaji%20Nag%20said%20...%0A%3E%20%3E%20builds%20should%20go%20through%20fine%20now%20I%20suppose.%20%20I%20had%20them%20tested%0A%3E%20%3E%20atleast%20on%20amd64%20and%20powerpc.%20%20I%27ll%20request%20an%20upload.%0A%3E%20%0A%3E%20Hopefully%20around%20the%20weekend%2C%20I%27ll%20be%20added%20to%20the%20DM%20keyring%20and%20we%0A%3E%20will%20do%20an%20upload%20after%20an%20initial%20%22DM-Upload-Allowed%3A%20yes%22%20upload%20is%0A%3E%20done.%0A%3E%20%0A%3E%20Giridhar%0A%3E%20%0A%3E%20--%20%0A%3E%20Y%20Giridhar%20Appaji%20Nag%20%7C%20http%3A%2F%2Fwww.appaji.net%2F%0A
 107. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=464384;msg=34
 108. http://www.appaji.net/
 109. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=464384;filename=signature.asc;msg=34
 110. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=36
 111. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=36
 112. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#35
 113. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=38
 114. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=38
 115. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#37
 116. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#39
 117. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=39
 118. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=39
 119. mailto:464384@bugs.debian.org?In-Reply-To=%3C20080221104355.GA5954%40loktak.appaji.net%3E&References=%3C20080221104355.GA5954%40loktak.appaji.net%3E&subject=Re%3A%20FTBFS%20etc.%2C%20pending%20upload&body=On%20Thu%2C%2021%20Feb%202008%2016%3A13%3A57%20%2B0530%20Y%20Giridhar%20Appaji%20Nag%20%3Cgiridhar%40appaji.net%3E%20wrote%3A%0A%3E%20For%20those%20interested%20in%20packages%20with%20this%20bug%20fixed%2C%20the%20source%20package%0A%3E%20with%20a%20fix%20is%20available%5B1%5D%2C%20and%20will%20be%20uploaded%20shortly%20to%20the%20archive%0A%3E%20%28the%20package%20adds%20two%20new%20binary%20packages%20with%20debugging%20symbols%2C%20is%20NEW%0A%3E%20and%20hence%20I%20can%27t%20upload%20it%20as%20a%20DM%29.%0A%3E%20%0A%3E%20%5B1%5D%20http%3A%2F%2Fmentors.debian.net%2Fdebian%2Fpool%2Fmain%2Fe%2Felinks%2F%0A%3E%20%0A%3E%20Thank%20you%20for%20your%20patience%20%3A%29%0A%3E%20%0A%3E%20Giridhar%0A%3E%20%0A%3E%20--%20%0A%3E%20Y%20Giridhar%20Appaji%20Nag%20%7C%20http%3A%2F%2Fwww.appaji.net%2F%0A
 120. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=0;bug=464384;msg=39
 121. http://mentors.debian.net/debian/pool/main/e/elinks/
 122. http://www.appaji.net/
 123. https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=464384;filename=signature.asc;msg=39
 124. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=41
 125. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=41
 126. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#40
 127. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=43
 128. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=43
 129. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#42
 130. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#44
 131. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=44
 132. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=44
 133.
 134. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464073
 135. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384
 136. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465719
 137. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464073
 138. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384
 139. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465719
 140. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;msg=46
 141. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384;mbox=yes;msg=46
 142. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464384#45
 143. https://bugs.debian.org/cgi-bin/bugspam.cgi?bug=464384
 144. mailto:owner@bugs.debian.org
 145. https://www.debian.org/Bugs/
 146. https://bugs.debian.org/debbugs-source/


Usage: http://www.kk-software.de/kklynxview/get/URL
e.g. http://www.kk-software.de/kklynxview/get/http://www.kk-software.de
Errormessages are in German, sorry ;-)