[DebianGIS-dev] Processed: #461673 NMU patch of grass

2008-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 461673 + pending
Bug#461673: FTBFS with GCC 4.3: missing #includes
Tags were: patch
Tags added: pending

 thanks
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#461673: #461673 NMU patch of grass

2008-04-06 Thread Noèl Köthe
tags 461673 + pending
thanks

Hello,

NMUing grass in the credativ 2008 BSP.
Attached is the diff.

-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org
diff -ur grass-6.2.3.orig/debian/changelog grass-6.2.3/debian/changelog
--- grass-6.2.3.orig/debian/changelog	2008-04-06 17:06:35.0 +0200
+++ grass-6.2.3/debian/changelog	2008-04-06 17:10:10.0 +0200
@@ -1,3 +1,12 @@
+grass (6.2.3-2.1) unstable; urgency=low
+
+  * NMU during credativ BSP 2008
+  * using patch from Moritz Muehlenhoff [EMAIL PROTECTED] to fix
+FTBFS with GCC 4.3: missing #includes
+(closes: #461673)
+
+ -- Noèl Köthe [EMAIL PROTECTED]  Sun, 06 Apr 2008 17:08:21 +0200
+
 grass (6.2.3-2) unstable; urgency=low
 
   * Added libfftw3-dev build-dep to reflect current library name.
diff -ur grass-6.2.3.orig/debian/patches/00list grass-6.2.3/debian/patches/00list
--- grass-6.2.3.orig/debian/patches/00list	2008-04-06 17:06:35.0 +0200
+++ grass-6.2.3/debian/patches/00list	2008-04-06 17:11:22.0 +0200
@@ -2,3 +2,4 @@
 www-browser
 pager
 xterm
+gcc4.3
Only in grass-6.2.3/debian/patches: gcc4.3.dpatch


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
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 grass_6.2.3-2.1_amd64.changes

2008-04-06 Thread Archive Administrator
grass_6.2.3-2.1_amd64.changes uploaded successfully to localhost
along with the files:
  grass_6.2.3-2.1.dsc
  grass_6.2.3-2.1.diff.gz
  grass-doc_6.2.3-2.1_all.deb
  grass_6.2.3-2.1_amd64.deb
  grass-dev_6.2.3-2.1_amd64.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] Bug#461673: marked as done (FTBFS with GCC 4.3: missing #includes)

2008-04-06 Thread Debian Bug Tracking System

Your message dated Sun, 06 Apr 2008 16:02:46 +
with message-id [EMAIL PROTECTED]
and subject line Bug#461673: fixed in grass 6.2.3-2.1
has caused the Debian Bug report #461673,
regarding FTBFS with GCC 4.3: missing #includes
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.)


