Your message dated Fri, 11 Jul 2014 10:35:04 +0000
with message-id <[email protected]>
and subject line Bug#750692: fixed in slurm-drmaa 1.0.6-2.1
has caused the Debian Bug report #750692,
regarding slurm-drmaa: run dh-autoreconf to update config.{sub, guess} and
{libtool, aclocal}.m4 and support ppc64el
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.)
--
750692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: slurm-drmaa
Version: 1.0.6-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
This is a patch that run autoreconf during the build avoiding FTBFS on the new
architectures (as ppc64el).
This bug provides a patch according to [1] recommendations.
Also, since this file is missing files as NEWS, AUTHORS and Changelog, I marked
it as 'foreign' in order to avoid the following error during the autoreconf,
according to https://wiki.debian.org/AutoMake.
Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './ChangeLog' not found
[1] -
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
Thank you,
Breno
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: slurm-drmaa-1.0.6/configure.ac
===================================================================
--- slurm-drmaa-1.0.6.orig/configure.ac 2012-10-31 13:45:52.000000000 +0000
+++ slurm-drmaa-1.0.6/configure.ac 2014-06-05 18:24:38.000000000 +0000
@@ -33,7 +33,7 @@
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([scripts])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
# command-line arguments:
AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],
Index: slurm-drmaa-1.0.6/debian/control
===================================================================
--- slurm-drmaa-1.0.6.orig/debian/control 2013-01-23 13:24:20.000000000 +0000
+++ slurm-drmaa-1.0.6/debian/control 2014-06-05 18:23:06.000000000 +0000
@@ -1,7 +1,7 @@
Source: slurm-drmaa
Priority: optional
Maintainer: Dominique Belhachemi <[email protected]>
-Build-Depends: debhelper (>= 9), bison, gperf, ragel, libslurm-dev
+Build-Depends: debhelper (>= 9), bison, gperf, ragel, libslurm-dev, dh-autoreconf
Standards-Version: 3.9.4
Section: libs
Homepage: http://apps.man.poznan.pl/trac/slurm-drmaa
Index: slurm-drmaa-1.0.6/debian/rules
===================================================================
--- slurm-drmaa-1.0.6.orig/debian/rules 2013-01-22 00:53:34.000000000 +0000
+++ slurm-drmaa-1.0.6/debian/rules 2014-06-05 18:23:06.000000000 +0000
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
./configure --with-slurm-inc=/usr/include/slurm/ --with-slurm-lib=/usr/lib/libslurm.so --prefix=/usr/lib/slurm-drmaa
Index: slurm-drmaa-1.0.6/drmaa_utils/configure.ac
===================================================================
--- slurm-drmaa-1.0.6.orig/drmaa_utils/configure.ac 2012-09-10 09:51:27.000000000 +0000
+++ slurm-drmaa-1.0.6/drmaa_utils/configure.ac 2014-06-05 18:24:55.000000000 +0000
@@ -32,7 +32,7 @@
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([scripts])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
DEVELOPER_MODE="no"
AM_CONDITIONAL([DEVELOPER_MODE], [test "x$DEVELOPER_MODE" = "xyes"])
--- End Message ---
--- Begin Message ---
Source: slurm-drmaa
Source-Version: 1.0.6-2.1
We believe that the bug you reported is fixed in the latest version of
slurm-drmaa, 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.
Chen Baozi <[email protected]> (supplier of updated slurm-drmaa 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: SHA1
Format: 1.8
Date: Fri, 13 Jun 2014 15:46:14 +0800
Source: slurm-drmaa
Binary: slurm-drmaa-dev slurm-drmaa1
Architecture: source amd64
Version: 1.0.6-2.1
Distribution: unstable
Urgency: low
Maintainer: Dominique Belhachemi <[email protected]>
Changed-By: Chen Baozi <[email protected]>
Description:
slurm-drmaa-dev - PSNC DRMAA for SLURM - devel
slurm-drmaa1 - PSNC DRMAA for SLURM - runtime
Closes: 750692
Changes:
slurm-drmaa (1.0.6-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* Use dh-autoreconf in build to support new architectures (Closes: #750692)
Checksums-Sha1:
3b90ba2f9235e847adcb9c65560a9caeaf95cda7 1984 slurm-drmaa_1.0.6-2.1.dsc
df149b32bb15565ae06c71fc72b0d9b0bdf9120b 3064
slurm-drmaa_1.0.6-2.1.debian.tar.xz
85352a665691fce7155779695245d264d1a50533 8972
slurm-drmaa-dev_1.0.6-2.1_amd64.deb
a6bd3543861d209f2ddfef4948b0d7c23f793d97 52044 slurm-drmaa1_1.0.6-2.1_amd64.deb
Checksums-Sha256:
81f5aaf814afb115456bd057b436a610f630a94b303887421423567039369ac5 1984
slurm-drmaa_1.0.6-2.1.dsc
99c23c8e30b9e360e15c6acb909afd516569f6b74be6a65535315c74d9d7d6b0 3064
slurm-drmaa_1.0.6-2.1.debian.tar.xz
034c660dbdb553f2c3ee29a1dd7bbaa172138be03dd76157b2c0c266a2475059 8972
slurm-drmaa-dev_1.0.6-2.1_amd64.deb
65de49fab6a27fa0dc36c2afab78005a9ec11943deba50c635011accad86f654 52044
slurm-drmaa1_1.0.6-2.1_amd64.deb
Files:
feb4c159d73f13036746769089e97b94 8972 libdevel optional
slurm-drmaa-dev_1.0.6-2.1_amd64.deb
2644b44cabc46f3c44f58e1dc4f561f6 52044 libs optional
slurm-drmaa1_1.0.6-2.1_amd64.deb
2c5f29a122f9eaf97f18f34d3d5a69f2 1984 libs optional slurm-drmaa_1.0.6-2.1.dsc
dd5dc946e7e73669ae1a66abb03d4412 3064 libs optional
slurm-drmaa_1.0.6-2.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJTt0EGAAoJEPuGMlGob55Hi7IP/07/Ee+uWKxgw10krUMtTPWr
gOOQqFvTBf5ZiXTUoDtchmnDe9DOCb7eSra1hS+uDLh47xFubfo0xaTgnHFIal9o
bj5REvWa87mcZH3C+4VQ2pqJXvBnXiRufjJ2ArCNteRFeUoH3u61eaADyEE4SuIA
AqQwR9kL3D/aQSyGolxiM61fehU1k0RtJZqY3JBtkl6wzSVw6rLBU/o77kS6Ew7i
+GgZFjADzl8+rSZ7I3arkD0CMov0NI7IiCwIh4yzbVQ2E3FfSrfk6uRiEn3zKTGv
xvERFBE6r2Mk+KkjjR7C0x0+GbHSj5a7O1Nj7VpADGZCxusMD3APSqPq1TM7Vdq7
r+Qo4wEGPODeFA5F6hU9sCk5RXp5SVZ6FJbHwCtvXV52lWwCOjWv/eqnRn9cZMLf
DqWxTRUcr9z4jC7UO54p4DDflJ4Dau1m8IfQofHkXZgWu+sjvoRRnCHG3/1D1uYA
pKutqbO3VBGuXvOwNHLrOYvE6z1xPOKQup72jzuHlN6JF5yJqmDIQHmkyltJyjxh
UbBhGVlm+xZTiS3c0pVKPcDB6dJ9H28pBEAWHYfyAMQgesDXKJbYNFItHSlScccm
E330dep7/gFPnSWfBQR6u+u89O8vCT6DIDf9yvtdmgNze4d0HyFhy2HThSRI0ETp
4P0UIx8dzZBIMAzh6hUW
=CJ37
-----END PGP SIGNATURE-----
--- End Message ---