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

Bug#970614: marked as done (gcc-10: Please disable systemtap-sdt-dev build-dep on non-Linux)



Your message dated Sun, 27 Sep 2020 10:48:48 +0000
with message-id <E1kMUEa-0002ND-SW@fasolo.debian.org>
and subject line Bug#970614: fixed in gcc-10 10.2.0-11
has caused the Debian Bug report #970614,
regarding gcc-10: Please disable systemtap-sdt-dev build-dep on non-Linux
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 owner@bugs.debian.org
immediately.)


-- 
970614: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970614
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-10
Version: 10.2.0-7
Severity: important
Tags: patch

Hello,

systemtap is a Linux thing, and doesn't currently build on non-Linux
ports, could you disable the dependency as the attached patch does?

Thanks,
Samuel

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.8.0-1-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gcc-10 depends on:
ii  binutils       2.35-3
ii  cpp-10         10.2.0-7
ii  gcc-10-base    10.2.0-7
ii  libc6          2.31-3
ii  libcc1-0       10.2.0-7
ii  libgcc-10-dev  10.2.0-7
ii  libgcc-s1      10.2.0-7
ii  libgmp10       2:6.2.0+dfsg-6
ii  libisl22       0.22.1-1
ii  libmpc3        1.2.0-1
ii  libmpfr6       4.1.0-3
ii  libstdc++6     10.2.0-7
ii  libzstd1       1.4.5+dfsg-4
ii  zlib1g         1:1.2.11.dfsg-2

Versions of packages gcc-10 recommends:
ii  libc6-dev  2.31-3

Versions of packages gcc-10 suggests:
ii  gcc-10-doc       10.1.0-1
pn  gcc-10-locales   <none>
ii  gcc-10-multilib  10.2.0-7

-- no debconf information

-- 
Samuel
 Moralité : le modem et le cablerouteur font comme les filles, ils
 papotent toute la journée.
 -+- RB in NPC : Et en plus, ils ne parlent que de bits -+-
commit 266bfee4ef2609ef3fb7e511748c37783271df50
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Sep 19 13:24:54 2020 +0200

    Limit systemtap-sdt-dev build dependency to linux architectures

diff --git a/debian/changelog b/debian/changelog
index e22f761..af94789 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-10 (10.2.0-10) UNRELEASED; urgency=high
+
+  * Limit systemtap-sdt-dev build dependency to linux architectures.
+
+ -- Samuel Thibault <sthibault@debian.org>  Sat, 19 Sep 2020 13:24:24 +0200
+
 gcc-10 (10.2.0-9) unstable; urgency=high
 
   * Update to git 20200918 from the gcc-10 branch.