-- 
461673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461673
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: grass
Version: 6.2.3-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of grass_6.2.3-1 on em64t by sbuild/amd64 0.53
...
 main.cc:547:   instantiated from here
 ./IOStream/include/ami_stream.h:220: warning: deprecated conversion from 
 string constant to 'char*'
 c++ -c -I/build/tbm/grass-6.2.3/dist.x86_64-pc-linux-gnu/include  -g -O2   
 -I./IOStream/include -DUSER=\root\ -DNODATA_FIX -D_FILE_OFFSET_BITS=64
 -DPACKAGE=\grassmods\ -DELEV_FLOAT common.cc -o 
 OBJ.x86_64-pc-linux-gnu/FLOAT/common.o
 In file included from ./IOStream/include/ami.h:49,
  from common.h:49,
  from common.cc:55:
 ./IOStream/include/ami_stream.h: In constructor 
 'AMI_STREAMT::AMI_STREAM(const char*, AMI_stream_type)':
 ./IOStream/include/ami_stream.h:255: error: there are no arguments to 
 'strcpy' that depend on a template parameter, so a declaration of 'strcpy' 
 must be available
 ./IOStream/include/ami_stream.h:255: error: (if you use '-fpermissive', G++ 
 will accept your code, but allowing the use of an undeclared name is 
 deprecated)
 ./IOStream/include/ami_stream.h: In member function 'AMI_err 
 AMI_STREAMT::name(char**)':
 ./IOStream/include/ami_stream.h:363: error: there are no arguments to 
 'strlen' that depend on a template parameter, so a declaration of 'strlen' 
 must be available
 ./IOStream/include/ami_stream.h:364: error: there are no arguments to 
 'strcpy' that depend on a template parameter, so a declaration of 'strcpy' 
 must be available
 In file included from ./IOStream/include/ami_sort_impl.h:46,
  from ./IOStream/include/ami_sort.h:45,
  from ./IOStream/include/ami.h:55,
  from common.h:49,
  from common.cc:55:
 ./IOStream/include/mem_stream.h: In member function 'AMI_err 
 MEM_STREAMT::name(char**)':
 ./IOStream/include/mem_stream.h:111: error: there are no arguments to 
 'strlen' that depend on a template parameter, so a declaration of 'strlen' 
 must be available
 ./IOStream/include/mem_stream.h:112: error: there are no arguments to 
 'strcpy' that depend on a template parameter, so a declaration of 'strcpy' 
 must be available
 make[3]: *** [OBJ.x86_64-pc-linux-gnu/FLOAT/common.o] Error 1
 make[3]: Leaving directory `/build/tbm/grass-6.2.3/raster/r.terraflow'
 r.out.tiff

-- 
Martin Michlmayr
http://www.cyrius.com/


---End Message---
---BeginMessage---
Source: grass
Source-Version: 6.2.3-2.1

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

grass-dev_6.2.3-2.1_amd64.deb
  to pool/main/g/grass/grass-dev_6.2.3-2.1_amd64.deb
grass-doc_6.2.3-2.1_all.deb
  to pool/main/g/grass/grass-doc_6.2.3-2.1_all.deb
grass_6.2.3-2.1.diff.gz
  to pool/main/g/grass/grass_6.2.3-2.1.diff.gz
grass_6.2.3-2.1.dsc
  to pool/main/g/grass/grass_6.2.3-2.1.dsc
grass_6.2.3-2.1_amd64.deb
  to pool/main/g/grass/grass_6.2.3-2.1_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.
Noèl Köthe [EMAIL PROTECTED] (supplier of updated grass 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 

[DebianGIS-dev] grass_6.2.3-2.1_amd64.changes ACCEPTED

2008-04-06 Thread Debian Installer

Accepted:
grass-dev_6.2.3-2.1_amd64.deb
  to pool/main/g/grass/grass-dev_6.2.3-2.1_amd64.deb
grass-doc_6.2.3-2.1_all.deb
  to pool/main/g/grass/grass-doc_6.2.3-2.1_all.deb
grass_6.2.3-2.1.diff.gz
  to pool/main/g/grass/grass_6.2.3-2.1.diff.gz
grass_6.2.3-2.1.dsc
  to pool/main/g/grass/grass_6.2.3-2.1.dsc
grass_6.2.3-2.1_amd64.deb
  to pool/main/g/grass/grass_6.2.3-2.1_amd64.deb


Override entries for your package:
grass-dev_6.2.3-2.1_amd64.deb - optional devel
grass-doc_6.2.3-2.1_all.deb - optional science
grass_6.2.3-2.1.dsc - source science
grass_6.2.3-2.1_amd64.deb - optional science

Announcing to [EMAIL PROTECTED]
Closing bugs: 461673 


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] Processed: Attaching a patch to fix this bug

2008-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 456089 +patch
Bug#456089: FTBFS with GCC 4.3: missing #includes
There were no tags set.
Tags added: patch

 thanks
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#474604: fixed

2008-04-06 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  libqgis1 |0.8.1-2 | arm, m68k
  libqgis1 | 0.8.1-2+b1 | hppa, mips
  libqgis1 |0.9.1-1 | alpha, amd64, i386, ia64, mipsel, powerpc, s390, sparc
libqgis1-dev |0.8.1-2 | arm, m68k
libqgis1-dev | 0.8.1-2+b1 | hppa, mips
libqgis1-dev |0.9.1-1 | alpha, amd64, i386, ia64, mipsel, powerpc, s390, 
sparc
  qgis |0.8.1-2 | arm, m68k
  qgis | 0.8.1-2+b1 | hppa, mips
  qgis |0.9.1-1 | source, alpha, amd64, i386, ia64, mipsel, powerpc, 
s390, sparc
qgis-plugin-grass |0.8.1-2 | arm, m68k
qgis-plugin-grass | 0.8.1-2+b1 | hppa, mips
qgis-plugin-grass |0.9.1-1 | alpha, amd64, i386, ia64, mipsel, powerpc, 
s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

___
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#474439: fixed

2008-04-06 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

libterralib | 3.0.3b2-3.1 | source
libterralib1-dev | 3.0.3b2-3.1 | alpha, amd64, arm, armel, hurd-i386, i386, 
ia64, m68k, mips, mipsel, powerpc, s390, sparc
libterralib1-dev | 3.0.3b2-3.1+b1 | hppa
libterralib1-doc | 3.0.3b2-3.1 | all
libterralib1c2a | 3.0.3b2-3.1 | alpha, amd64, arm, armel, hurd-i386, i386, 
ia64, m68k, mips, mipsel, powerpc, s390, sparc
libterralib1c2a | 3.0.3b2-3.1+b1 | hppa

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

___
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#474415: Acknowledgement (gdal - FTBFS: error: macro max passed 3 arguments, but takes just 2)

2008-04-06 Thread Bastian Blank
The broken macros are defined in ogr/ogrsf_frmts/geojson/jsonc/bits.h.

Bastian

-- 
Earth -- mother of the most beautiful women in the universe.
-- Apollo, Who Mourns for Adonais? stardate 3468.1



___
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#474626: JOSM interface is empty

2008-04-06 Thread Max Moritz Sievers
Package: josm
Version: 0.0.0.20080330-1
Severity: grave

When I start JOSM I get the same or quite the same output as described in bug 
report #472305. But my bug is more severe. The window which opens and wich 
decoration is entitled JOSM is empty. It's just white space.

I am using Debian GNU/Linux lenny beta 1 and installed gij 4.3. (selected by 
aptitude). No packages from non-free.



___
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#474626: Bug#474626: JOSM interface is empty

2008-04-06 Thread Andreas Putzo
On Apr 06  21:30, Max Moritz Sievers wrote:
 Package: josm
 Version: 0.0.0.20080330-1
 Severity: grave
 
 When I start JOSM I get the same or quite the same output as described in bug 
 report #472305. But my bug is more severe. The window which opens and wich 
 decoration is entitled JOSM is empty. It's just white space.
 
 I am using Debian GNU/Linux lenny beta 1 and installed gij 4.3. (selected by 
 aptitude). No packages from non-free.

gij 4.3 is known to not work with josm. Can you confirm this bug with
either gij 4.1 or jamvm?
You might need to unset JAVA_HOME and/or JAVACMD before running josm.
Usually gij 4.3 should only be used when explicity selected by exporting
one of these variables. 

Regards,
Andreas




___
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#474626: Bug#474626: JOSM interface is empty

2008-04-06 Thread Giovanni Mascellani
All'incirca Sun, 6 Apr 2008 21:30:30 +0200,  Max Moritz Sievers
[EMAIL PROTECTED] sembrerebbe aver scritto:

 When I start JOSM I get the same or quite the same output as
 described in bug report #472305. But my bug is more severe. The
 window which opens and wich decoration is entitled JOSM is empty.
 It's just white space.
 
 I am using Debian GNU/Linux lenny beta 1 and installed gij 4.3.
 (selected by aptitude). No packages from non-free.

Josm is known to (approximately) work only on a few free Java VMs
(gij-4.1 and jamvm). I think we should make the package depend only on
those, and not on the generic java2-runtime.

Anyway, if you want make josm truly work, you have to add packages from
non-free and install the JVM from Sun. We're waiting for it to become
completely free.

Giovanni.
-- 
Giovanni Mascellani [EMAIL PROTECTED]
Pisa, Italy

Web: http://giomasce.altervista.org
SIP: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED] / [EMAIL PROTECTED]
GPG: 0x5F1FBF70 (FP: 1EB6 3D43 E201 4DDF 67BD  003F FCB0 BB5C 5F1F BF70)



signature.asc
Description: PGP signature
___
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#474626: Bug#474626: Bug#474626: JOSM interface is empty

2008-04-06 Thread Andreas Putzo
On Apr 06  23:55, Giovanni Mascellani wrote:
 (gij-4.1 and jamvm). I think we should make the package depend only on
 those, and not on the generic java2-runtime.

This wouldn't work because SUN's java (and others) do provide
java2-runtime. If josm drops this dependency users might need to install
a jvm they don't want to.
It's also current policy to depend on the virtual package, also this should be 
changed in the future as far as i know.

Regards,
Andreas





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