Your message dated Sun, 07 Sep 2008 09:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#497033: fixed in gnu-smalltalk 3.1~rc3-2
has caused the Debian Bug report #497033,
regarding gnu-smalltalk: FTBFS on GNU/kFreeBSD
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
497033: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497033
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gnu-smalltalk
Version: 3.0.3-2
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD
due to failures in testsuite.

On kfreebsd-amd64 all "ANSI compliancy"
and "117: Sport" tests fails.

With ./configure --disable-generational-gc only
"117: Sport" test fails.

IMHO, failure in 117 is due to different
struct sockaddr_in between linux and BSDs.

The linux starts with

short sin_family,

while BSDs starts with

char sin_len
char sin_family

The rest is same on both of them.

In packages/tcp/IPSocketImpl.st, there is

Eval [
    CStruct newStruct: #CSockAddrStruct
        declaration: #(#(#sinFamily #short) #(#sinPort #(#array #byte 2)) 
#(#sinAddr #(#array #byte 4)) #(#sinZero #(#array #byte 8)))
]

This structure have to be different on BSDs.
I am unable to fix it my self.

It would also be nice if you can inform upstream about this problem.

Thanks in advance

                        Petr



--- End Message ---
--- Begin Message ---
Source: gnu-smalltalk
Source-Version: 3.1~rc3-2

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

gnu-smalltalk-browser_3.1~rc3-2_amd64.deb
  to pool/main/g/gnu-smalltalk/gnu-smalltalk-browser_3.1~rc3-2_amd64.deb
gnu-smalltalk-common_3.1~rc3-2_all.deb
  to pool/main/g/gnu-smalltalk/gnu-smalltalk-common_3.1~rc3-2_all.deb
gnu-smalltalk-doc_3.1~rc3-2_all.deb
  to pool/main/g/gnu-smalltalk/gnu-smalltalk-doc_3.1~rc3-2_all.deb
gnu-smalltalk-el_3.1~rc3-2_all.deb
  to pool/main/g/gnu-smalltalk/gnu-smalltalk-el_3.1~rc3-2_all.deb
gnu-smalltalk_3.1~rc3-2.diff.gz
  to pool/main/g/gnu-smalltalk/gnu-smalltalk_3.1~rc3-2.diff.gz
gnu-smalltalk_3.1~rc3-2.dsc
  to pool/main/g/gnu-smalltalk/gnu-smalltalk_3.1~rc3-2.dsc
gnu-smalltalk_3.1~rc3-2_amd64.deb
  to pool/main/g/gnu-smalltalk/gnu-smalltalk_3.1~rc3-2_amd64.deb
libgdbm-gst_3.1~rc3-2_amd64.deb
  to pool/main/g/gnu-smalltalk/libgdbm-gst_3.1~rc3-2_amd64.deb
libgst-dev_3.1~rc3-2_amd64.deb
  to pool/main/g/gnu-smalltalk/libgst-dev_3.1~rc3-2_amd64.deb
libgst7_3.1~rc3-2_amd64.deb
  to pool/main/g/gnu-smalltalk/libgst7_3.1~rc3-2_amd64.deb
libgtk2-gst_3.1~rc3-2_amd64.deb
  to pool/main/g/gnu-smalltalk/libgtk2-gst_3.1~rc3-2_amd64.deb
libncurses-gst_3.1~rc3-2_all.deb
  to pool/main/g/gnu-smalltalk/libncurses-gst_3.1~rc3-2_all.deb
libpostgresql-gst_3.1~rc3-2_all.deb
  to pool/main/g/gnu-smalltalk/libpostgresql-gst_3.1~rc3-2_all.deb
libsqlite3-gst_3.1~rc3-2_amd64.deb
  to pool/main/g/gnu-smalltalk/libsqlite3-gst_3.1~rc3-2_amd64.deb
libtk-gst_3.1~rc3-2_amd64.deb
  to pool/main/g/gnu-smalltalk/libtk-gst_3.1~rc3-2_amd64.deb
zlib-gst_3.1~rc3-2_amd64.deb
  to pool/main/g/gnu-smalltalk/zlib-gst_3.1~rc3-2_amd64.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Girard <[EMAIL PROTECTED]> (supplier of updated gnu-smalltalk 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 [EMAIL PROTECTED])


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

