Your message dated Fri, 07 Mar 2025 15:25:10 +0000
with message-id <e1tqzzw-0020nq...@fasolo.debian.org>
and subject line Bug#1075042: fixed in gridengine 8.1.9+dfsg-12
has caused the Debian Bug report #1075042,
regarding gridengine: ftbfs with GCC-14
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.)


-- 
1075042: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075042
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gridengine
Version: 8.1.9+dfsg-11.1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/gridengine_8.1.9+dfsg-11.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html

[...]
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/Include.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/InitFocus.c 
../Xmt310/Xmt/HelpNode.c: In function ‘XmtHelpDefineNode’:
../Xmt310/Xmt/HelpNode.c:50:23: warning: cast to pointer from integer of 
different size [-Wint-to-pointer-cast]
   50 |                       (XtPointer)XrmStringToQuark(name),
      |                       ^
../Xmt310/Xmt/HelpNode.c: In function ‘XmtHelpLookupNode’:
../Xmt310/Xmt/HelpNode.c:306:28: warning: cast to pointer from integer of 
different size [-Wint-to-pointer-cast]
  306 |                            (XtPointer)q, (XtPointer *)&node))
      |                            ^
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/Initialize.c 
../Xmt310/Xmt/Include.c: In function ‘LoadResourceFile’:
../Xmt310/Xmt/Include.c:99:28: warning: cast to pointer from integer of 
different size [-Wint-to-pointer-cast]
   99 |                            (XtPointer)fileq, &dummy))
      |                            ^
