[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#957717: marked as done (pvm: ftbfs with GCC-10)



Your message dated Wed, 19 Aug 2020 15:19:48 +0000
with message-id <E1k8PsS-000GPn-Uf@fasolo.debian.org>
and subject line Bug#957717: fixed in pvm 3.4.6-3
has caused the Debian Bug report #957717,
regarding pvm: ftbfs with GCC-10
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 owner@bugs.debian.org
immediately.)


-- 
957717: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957717
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:pvm
Version: 3.4.6-2
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/pvm_3.4.6-2_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
done building XPVM
building srm
cd rm; ../lib/aimk CC="cc" F77=gfortran CFLOPTS='-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DRSHCOMMAND=\"/usr/lib/pvm3/bin/rsh\" -DPVMDPATH=\"pvmd\" -DPVMDFILE=\"/usr/bin/pvmd\" -DPVM_DEFAULT_ROOT=\"/usr/lib/pvm3\" -DOVERLOADHOST -Wl,-z,relro -Wl,-z,now -fPIC' install
making in LINUX64/ for LINUX64
make[3]: Entering directory '/<<PKGBUILDDIR>>/rm/LINUX64'
cc -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST -DNOTMPNAM -DSYSVSTR -DUSESTRERROR  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DRSHCOMMAND=\"/usr/lib/pvm3/bin/rsh\" -DPVMDPATH=\"pvmd\" -DPVMDFILE=\"/usr/bin/pvmd\" -DPVM_DEFAULT_ROOT=\"/usr/lib/pvm3\" -DOVERLOADHOST -Wl,-z,relro -Wl,-z,now -fPIC -I/<<PKGBUILDDIR>>/include -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST -DNOTMPNAM -DSYSVSTR -DUSESTRERROR  -DIMA_LINUX64  -DMESSAGE_ON -c /<<PKGBUILDDIR>>/rm/srm.c
<command-line>: warning: "RSHCOMMAND" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "RSHCOMMAND" redefined
<command-line>: note: this is the location of the previous definition
/<<PKGBUILDDIR>>/rm/srm.c: In function ‘sm_spawn’:
/<<PKGBUILDDIR>>/rm/srm.c:199:14: warning: implicit declaration of function ‘unpack_list’; did you mean ‘unpack_string’? [-Wimplicit-function-declaration]
  199 |  arg_count = unpack_list (&argv);
      |              ^~~~~~~~~~~
      |              unpack_string
/<<PKGBUILDDIR>>/rm/srm.c: In function ‘my_handler’:
/<<PKGBUILDDIR>>/rm/srm.c:1120:8: warning: implicit declaration of function ‘msendrecv’ [-Wimplicit-function-declaration]
 1120 |  cc = (msendrecv(TIDPVMD, TM_HALT, SYSCTX_TM) < 0) ? 0 : PvmSysErr;
      |        ^~~~~~~~~
