Your message dated Tue, 27 Nov 2018 06:54:49 +0000
with message-id <[email protected]>
and subject line Bug#896087: Removed package(s) from unstable
has caused the Debian Bug report #631995,
regarding tcl8.5 cross-build support
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.)


-- 
631995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631995
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tcl8.5
Version: 8.5.10-1
Severity: wishlist
Tags: patch

Hi,

I'm currently working on cross-building bits of Debian and tcl8.5
fails to build. The reason is simple: tcl8.5 uses the just-built tclsh
binary to run scripts to install files into place.

I've patched the behaviour here to use mkdir and install instead in
the Makefile, and it does the right thing for both native and cross
builds as far as I can see.

Debdiff attached.

Cheers,
-- 
Steve McIntyre
[email protected]

diff -u tcl8.5-8.5.10/debian/changelog tcl8.5-8.5.10/debian/changelog
--- tcl8.5-8.5.10/debian/changelog
+++ tcl8.5-8.5.10/debian/changelog
@@ -1,3 +1,11 @@
+tcl8.5 (8.5.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Don't use tcl itself to install things when building, to allow for
+    cross-building.
+
+ -- Steve McIntyre <[email protected]>  Wed, 29 Jun 2011 01:02:25 +0100
+
 tcl8.5 (8.5.10-1) unstable; urgency=low
 
   * New upstream release (closes: #617628).
diff -u tcl8.5-8.5.10/debian/patches/series tcl8.5-8.5.10/debian/patches/series
--- tcl8.5-8.5.10/debian/patches/series
+++ tcl8.5-8.5.10/debian/patches/series
@@ -8,0 +9 @@
+cross-build.diff
only in patch2:
unchanged:
--- tcl8.5-8.5.10.orig/debian/patches/cross-build.diff
+++ tcl8.5-8.5.10/debian/patches/cross-build.diff
@@ -0,0 +1,24 @@
+--- a/unix/Makefile.in	2011-06-29 00:46:21.604329259 +0100
++++ b/unix/Makefile.in	2011-06-29 00:47:57.144577776 +0100
+@@ -804,17 +804,13 @@
+ 
+ install-tzdata: ${TCL_EXE}
+ 	@echo "Installing time zone data"
+-	@@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
+-	TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
+-	./${TCL_EXE} $(TOOL_DIR)/installData.tcl \
+-	    $(TOP_DIR)/library/tzdata "$(SCRIPT_INSTALL_DIR)"/tzdata
++	mkdir -p "$(SCRIPT_INSTALL_DIR)"/tzdata
++	install -m644 $(TOP_DIR)/library/tzdata/* "$(SCRIPT_INSTALL_DIR)"/tzdata
+ 
+ install-msgs: ${TCL_EXE}
+ 	@echo "Installing message catalogs"
+-	@@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
+-	TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
+-	./${TCL_EXE} $(TOOL_DIR)/installData.tcl \
+-	    $(TOP_DIR)/library/msgs "$(SCRIPT_INSTALL_DIR)"/msgs
++	mkdir -p "$(SCRIPT_INSTALL_DIR)"/msgs
++	install -m644 $(TOP_DIR)/library/msgs/* "$(SCRIPT_INSTALL_DIR)"/msgs
+ 
+ install-doc: doc
+ 	@for i in "$(MAN_INSTALL_DIR)" "$(MAN1_INSTALL_DIR)" "$(MAN3_INSTALL_DIR)" "$(MANN_INSTALL_DIR)" ; \

--- End Message ---
--- Begin Message ---
Version: 8.5.19-4+rm

Dear submitter,

as the package tcl8.5 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/896087

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.
Scott Kitterman (the ftpmaster behind the curtain)

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

Reply via email to