Your message dated Tue, 11 Nov 2014 13:05:17 +0000
with message-id <e1xob8h-0006ki...@franck.debian.org>
and subject line Bug#769041: Removed package(s) from unstable
has caused the Debian Bug report #743364,
regarding postgresql-pljava - use of implicitly converted pointers
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 ow...@bugs.debian.org
immediately.)
--
743364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743364
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: postgresql-pljava
Version: 1.4.3-3
Severity: serious
Tags: sid jessie
use of implicitly converted pointers is always fatal to the application
on ia64, and almost always wrong on other 64bit architectures.
gcc [...] \
/«PKGBUILDDIR»/src/C/pljava/type/String.c -o type/String.o
/«PKGBUILDDIR»/src/C/pljava/type/String.c: In function 'String_create':
/«PKGBUILDDIR»/src/C/pljava/type/String.c:66:2: warning: implicit declaration of
function 'GETSTRUCT' [-Wimplicit-function-declaration]
Form_pg_type pgType = (Form_pg_type)GETSTRUCT(typeTup);
^
/«PKGBUILDDIR»/src/C/pljava/type/String.c:66:25: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
Form_pg_type pgType = (Form_pg_type)GETSTRUCT(typeTup);
^
gcc [...] \
/«PKGBUILDDIR»/src/C/pljava/type/Type.c -o type/Type.o
/«PKGBUILDDIR»/src/C/pljava/type/Type.c: In function 'Type_fromOid':
/«PKGBUILDDIR»/src/C/pljava/type/Type.c:473:2: warning: implicit declaration of
function 'GETSTRUCT' [-Wimplicit-function-declaration]
typeStruct = (Form_pg_type)GETSTRUCT(typeTup);
^
/«PKGBUILDDIR»/src/C/pljava/type/Type.c:473:15: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
typeStruct = (Form_pg_type)GETSTRUCT(typeTup);
gcc [...] \
/«PKGBUILDDIR»/src/C/pljava/type/TupleDesc.c -o type/TupleDesc.o
/«PKGBUILDDIR»/src/C/pljava/type/TupleDesc.c: In function
'Java_org_postgresql_pljava_internal_TupleDesc__1formTuple':
/«PKGBUILDDIR»/src/C/pljava/type/TupleDesc.c:236:3: warning: implicit
declaration of function 'heap_formtuple' [-Wimplicit-function-declaration]
tuple = heap_formtuple(self, values, nulls);
^
/«PKGBUILDDIR»/src/C/pljava/type/TupleDesc.c:236:9: warning: assignment makes
pointer from integer without a cast [enabled by default]
tuple = heap_formtuple(self, values, nulls);
^
gcc [...] \
/«PKGBUILDDIR»/src/C/pljava/type/UDT.c -o type/UDT.o
/«PKGBUILDDIR»/src/C/pljava/type/UDT.c: In function 'UDT_registerUDT':
/«PKGBUILDDIR»/src/C/pljava/type/UDT.c:332:2: warning: implicit declaration of
function 'GETSTRUCT' [-Wimplicit-function-declaration]
nspStruct = (Form_pg_namespace)GETSTRUCT(nspTup);
^
/«PKGBUILDDIR»/src/C/pljava/type/UDT.c:332:14: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
nspStruct = (Form_pg_namespace)GETSTRUCT(nspTup);
^
--- End Message ---
--- Begin Message ---
Version: 1.4.3-3+rm
Dear submitter,
as the package postgresql-pljava has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/769041
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---