Your message dated Sun, 13 Nov 2016 12:19:45 +0000
with message-id <e1c5tlb-000a4m...@fasolo.debian.org>
and subject line Bug#842115: fixed in partclone 0.2.89-1
has caused the Debian Bug report #842115,
regarding partclone: FTBFS: Compiling: fail-mbr.S -> fail-mbr.o -> 
fail-mbr.image -> /usr/bin/ld: attempted static link of dynamic object 
`fail-mbr.o'
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.)


-- 
842115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: partclone
Version: 0.2.88-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

partclone fails to build from source in unstable/amd64:

  […]

  gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/share/locale\" 
-D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -DMINIX -g -O2 
-fdebug-prefix-map=/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88=.
 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o 
partclone_minix-partclone.o `test -f 'partclone.c' || echo './'`partclone.c
  gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/share/locale\" 
-D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -DMINIX -g -O2 
-fdebug-prefix-map=/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88=.
 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o 
partclone_minix-progress.o `test -f 'progress.c' || echo './'`progress.c
  gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/share/locale\" 
-D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -DMINIX -g -O2 
-fdebug-prefix-map=/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88=.
 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c -o 
partclone_minix-minixclone.o `test -f 'minixclone.c' || echo './'`minixclone.c
  gcc -DMINIX -g -O2 
-fdebug-prefix-map=/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88=.
 -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro 
-o partclone.minix partclone_minix-main.o partclone_minix-partclone.o 
partclone_minix-progress.o partclone_minix-minixclone.o  -lncursesw -lpthread  
-ltinfo
  make[3]: Leaving directory 
'/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88/src'
  Making all in docs
  make[3]: Entering directory 
'/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88/docs'
  make[3]: Nothing to be done for 'all'.
  make[3]: Leaving directory 
'/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88/docs'
  Making all in tests
  make[3]: Entering directory 
'/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88/tests'
  make[3]: Nothing to be done for 'all'.
  make[3]: Leaving directory 
'/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88/tests'
  Making all in fail-mbr
  make[3]: Entering directory 
'/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88/fail-mbr'
  sh compile-mbr.sh
  Compiling: fail-mbr.S -> fail-mbr.o -> fail-mbr.image -> /usr/bin/ld: 
attempted static link of dynamic object `fail-mbr.o'
  collect2: error: ld returned 1 exit status
  fail-mbr.bin [Done]. 
  objcopy: 'fail-mbr.image': No such file
  Checking the file:
  objdump: 'fail-mbr.bin': No such file
  files fail-mbr.bin and fail-mbr.bin.orig differ significantly:
  diff: f1.obj: No such file or directory
  diff: f2.obj: No such file or directory
  Makefile:501: recipe for target 'fail-mbr.bin' failed
  make[3]: *** [fail-mbr.bin] Error 1
  make[3]: Leaving directory 
'/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88/fail-mbr'
  Makefile:400: recipe for target 'all-recursive' failed
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory 
'/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88'
  Makefile:341: recipe for target 'all' failed
  make[1]: *** [all] Error 2
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20161025234343.N57us6zz7w.db.partclone/partclone-0.2.88'
  dh_auto_build: make -j1 returned exit code 2
  debian/rules:13: recipe for target 'build' failed
  make: *** [build] Error 2

  […]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: partclone.0.2.88-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: partclone
Source-Version: 0.2.89-1

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

