[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:34:29 +0000
with message-id <E1kMU0j-0000aj-SZ@fasolo.debian.org>
and subject line Bug#970614: fixed in gcc-10 10.2.0-10
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-10
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 11:53:50 +0200
Source: gcc-10
Architecture: source
Version: 10.2.0-10
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-10) 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.
 .
   [ Svante Signell ]
   * Fix ftbfs in libgo for hurd-i386.
Checksums-Sha1:
 6fabbebb5122295ffcf96e94085e9d49e658a8e8 27572 gcc-10_10.2.0-10.dsc
 e844b9930af966c74000b9234c3a09be89fa7c02 2133468 gcc-10_10.2.0-10.debian.tar.xz
 e8067802cc2f56c95019571399e48997e59e0940 8517 gcc-10_10.2.0-10_source.buildinfo
Checksums-Sha256:
 65d6e2dd2b54e0f230ff89a3273262e00c7931b8527630fdc5e1464675f44648 27572 gcc-10_10.2.0-10.dsc
 af513678f1f534ab43cf1790284b6a4d71b01e7914a701057f7170a10136a1f7 2133468 gcc-10_10.2.0-10.debian.tar.xz
 900a615fff56f7e6f947a6f3cd0b5f8fb0845ff34e600b51a2332d47856fc9ca 8517 gcc-10_10.2.0-10_source.buildinfo
Files:
 02a6b812b925ffa348118878e7493143 27572 devel optional gcc-10_10.2.0-10.dsc
 375dde15c5509021e31e9d0b2fe14461 2133468 devel optional gcc-10_10.2.0-10.debian.tar.xz
 c1ff6b963b9d626435504961b68c3c79 8517 devel optional gcc-10_10.2.0-10_source.buildinfo

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

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl9wZYYQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9cGAEACg1vitI5vNCAYPqI23wIki1Dl0LTOYiF6P
GynhWFBrCs2ySO39D1g3r6Lneo+H15CtCqrAqBWyUP4tcmPgrHNVXXBCcJ7Nio8o
XcKTFtCL44vSMk2pG/Kt8l5kLt4E4rhxpd0SrRMgDogvDx46me2va/VFm3kPr8fK
T3vyRVdRyZmd6zfFRN49uqhfht82ubtSneurWQosS/5KrodNKZK+zpKJE3vptQFn
vv26ET8keHa0kUi+H7UmcBLVOEPnSZta/ObWdO7x86QdAXklrPjr9FQM238M40Nr
QJa+9R6IGooH0/mC/OwIR8GqhggpnEkiBosT8DqXW5s7+dqwFtBJGF3ZpMLFyqlI
EOidWmMOiDJWnqzEPE1cClw6JLWh7Gyh2HE0EtqJrWwZlJTOz2GNFsAx/mO9rzBF
MRx366+v96H65LHOB5k1toVE9p9o1djVlgQLQWExre1rTim31L4TpyWI51qGa9yu
mP5g/8XhVr+sSHKPjYal/EqzlDKiQDQyQ/JlFKt5rEeQoVkKJyorlqizxP7vfL3X
EC8aMiORmaXRJAZ5jcb6hwexRAdhErmT3XvNQdJSEnv5vGhR/Aq/rRpBnr2QlC9W
lbzBdwNanCHJpgJ0C3DM7/RSbObCEGyiv0mIGqzWlkdRMCPuCW8uqQox5ZfypUzo
TOzZQnIP+A==
=D+EX
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: