[DebianGIS-dev] Bug#466785: gdal: 466785: regenerating perl swig bindings should work

2008-03-07 Thread Paul Wise
Adding these lines to debian/rules fixes the FTBFS for me:

build:
...
cd swig/perl ; rm -f *.c *.cpp
cd swig/perl ; make generate
...
clean:
...
cd swig/perl ; rm -f *.c *.cpp

make test passes after regenerating the files too. I don't use
libgdal-perl so someone who does should test it more thoroughly.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] Processing of thuban_1.2.0-2.1_i386.changes

2008-03-07 Thread Archive Administrator
thuban_1.2.0-2.1_i386.changes uploaded successfully to localhost
along with the files:
  thuban_1.2.0-2.1.dsc
  thuban_1.2.0-2.1.diff.gz
  thuban_1.2.0-2.1_i386.deb

Greetings,

Your Debian queue daemon

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] thuban_1.2.0-2.1_i386.changes ACCEPTED

2008-03-07 Thread Debian Installer

Accepted:
thuban_1.2.0-2.1.diff.gz
  to pool/main/t/thuban/thuban_1.2.0-2.1.diff.gz
thuban_1.2.0-2.1.dsc
  to pool/main/t/thuban/thuban_1.2.0-2.1.dsc
thuban_1.2.0-2.1_i386.deb
  to pool/main/t/thuban/thuban_1.2.0-2.1_i386.deb


Override entries for your package:
thuban_1.2.0-2.1.dsc - source graphics
thuban_1.2.0-2.1_i386.deb - extra graphics

Announcing to [EMAIL PROTECTED]
Closing bugs: 469007 


Thank you for your contribution to Debian.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#469007: marked as done (thuban: may use different memory API for a given memory block)

2008-03-07 Thread Debian Bug Tracking System

Your message dated Fri, 07 Mar 2008 10:02:10 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469007: fixed in thuban 1.2.0-2.1
has caused the Debian Bug report #469007,
regarding thuban: may use different memory API for a given memory block
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.)


-- 
469007: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469007
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: thuban
Severity: important
User: [EMAIL PROTECTED]
Usertags: goal-python2.5

The C API requires using the same memory API for a given memory block,
which will show up as a segfault, at least in python2.5. This code was
found by a search of all sources build-depending on python-dev, having
a PyObject_ function for allocation and a PyMem_ function for
deallocation in the same file.  This may be a real problem, or a false
positive.

The most common error seen is of the form:

  PyObject *
  new_wadobject(WadFrame *f, int count) {
wadobject   *self;
self = PyObject_NEW(wadobject, &WadObjectType);
[...]
  }

  static void
  wadobject_dealloc(wadobject *self) {
PyMem_DEL(self);
  }

This particular example can be fixed with replacing PyMem_DEL with
PyObject_Del.

For more information, see
http://docs.python.org/api/memory.html
http://docs.python.org/api/memoryExamples.html

Please set the severity of this report to "serious", if it is a real
problem, please close the report if it is a false positive.  Ask
the [EMAIL PROTECTED] ML for help. Archive of the
search results: http://ftp-master.debian.org/~he/affected-files.tar.gz


--- End Message ---
--- Begin Message ---
Source: thuban
Source-Version: 1.2.0-2.1

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

thuban_1.2.0-2.1.diff.gz
  to pool/main/t/thuban/thuban_1.2.0-2.1.diff.gz
thuban_1.2.0-2.1.dsc
  to pool/main/t/thuban/thuban_1.2.0-2.1.dsc
thuban_1.2.0-2.1_i386.deb
  to pool/main/t/thuban/thuban_1.2.0-2.1_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.