Format: 1.8
Date: Sat, 06 Sep 2008 10:51:03 +0200
Source: gnu-smalltalk
Binary: gnu-smalltalk libgst7 libgst-dev gnu-smalltalk-doc gnu-smalltalk-common 
gnu-smalltalk-el libpostgresql-gst libsqlite3-gst libncurses-gst libgdbm-gst 
libtk-gst libgtk2-gst gnu-smalltalk-browser zlib-gst
Architecture: source all amd64
Version: 3.1~rc3-2
Distribution: experimental
Urgency: low
Maintainer: Debian GNU Smalltalk maintainers <[EMAIL PROTECTED]>
Changed-By: Thomas Girard <[EMAIL PROTECTED]>
Description: 
 gnu-smalltalk - GNU Smalltalk interpreter and image
 gnu-smalltalk-browser - GNU Smalltalk browser
 gnu-smalltalk-common - GNU Smalltalk class library sources and extras
 gnu-smalltalk-doc - GNU Smalltalk info documentation
 gnu-smalltalk-el - GNU Smalltalk Emacs front-end
 libgdbm-gst - GDBM bindings for GNU Smalltalk
 libgst-dev - GNU Smalltalk virtual machine development files
 libgst7    - GNU Smalltalk virtual machine shared library
 libgtk2-gst - Gtk bindings and environment for GNU Smalltalk
 libncurses-gst - Ncurses bindings for GNU Smalltalk
 libpostgresql-gst - PostgreSQL bindings for GNU Smalltalk
 libsqlite3-gst - SQLite bindings for GNU Smalltalk
 libtk-gst  - Tk environment for GNU Smalltalk
 zlib-gst   - Zlib bindings for GNU Smalltalk
Closes: 497033
Changes: 
 gnu-smalltalk (3.1~rc3-2) experimental; urgency=low
 .
   * Cherry-pick upstream commits:
     o 588f19886dfbd86a1f5ceb1a2f60a7b0e5ee1e37 disable generational GC on
       GNU/k*BSD
     o 5ac57768665324defed1c11b835a14496398afd2 work around the presence of
       a sa_len field on BSD systems. Closes: #497033
   * Print testsuite logs when it fails.
Checksums-Sha1: 
 efcdc1866c96c398cfa56375eff5b9638ad27f5d 1632 gnu-smalltalk_3.1~rc3-2.dsc
 a7b8fded8456b0149a8548ecddfc90bc02f2ef93 96566 gnu-smalltalk_3.1~rc3-2.diff.gz
 b1fb4d7b71679efcf3c723af70bd862429f42f54 493858 
gnu-smalltalk-doc_3.1~rc3-2_all.deb
 4e726602af6ab314b28af5c67157f9d940caab08 1457500 
gnu-smalltalk-common_3.1~rc3-2_all.deb
 4361ba45365eda97ceaafcc23d521af0c5e3f813 79020 
gnu-smalltalk-el_3.1~rc3-2_all.deb
 a805d3a5fc6e1d642f03a05ac36a39576f97ee13 71220 
libpostgresql-gst_3.1~rc3-2_all.deb
 281d07926a4e2b0c49838cac2dc29875ee9be987 80860 libncurses-gst_3.1~rc3-2_all.deb
 7b256a0cf64bba39b20b1d8bc02890c265fa9338 726782 
gnu-smalltalk_3.1~rc3-2_amd64.deb
 56065817d92fce1e7e5a432ce795e930aa2481db 349934 libgst7_3.1~rc3-2_amd64.deb
 2f9dad70e129915433f458e4c35d7208818e3abf 442470 libgst-dev_3.1~rc3-2_amd64.deb
 c97631c05542a1940e4dc26322eb5f08ee7abcfb 74036 
libsqlite3-gst_3.1~rc3-2_amd64.deb
 e3c3d3579b29a8cca620c69486cb19346e6a74c5 70086 libgdbm-gst_3.1~rc3-2_amd64.deb
 6b04f5becb058a566925149355e6310f62318159 188856 libtk-gst_3.1~rc3-2_amd64.deb
 285d9a06ce9062ceb7a696a4b992a5dc27616397 241258 libgtk2-gst_3.1~rc3-2_amd64.deb
 818364ee913695ce1265da862ac3cdd977e70819 142072 
gnu-smalltalk-browser_3.1~rc3-2_amd64.deb
 41ef7a9a5b998fa8882854576c1f83895c4660ad 73030 zlib-gst_3.1~rc3-2_amd64.deb
Checksums-Sha256: 
 ebf3f87c04bd26d57ece6f52b23484ecf045aacf9916d3ba735454af45df129d 1632 
gnu-smalltalk_3.1~rc3-2.dsc
 82efa2bb0014b9fdfd901d7d638ea73167d0d0747691c3fdce4cd0e2fb4dcea1 96566 
gnu-smalltalk_3.1~rc3-2.diff.gz
 703aeb0248255924ac3704e554d01b9f6a8434fce6d415acb70617f54dd8a6f5 493858 
gnu-smalltalk-doc_3.1~rc3-2_all.deb
 8498fa38a5726ae1a6214d528dd782b8aee344e14083f727b1595eb19504f666 1457500 
gnu-smalltalk-common_3.1~rc3-2_all.deb
 751412f8cdc00dba0ab64164ff31cdaf612fcc9e3ff183ddbb7d4526e60201c5 79020 