../Xmt310/Xmt/Include.c:168:48: warning: cast to pointer from integer of 
different size [-Wint-to-pointer-cast]
  168 |     XmtHashTableStore(app->loaded_files_table, (XtPointer)fileq, 
(XtPointer)1);
      |                                                ^
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/InputField.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/Layout.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/LayoutBox.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/LayoutCreate.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/LayoutGadget.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/LayoutParse.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/LayoutPixmap.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/LayoutSep.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/LayoutSpace.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/LayoutString.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/Lexer.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/Localize.c 
../Xmt310/Xmt/Lexer.c: In function ‘XmtLexerScan’:
../Xmt310/Xmt/Lexer.c:215:14: warning: comparison between pointer and zero 
character constant [-Wpointer-compare]
  215 |     if (l->c == '\0') {
      |              ^~
../Xmt310/Xmt/Lexer.c:215:9: note: did you mean to dereference the pointer?
  215 |     if (l->c == '\0') {
      |         ^
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/Lookup.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/Menu.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/MenuCvt.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/MotifWidgets.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/MsgDialogs.c 
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/MsgLine.c 
../Xmt310/Xmt/MsgDialogs.c: In function ‘XmtDisplayMessageVaList’:
../Xmt310/Xmt/MsgDialogs.c:542:49: error: passing argument 5 of 
‘_XmtDisplayMessage’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  542 |     _XmtDisplayMessage(w, name, class, message, &args, title, help, 
icon,
      |                                                 ^~~~~
      |                                                 |
      |                                                 __va_list_tag **
../Xmt310/Xmt/MsgDialogs.c:337:63: note: expected ‘__va_list_tag (*)[1]’ but 
argument is of type ‘__va_list_tag **’
  337 |                             StringConst msg_default, va_list *msg_args,
      |                                                      ~~~~~~~~~^~~~~~~~
../Xmt310/Xmt/MsgDialogs.c: In function ‘XmtDisplayMessageAndWaitVaList’:
../Xmt310/Xmt/MsgDialogs.c:603:57: error: passing argument 5 of 
‘_XmtDisplayMessage’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  603 |     block = _XmtDisplayMessage(w, name, class, message, &args,
      |                                                         ^~~~~
      |                                                         |
      |                                                         __va_list_tag **
../Xmt310/Xmt/MsgDialogs.c:337:63: note: expected ‘__va_list_tag (*)[1]’ but 
argument is of type ‘__va_list_tag **’
  337 |                             StringConst msg_default, va_list *msg_args,
      |                                                      ~~~~~~~~~^~~~~~~~
cc -c -DSGE_ARCH_STRING=\"lx-amd64\" -O2 -Wstrict-prototypes -DLINUX 
-DLINUXAMD64 -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8  
-DHAVE_MUNGE -DDEFAULT_EDITOR=\"sensible-editor\" 
-DSGE_LD_PATH=\"/usr/lib/gridengine/\" -DDEFAULT_EDITOR=\"sensible-editor\" 
-DTARGET_64BIT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DSGE_PQS_API -DHAVE_JEMALLOC=1 
-DSPOOLING_dynamic -DSECURE -DHAVE_HWLOC=1 -DCOMPILE_DC 
-D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -I../Xmt310 
-Wno-strict-prototypes -Wno-error  -DXMT_HAS_STRERROR -I../3rdparty/qmon/Xmt310 
-I../3rdparty/qmon/Xbae -I../3rdparty/qmon/iconlist -I../3rdparty/qmon/ltree 
-I../3rdparty/qmon/outline -I../3rdparty/qmon/rowcol -I../3rdparty/qmon/spinbox 
-I../clients/qmon -I../3rdparty/qmon/tab -I/usr/include/freetype2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -
 O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC ../Xmt310/Xmt/NameToWidget.c 
make[2]: *** [../Xmt310/Xmt/Makefile.aimk:404: MsgDialogs.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>/source/3rdparty/qmon/LINUXAMD64'
not done
make[1]: *** [debian/rules:37: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:34: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gridengine
Source-Version: 8.1.9+dfsg-12
Done: Wouter Verhelst <wou...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gridengine, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wouter Verhelst <wou...@debian.org> (supplier of updated gridengine 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: SHA384

Format: 1.8
Date: Thu, 06 Mar 2025 16:38:08 +0200
Source: gridengine
Architecture: source
Version: 8.1.9+dfsg-12
Distribution: unstable
Urgency: medium
Maintainer: Debian HPC Team <debian-...@lists.debian.org>
Changed-By: Wouter Verhelst <wou...@debian.org>
Closes: 1060369 1075042
Changes:
 gridengine (8.1.9+dfsg-12) unstable; urgency=medium
 .
   * Team upload
 .
   [ Bo YU ]
   * Fix incompatible pointer type issue. (Closes: #1075042)
 .
   [ wuruilong ]
   * Add support for loong64 architecture. (Closes: #1060369)
Checksums-Sha1:
 c560d1cd920dee915fb158df54d08c211d159562 2466 gridengine_8.1.9+dfsg-12.dsc
 f97f8b3c1f508ba145f84908b77a3a630df92eab 48368 
gridengine_8.1.9+dfsg-12.debian.tar.xz
 b84e470231d840b455aecf6cfbea4452a25c551b 13533 
gridengine_8.1.9+dfsg-12_source.buildinfo
Checksums-Sha256:
 54539460cff37905ba0327e7646041fc40d4d872538b1bea84913f1a7b7decc0 2466 
gridengine_8.1.9+dfsg-12.dsc
 08c0c3d52e2d34e241cce307ba1988f1f1b16661adc5867a22f424c96ffe5740 48368 
gridengine_8.1.9+dfsg-12.debian.tar.xz
 550ea142232ce078e00a34aa3dd07a6c85aaeca6669445046125ce9aa3ceeabf 13533 
gridengine_8.1.9+dfsg-12_source.buildinfo
Files:
 27929835a81bfa4dc957f1dc74bdb502 2466 utils optional 
gridengine_8.1.9+dfsg-12.dsc
 9a712f0e1cb367b132f8a89aec4c2b5e 48368 utils optional 
gridengine_8.1.9+dfsg-12.debian.tar.xz
 5a3646112a9d24d989330f421e87d6c7 13533 utils optional 
gridengine_8.1.9+dfsg-12_source.buildinfo

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

iKgEARMJADAWIQQZhIYJILYM7Y0TCTdH038p5i64/wUCZ8r4xxIcd291dGVyQGRl
Ymlhbi5vcmcACgkQR9N/KeYuuP+9XQF/fjTr2xDAxab537uJCfCDfYTb7dP0KM6d
3pA9HolNzVqaAX9SAdkZcs9hsI4sFTH/AX9Kxtt1iu8+L+dL5mFVKy6rLDSn50Vb
SQexKU0PraWU25n3Gew+tFGP72mkFKUKxVo=
=wWMx
-----END PGP SIGNATURE-----

Attachment: pgp1ULN3wVOdz.pgp
Description: PGP signature


--- End Message ---

Reply via email to