Your message dated Mon, 13 Nov 2017 13:38:26 +0000
with message-id <e1eeewu-0004ts...@fasolo.debian.org>
and subject line Bug#879042: fixed in tuxpaint-config 0.0.13-7
has caused the Debian Bug report #879042,
regarding tuxpaint-config: Parallel building FTBFS
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.)


-- 
879042: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879042
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tuxpaint-config
Version: 0.0.13-4
Severity: important
Tags: patch

tuxpaint-config sometimes FTBFS:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/tuxpaint-config.html

...
Compiling tuxpaint-config.cxx
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
`fltk-config --cxxflags` -DDATA_PREFIX=\"/usr/share/tuxpaint-config/\" 
-D__SOUND -DDOC_PREFIX=\"/usr/share/doc/tuxpaint-config/\" 
-DLOCALEDIR=\"/usr/share/locale/\" -DCONFDIR=\"/etc/tuxpaint\" 
-DVER_VERSION=\"0.0.13\" -DVER_DATE=\"2017-10-18\" -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c src/tuxpaint-config.cxx -o obj/tuxpaint-config.o
msgfmt -o trans/ro.mo src/po/ro.po

msgfmt -o trans/hy.mo src/po/hy.po
msgfmt -o trans/nn.mo src/po/nn.po
...Preparing translation files...
Compiling tuxpaint-config2.cxx
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
`fltk-config --cxxflags` -DDATA_PREFIX=\"/usr/share/tuxpaint-config/\" 
-D__SOUND -DDOC_PREFIX=\"/usr/share/doc/tuxpaint-config/\" 
-DLOCALEDIR=\"/usr/share/locale/\" -DCONFDIR=\"/etc/tuxpaint\" 
-DVER_VERSION=\"0.0.13\" -DVER_DATE=\"2017-10-18\" -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c src/tuxpaint-config2.cxx -o obj/tuxpaint-config2.o
msgfmt -o trans/ka.mo src/po/ka.po
msgfmt -o trans/ja.mo src/po/ja.po
msgfmt -o trans/eo.mo src/po/eo.po
msgfmt -o trans/tr.mo src/po/tr.po
msgfmt -o trans/fr.mo src/po/fr.po
msgfmt -o trans/sr.mo src/po/sr.po
Compiling defaults.cxx
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
`fltk-config --cxxflags` -DDATA_PREFIX=\"/usr/share/tuxpaint-config/\" 
-D__SOUND -DDOC_PREFIX=\"/usr/share/doc/tuxpaint-config/\" 
-DLOCALEDIR=\"/usr/share/locale/\" -DCONFDIR=\"/etc/tuxpaint\" 
-DVER_VERSION=\"0.0.13\" -DVER_DATE=\"2017-10-18\" -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c src/defaults.cxx -o obj/defaults.o
msgfmt -o trans/pt.mo src/po/pt.po
msgfmt -o trans/da.mo src/po/da.po
msgfmt: error while opening "trans/hy.mo" for writing: No such file or directory
Makefile:379: recipe for target 'trans/hy.mo' failed
make[1]: *** [trans/hy.mo] Error 1


Fix is attached.
Description: Fix a parallel build FTBFS
 Files were sometimes written to trans/ before that directory was created.
Author: Adrian Bunk <b...@debian.org>

--- tuxpaint-config-0.0.13.orig/Makefile
+++ tuxpaint-config-0.0.13/Makefile
@@ -375,7 +375,7 @@ endif
 
 # Build the translation files for gettext
 
-$(MOFILES): trans/%.mo: src/po/%.po
+$(MOFILES): trans/%.mo: src/po/%.po trans
        msgfmt -o $@ $<
 
 .PHONY: translations

--- End Message ---
--- Begin Message ---
Source: tuxpaint-config
Source-Version: 0.0.13-7

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

