Your message dated Fri, 01 Nov 2013 22:31:57 +0100
with message-id <[email protected]>
and subject line stlport5.2 removed from Debian
has caused the Debian Bug report #676449,
regarding stlport5.2: FTBFS on Debian GNU/Hurd
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.)
--
676449: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676449
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: stlport5.2
Version: 5.2.1-5.2
Severity: normal
User: [email protected]
Usertags: hurd
Tags: patch
Hi,
Currently stlport5.2 fails to build on Debian GNU/Hurd. (Doesn't recognize gnu
system).
Attached is a patch for building on Hurd. Very similar to patch for
GNU/kfreeBSD.
Thank you,
Barry deFreese
Index: stlport5.2-5.2.1/build/Makefiles/gmake/sysid.mak
===================================================================
--- stlport5.2-5.2.1.orig/build/Makefiles/gmake/sysid.mak 2012-06-06
20:38:22.000000000 +0000
+++ stlport5.2-5.2.1/build/Makefiles/gmake/sysid.mak 2012-06-06
20:38:23.000000000 +0000
@@ -56,6 +56,10 @@
OSNAME := linux
endif
+ifeq ($(OSNAME),gnu)
+OSNAME := linux
+endif
+
NODENAME := $(shell uname -n | tr '[A-Z]' '[a-z]' )
SYSVER := $(shell uname -v )
USER := $(shell echo $$USER )
@@ -94,6 +98,10 @@
BUILD_OSNAME := linux
endif
+ifeq ($(BUILD_OSNAME),gnu)
+BUILD_OSNAME := linux
+endif
+
BUILD_OSREL := $(shell uname -r | tr '[A-Z]' '[a-z]' | tr ', /\\()"'
',//////' | tr ',/' ',-')
BUILD_M_ARCH := $(shell uname -m | tr '[A-Z]' '[a-z]' | tr ', /\\()"'
',//////' | tr ',/' ',-')
ifeq ($(OSNAME),hp-ux)
Index: stlport5.2-5.2.1/stlport/stl/config/_system.h
===================================================================
--- stlport5.2-5.2.1.orig/stlport/stl/config/_system.h 2012-06-06
20:38:22.000000000 +0000
+++ stlport5.2-5.2.1/stlport/stl/config/_system.h 2012-06-06
20:40:22.000000000 +0000
@@ -59,7 +59,7 @@
# elif defined (__HP_aCC)
# include <stl/config/_hpacc.h>
# endif
-#elif defined (linux) || defined (__linux__) || defined (__GLIBC__)
+#elif defined (linux) || defined (__linux__) || defined (__GLIBC__) || defined
(__GNU__)
# include <stl/config/_linux.h>
# if defined (__BORLANDC__)
# include <stl/config/_bc.h> /* Borland C++ 0x570 */
--- End Message ---
--- Begin Message ---
Version: 5.2.1-5+rm
Hi,
All your FTBFS bug are RM'ed from unstable, testing and stable. It may
remain open for oldstable until that is no longer supported (or someone
fixes it via opu if applicable).
kthxbye,
~Niels
--- End Message ---