Your message dated Thu, 23 Aug 2018 10:19:45 +0000
with message-id <e1fsmip-00051v...@fasolo.debian.org>
and subject line Bug#893201: fixed in gnome-split 1.2-3
has caused the Debian Bug report #893201,
regarding gnome-split: frequent parallel 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.)


-- 
893201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893201
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnome-split
Version: 1.2-2
Severity: serious
Tags: patch

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gnome-split.html

...
   dh_auto_install
        make -j15 -O install 
DESTDIR=/build/1st/gnome-split-1.2/debian/gnome-split AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/java/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/locale/
mkdir: cannot create directory 
'/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/locale': No such file 
or directory
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/applications/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/pixmaps/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/mime/packages/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
MKDIR   /build/1st/gnome-split-1.2/debian/gnome-split/usr/bin/
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL 
/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/locale/*/LC_MESSAGES/gnome-split.mo
cp: target '/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/locale' is 
not a directory
make[1]: *** [Makefile:146: tmp/stamp/install-translations] Error 1
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: *** Waiting for unfinished jobs....
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL 
/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/applications/gnome-split.desktop
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL 
/build/1st/gnome-split-1.2/debian/gnome-split/usr/share/mime/packages/gnome-split.xml
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL /build/1st/gnome-split-1.2/debian/gnome-split/usr/share/pixmaps/*.png
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
INSTALL /build/1st/gnome-split-1.2/debian/gnome-split/usr/bin/gnome-split
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
make[1]: Entering directory '/build/1st/gnome-split-1.2'
JAR     tmp/gnome-split.jar
make[1]: Leaving directory '/build/1st/gnome-split-1.2'
dh_auto_install: make -j15 -O install 
DESTDIR=/build/1st/gnome-split-1.2/debian/gnome-split AM_UPDATE_INFO_DIR=no 
returned exit code 2
make: *** [debian/rules:4: binary] Error 25


This is triggered by dh compat >= 10 defaulting to parallel building.

Ideally this should be fixed, but if this is not easily possible
the following to get back to the compat 9 default of non-parallel
building is sufficient:

--- debian/rules.old    2018-03-17 09:13:25.282680276 +0000
+++ debian/rules        2018-03-17 09:13:25.282680276 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@
+       dh $@ --no-parallel
 
 override_dh_auto_configure:
        ./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java

--- End Message ---
--- Begin Message ---
Source: gnome-split
Source-Version: 1.2-3

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated gnome-split 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: Thu, 23 Aug 2018 11:40:28 +0200
Source: gnome-split
Binary: gnome-split
Architecture: source
Version: 1.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 gnome-split - GNOME Split - File splitter for GNOME desktop
Closes: 893201
Changes:
 gnome-split (1.2-3) unstable; urgency=medium
 .
   * Team upload.
   * Declare compliance with Debian Policy 4.2.0.
   * Use --no-parallel option to avoid build failures. (Closes: #893201)
Checksums-Sha1:
 7d3ac9360b021aaf6228a1695511c55d4df49111 2147 gnome-split_1.2-3.dsc
 c538103562f650ac9ba23f4a8459f17ceb02d994 2840 gnome-split_1.2-3.debian.tar.xz
 65eaf3ed8c171b1679c4a039c946ab7a9297fb18 11180 
gnome-split_1.2-3_amd64.buildinfo
Checksums-Sha256:
 2d2ff694ba7218efa7cfcc25fb40c6b612e57fb5ad4169d3bad57445796bd596 2147 
gnome-split_1.2-3.dsc
 da875a766d781a87940b87ec158e398f7625baca7f2d926465a96b5364a0294a 2840 
gnome-split_1.2-3.debian.tar.xz
 24c4822019f1588ff7753d8ab8195e6a8e7d2df55babf21fb2a1c8fb2ab2f6ab 11180 
gnome-split_1.2-3_amd64.buildinfo
Files:
 a88ba47e96639e0e84536ba64722ae37 2147 gnome optional gnome-split_1.2-3.dsc
 283556f45feac8f88a46a50651077d69 2840 gnome optional 
gnome-split_1.2-3.debian.tar.xz
 b183b374265529a459824bf2ed78d7fa 11180 gnome optional 
gnome-split_1.2-3_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlt+gZxfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkfNQP/jzyImjJOMIYtj2aD/alJhphS/LHpM1FnoZe
vJyVIe1OOm7USgpYLJ9qorAloZ+UhfNBSLDHSi197Cj8a4v5MJOiM2Q4LCYnRR58
+RK7kskWP6kxvB3sa2eotnx8A6bPXG7bmjvxbAYKF6ZdoE6++ZSEAGZki1qMh71P
V0dC6rAse/VK4YZEmSm5zpy/+26ZNMumPXCNpXeoQIU8Rdskik53rejkrAg6PNq+
xDC2ZYKLP2gb515TKR37ky1VLI9rC5ll0Y8cL78/WWGQBuLQ5C8aL5IOlEA3l3fz
FOHUDcfXcgtMel7YoxQfmkXM9nlENYMEO0kfFatHyVzuHcJdu+aw2c5SNRncFZLT
83TtN88Qz47YvLwRim8fPkgsYAb49yKLVNSGoXhQGeFo4iXN+Ao+vIBw02youS/P
RVj31c8wPAyErIJGUwbJ6rkx2ZcFl2174xUDT8JqQ6d6ZFLHJUNQV31yIoaa6LY4
PjorYFk1IAopd2tl7kJEkXt4Ch/bCCMo8MZJltSfJQoJq05cDpdiSt8e016EZXIK
/Ye8Sfs9ophAjaSwMA0ps0rpVcVdgB/in2T/2wYqZhCR7U9nOdb39x5Aa9COq7zJ
Ud1KOQJUIeDY5IE8PKoZkzsss7ZPZZGu9iTOi0gi9gFGa6YlUJiW5tDukNitH9vw
cSuaBo/U
=o7CD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to