Your message dated Wed, 29 Apr 2020 20:30:20 +0000
with message-id <[email protected]>
and subject line Bug#959102: Removed package(s) from unstable
has caused the Debian Bug report #929244,
regarding mozjs60: FTBFS on ia64
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.)
--
929244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929244
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mozjs60
Severity: normal
Tags: patch
User: [email protected]
Usertags: ia64
Dear Maintainer,
The attached patch fixes the build problems for mozjs60 on ia64. Please
apply. Thank you.
-- System Information:
Debian Release: 10.0
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: ia64
Kernel: Linux 4.19.0-5-mckinley (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- a/js/src/jit/AtomicOperations.h 2019-05-16 23:15:54.589637251 -0400
+++ b/js/src/jit/AtomicOperations.h 2019-05-16 23:16:37.545944927 -0400
@@ -387,6 +387,8 @@
# include "jit/none/AtomicOperations-feeling-lucky.h"
#elif defined(__s390__) || defined(__s390x__)
# include "jit/none/AtomicOperations-feeling-lucky.h"
+#elif defined(__ia64__)
+# include "jit/none/AtomicOperations-feeling-lucky.h"
#else
# error "No AtomicOperations support provided for this platform"
#endif
--- a/js/src/jit/none/AtomicOperations-feeling-lucky.h 2018-10-04
20:47:07.000000000 -0400
+++ b/js/src/jit/none/AtomicOperations-feeling-lucky.h 2019-05-16
23:42:47.269079252 -0400
@@ -79,6 +79,12 @@
# define GNUC_COMPATIBLE
#endif
+#ifdef __ia64__
+# define HAS_64BIT_ATOMICS
+# define HAS_64BIT_LOCKFREE
+# define GNUC_COMPATIBLE
+#endif
+
// The default implementation tactic for gcc/clang is to use the newer
// __atomic intrinsics added for use in C++11 <atomic>. Where that
// isn't available, we use GCC's older __sync functions instead.
--- a/js/src/tests/jstests.list 2019-05-17 10:49:25.666015230 -0400
+++ b/js/src/tests/jstests.list 2019-05-17 10:52:19.211281661 -0400
@@ -473,6 +473,11 @@
# Crashes
skip-if(xulRuntime.debian.DEB_HOST_ARCH.match(/^s390x$/)) script
non262/extensions/clone-errors.js
+# Fails on ia64, possibly due to ia64 glibc bugs
+skip-if(xulRuntime.debian.DEB_HOST_ARCH.match(/^ia64$/)) script
non262/Math/fround.js
+skip-if(xulRuntime.debian.DEB_HOST_ARCH.match(/^ia64$/)) script
non262/Math/log2-approx.js
+
+
###########################################################
# Tests disabled due to issues in test262 importer script #
###########################################################
--- End Message ---
--- Begin Message ---
Version: 60.8.0-2+rm
Dear submitter,
as the package mozjs60 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/959102
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---