diff --git a/debian/control b/debian/control
index 2f83de6..34fc359 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14), g++-multilib [a
   m4, libtool, autoconf, 
   dwz, libunwind8-dev [ia64], libatomic-ops-dev [ia64], 
   gawk, lzma, xz-utils, patchutils, 
-  libzstd-dev, zlib1g-dev, systemtap-sdt-dev [linux-any kfreebsd-any hurd-any], 
+  libzstd-dev, zlib1g-dev, systemtap-sdt-dev [linux-any], 
   binutils:native (>= 2.35), binutils-hppa64-linux-gnu:native (>= 2.35) [hppa amd64 i386 x32], 
   gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, 
   gdb:native [!riscv64], nvptx-tools [amd64 ppc64el], llvm-10 [amd64], lld-10 [amd64], 
diff --git a/debian/rules.conf b/debian/rules.conf
index 8667ea0..75c8cca 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -443,7 +443,7 @@ endif
 AUTO_BUILD_DEP += autoconf$(autoconf_version),
 
 ifeq (,$(filter $(distrelease),lenny etch squeeze wheezy dapper hardy jaunty karmic lucid maverick natty oneiric precise quantal raring saucy trusty))
-  SDT_BUILD_DEP = systemtap-sdt-dev [linux-any kfreebsd-any hurd-any],
+  SDT_BUILD_DEP = systemtap-sdt-dev [linux-any],
 endif
 
 # ensure that the common libs, built from the next GCC version are available

--- End Message ---
--- Begin Message ---
Source: gcc-10
Source-Version: 10.2.0-11
Done: Matthias Klose <doko@debian.org>

We believe that the bug you reported is fixed in the latest version of
gcc-10, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 970614@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-10 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 27 Sep 2020 12:19:01 +0200
Source: gcc-10
Architecture: source
Version: 10.2.0-11
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 970604 970614
Changes:
 gcc-10 (10.2.0-11) unstable; urgency=medium
 .
   * Update to git 20200927 from the gcc-10 branch.
     - Fix PR middle-end/95464, PR target/96683 (ARM), PR target/97032,
       PR target/97166 (PPC), PR fortran/96041, PR fortran/93423,
       PR fortran/93423, PR libstdc++/97167, PR libstdc++/96803,
       PR libstdc++/96803, PR libstdc++/94681, PR libstdc++/94681,
       PR libstdc++/97101, PR libstdc++/94160.
     - libgo: don't put golang.org packages in zstdpkglist.go. Closes: #970604.
 .
   [ Samuel Thibault ]
   * Limit systemtap-sdt-dev build dependency to linux architectures.
     Closes: #970614.
Checksums-Sha1:
 ccdcade60b093bada68dc7c344577b2b5ee12858 27572 gcc-10_10.2.0-11.dsc
 845f307afe50547b8b1e9834bb10e776d9c0ec12 2133408 gcc-10_10.2.0-11.debian.tar.xz
 4d7c578280291a77c7b77b9febc5fd3825e44671 8517 gcc-10_10.2.0-11_source.buildinfo
Checksums-Sha256:
 590f00959d91d1ec83a0304b06a938a5e20639085f290d1ce00e0b190742e561 27572 gcc-10_10.2.0-11.dsc
 5d096272d5a0f1b1c52d1012e8c2dbb07def7890e720ddc6668b5b1c8312e630 2133408 gcc-10_10.2.0-11.debian.tar.xz
 4e04bee48f4e1d5deda7275081022778f1700bb2291a92a3eb18e59cf9982831 8517 gcc-10_10.2.0-11_source.buildinfo
Files:
 f121b06953e11c12e9788b5a42345e02 27572 devel optional gcc-10_10.2.0-11.dsc
 d53f6b6801eea2b34eecf671291d3358 2133408 devel optional gcc-10_10.2.0-11.debian.tar.xz
 244cc5adaea519c6f9cdcbd446c2c7da 8517 devel optional gcc-10_10.2.0-11_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl9wZ64QHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9ckrD/0e8mKtL/HdWpkirMhX4IY5WFwMx/Nctu/f
er2CECvigEGv4/OlHDoI7fUmPXMiITDZv+hQF66F0DmkHVTL4DFzQw7yTe1+gwq5
IQ6vJgHHpd6J29ax7TUv5m3fpUfHtLXgGV9KG13SXcSicajBSESGgb28oXC+dAU+
qvtP52V/2KK1ZO+LnjqLpSp0UxPzqx4UH48+trRR++xR7p7VlOz2NfkWWEVvCvnA
wTMZeQUAPPNdjwYSZUD+D0UeL6IV3Raw4bOLSTk1o9elRnGG94sddUsHiQ9eTtBL
6Cr13bvNVeKrUpU3msRAg7slE2LWgA6eSwkdb4M3v6J1FdFo1/JWIzFjWh/lvsYw
06NWEjbjN5/OwHTlU8OAVpEiOIwK9veqZiBDoA1DBj2jDYx1KoVdlOZGGe/nhlHX
w0H7ubRCqLcy5yjTn6MkW5fjCf/ie2j+M9ZsSY3235OsppUI0o2Usvs5CgKDnS/F
KAss2Hn+doNOurD+yY5Szc32v55FboLrTVBJuyEQiThwP4nRgWLO3wAOzq6ZJj8U
6Lbl2HcLasZk4bdJbHb1M4BD+HFgeBjQxrUhvjX7slj8/PqPqAOImJ4e8UOPhTMV
H4u7HAZmDlbdvqQvHbET5X0RogDyy7zW01kwEAcj/BfE/8GcAdtlZv43SF95K34L
yLJ+DBE/7A==
=WVhD
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: