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

Bug#661859: gcc-snapshot: FTBFS on hurd-i386



Package: gcc-snapshot
Version: 4.7-20120226-1
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hello,

The src/libgcc/generic-morestack.c issue was fixed upstream, so please
drop hurd-fixes.diff from gcc-snapshot as the attached patch does.

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: debian/patches/hurd-fixes.diff
===================================================================
--- debian/patches/hurd-fixes.diff	(révision 5882)
+++ debian/patches/hurd-fixes.diff	(copie de travail)
@@ -1,11 +0,0 @@
---- a/src/libgcc/generic-morestack.c.orig	2011-12-19 21:14:52.000000000 +0100
-+++ b/src/libgcc/generic-morestack.c	2011-12-19 21:15:35.000000000 +0100
-@@ -507,7 +507,7 @@
-   sigemptyset (&__morestack_initial_sp.mask);
- 
-   sigfillset (&__morestack_fullmask);
--#ifdef __GLIBC__
-+#if defined(__GLIBC__) && defined(__SIGRTMIN)
-   /* In glibc, the first two real time signals are used by the NPTL
-      threading library.  By taking them out of the set of signals, we
-      avoiding copying the signal mask in pthread_sigmask.  More
Index: debian/rules.patch
===================================================================
--- debian/rules.patch	(révision 5882)
+++ debian/rules.patch	(copie de travail)
@@ -208,7 +208,7 @@
 endif
 
 ifeq ($(DEB_TARGET_ARCH_OS),hurd)
-  debian_patches += hurd-pthread hurd-changes hurd-fixes
+  debian_patches += hurd-pthread hurd-changes
 endif
 
 debian_patches += gcc-ice-hack gcc-ice-apport

Reply to: