unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: "Marijn Schouten (hkBst)" <hkbst@gentoo.org>
To: bug-guile@gnu.org
Subject: guile-1.8.1 fails test on amd64
Date: Wed, 17 Jan 2007 18:40:15 +0100	[thread overview]
Message-ID: <45AE5F7F.1000605@gentoo.org> (raw)

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

Running tests on guile-1.8.1 on amd64 fails because of warnings about
conversions being treated as errors.

My subscription to this list doesn't seem to be working, so please CC me.

cc1: warnings being treated as errors
test-conversion.c: In function ‘test_1’:
test-conversion.c:32: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 4 has type ‘scm_t_intmax’
test-conversion.c:32: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 5 has type ‘scm_t_intmax’
test-conversion.c: In function ‘test_2’:
test-conversion.c:117: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 4 has type ‘scm_t_uintmax’
test-conversion.c:117: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 5 has type ‘scm_t_uintmax’
test-conversion.c: In function ‘test_3’:
test-conversion.c:237: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 4 has type ‘scm_t_intmax’
test-conversion.c:237: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 5 has type ‘scm_t_intmax’
test-conversion.c:249: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 4 has type ‘scm_t_intmax’
test-conversion.c:249: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 5 has type ‘scm_t_intmax’
test-conversion.c:262: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 4 has type ‘scm_t_intmax’
test-conversion.c:262: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 5 has type ‘scm_t_intmax’
test-conversion.c:262: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 6 has type ‘scm_t_intmax’
test-conversion.c: In function ‘test_4’:
test-conversion.c:369: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 4 has type ‘scm_t_uintmax’
test-conversion.c:369: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 5 has type ‘scm_t_uintmax’
test-conversion.c:381: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 4 has type ‘scm_t_uintmax’
test-conversion.c:381: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 5 has type ‘scm_t_uintmax’
test-conversion.c:394: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 4 has type ‘scm_t_uintmax’
test-conversion.c:394: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 5 has type ‘scm_t_uintmax’
test-conversion.c:394: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 6 has type ‘scm_t_uintmax’
test-conversion.c: In function ‘test_5’:
test-conversion.c:450: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 3 has type ‘scm_t_intmax’
test-conversion.c: In function ‘test_6’:
test-conversion.c:482: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 3 has type ‘scm_t_uintmax’
test-conversion.c: In function ‘test_7s’:
test-conversion.c:510: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 4 has type ‘scm_t_intmax’
test-conversion.c: In function ‘test_7u’:
test-conversion.c:524: warning: format ‘%Lu’ expects type ‘long long
unsigned int’, but argument 4 has type ‘scm_t_uintmax’
test-conversion.c: In function ‘test_8s’:
test-conversion.c:583: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 5 has type ‘scm_t_intmax’
test-conversion.c: In function ‘test_8u’:
test-conversion.c:641: warning: format ‘%Ld’ expects type ‘long long
int’, but argument 5 has type ‘scm_t_uintmax’
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFrl9/p/VmCx0OL2wRArXIAJ9WKrYhxQAOr4wVJXIUXvQODZ3upQCePSdE
+4B0YSrKn59/koTek1d9a7A=
=Hm02
-----END PGP SIGNATURE-----


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


             reply	other threads:[~2007-01-17 17:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-17 17:40 Marijn Schouten (hkBst) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-22 17:29 guile-1.8.1 fails test on amd64 Marijn Schouten (hkBst)
2007-01-22 20:59 ` Kevin Ryde
2007-01-23 15:15   ` Marijn Schouten (hkBst)
2007-01-23 15:45     ` Ludovic Courtès
2007-01-23 16:15       ` Marijn Schouten (hkBst)
2007-01-24 21:59         ` Kevin Ryde
2007-01-24 22:00           ` Kevin Ryde
2007-01-25 18:04             ` Marijn Schouten (hkBst)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45AE5F7F.1000605@gentoo.org \
    --to=hkbst@gentoo.org \
    --cc=bug-guile@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).