Debian distribution maintenance software
pp.
Georges Khaznadar <georg...@debian.org> (supplier of updated partclone 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: SHA256

Format: 1.8
Date: Sun, 13 Nov 2016 12:23:29 +0100
Source: partclone
Binary: partclone
Architecture: source amd64
Version: 0.2.89-1
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <georg...@debian.org>
Changed-By: Georges Khaznadar <georg...@debian.org>
Description:
 partclone  - Utility to clone and restore a partition
Closes: 825990 842115
Changes:
 partclone (0.2.89-1) unstable; urgency=medium
 .
   * included Matthias Klose's patch. Closes: #842115
   * upgraded to the new upstream release, which Closes: #825990
   * upgraded Standards-Version: 3.9.8
Checksums-Sha1:
 78a34a70f8a19402616e4fa2ebb0f3ae2b6afb10 1933 partclone_0.2.89-1.dsc
 d8c7edb7ef47d2140dcbd9452fd61fef0bec57bf 1051296 partclone_0.2.89.orig.tar.gz
 0ebea02a7509f08f1d14768bd0b0d205bc10ff0c 43228 partclone_0.2.89-1.debian.tar.xz
 44279727a5cc273fc1502bd634ef1eab13777e51 1243804 
partclone-dbgsym_0.2.89-1_amd64.deb
 5a5627baf10251645044ffc0e436e2207c6c0f90 5701 
partclone_0.2.89-1_20161113T115838z-fb6808d6.buildinfo
 ddb803427c02f535f16c57fffd27f11fd0c46ca3 389288 partclone_0.2.89-1_amd64.deb
Checksums-Sha256:
 ce7a91937b75ab3911ee3395cc4260cbcc1562674e772410ac745f788c03a566 1933 
partclone_0.2.89-1.dsc
 32cffdfcb1dcb56d46289ae23228ed3c38a2121654a6209850e9fbe65ea428c6 1051296 
partclone_0.2.89.orig.tar.gz
 972771d610202818218184f069007f5e4c938df2babbb8e873ef658eec3640f2 43228 
partclone_0.2.89-1.debian.tar.xz
 093cf342c04b45dbed4ec0a6be2c2c8eebd1121e70d697399b0fb9f1a9ff238d 1243804 
partclone-dbgsym_0.2.89-1_amd64.deb
 00b2f3a623b5a64e749626ba3ae1eff0ba4330761f7ecf887908e8f973eb76cc 5701 
partclone_0.2.89-1_20161113T115838z-fb6808d6.buildinfo
 fd609a0b552ba492a80983c54df2ce0dbce6520f638d5e12058fd7fc6b96bdef 389288 
partclone_0.2.89-1_amd64.deb
Files:
 75fd4ba1233a10650f51ed63ad4cc221 1933 admin extra partclone_0.2.89-1.dsc
 9a4fadfea79f9051aaf7c999534ab501 1051296 admin extra 
partclone_0.2.89.orig.tar.gz
 cdb5800532ba4778dc3d6c0732c9ed57 43228 admin extra 
partclone_0.2.89-1.debian.tar.xz
 6b90d7798d271497a2e2c52b1494fc31 1243804 debug extra 
partclone-dbgsym_0.2.89-1_amd64.deb
 fb6808d630391a6d7daa6652a677b62d 5701 admin extra 
partclone_0.2.89-1_20161113T115838z-fb6808d6.buildinfo
 43c4f4ef2d9291810c77e268aa15b2f3 389288 admin extra 
partclone_0.2.89-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBWChVqRwoFpBxNq45AQh1DA//ffEILLyofs2UFhybhXx9U/ahxkQ5at/o
TJM677nUhNDLnw+QzGWEvM5ZAe26eo+vcCl352zQC1/trJ0JioSFXguMn0VnjrDP
yHIrk7ZahjiouyovesjKmYNgsjWrjdGf3VAnpN7CYXZp0+TU2j7pw8MxHfBp1ypo
MrWXwc5YgEu16HInDus7wnOvE5CBt63RN9sCGP6rSB43kkVkELPMSp+KkcE4wXkH
+KHVZ4iFjdickjoEFsqRTUKUSFw5YWZSLUxzz+ViTFjL9+QubizQNox/zQrc8F7P
x6QZxs4T2a2YNzt/ioGuIptmEzlkJZV2OCJLEywx3Q8YQ1v30NfiX8uQmXhsf2Ks
gScm2UvKHkgxTKrR9zuANWVkvsbMymbKiRVlvbmK/D1D4y7tfHVW6OqMJB9P/QgM
yF+x++Tx7g/ehRYisBzfosnDg3bBDXyGboi7zpt/d7U2FbL+AjogehncffzgEuxp
DfQbPPEozFRZUmPh2I/gvgiZwP7Xbo4izOVulBF20ah+zM2oZpckgf7W/sGqanxe
k+TXRJGwdY+hzlGtCiYFgAoLIwwhiVFg5bGd1HyImh+jQJdmMiTzGjc0RbeN6XVB
BGPGjRZ/KXSn3SBpYHQimhFdFZVx9w3+cSB9j4NTNKMeHlKInYuxjFYbnC7g9npZ
8GKyki9EPnY=
=OqGu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to