gnu-smalltalk-el_3.1~rc3-2_all.deb
 5c00895e6e5e073dd3702b7560fa86dd7d0bcb6b29da6e34295321f352d3e714 71220 
libpostgresql-gst_3.1~rc3-2_all.deb
 3586cfb179114305013298969094fd39e444a04215e8359e9bf891d783a77007 80860 
libncurses-gst_3.1~rc3-2_all.deb
 e807f535eb0f68aed8de977c2310368671419f3bef54330084d0c5c8e3acd649 726782 
gnu-smalltalk_3.1~rc3-2_amd64.deb
 29e952cd7f18ebf142bac91d70cb244a2a9d569fc70005c715b31132cca0f358 349934 
libgst7_3.1~rc3-2_amd64.deb
 4d3ac3ee95456f02d32062cc60990e91267dc776e27ff9536047890666ce3ce5 442470 
libgst-dev_3.1~rc3-2_amd64.deb
 8c1d2f4edc8dc24262507951411df01111cd6e0e524e7e2d759a2d9c5a752199 74036 
libsqlite3-gst_3.1~rc3-2_amd64.deb
 20814b938a59d72dbe36e4dd3183614976990c2375d1fc3b995de33bbfb922ab 70086 
libgdbm-gst_3.1~rc3-2_amd64.deb
 43eb53dea8c5e3fcc741c40afc7a8ca9b91b8a7a3e77f76f685b21deac3e39bd 188856 
libtk-gst_3.1~rc3-2_amd64.deb
 eebb4acb77e12f6529b79b0f67091f525e5a396e4385a244e1b2f8ff8adb306b 241258 
libgtk2-gst_3.1~rc3-2_amd64.deb
 d50840db822186315e48a5c7b72750b00c3f8c46f6a531e764484fc3676dc58f 142072 
gnu-smalltalk-browser_3.1~rc3-2_amd64.deb
 5fc8bb1ee85f1a60f106618b466e9e89cfead50eeb3e6e2b208ba269516e98ce 73030 
zlib-gst_3.1~rc3-2_amd64.deb
Files: 
 848427cc638f8e92f4bcfcea6e84e6c1 1632 interpreters extra 
gnu-smalltalk_3.1~rc3-2.dsc
 4b21ef14f354dc86e32f703687a535c3 96566 interpreters extra 
gnu-smalltalk_3.1~rc3-2.diff.gz
 ec67673fb46913a6460ea3908c36fec1 493858 doc extra 
gnu-smalltalk-doc_3.1~rc3-2_all.deb
 60de2c94bd87c744fc22f2b8cfd0b0c2 1457500 interpreters extra 
gnu-smalltalk-common_3.1~rc3-2_all.deb
 ac59be5e67813cb899a29283c920eaa3 79020 interpreters extra 
gnu-smalltalk-el_3.1~rc3-2_all.deb
 dcfedc48f95ba5c3c136edddff5a1b22 71220 interpreters extra 
libpostgresql-gst_3.1~rc3-2_all.deb
 01009126e9659f3fdac0339350d41253 80860 interpreters extra 
libncurses-gst_3.1~rc3-2_all.deb
 916241fea11ec6b1476bdd7f62d18ffe 726782 interpreters extra 
gnu-smalltalk_3.1~rc3-2_amd64.deb
 34e464cc1fba62542a9f95fa02fdbdda 349934 libs extra libgst7_3.1~rc3-2_amd64.deb
 ea7c0156dcb37dbe1c01c1383052d525 442470 libdevel extra 
libgst-dev_3.1~rc3-2_amd64.deb
 14e9c51eb0c5ef1d2f1b044a8c515e8f 74036 interpreters extra 
libsqlite3-gst_3.1~rc3-2_amd64.deb
 80f9ef67dc29d59dd3d4a9cb7554bffe 70086 interpreters extra 
libgdbm-gst_3.1~rc3-2_amd64.deb
 1459092b006a0ef052f2bd1b21e18d2d 188856 interpreters extra 
libtk-gst_3.1~rc3-2_amd64.deb
 40b7ce0a6ab53a5c3f1def29e3f117b0 241258 interpreters extra 
libgtk2-gst_3.1~rc3-2_amd64.deb
 8a15664189137ee0b4a5a8bef656dd93 142072 interpreters extra 
gnu-smalltalk-browser_3.1~rc3-2_amd64.deb
 4577d96fddc5ed17cc65f0ce9213049c 73030 interpreters extra 
zlib-gst_3.1~rc3-2_amd64.deb

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

iEYEARECAAYFAkjDmEIACgkQz2LXlDjmjg7HvgCfa4sqvCjQgBFqrExmKNfvyL/t
mB8Aniy1SEVu0JWp977aCe6o9hE2JhRq
=5q91
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to