Your message dated Fri, 06 Nov 2020 22:03:23 +0000
with message-id <[email protected]>
and subject line Bug#971768: fixed in abseil 0~20200923.2-1
has caused the Debian Bug report #971768,
regarding abseil: FTBFS on hppa - needs porting
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.)
--
971768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971768
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: abseil
Version: 0~20200923-2
Severity: normal
Tags: patch
Dear Maintainer,
The abseil package fails to build on hppa and needs porting. See:
https://buildd.debian.org/status/fetch.php?pkg=abseil&arch=hppa&ver=0%7E20200923-2&stamp=1601997353&raw=0
The attached change enables abseil to build successfully on hppa.
Regards,
Dave Anglin
-- System Information:
Debian Release: bullseye/sid
APT prefers buildd-unstable
APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: hppa (parisc64)
Kernel: Linux 5.8.13+ (SMP w/4 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Index: abseil-0~20200923/absl/base/internal/direct_mmap.h
===================================================================
--- abseil-0~20200923.orig/absl/base/internal/direct_mmap.h
+++ abseil-0~20200923/absl/base/internal/direct_mmap.h
@@ -74,6 +74,7 @@ namespace base_internal {
inline void* DirectMmap(void* start, size_t length, int prot, int flags, int
fd,
off64_t offset) noexcept {
#if defined(__i386__) || defined(__ARM_ARCH_3__) || defined(__ARM_EABI__) || \
+ (defined(__hppa__) && !defined(__LP64__)) || \
(defined(__mips__) && _MIPS_SIM == _MIPS_SIM_ABI32) || \
(defined(__PPC__) && !defined(__PPC64__)) || \
(defined(__riscv) && __riscv_xlen == 32) || \
Index: abseil-0~20200923/absl/debugging/internal/examine_stack.cc
===================================================================
--- abseil-0~20200923.orig/absl/debugging/internal/examine_stack.cc
+++ abseil-0~20200923/absl/debugging/internal/examine_stack.cc
@@ -48,6 +48,8 @@ void* GetProgramCounter(void* vuc) {
return reinterpret_cast<void*>(context->uc_mcontext.pc);
#elif defined(__arm__)
return reinterpret_cast<void*>(context->uc_mcontext.arm_pc);
+#elif defined(__hppa__)
+ return reinterpret_cast<void*>(context->uc_mcontext.sc_iaoq[0]);
#elif defined(__i386__)
if (14 < ABSL_ARRAYSIZE(context->uc_mcontext.gregs))
return reinterpret_cast<void*>(context->uc_mcontext.gregs[14]);
--- End Message ---
--- Begin Message ---
Source: abseil
Source-Version: 0~20200923.2-1
Done: Benjamin Barenblat <[email protected]>
We believe that the bug you reported is fixed in the latest version of
abseil, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Barenblat <[email protected]> (supplier of updated abseil 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 06 Nov 2020 16:51:39 -0500
Source: abseil
Architecture: source
Version: 0~20200923.2-1
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Barenblat <[email protected]>
Changed-By: Benjamin Barenblat <[email protected]>
Closes: 971768 973492
Changes:
abseil (0~20200923.2-1) unstable; urgency=medium
.
* New upstream release.
* Fix build on hppa via patch. (Closes: #971768)
* Link libatomic where necessary to prevent issues with load-time
symbol resolution. (Closes: #973492)
Checksums-Sha1:
5fe10b7c97b7cc1179544962609a9ee87fa3d17b 2428 abseil_0~20200923.2-1.dsc
fafc6a3304eb0ac242d54d99ee56bfbabddd8fff 1784011
abseil_0~20200923.2.orig.tar.gz
25284ace23a1825cc5004fcccdcb58fcf7ced35d 6140
abseil_0~20200923.2-1.debian.tar.xz
76f44afa512bbe2536a0634b2f04e405853bff6b 7380
abseil_0~20200923.2-1_amd64.buildinfo
Checksums-Sha256:
95bf4113fb44431b2ee5c83243c628edf0145f897a93f185c511b9374c85dc69 2428
abseil_0~20200923.2-1.dsc
8b6940d9376cb3f7e7022c6c7cf070235ebf410c9620a42d7ff748270edde620 1784011
abseil_0~20200923.2.orig.tar.gz
68e1bd400f23dae789217def2b08a83c5bb53ab7f0c5b928a6414fdaf0ec035b 6140
abseil_0~20200923.2-1.debian.tar.xz
2f184f66faf93eb810b11c0790df10bd121b8f2298078cc141d43d4fe278096e 7380
abseil_0~20200923.2-1_amd64.buildinfo
Files:
a5d8193c2e3b883747d00226e38d79c9 2428 libs optional abseil_0~20200923.2-1.dsc
ee6019de568af2b23080dd0a9d69e07b 1784011 libs optional
abseil_0~20200923.2.orig.tar.gz
12333416744414aba30aa3971d5cf2d1 6140 libs optional
abseil_0~20200923.2-1.debian.tar.xz
5b2b319efaea203baeb1ddb6ec180466 7380 libs optional
abseil_0~20200923.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEQbf+q7LkywHKVTMA5ZUVm53A7cMFAl+lxeMACgkQ5ZUVm53A
7cPgSA/+ONC5qpCTwtXnCraRel83Ez9O2mtWSqjOByI7/QPvw1sbGdLpse9bv+7y
COVHQDsmPoZijcHqsevrRCzoQsxF9tHAeTrXt+xImlRQAeicQB2jZ+ry1FL77G6A
Kp39JKDQk5qzHCY1PmpkiQaTjLiSC9Y6QAB5wJi/B0cCJlmBrlFQB9q+4WFEoCTi
UTTyIPMTZTN7hHZLfKoP5GX36Po1cf90DIPE73X1YXQGhe2878Yj2qjmgyhu9hN3
yAQNx63PCpos2dLhWyhfYWzFl8UG9fqrCtuxAMNLgktiSddMiDG4HG99nXKZa/fi
RxePYmOEDfmX2iR/hNoJbg5NMnQRGRBB94qSG7ZNsY6OAJvpoEBCbp14FMQbxxoN
PMpcu16erp5bFu3jvEV+8dGgMtmJ4zaoDVGqIyZOzafP8HxTMMbjer8OmGnbgrJW
zqMYzjDgmJl2MRIEw0yKWc+wFKpU/DsjtcBsTe2m71gR1jepM11fiM4b0wWY/Cyz
6e1OixIo/ezUbsybL9k9g/t+CFM/ZikO0FaHIwQm4UtTWYDAy4M9AH7/3xNfu3X8
KidAHRbfkHUn4nqwYUmbA+Pfky7UvD8DvIlPhxV4B+FDMHOZ/GqKUIwn8fYXmmZJ
USZVyrLoOHMTzV5TqWqAW0/wjyHStv2wUrR78ZrQWNsb2BFMkXg=
=Aigo
-----END PGP SIGNATURE-----
--- End Message ---