Debian distribution maintenance software
pp.
Jonathan Carter <j...@debian.org> (supplier of updated tuxpaint-config 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: SHA512

Format: 1.8
Date: Mon, 13 Nov 2017 15:07:32 +0200
Source: tuxpaint-config
Binary: tuxpaint-config
Architecture: source amd64
Version: 0.0.13-7
Distribution: unstable
Urgency: medium
Maintainer: Jonathan Carter <j...@debian.org>
Changed-By: Jonathan Carter <j...@debian.org>
Description:
 tuxpaint-config - Configuration tool for Tux Paint
Closes: 879042
Changes:
 tuxpaint-config (0.0.13-7) unstable; urgency=medium
 .
   * Fix parallel builds (Closes: #879042)
Checksums-Sha1:
 07b63a3f381d512ed538aebdf8288397308738f4 2018 tuxpaint-config_0.0.13-7.dsc
 12a53350f469e66c2c19cf32cfc7db3d5fc34550 5140 
tuxpaint-config_0.0.13-7.debian.tar.xz
 273d2c3fca718d4a56f544b3b0b34e2b23cc7598 106896 
tuxpaint-config-dbgsym_0.0.13-7_amd64.deb
 c598c22c871fcaf424e0018ec8a43d35cad01b96 7999 
tuxpaint-config_0.0.13-7_amd64.buildinfo
 ac8c3f5a697dc3a19dceaa384828f41792a57b68 218712 
tuxpaint-config_0.0.13-7_amd64.deb
Checksums-Sha256:
 c1f17fb8fb22333bdca856bb7f7be175ac6e5ad88606d300b15b96bedb120c4d 2018 
tuxpaint-config_0.0.13-7.dsc
 7a5a7d01f429a1acdae029986067d9ac2da4146e9c5d48960b005ad02c9e07ba 5140 
tuxpaint-config_0.0.13-7.debian.tar.xz
 d3b6745f64fdcf6cb83e8e91610121c9f74c144ad813709230e95d6a12928e7c 106896 
tuxpaint-config-dbgsym_0.0.13-7_amd64.deb
 145626df1d00f4e4807cd4e418439978af124b224b0f0b61aa458f3fe456d2e9 7999 
tuxpaint-config_0.0.13-7_amd64.buildinfo
 cfad2e8bca2a7ef7bc8d6db455119060120f734ac31437b0162d614f789236eb 218712 
tuxpaint-config_0.0.13-7_amd64.deb
Files:
 5bc9c050ac08a9f26ef60d0fd437f388 2018 graphics optional 
tuxpaint-config_0.0.13-7.dsc
 f578a07520fb74c4950a368a50283b24 5140 graphics optional 
tuxpaint-config_0.0.13-7.debian.tar.xz
 474166107c6d5b947dbd8141145c26bd 106896 debug optional 
tuxpaint-config-dbgsym_0.0.13-7_amd64.deb
 1f3c1bfd7ac0c23dbd47725d3858b075 7999 graphics optional 
tuxpaint-config_0.0.13-7_amd64.buildinfo
 4150ab995b6b93b4235c4bba4dd85ee4 218712 graphics optional 
tuxpaint-config_0.0.13-7_amd64.deb

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

iQJDBAEBCgAtFiEExyA8CpIGcL+U8AuxsB0acqyNyaEFAloJm34PHGpjY0BkZWJp
YW4ub3JnAAoJELAdGnKsjcmh9NEP/RH2P8YuNKmjxeSFuE8cyrPIQy+epIyHQwc5
cAnv78+dOnSd0do9xgpuvGSfM2gzwX6kCkqejsNNk4SwcoaulAFApH+AbtAPIPCt
kVnOYLdkCzA7kYRKNCIhgoyFpaF+/0Ie2gvcfvd8JJ0olKvubXYgj6cPpwvPzYI6
BxekIQ5FKw2CEtcjGfBJkFJtuy+XoInLJQ8s5PcE+Gd4DIjQ4sfnGKTlxdcsCkpo
9iKDLuUlVpFG7haLLYBCy4GHU3PYMIRH79q7FrSOOicGYPZZ6fPidIjxNJdD82vf
I4iuLZb0lRrfMdolfw129Hs/v/t9nVb3fhrys7K9NOARhzxhz61RFyMNtTu+2UPu
LFEptstCmZHMCPxXaEnmqsXuts62nacYUKzfnpVuO/8Vw1smQYbPPZGNXIbcicjZ
aipX/pwzLe2ImpboQkOVvtLDhwLtrI90fwgmcKFShIC9O5r77vvyk31tVoiS1TLN
SspgrseByfMBJneKFCPAuxJitdo8olAQuXiG0JqEYxExRE2ea7FGoT5GhdBWJZxQ
Vzp005o6qghtLnV69idkPB/YR3vvF3z84A/2aHpMXMSZ2Lwk0F4S5wPEGAnbA9zB
RKs1JumPyR3j2x8fa8gm73T0TudKQj+R+P680w2tTfBw/t0V69gxOaZ3DmYps/Xz
/E/ziIdO
=PFzu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to