[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#874254: marked as done (stretch-pu: package tdbcodbc/1.0.4-2+deb9u1 preapproval)



Your message dated Sat, 09 Dec 2017 10:46:36 +0000
with message-id <1512816396.1994.30.camel@adam-barratt.org.uk>
and subject line Closing bugs for updates included in stretch point release
has caused the Debian Bug report #874254,
regarding stretch-pu: package tdbcodbc/1.0.4-2+deb9u1 preapproval
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 owner@bugs.debian.org
immediately.)


-- 
874254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874254
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi release team,

Appears that the tdbcodbc package currently in stretch hav a bug introduced by
the Debian maintainer and me the uploader, which leads to immediate segfault
on its loading. So the package is unusable at the moment.

We'd like to propose an update 1.0.4-2+deb9u1 with a fix. The difference
between 1.0.4-2 and 1.0.4-2+deb9u1 is attached.

-- System Information:
Debian Release: 9.1
  APT prefers stable-debug
  APT policy: (500, 'stable-debug'), (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru tdbcodbc-1.0.4/debian/changelog tdbcodbc-1.0.4/debian/changelog
--- tdbcodbc-1.0.4/debian/changelog	2016-03-15 01:16:57.000000000 +0300
+++ tdbcodbc-1.0.4/debian/changelog	2017-09-03 23:53:21.000000000 +0300
@@ -1,3 +1,10 @@
+tdbcodbc (1.0.4-2+deb9u1) stretch; urgency=medium
+
+  * Fixed bug in odbc libraries search as it caused a non existing 
+    symbol to be loaded
+
+ -- Massimo Manghi <mxmanghi@apache.org>  Sun, 03 Sep 2017 22:53:21 +0200
+
 tdbcodbc (1.0.4-2) unstable; urgency=medium
 
   * Removing unneeded build depend constraint that prevents the
diff -Nru tdbcodbc-1.0.4/debian/compat tdbcodbc-1.0.4/debian/compat
--- tdbcodbc-1.0.4/debian/compat	2016-03-15 01:16:57.000000000 +0300
+++ tdbcodbc-1.0.4/debian/compat	2017-09-03 23:53:21.000000000 +0300
@@ -1 +1 @@
-8
+9
diff -Nru tdbcodbc-1.0.4/debian/control tdbcodbc-1.0.4/debian/control
--- tdbcodbc-1.0.4/debian/control	2016-03-15 01:16:57.000000000 +0300
+++ tdbcodbc-1.0.4/debian/control	2017-09-03 23:53:21.000000000 +0300
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Massimo Manghi <mxmanghi@apache.org>
 Build-Depends: debhelper (>=9), tcl8.6-dev, tcl8.6-tdbc (>=1.0.3~), libodbc1, odbcinst1debian2
-Standards-Version: 3.9.6
+Standards-Version: 4.0.1
 Homepage: http://tdbc.tcl.tk/
  
 Package: tcl8.6-tdbc-odbc
diff -Nru tdbcodbc-1.0.4/debian/patches/extend-stub-search tdbcodbc-1.0.4/debian/patches/extend-stub-search
--- tdbcodbc-1.0.4/debian/patches/extend-stub-search	2016-03-15 01:16:57.000000000 +0300
+++ tdbcodbc-1.0.4/debian/patches/extend-stub-search	2017-09-03 23:52:18.000000000 +0300
@@ -63,7 +63,7 @@
      }
  
      /*
-@@ -163,27 +176,34 @@
+@@ -163,27 +176,30 @@
      if (status == TCL_OK) {
  	int status2 = TCL_ERROR;
  	for (i = 0; status2 == TCL_ERROR && odbcOptLibNames[i] != NULL; ++i) {
@@ -102,12 +102,11 @@
 +		} else {
 +		    Tcl_ResetResult(interp);
  		}
- 		SQLInstallerError =
- 		    (BOOL (INSTAPI*)(WORD, DWORD*, LPSTR, WORD, WORD*))
- 		    Tcl_FindSymbol(NULL, *handle2Ptr, "SQLInstallerError");
+-		SQLInstallerError =
+-		    (BOOL (INSTAPI*)(WORD, DWORD*, LPSTR, WORD, WORD*))
+-		    Tcl_FindSymbol(NULL, *handle2Ptr, "SQLInstallerError");
 -	    } else {
 -		Tcl_ResetResult(interp);
-+
 +                Tcl_DecrRefCount(path);
  	    }
 -	    Tcl_DecrRefCount(path);

--- End Message ---
--- Begin Message ---
Version: 9.3

Hi,

Each of the updates referenced in these bugs was included in this
morning's stretch point release. Thanks!

Regards,

Adam

--- End Message ---

Reply to: