Your message dated Tue, 13 Mar 2018 13:50:07 +0000
with message-id <e1evkjb-0000rm...@fasolo.debian.org>
and subject line Bug#824628: fixed in golang-github-rcrowley-go-metrics 
0.0~git20180125.8732c61-2
has caused the Debian Bug report #824628,
regarding golang-metrics-dev and golang-github-rcrowley-go-metrics-dev: error 
when trying to install together
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.)


-- 
824628: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824628
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-github-rcrowley-go-metrics-dev,golang-metrics-dev
Version: golang-github-rcrowley-go-metrics-dev/0.0~git20160226.0.eeba7bd-1
Version: golang-metrics-dev/0.0~git20150823-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2016-05-18
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


Selecting previously unselected package bzip2.
(Reading database ... 10961 files and directories currently installed.)
Preparing to unpack .../bzip2_1.0.6-8_amd64.deb ...
Unpacking bzip2 (1.0.6-8) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2.1_amd64.deb ...
Unpacking xz-utils (5.1.1alpha+20120614-2.1) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.26-9_amd64.deb ...
Unpacking binutils (2.26-9) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.18.7_all.deb ...
Unpacking libdpkg-perl (1.18.7) ...
Selecting previously unselected package patch.
Preparing to unpack .../patch_2.7.5-1_amd64.deb ...
Unpacking patch (2.7.5-1) ...
Selecting previously unselected package make.
Preparing to unpack .../archives/make_4.1-9_amd64.deb ...
Unpacking make (4.1-9) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../dpkg-dev_1.18.7_all.deb ...
Unpacking dpkg-dev (1.18.7) ...
Selecting previously unselected package golang-src.
Preparing to unpack .../golang-src_2%3a1.6.1-2_amd64.deb ...
Unpacking golang-src (2:1.6.1-2) ...
Selecting previously unselected package golang-go.
Preparing to unpack .../golang-go_2%3a1.6.1-2_amd64.deb ...
Unpacking golang-go (2:1.6.1-2) ...
Selecting previously unselected package golang-github-stathat-go-dev.
Preparing to unpack 
.../golang-github-stathat-go-dev_0.0~git20130314.0.01d012b-1_all.deb ...
Unpacking golang-github-stathat-go-dev (0.0~git20130314.0.01d012b-1) ...
Selecting previously unselected package golang-github-rcrowley-go-metrics-dev.
Preparing to unpack 
.../golang-github-rcrowley-go-metrics-dev_0.0~git20160226.0.eeba7bd-1_all.deb 
...
Unpacking golang-github-rcrowley-go-metrics-dev (0.0~git20160226.0.eeba7bd-1) 
...
Selecting previously unselected package golang-metrics-dev.
Preparing to unpack .../golang-metrics-dev_0.0~git20150823-1_all.deb ...
Unpacking golang-metrics-dev (0.0~git20150823-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/golang-metrics-dev_0.0~git20150823-1_all.deb (--unpack):
 trying to overwrite 
'/usr/share/gocode/src/github.com/rcrowley/go-metrics/sample_test.go', which is 
also in package golang-github-rcrowley-go-metrics-dev 
0.0~git20160226.0.eeba7bd-1
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/golang-metrics-dev_0.0~git20150823-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  
/usr/share/gocode/src/github.com/rcrowley/go-metrics/cmd/metrics-bench/metrics-bench.go
  
/usr/share/gocode/src/github.com/rcrowley/go-metrics/cmd/metrics-example/metrics-example.go
  
/usr/share/gocode/src/github.com/rcrowley/go-metrics/cmd/never-read/never-read.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/counter.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/counter_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/debug.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/debug_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/ewma.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/ewma_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/gauge.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/gauge_float64.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/gauge_float64_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/gauge_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/graphite.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/graphite_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/healthcheck.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/histogram.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/histogram_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/json.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/json_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/librato/client.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/librato/librato.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/log.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/meter.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/meter_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/metrics.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/metrics_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/opentsdb.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/opentsdb_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/registry.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/registry_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/runtime.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/runtime_cgo.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/runtime_no_cgo.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/runtime_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/sample.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/sample_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/stathat/stathat.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/syslog.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/timer.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/timer_test.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/writer.go
  /usr/share/gocode/src/github.com/rcrowley/go-metrics/writer_test.go

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://qa.debian.org/dose/file-overwrites.html.

--- End Message ---
--- Begin Message ---
Source: golang-github-rcrowley-go-metrics
Source-Version: 0.0~git20180125.8732c61-2

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

Debian distribution maintenance software
pp.
Mpampis Kostas <charkost...@gmail.com> (supplier of updated 
golang-github-rcrowley-go-metrics 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: Mon, 12 Mar 2018 15:13:07 +0200
Source: golang-github-rcrowley-go-metrics
Binary: golang-github-rcrowley-go-metrics-dev
Architecture: source
Version: 0.0~git20180125.8732c61-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<pkg-go-maintainers@lists.alioth.debian.org>
Changed-By: Mpampis Kostas <charkost...@gmail.com>
Description:
 golang-github-rcrowley-go-metrics-dev - Application level metrics capturing 
library for Go
Closes: 824628
Changes:
 golang-github-rcrowley-go-metrics (0.0~git20180125.8732c61-2) unstable; 
urgency=medium
 .
   * Add Conflicts & Replaces golang-metrics-dev (Closes: #824628)
Checksums-Sha1:
 edfc73cd632cc48c8db17d000e0ce4c1d8987072 2511 
golang-github-rcrowley-go-metrics_0.0~git20180125.8732c61-2.dsc
 bb7561ac6d363eda1a78137ad9baa7f451881fb4 2844 
golang-github-rcrowley-go-metrics_0.0~git20180125.8732c61-2.debian.tar.xz
 adea1e317e69f840cb0e1530e4cc856bdd31d0b1 6598 
golang-github-rcrowley-go-metrics_0.0~git20180125.8732c61-2_amd64.buildinfo
Checksums-Sha256:
 a904fae21ee9e4c2e06ae770f53abcfc47811dd789aa3c72da03ff3b239b8989 2511 
golang-github-rcrowley-go-metrics_0.0~git20180125.8732c61-2.dsc
 212299bc9787264cb2d9b907ccbefc00265546f7121e0e6abe84d48d7e9ad9d1 2844 
golang-github-rcrowley-go-metrics_0.0~git20180125.8732c61-2.debian.tar.xz
 10545aaf2f64c32d90ea045df50d9ac1a342cf2fa1faf570326a9a227032da2f 6598 
golang-github-rcrowley-go-metrics_0.0~git20180125.8732c61-2_amd64.buildinfo
Files:
 64f864fdab782508604fe15eee624b5b 2511 devel optional 
golang-github-rcrowley-go-metrics_0.0~git20180125.8732c61-2.dsc
 7921203c8f3cb7c7a332910e0d4fcb8d 2844 devel optional 
golang-github-rcrowley-go-metrics_0.0~git20180125.8732c61-2.debian.tar.xz
 fd741c16ed2210e0c08689942df31e79 6598 devel optional 
golang-github-rcrowley-go-metrics_0.0~git20180125.8732c61-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEf2SPbCEjyY+zKcgrETYmAKdH7NkFAlqnzawACgkQETYmAKdH
7NmfIQ/9GQs57Vz5huxa25viq50qZVPjwSVCa1LUCAPDTcun3UOVO+voICYOg762
3ciNMyFo3fPer8IaREEYPE7d9tvDBSqblaqdXD1hgH/Aiqh//HsZx2DdYWE2my0r
ll1Cl9X/Ik0Klu+tRcFtlr/AihnnI3h2bVHca3prTUvA3CBmo2m5T6hJRVQDRqty
yk1BvNuJheKSneyhxzDicQPoP5mBrYC+d2yGGbmWlDr2IerIeAWVKWjkHDnrD12+
taoLZjZWVHuXxjee+etdn7OwK1R2c26WFhuXizVNZziXRSTCqjolN9bqHfl2O5yC
K7GQ6HG5SRxW6T3uki90vn/oikHHvR3fzqlfo4Q4/aUdLnWLbWagASgDTr+q0BRO
Ei069Fnd28KfQav4cx7Duh5ENxB1hsrn+LFdiLh1kGppleoyBLEaCBMBrBkYKZJn
F8h0iOgoqcj/RN8dynSikzsy/RExHVzgvQrOoQG+znm23jNgFpgfzdeYSkvVOskx
/mdBV+aucjHOJ+233DBUP3vuL/bC4W6EC9wFalP+oJvE3Mop5G6jAvnm/O/kOuOs
8++VUB22Hwoj82qhRr+MDw8d2TJpmkX8OzHqoZDPlKQR7KWju94IH+tBQcZmtzuv
q6q36BWjgzufgrVnP7YxSpZgu17T6U8TcHn2e2VxP2qTS1njLFM=
=GfqC
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to