Your message dated Fri, 10 Feb 2023 05:35:23 +0000
with message-id <e1pqm4b-001nps...@fasolo.debian.org>
and subject line Bug#1023651: fixed in linuxcnc
2.9.0~pre1+git20230208.f1270d6ed7-1
has caused the Debian Bug report #1023651,
regarding NMU: Fix build failure on arm and hppa
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 ow...@bugs.debian.org
immediately.)
--
1023651: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023651
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linuxcnc-uspace
Severity: wishlist
I have just uploaded the following non-maintainer upload to fix the
build errors on arm and hppa blocking migration to testing.
--- linuxcnc-2.9.0~pre0+git20221105.ffb6bda926/debian/changelog 2022-11-06
03:48:00.000000000 +0100
+++ linuxcnc-2.9.0~pre0+git20221105.ffb6bda926-new/debian/changelog
2022-11-08 10:23:04.376991851 +0100
@@ -1,3 +1,11 @@
+linuxcnc (2.9.0~pre0+git20221105.ffb6bda926-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Added 0010-arm-hppa.patch from upstream to fix build failures on armv8l
+ and hppa64 CPU build daemons.
+
+ -- Petter Reinholdtsen <p...@debian.org> Tue, 08 Nov 2022 09:55:13 +0100
+
linuxcnc (2.9.0~pre0+git20221105.ffb6bda926-1) unstable; urgency=medium
* New upstream version 2.9.0~pre0+git20221105.ffb6bda926
--- /dev/null 2022-11-05 21:32:50.228001479 +0100
+++ linuxcnc-2.9.0~pre0+git20221105.ffb6bda926-new/debian/patches/series
2022-11-08 10:23:10.981029985 +0100
@@ -0,0 +1 @@
+0010-arm-hppa.patch
--- /dev/null 2022-11-05 21:32:50.228001479 +0100
+++
linuxcnc-2.9.0~pre0+git20221105.ffb6bda926-new/debian/patches/0010-arm-hppa.patch
2022-11-08 10:23:10.977029962 +0100
@@ -0,0 +1,39 @@
+commit 37cc349c296e04fe274574210dbafcc3ad755c18
+Author: Petter Reinholdtsen <p...@hungry.com>
+Date: Mon Nov 7 14:53:44 2022 +0100
+
+ Fix boost python detection on arm and hppa in ax_boost_base.m4.
+
+ This should fix the failing build on Debian.
+
+ Also reintroduce a typo fix in the file header that was lost in a recent
+ upgrade of the file version.
+
+ The change has been emailed Thomas Porschberg to get it upstream. Not sure
+ if it is going to work, as a comment on
+ <URL: http://randspringer.de/boost/index.html > make it sound like he want
+ to no longer maintain the file.
+
+diff --git a/src/m4/ax_boost_base.m4 b/src/m4/ax_boost_base.m4
+index 6c944b160f..b7d22d6701 100644
+--- a/src/m4/ax_boost_base.m4
++++ b/src/m4/ax_boost_base.m4
+@@ -10,7 +10,7 @@
+ #
+ # Test for the Boost C++ libraries of a particular version (or newer)
+ #
+-# If no path to the installed boost library is given the macro searchs
++# If no path to the installed boost library is given the macro searches
+ # under /usr, /usr/local, /opt, /opt/local and /opt/homebrew and evaluates
+ # the $BOOST_ROOT environment variable. Further documentation is available
+ # at <http://randspringer.de/boost/index.html>.
+@@ -123,7 +123,8 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
+ dnl are almost assuredly the ones desired.
+ AS_CASE([${host_cpu}],
+ [i?86],[multiarch_libsubdir="lib/i386-${host_os}"],
+- [armv7l],[multiarch_libsubdir="lib/arm-${host_os}"],
++ [armv?l],[multiarch_libsubdir="lib/arm-${host_os}"],
++ [hppa64],[multiarch_libsubdir="lib/hppa-${host_os}"],
+ [multiarch_libsubdir="lib/${host_cpu}-${host_os}"]
+ )
+
--
Happy hacking
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: linuxcnc
Source-Version: 2.9.0~pre1+git20230208.f1270d6ed7-1
Done: Sebastian Kuzminsky <s...@highlab.com>
We believe that the bug you reported is fixed in the latest version of
linuxcnc, 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 1023...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Kuzminsky <s...@highlab.com> (supplier of updated linuxcnc 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 09 Feb 2023 21:33:18 -0700
Source: linuxcnc
Architecture: source
Version: 2.9.0~pre1+git20230208.f1270d6ed7-1
Distribution: unstable
Urgency: medium
Maintainer: LinuxCNC Developers <emc-developers@lists.sourceforge.net>
Changed-By: Sebastian Kuzminsky <s...@highlab.com>
Closes: 1023651
Changes:
linuxcnc (2.9.0~pre1+git20230208.f1270d6ed7-1) unstable; urgency=medium
.
* New upstream version 2.9.0~pre1+git20230208.f1270d6ed7 (Closes: #1023651).
* Fix motion error for some full-circle spirals.
* Fix issue with arc moves immediately after homing.
* Fix realtime thread priorities.
* Lots of updates to GUIs.
* Lots of improvements to docs and translations.
* Hostmot2: Add OutM support.
* Hostmot2: Add support for 7i96S.
* Hostmot2: Fix config string "num_oneshots" parsing bug.
* Hostmot2: BSPI and 7i65 fixes.
* halscope: Fix crash bug.
* PNCconf: Add support for 7i96S, InM, and OutM.
* PNCconf: Misc fixes.
* halcompile: Add command-line args to set compiler & linker flags.
* halcompile: Fix permissions of installed components.
* OpenGL: Don't use GLUT.
* OpenGL: Always use GLX, not EGL, even on Wayland.
* OpenGL: Work around a new bug in glBitmap().
* glcanon: Fix mm units.
* Warn on multiple tools in a single toolchanger pocket.
* Add div2 component.
* Add mqtt-publisher component.
* Include hal_speaker component in build.
* Update mb2hal.
* Add hal_set_unready().
* Add rtapi_ioperm().
* Add xyzab_tdr 5-axis kins & sample config.
* Fix some broken example configs.
* Fix spindle-speed in remap.
* Clean up handling of canterp.
* Update icons.
* Fix zombie process detection at startup.
* Remove unused procfs_macros.h to avoid copyright concern.
* Fix some lintian issues.
* Fix debian/copyright.
* Fix build on arm and hppa64.
* d/patches: disable the boost m4 patch, no longer needed
Checksums-Sha1:
17656f188a15637137ad8e9b9426c293e3a3f227 3458
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-1.dsc
738ed02abb0538bb5fa73c3c76f7b04e7a793862 54098660
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7.orig.tar.xz
f13a4e0a83779b3324d6b1d4ef5b0329f4c2935b 144616
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-1.debian.tar.xz
cbc605af08e2d7b869ddba209878f378c2083d5d 22045
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-1_source.buildinfo
Checksums-Sha256:
256cf6b39b9f66653cddcc6fa091d3359bd8e35db19f7020a0a635f47478e842 3458
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-1.dsc
ac525d977c470edaab728feca30b079fbfb55d71a0495784dfcb7985a5fe1684 54098660
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7.orig.tar.xz
da1f997b96eed8e192ec1264357d5625c554f8c9966d6f8a636a56cd176570aa 144616
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-1.debian.tar.xz
235729c12135a081e2410036c88e76c465f74a575fda3fce7529a295527d5e1e 22045
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-1_source.buildinfo
Files:
322aa43f657dbb17b7698dc37ad1fc71 3458 misc optional
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-1.dsc
96e7ea89ea70a66cb120fbd88ea1df0d 54098660 misc optional
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7.orig.tar.xz
4eb95be754e5450c73784396cc591af6 144616 misc optional
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-1.debian.tar.xz
8d04f7ab811b27ddb0bda8add2847bb9 22045 misc optional
linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmPl0ckACgkQgSgKoIe6
+w7ZyQ/9H2rVzVUhYH/ZskpAqVu2pjwxOrf5CRe6tf/9yanjAKdnJ21U1dQzYEAU
x65QKU76IoDvVfeOKDeYPbmhTGVjhNRJ0tROLu+nWnsOKjitZqF0wHpid690T4VU
EL0VNEcUD2H8SWX5wenp4cKZOVmZy6Fb1KwRInkWFnLBw3w9Gek1NaEtALNs6/AJ
yCI8lI01sOMfVuF4lC/MQsa5Wsx+tmo46n863UWBagqAUOGm87CcioI8Qc2rEI9M
gFBGXllQAa2vHDyXH2fVdI1qwd7a5T0GVB9frX3BRYGrlHm9UzCQWYriNnNQuTnE
NfHCnUDZID3umQtIeQfF9868P/s8vVFjGi1CKrv5rwEYu5awm3uGrlaGf4RhpJxy
GbZT7RnTcX1HZ1vQg6d2QDXdPXtQ9Trw1d5/3CNgCcFNuquMg2FYj8J9b1JJjB/I
TEruw/ZsviOXEDpF60YWBr5ItEKSBROaLN0C6h339fYqFDZNqLx152C8c6aYHO2J
8fcFa0a7OEHnkvahtJVmZGxyOM2x6+3AdC6ZxCJIlicnk3Gjt+bIZ3EwmD3YfgOL
HF91LpT5k1ReKHHD/iKMoCnyoaYWZdAkGGteMC1B8MuVnuSG0TVkDWjURDAOPtTe
vQ6Yt/1zk1L7repN//S0kz7NLuEpyCoJPW9wq0sliUz4yGL8hcw=
=nWR/
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers