Your message dated Wed, 22 Jan 2025 08:56:43 +0000
with message-id <[email protected]>
and subject line Bug#1093423: fixed in mypy 1.14.1-2
has caused the Debian Bug report #1093423,
regarding mypy: build fails on hurd-i386
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.)


-- 
1093423: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093423
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mypy
Version: 1.14.1-1
Severity: important
Tags: patch

Hello,

hurd-i386 gets virtual memory allocation failures when building mypy. It
would also need to use the multi file option like most other 32bit archs
(I wonder how long linux-i386 will keep managing without it)

The attached patch fixes that, could you apply it?

Thanks,
Samuel

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 
'oldstable-proposed-updates-debug'), (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, arm64

Kernel: Linux 6.12.6-amd64 (SMP w/8 CPU threads; PREEMPT)
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 /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mypy depends on:
ii  python3       3.12.8-1
ii  python3-mypy  1.13.0-2

Versions of packages mypy recommends:
ii  python3-typeshed  0.0~git20241223.ea91db2-1

Versions of packages mypy suggests:
pn  mypy-doc  <none>

-- no debconf information

-- 
Samuel
As usual, this being a 1.3.x release, I haven't even compiled this
kernel yet.  So if it works, you should be doubly impressed.
(Linus Torvalds, announcing kernel 1.3.3 on the linux-kernel mailing list.)
--- debian/rules.original       2025-01-16 19:32:20.000000000 +0000
+++ debian/rules        2025-01-17 09:25:38.000000000 +0000
@@ -9,13 +9,13 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 include /usr/share/dpkg/default.mk
 
-ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf mips64el hppa riscv64 mipsel 
alpha ia64 m68k powerpc sh4 sparc64))
+ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf mips64el hppa riscv64 mipsel 
alpha ia64 m68k powerpc sh4 sparc64 hurd-i386))
   export MYPYC_MULTI_FILE=1
 endif
 
 export DEB_CFLAGS_MAINT_APPEND += -Wno-misleading-indentation
 
-ifneq (,$(filter $(DEB_HOST_ARCH),i386 x32))
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),i386 x32))
   export MYPYC_DEBUG_LEVEL=1
 else
   export MYPYC_DEBUG_LEVEL=2

--- End Message ---
--- Begin Message ---
Source: mypy
Source-Version: 1.14.1-2
Done: Michael R. Crusoe <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mypy, 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.
Michael R. Crusoe <[email protected]> (supplier of updated mypy 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: Tue, 21 Jan 2025 16:30:17 +0100
Source: mypy
Architecture: source
Version: 1.14.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Michael R. Crusoe <[email protected]>
Closes: 1093423
Changes:
 mypy (1.14.1-2) unstable; urgency=medium
 .
   * d/rules: Applied patch from Samuel Thibault to fix FTBFS on hurd-i386.
     Closes: #1093423
Checksums-Sha1:
 bf88952975e7b3304db82949ecf1569a478c8f6c 3031 mypy_1.14.1-2.dsc
 d8832ef74dd7c28503c0af545118865494aeb15d 17020 mypy_1.14.1-2.debian.tar.xz
 d28fab02b534007a83b1c2bde40db86e5db73640 11049 mypy_1.14.1-2_source.buildinfo
Checksums-Sha256:
 5d6f54a27baf9073d36cab948c2e9a8ddc15d047f525e817497acf9a4db0e823 3031 
mypy_1.14.1-2.dsc
 0fade8ed52215d230225a76096afbd37b15422a0f69e360f741a48fd807d8f26 17020 
mypy_1.14.1-2.debian.tar.xz
 033d5f9208d4b2c06d391a0efd9e8ac3c12c42144fa5a5f17b1511eb1aa091e6 11049 
mypy_1.14.1-2_source.buildinfo
Files:
 f9027d7fff8dc9787965d69799600a4b 3031 utils optional mypy_1.14.1-2.dsc
 801f72b1c81c570b80ce2b3b136c8816 17020 utils optional 
mypy_1.14.1-2.debian.tar.xz
 d9c45fef127ebd3e95bb965a5ba8f49f 11049 utils optional 
mypy_1.14.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAmeQnn0SHGNydXNvZUBk
ZWJpYW4ub3JnAAoJEDwmdj9sZ+biDiIP/Rup5fvbeR47n0fKXeE5/WAGu5F00onW
UyDBPyljas44qE8bJGPoMpmobqQk2fuGmcRYvAb2ZNh/cvU7RurK4p3Jkk0M5bFn
uSGL1MRSkhqxITohZ0hwjrVrrv7amXE3u8hcX0IwO3xsho07CM5poPNdqzVKF2jP
hfzbGp3IuSSFPPk0NdJ/s0hOUAXAPgbaXiieWZ87yBzb0DvNp/uJ7TeAqT6C0eRE
Y6xgkh0XySnR/pYLK41rD/Bd2xMmVUoqjOmkKY1BytTUXv+UH1wXM5eawETu4e8f
cSucy8SU/iinbZ0pP6wMKy3nLUyYJlS0bqR43Bc8RqoWwqnEKuO9gW9j4pi4RWzQ
0fRp7g8DFJsFY+5XcM+DOgdP7t9APBwjvpuvEO+KmcXmedzDixNtJjcRBUicnJBr
uvuTjuaBEOIUEHwxx+eEvx1WmM1wLUeLqnmyqtLKwT7HraXKPBD/la15/j2fdUCy
JmaMKHAgOmMF9H+on0Z1O6ralO5QpPjQ5y72maqb8ryAk9D7Zjl+vCUcURx3k/DG
N1JKg/teA+/FWnQ0VVlh67KrCXAeLdeH04oldWcA/GEO34/NWkeyHpQ/FZlbkFRk
IBv7XH/YsWrfcWd3PeRvI5Wr0Pzm/G0Fx80n1kLrx5cONC4XkcqzS+2aa2eZLqDk
1MYC3zTXZvUE
=e4O9
-----END PGP SIGNATURE-----

Attachment: pgpyMk_un3ohW.pgp
Description: PGP signature


--- End Message ---

Reply via email to