Your message dated Wed, 10 Oct 2007 14:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414074: fixed in gridlock.app 1.10-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gridlock.app
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
>  Compiling file EDIPSocket.m ...
> In file included from EDIPSocket.m:22:
> osdep.h:222:2: error: #error Unknown system!
> In file included from EDIPSocket.m:23:
> functions.h:28: warning: 'struct in_addr' declared inside parameter list
> functions.h:28: warning: its scope is only this definition or declaration, 
> which is probably not what you want
> EDIPSocket.m: In function '-[EDIPSocket setLocalPort:]':
> EDIPSocket.m:152: error: storage size of 'anyAddress' isn't known
> EDIPSocket.m:154: error: 'INADDR_ANY' undeclared (first use in this function)
> EDIPSocket.m:154: error: (Each undeclared identifier is reported only once
> EDIPSocket.m:154: error: for each function it appears in.)
> EDIPSocket.m:155: error: type of formal parameter 1 is incomplete
> EDIPSocket.m: In function '-[EDIPSocket setLocalPort:andAddress:]':
> EDIPSocket.m:163: error: storage size of 'socketAddress' isn't known
> EDIPSocket.m:165: error: invalid application of 'sizeof' to incomplete type 
> 'struct sockaddr_in' 
> EDIPSocket.m:167: error: invalid use of undefined type 'struct in_addr'
> EDIPSocket.m:171: error: 'ED_ERRNO' undeclared (first use in this function)
> EDIPSocket.m: In function '-[EDIPSocket 
> _connectToAddress:port:hostDescription:]':
> EDIPSocket.m:227: error: storage size of 'socketAddress' isn't known
> EDIPSocket.m:233: error: 'F_GETFL' undeclared (first use in this function)
> EDIPSocket.m:241: error: invalid application of 'sizeof' to incomplete type 
> 'struct sockaddr_in' 
> EDIPSocket.m:243: error: invalid use of undefined type 'struct in_addr'
> EDIPSocket.m:248: error: 'ED_ERRNO' undeclared (first use in this function)
> EDIPSocket.m:295: error: 'F_SETFL' undeclared (first use in this function)
> make[2]: *** [shared_obj/EDIPSocket.o] Error 1
> make[1]: *** [Gridlock.all.app.variables] Error 2
> make[1]: Leaving directory `/build/buildd/gridlock.app-1.10'
> make: *** [build-stamp] Error 2

Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=gridlock.app>.

Please find attached a tiny patch to fix this.

Cheers,

-- 
Cyril Brulebois
--- gridlock.app-1.10/NSFileHandle+Extensions.m	2007-03-09 03:49:01.402342000 +0100
+++ gridlock.app-1.10/NSFileHandle+Extensions.m	2007-03-09 03:49:28.000000000 +0100
@@ -144,7 +144,7 @@
                     format: @"PeekNamedPipe() NT Error # %d", GetLastError()];
 
     return lpTotalBytesAvail;
-#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(linux)
+#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(linux) || defined(__FreeBSD_kernel__)
     int numBytes;
 
     if(ioctl(EDSOCKETHANDLE, FIONREAD, (char *) &numBytes) == -1)
--- gridlock.app-1.10/osdep.h	2007-03-09 03:48:07.938202000 +0100
+++ gridlock.app-1.10/osdep.h	2007-03-09 03:48:30.000000000 +0100
@@ -192,7 +192,7 @@
 #import <resolv.h>
 
 
-#elif defined(linux)
+#elif defined(linux) || defined(__FreeBSD_kernel__)
 
 //---------------------------------------------------------------------------------------
 // Linux

--- End Message ---
--- Begin Message ---
Source: gridlock.app
Source-Version: 1.10-3

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

gridlock.app_1.10-3.diff.gz
  to pool/main/g/gridlock.app/gridlock.app_1.10-3.diff.gz
gridlock.app_1.10-3.dsc
  to pool/main/g/gridlock.app/gridlock.app_1.10-3.dsc
gridlock.app_1.10-3_i386.deb
  to pool/main/g/gridlock.app/gridlock.app_1.10-3_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gürkan Sengün <[EMAIL PROTECTED]> (supplier of updated gridlock.app 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.7
Date: Thu, 04 Oct 2007 13:42:15 +0200
Source: gridlock.app
Binary: gridlock.app
Architecture: source i386
Version: 1.10-3
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün <[EMAIL PROTECTED]>
Changed-By: Gürkan Sengün <[EMAIL PROTECTED]>
Description: 
 gridlock.app - A collection of grid-based board games for GNUstep
Closes: 414074
Changes: 
 gridlock.app (1.10-3) unstable; urgency=low
 .
   * GNUstep transition.
     + Updated debian/rules.
     + Updated debian/dirs.
   * Applied patch to fix FTBFS on GNU/kFreeBSD, thanks to
     Cyril Brulebois. (Closes: #414074)
   * Added a desktop file.
Files: 
 161d2285e886f4bd449a0df6351ca9bc 626 games optional gridlock.app_1.10-3.dsc
 d8c8051cc7b72108f92d34c9631367c9 4837 games optional 
gridlock.app_1.10-3.diff.gz
 8f334e05ee9058cd1bd465035a6ccc4f 311350 games optional 
gridlock.app_1.10-3_i386.deb

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

iD8DBQFHDN08J9EDSN0bDvcRAlBsAJ9qxyhhmoaaJAT3lGt169qI1pHy5QCdESDN
VLFvLEwDOslUoThToZtJfkA=
=jan5
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to