[gcc-7] 180/354: * Disable gnat on KFreeBSD (see #861737) and the Hurd (see #861735) for now. * Disable running the testsuite on KFreeBSD and the Hurd, hanging on the buildds.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository gcc-7.

commit 49c4dccfcf00f674963dacb8f06274f9d0b486c8
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri May 5 09:55:30 2017 +0000

      * Disable gnat on KFreeBSD (see #861737) and the Hurd (see #861735) for now.
      * Disable running the testsuite on KFreeBSD and the Hurd, hanging on
        the buildds.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9440 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  | 5 ++++-
 debian/control    | 2 +-
 debian/rules.defs | 5 ++++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8dbe0d7..a54881b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-gcc-7 (7.1.0-4) UNRELEASED; urgency=medium
+gcc-7 (7.1.0-4) experimental; urgency=medium
 
   * Update to SVN 20170505 (r247630) from the gcc-7-branch.
   * Add sh3 support to gcc-multiarch patch. Closes: #861760.
   * Remove libquadmath/gdtoa license from debian/copyright (files removed).
   * Fix gdc build on sh4 (sh5 support was removed upstream).
+  * Disable gnat on KFreeBSD (see #861737) and the Hurd (see #861735) for now.
+  * Disable running the testsuite on KFreeBSD and the Hurd, hanging on
+    the buildds.
 
  -- Matthias Klose <doko at debian.org>  Fri, 05 May 2017 11:27:27 +0200
 
diff --git a/debian/control b/debian/control
index 38d49e0..a7b8308 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14),
   texinfo (>= 4.3), locales, sharutils, 
   procps, gnat-6:native [!m32r !sh3 !sh3eb !sh4eb !powerpcspe !m68k !mips64 !x32], g++-6:native, netbase, 
   libisl-dev (>= 0.14), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~), lib32z1-dev [amd64 kfreebsd-amd64], lib64z1-dev [i386], 
-  dejagnu [!m68k], realpath (>= 1.9.12), chrpath, lsb-release, quilt, 
+  dejagnu [!m68k !hurd-amd64 !hurd-i386 !hurd-alpha !kfreebsd-amd64 !kfreebsd-i386 !kfreebsd-alpha], realpath (>= 1.9.12), chrpath, lsb-release, quilt, 
   pkg-config, libgc-dev, 
    g++-7-alpha-linux-gnu [alpha] <cross>, gobjc-7-alpha-linux-gnu [alpha] <cross>, gfortran-7-alpha-linux-gnu [alpha] <cross>, gdc-7-alpha-linux-gnu [alpha] <cross>, gccgo-7-alpha-linux-gnu [alpha] <cross>, gnat-7-alpha-linux-gnu [alpha] <cross>, g++-7-x86-64-linux-gnu [amd64] <cross>, gobjc-7-x86-64-linux-gnu [amd64] <cross>, gfortran-7-x86-64-linux-gnu [amd64] <cross>, gdc-7-x86-64-linux-gnu [amd64] <cross>, gccgo-7-x86-64-linux-gnu [amd64] <cross>, gnat-7-x86-64-linux-gnu [amd64] <cro [...]
 Build-Depends-Indep: doxygen (>= 1.7.2), graphviz (>= 2.2), ghostscript, texlive-latex-base, xsltproc, libxml2-utils, docbook-xsl-ns
diff --git a/debian/rules.defs b/debian/rules.defs
index 59afe0e..41fc1e3 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -665,6 +665,9 @@ endif
 ifneq (,$(filter $(DEB_TARGET_ARCH),powerpcspe x32))
   with_ada := disabled for architecture $(DEB_TARGET_ARCH)
 endif
+ifneq (,$(filter $(DEB_TARGET_ARCH),kfreebsd-i386 kfreebsd-amd64 hurd-i386))
+  with_ada := disabled for architecture $(DEB_TARGET_ARCH)
+endif
 ifeq (,$(findstring cross,$(build_type)))
   ifneq (,$(filter $(DEB_TARGET_ARCH),armel))
     with_ada := native gnat disabled for architecture $(DEB_TARGET_ARCH)
@@ -1394,7 +1397,7 @@ ifneq (,$(with_rtlibs))
   with_check := disabled for rtlibs stage
 endif
 check_no_cpus := m68k
-check_no_systems := # gnu kfreebsd-gnu
+check_no_systems := gnu kfreebsd-gnu
 ifneq (,$(filter $(DEB_TARGET_ARCH_CPU),$(check_no_cpus)))
   with_check := disabled for cpu $(DEB_TARGET_ARCH_CPU)
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list