Barry deFreese <[EMAIL PROTECTED]> (supplier of updated thuban 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: Mon, 03 Mar 2008 15:28:25 -0500
Source: thuban
Binary: thuban
Architecture: source i386
Version: 1.2.0-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Barry deFreese <[EMAIL PROTECTED]>
Description: 
 thuban - an interactive geographic data viewer
Closes: 469007
Changes: 
 thuban (1.2.0-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * pymem_del.dpatch. (Closes: #469007).
 + Use PyObject_Del instead of PyMem_DEL.
Files: 
 a353f33451c82b00b12d4e003c446a9b 860 graphics extra thuban_1.2.0-2.1.dsc
 4b6c087db2859482da807edbcf6cdba9 7749 graphics extra thuban_1.2.0-2.1.diff.gz
 da41b29efb4dd2d30fccbd637ec929e9 798284 graphics extra 
thuban_1.2.0-2.1_i386.deb

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

iD8DBQFH0Hj3riZpaaIa1PkRAv3KAJ0bH3qwN2G+0Vo48/uLlaUYCAZo5wCfV0wo
G0sOPNNaDeVq4Km20db1Nrg=
=0pAU
-END PGP SIGNATURE-


--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] Bug#383145: point, says Bugeja

2008-03-07 Thread Christin Bath
Losing weight has never been so easy http://www.zyraigu.com




___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Processed: Re: ogdi-dfsg: FTBFS with dash: /bin/sh: pushd: not found

2008-03-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 459109 + patch
Bug#459109: ogdi-dfsg: FTBFS with dash: /bin/sh: pushd: not found
There were no tags set.
Tags added: patch

> thank you
Stopping processing here.

Please contact me if you need assistance.

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


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Bug#459109: ogdi-dfsg: FTBFS with dash: /bin/sh: pushd: not found

2008-03-07 Thread Barry deFreese
tags 459109 + patch

thank you

Hi,

Here is an NMU to fix this issue as well as adds the patch for building
on GNU/kFreeBSD.

Thank you,

Barry deFreese


diff -u ogdi-dfsg-3.2.0~beta1/config.guess ogdi-dfsg-3.2.0~beta1/config.guess
--- ogdi-dfsg-3.2.0~beta1/config.guess
+++ ogdi-dfsg-3.2.0~beta1/config.guess
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-#   Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+#   Free Software Foundation, Inc.
 
-timestamp='2007-03-06'
+timestamp='2008-01-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -56,8 +56,8 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -330,7 +330,7 @@
 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;
-i86pc:SunOS:5.*:*)
+i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
 	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;
 sun4*:SunOS:6*:*)
@@ -532,7 +532,7 @@
 		echo rs6000-ibm-aix3.2
 	fi
 	exit ;;
-*:AIX:*:[45])
+*:AIX:*:[456])
 	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
 	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
 		IBM_ARCH=rs6000
@@ -793,12 +793,15 @@
 	exit ;;
 *:Interix*:[3456]*)
 	case ${UNAME_MACHINE} in
-	x86) 
+	x86)
 		echo i586-pc-interix${UNAME_RELEASE}
 		exit ;;
 	EM64T | authenticamd)
 		echo x86_64-unknown-interix${UNAME_RELEASE}
 		exit ;;
+	IA64)
+		echo ia64-unknown-interix${UNAME_RELEASE}
+		exit ;;
 	esac ;;
 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
 	echo i${UNAME_MACHINE}-pc-mks
@@ -833,7 +836,14 @@
 	echo ${UNAME_MACHINE}-pc-minix
 	exit ;;
 arm*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	eval $set_cc_for_build
+	if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
+	| grep -q __ARM_EABI__
+	then
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	else
+	echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+	fi
 	exit ;;
 avr32*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
@@ -954,8 +964,8 @@
 x86_64:Linux:*:*)
 	echo x86_64-unknown-linux-gnu
 	exit ;;
-xtensa:Linux:*:*)
-	echo xtensa-unknown-linux-gnu
+xtensa*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
 i*86:Linux:*:*)
 	# The BFD linker knows what the default object file format is, so
@@ -1474,9 +1484,9 @@
 the operating system you are using. It is advised that you
 download the most up to date version of the config scripts from
 
-  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
 and
-  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
 
 If the version you run ($0) is already up to date, please
 send the following data and any information you think might be
diff -u ogdi-dfsg-3.2.0~beta1/config.sub ogdi-dfsg-3.2.0~beta1/config.sub
--- ogdi-dfsg-3.2.0~beta1/config.sub
+++ ogdi-dfsg-3.2.0~beta1/config.sub
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-#   Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+#   Free Software Foundation, Inc.
 
-timestamp='2007-01-18'
+timestamp='2008-01-16'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -72,8 +72,8 @@
 version="\
 GNU config.sub ($timestamp)
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -369,10 +369,14 @@
 	| v850-* | v850e-* | vax-* \
 	| we32k-* \
 	| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* |