cc -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST -DNOTMPNAM -DSYSVSTR -DUSESTRERROR  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DRSHCOMMAND=\"/usr/lib/pvm3/bin/rsh\" -DPVMDPATH=\"pvmd\" -DPVMDFILE=\"/usr/bin/pvmd\" -DPVM_DEFAULT_ROOT=\"/usr/lib/pvm3\" -DOVERLOADHOST -Wl,-z,relro -Wl,-z,now -fPIC -I/<<PKGBUILDDIR>>/include -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST -DNOTMPNAM -DSYSVSTR -DUSESTRERROR  -DIMA_LINUX64  -DMESSAGE_ON -o srm srm.o -L/<<PKGBUILDDIR>>/lib/LINUX64 -lpvm3 
cp srm /<<PKGBUILDDIR>>/bin/LINUX64
make[3]: Leaving directory '/<<PKGBUILDDIR>>/rm/LINUX64'
done building srm
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
tar --sort=name --numeric-owner --owner=0 --group=0 --mode=go=rX,u+rw,a-s --mtime="Tue, 24 Jul 2018 14:31:14 +0000" -c examples | gzip -n > examples.tar.gz
tar --sort=name --numeric-owner --owner=0 --group=0 --mode=go=rX,u+rw,a-s --mtime="Tue, 24 Jul 2018 14:31:14 +0000" -c gexamples | gzip -n > gexamples.tar.gz
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# pvm package
mv bin/LINUX64/pvmgs debian/pvm/usr/bin
cp lib/pvmgetarch debian/pvm/usr/bin
cp lib/LINUX64/pvm debian/pvm/usr/bin
cp lib/LINUX64/pvmgs debian/pvm/usr/bin
cp lib/LINUX64/pvmd3 debian/pvm/usr/bin/pvmd
ln -sf ../../../bin/pvmgetarch debian/pvm/usr/lib/pvm3/lib/pvmgetarch
ln -sf ../../../bin/pvm debian/pvm/usr/lib/pvm3/lib/pvm
ln -sf ../../../bin/pvmgs debian/pvm/usr/lib/pvm3/lib/pvmgs
ln -sf ../../../bin/pvmd debian/pvm/usr/lib/pvm3/lib/pvmd
# pvm-dev package
cp lib/aimk debian/pvm-dev/usr/bin
mv bin/LINUX64/pvm_gstat debian/pvm-dev/usr/bin
mv bin/LINUX64/pvmgroups debian/pvm-dev/usr/bin
mv bin/LINUX64/tracer debian/pvm-dev/usr/bin
mv bin/LINUX64/trcsort debian/pvm-dev/usr/bin
cp lib/LINUX64/*.a debian/pvm-dev/usr/lib/x86_64-linux-gnu
cp conf/LINUX64.def debian/pvm-dev/usr/lib/pvm3/conf
cp conf/LINUX64.m4 debian/pvm-dev/usr/lib/pvm3/conf
cp include/* debian/pvm-dev/usr/include
ln -sf libpvm3.so.3.4.6 debian/pvm-dev/usr/lib/x86_64-linux-gnu/libpvm3.so
ln -sf libgpvm3.so.3.4.6 debian/pvm-dev/usr/lib/x86_64-linux-gnu/libgpvm3.so
# libpvm3 package
cp lib/LINUX64/libpvm3.so debian/libpvm3/usr/lib/x86_64-linux-gnu/libpvm3.so.3.4.6
ln -s libpvm3.so.3.4.6 debian/libpvm3/usr/lib/x86_64-linux-gnu/libpvm3.so.3
cp lib/LINUX64/libgpvm3.so debian/libpvm3/usr/lib/x86_64-linux-gnu/libgpvm3.so.3.4.6
ln -s libgpvm3.so.3.4.6 debian/libpvm3/usr/lib/x86_64-linux-gnu/libgpvm3.so.3
# pvm-examples package
mv bin/LINUX64/gs debian/pvm-examples/usr/bin/gs.pvm
mv: cannot stat 'bin/LINUX64/gs': No such file or directory
make[1]: *** [debian/rules:76: override_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:27: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pvm
Source-Version: 3.4.6-3
Done: Camm Maguire <camm@debian.org>

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

Debian distribution maintenance software
pp.
Camm Maguire <camm@debian.org> (supplier of updated pvm 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 19 Aug 2020 14:56:15 +0000
Source: pvm
Architecture: source
Version: 3.4.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Camm Maguire <camm@debian.org>
Closes: 957717
Changes:
 pvm (3.4.6-3) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Bug fix: "ftbfs with GCC-10", thanks to Matthias Klose (Closes:
     #957717).
Checksums-Sha1:
 c3b48ad62ef22e6372e881c36318edae45a31cb9 1995 pvm_3.4.6-3.dsc
 3c95aab6b56a4c57098bd2483e3179cfb08bccf3 24780 pvm_3.4.6-3.debian.tar.xz
 4ef917e5eff2c3ac40f8851669eeb7e9685f5d38 6274 pvm_3.4.6-3_source.buildinfo
Checksums-Sha256:
 01e6906f06db3b3ba3dca82960e76cf733588be1bd6c4974f732dc1022d58e01 1995 pvm_3.4.6-3.dsc
 53e5e19743b35e47d038db7d2905ea2098b6083edd05942f6cfb914767165071 24780 pvm_3.4.6-3.debian.tar.xz
 6afb89f82956b2f1ef45ab7ef066eab099ddf678b5573db1b769790dbc3978eb 6274 pvm_3.4.6-3_source.buildinfo
Files:
 6a8fc48e491d75e3eaa308c44a32d45f 1995 devel optional pvm_3.4.6-3.dsc
 6b87af2644523292c7f7ff1606a55a29 24780 devel optional pvm_3.4.6-3.debian.tar.xz
 f3b5b7e20451afc02b3e8f9387701dbc 6274 devel optional pvm_3.4.6-3_source.buildinfo

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

iQIzBAEBCAAdFiEE/iFPNjaXdzJC6BbsuEXOUQ+bcU0FAl89PrAACgkQuEXOUQ+b
cU1JNhAAoBRNYVFTSqYQEy8s32KcBhYmTranL6giOX5zMp93WR7g67aho95aSJtY
Jecwtw5EraZYXNTe+P8Exdn/1CxUwuhHAOMo0yEyCUBTU0HMc2aQVle4dZdNT8vB
OOve2I311IPeJt+GXo5haWwKsDqytJQAYYV1D1z5UommYt6blohsDypdeXgLtmfB
kGCx2DgmZH/K6qE/NupQejwph80DFssNNKnEZaILk/YwwRXLnO+VR3VRXlCrd30a
eUwbG6anC4zbFW3+zcSoaV2G8g/BpvS6onfFW6FKltcDjJAYGgWNPSl1FvtvFaw8
3ES+vumMSMk33GFAdvqGjM21bZP4kPblIOhxzWrNtOlqty0saxfeaYh3Y0wH2Z8R
XAihGQmYTiX6m7xddCmQtsX+sieRP2u8EHTDXuFnlSQc2Z8ZAfy/ObcDKYltkwFQ
SQaiUBWL4Y2sylz0ZYdhkF5Hnp4HdCDLWCoPLTpgq3ULybfvdc80W/kNpaQfXA7B
5I4ajaNbvXHzTytvgIZNhB0o45gJCT0Hjn4LYPI4dQdRF1fmyvYN6ryE5BIKbzq0
i9FNoo66lf5sNVqayvmSg5oGG2VhTY+lN8V+3SYjqb1aMBd/KqQi/cMKjZxdR4uu
nIHU3gYmR9OkDwbaeGaZt9A1jBUvu1Ca7ai27JUva9an8hC5TxU=
=Ln3y
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: