Your message dated Tue, 04 Apr 2017 20:06:39 +0000
with message-id <[email protected]>
and subject line Bug#858681: Removed package(s) from unstable
has caused the Debian Bug report #695445,
regarding tk8.4: Please apply patch to support cross-compiling
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.)


-- 
695445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695445
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tk8.4
Version: 8.4.19-5
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu raring ubuntu-patch cross

In Ubuntu, the attached patch was applied to achieve the following:

  * Respect DEB_HOST_GNU_TYPE when selecting CC for cross-compiling.
  * Preseed undetectable strtod values to autoconf for cross-builds.

This preseeds some values that autoconf can't sort out on its own
when cross-compiling, thus fixing cross builds.  Additionally,
unlike tk8.5, tk8.4 has a broken configure script that doesn't
respect --host and --build, so this also forces CC on cross-builds.

... Adam

-- System Information:
Debian Release: wheezy/sid
  APT prefers raring-updates
  APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7.0-4-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru tk8.4-8.4.19/debian/changelog tk8.4-8.4.19/debian/changelog
diff -Nru tk8.4-8.4.19/debian/rules tk8.4-8.4.19/debian/rules
--- tk8.4-8.4.19/debian/rules	2012-05-29 09:38:09.000000000 -0600
+++ tk8.4-8.4.19/debian/rules	2012-12-08 00:55:26.000000000 -0700
@@ -3,6 +3,14 @@
 v = 8.4
 DIR = $(shell pwd)/debian/tmp
 
+DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_TYPE  := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+  export CC = $(DEB_HOST_GNU_TYPE)-gcc  
+  CROSSCONF = ac_cv_func_strtod=yes tcl_cv_strtod_buggy=1
+endif
+
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
@@ -15,7 +23,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	TK_LIBRARY="/usr/share/tcltk/tk$(v)" \
+	TK_LIBRARY="/usr/share/tcltk/tk$(v)" $(CROSSCONF) \
 	CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
 	dh_auto_configure -Dunix -- \
 		      --includedir=/usr/include/tcl$(v) \

--- End Message ---
--- Begin Message ---
Version: 8.4.20-8+rm

Dear submitter,

as the package tk8.4 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/858681

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
[email protected].

Debian distribution maintenance software
pp.
Chris Lamb (the ftpmaster behind the curtain)

--- End Message ---
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel

Reply via email to