Your message dated Sun, 17 Feb 2013 19:32:06 +0000
with message-id <[email protected]>
and subject line Bug#698775: fixed in nautilus 2.30.1-2squeeze2
has caused the Debian Bug report #698775,
regarding nautilus: apt does not find a clean upgrade path for nautilus-share
from lenny to squeeze
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 [email protected]
immediately.)
--
698775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698775
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nautilus
Version: 2.30.1-2squeeze1
Severity: important
Tags: patch squeeze
User: [email protected]
Usertags: piuparts
Control: affects -1 + nautilus-share
Hi,
during a test with piuparts I noticed your package fails to upgrade from
'lenny'.
It installed fine in 'lenny', then the upgrade to 'squeeze' fails.
>From the attached log (scroll to the bottom...)
(with apt problemresolver debug output):
ERROR: Command failed (status=100): ['chroot', '/tmp/piupartss/tmpNxfsMu',
'apt-get', '-yf', 'dist-upgrade']
Reading package lists...
Building dependency tree...
Reading state information...
Starting
Starting 2
Investigating libxcb1
Package libxcb1 has broken dep on libxcb-xlib0
Considering libxcb-xlib0 -1 as a solution to libxcb1 90
Added libxcb-xlib0 to the remove list
Fixing libxcb1 via remove of libxcb-xlib0
Investigating libthai0
Package libthai0 has broken dep on libdatrie0
Considering libdatrie0 -1 as a solution to libthai0 22
Added libdatrie0 to the remove list
Fixing libthai0 via remove of libdatrie0
Investigating libgnomekbd2
Package libgnomekbd2 has broken dep on libgnomekbd-common
Considering libgnomekbd-common 3 as a solution to libgnomekbd2 1
Removing libgnomekbd2 rather than change libgnomekbd-common
Investigating nautilus-share
Package nautilus-share has broken dep on samba-common-bin
Considering samba-common-bin 1 as a solution to nautilus-share 0
Holding Back nautilus-share rather than change samba-common-bin
Package nautilus-share has broken dep on samba-common
Considering samba-common 3 as a solution to nautilus-share 0
Holding Back nautilus-share rather than change samba-common
Or group keep for nautilus-share
Investigating libslab0a
Package libslab0a has broken dep on libslab0
Considering libslab0 -1 as a solution to libslab0a 0
Added libslab0 to the remove list
Fixing libslab0a via remove of libslab0
Investigating libmetacity-private0
Package libmetacity-private0 has broken dep on libmetacity0
Considering libmetacity0 -1 as a solution to libmetacity-private0 0
Added libmetacity0 to the remove list
Fixing libmetacity-private0 via remove of libmetacity0
Investigating libgnomekbdui2
Package libgnomekbdui2 has broken dep on libgnomekbd2
Considering libgnomekbd2 1 as a solution to libgnomekbdui2 -1
Removing libgnomekbdui2 rather than change libgnomekbd2
Investigating python-numeric
Package python-numeric has broken dep on python
Considering python 58 as a solution to python-numeric -1
Removing python-numeric rather than change python
Investigating libnautilus-extension1
Package libnautilus-extension1 has broken dep on nautilus-share
Considering nautilus-share 0 as a solution to libnautilus-extension1 3
Upgrading nautilus-share due to Breaks field in libnautilus-extension1
Investigating nautilus-share
Package nautilus-share has broken dep on samba-common-bin
Considering samba-common-bin 1 as a solution to nautilus-share 0
Holding Back nautilus-share rather than change samba-common-bin
Package nautilus-share has broken dep on samba-common
Considering samba-common 3 as a solution to nautilus-share 0
Holding Back nautilus-share rather than change samba-common
Or group keep for nautilus-share
Investigating libnautilus-extension1
Package libnautilus-extension1 has broken dep on nautilus-share
Considering nautilus-share 0 as a solution to libnautilus-extension1 3
Upgrading nautilus-share due to Breaks field in libnautilus-extension1
Investigating nautilus-share
Package nautilus-share has broken dep on samba-common-bin
Considering samba-common-bin 1 as a solution to nautilus-share 0
Holding Back nautilus-share rather than change samba-common-bin
Package nautilus-share has broken dep on samba-common
Considering samba-common 3 as a solution to nautilus-share 0
Holding Back nautilus-share rather than change samba-common
Or group keep for nautilus-share
...
Investigating libnautilus-extension1
Package libnautilus-extension1 has broken dep on nautilus-share
Considering nautilus-share 0 as a solution to libnautilus-extension1 3
Upgrading nautilus-share due to Breaks field in libnautilus-extension1
Investigating nautilus-share
Package nautilus-share has broken dep on samba-common-bin
Considering samba-common-bin 1 as a solution to nautilus-share 0
Holding Back nautilus-share rather than change samba-common-bin
Package nautilus-share has broken dep on samba-common
Considering samba-common 3 as a solution to nautilus-share 0
Holding Back nautilus-share rather than change samba-common
Or group keep for nautilus-share
Done
The following packages have unmet dependencies:
libnautilus-extension1: Breaks: nautilus-share (< 0.7.2-4+b1) but
0.7.1-2+b1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by
held packages.
A possible workaround for this bug (which is actually a bug in lenny's
apt) is to add
Breaks: samba-common (<< 2:3.5)
to libnautilus-extension1. libnautilus-extension1 seems to have a
sufficiently high score so apt will honour the Breaks and won't consider
holding it back for some obscure reason, opening the way to upgrade
nautilus-share properly.
cheers,
Andreas
diff -u nautilus-2.30.1/debian/control nautilus-2.30.1/debian/control
--- nautilus-2.30.1/debian/control
+++ nautilus-2.30.1/debian/control
@@ -118,6 +118,7 @@
nautilus-gksu (<< 2.0.2-2+b1),
nautilus-actions (<< 1.4.1-1+b1),
nautilus-share (<< 0.7.2-4+b1),
+ samba-common (<< 2:3.5),
seahorse-plugins (<< 2.24.1-3+b1)
Replaces: libnautilus2-2
Description: libraries for nautilus components - runtime version
diff -u nautilus-2.30.1/debian/changelog nautilus-2.30.1/debian/changelog
--- nautilus-2.30.1/debian/changelog
+++ nautilus-2.30.1/debian/changelog
@@ -1,3 +1,12 @@
+nautilus (2.30.1-2squeeze1.1) stable; urgency=low
+
+ * Non-maintainer upload.
+ * libnautilus-extension1: Add Breaks: samba-common (<< 2:3.5) to fix an
+ upgrade path from lenny where nautilus-share would not be upgraded.
+ (Closes: #nnnnnn)
+
+ -- Andreas Beckmann <[email protected]> Wed, 23 Jan 2013 13:56:09 +0100
+
nautilus (2.30.1-2squeeze1) stable; urgency=low
* 15_nautilus_file_peek_crash.patch: stolen from upstream git. Fix a
diff -u nautilus-2.30.1/debian/control.in nautilus-2.30.1/debian/control.in
--- nautilus-2.30.1/debian/control.in
+++ nautilus-2.30.1/debian/control.in
@@ -113,6 +113,7 @@
nautilus-gksu (<< 2.0.2-2+b1),
nautilus-actions (<< 1.4.1-1+b1),
nautilus-share (<< 0.7.2-4+b1),
+ samba-common (<< 2:3.5),
seahorse-plugins (<< 2.24.1-3+b1)
Replaces: libnautilus2-2
Description: libraries for nautilus components - runtime version
nautilus-share_distupgrade-lenny-squeeze_debug.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: nautilus
Source-Version: 2.30.1-2squeeze2
We believe that the bug you reported is fixed in the latest version of
nautilus, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated nautilus 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 16 Feb 2013 02:18:23 +0100
Source: nautilus
Binary: nautilus nautilus-dbg libnautilus-extension1 libnautilus-extension-dev
nautilus-data
Architecture: source all amd64
Version: 2.30.1-2squeeze2
Distribution: stable
Urgency: low
Maintainer: Josselin Mouette <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Description:
libnautilus-extension-dev - libraries for nautilus components - development
version
libnautilus-extension1 - libraries for nautilus components - runtime version
nautilus - file manager and graphical shell for GNOME
nautilus-data - data files for nautilus
nautilus-dbg - file manager and graphical shell for GNOME - debugging version
Closes: 698775
Changes:
nautilus (2.30.1-2squeeze2) stable; urgency=low
.
* Non-maintainer upload.
* libnautilus-extension1: Add Breaks: samba-common (<< 2:3.5) to fix an
upgrade path from lenny involving nautilus-share where lenny's apt would
fail with "Error, pkgProblemResolver::Resolve generated breaks, this may
be caused by held packages.". (Closes: #698775)
Checksums-Sha1:
74e469e6ee3e91463229fab83f448dd6a75ab527 2664 nautilus_2.30.1-2squeeze2.dsc
95c34a3b89fea1ccb7df6af1cef06eea28e12875 156342
nautilus_2.30.1-2squeeze2.diff.gz
b7d623fd4fcb20bc2de5d201428f06ac987e5b3b 5321094
nautilus-data_2.30.1-2squeeze2_all.deb
069316dc10b5ab7504747ca7914eeff51cce84a9 1396046
nautilus_2.30.1-2squeeze2_amd64.deb
f288f8ac9bb3bcd9180afcc08717906be157402d 3295352
nautilus-dbg_2.30.1-2squeeze2_amd64.deb
75d5ab56d8e28e8294dcc4a6576691252f95f96d 112052
libnautilus-extension1_2.30.1-2squeeze2_amd64.deb
b904be1211e2a9fba2d856c7a3b8496287658618 125848
libnautilus-extension-dev_2.30.1-2squeeze2_amd64.deb
Checksums-Sha256:
ed4056dd375fc6a2bd6f4322f77f02d8868a15257f006e8302d2b0b3d842e68f 2664
nautilus_2.30.1-2squeeze2.dsc
37b5ce6e7a020625bcd896154ed37ae113125d7bfca71cfb5b2745d37ae6ceee 156342
nautilus_2.30.1-2squeeze2.diff.gz
9d8fd10144266d101329c9ad252c3aefa4a5479dc3e7aec674b701b586d27dee 5321094
nautilus-data_2.30.1-2squeeze2_all.deb
92cb7d24b7ab76dcff2706dc092716d5cd8c3f810e2bb20f7dc09776196e3224 1396046
nautilus_2.30.1-2squeeze2_amd64.deb
087dfdbaf7eda11f4d1bac6d3a31e2255694313f4e80d3b8a127316244f074d7 3295352
nautilus-dbg_2.30.1-2squeeze2_amd64.deb
81d0256d1b44a1a5f0c99578c1bccc2bc2998a490815b1ac9b7e128e2ec0152d 112052
libnautilus-extension1_2.30.1-2squeeze2_amd64.deb
f61e61aba834bb6e23a4f818862266a5ec71a47d626ea92b60eae778d1823cc6 125848
libnautilus-extension-dev_2.30.1-2squeeze2_amd64.deb
Files:
340185520e939f57921c8344e57a6d7d 2664 gnome optional
nautilus_2.30.1-2squeeze2.dsc
eefe6963ac4bd54505ab172eed898fcf 156342 gnome optional
nautilus_2.30.1-2squeeze2.diff.gz
520993ad04b9ffbed9d77a328827622b 5321094 gnome optional
nautilus-data_2.30.1-2squeeze2_all.deb
f2c431b725312362276ea2fba1ea9064 1396046 gnome optional
nautilus_2.30.1-2squeeze2_amd64.deb
4c89fd9b5862345f44d9996cd4372ced 3295352 debug extra
nautilus-dbg_2.30.1-2squeeze2_amd64.deb
a05f71cd0e57d6adcb34804a12487551 112052 libs optional
libnautilus-extension1_2.30.1-2squeeze2_amd64.deb
9dd69e00a3a9d2c144b8130f663f0282 125848 libdevel optional
libnautilus-extension-dev_2.30.1-2squeeze2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRH25SAAoJEF+zP5NZ6e0IvoQP/0mVHfBgQr4av801aRQSkcLN
K9ClfuUALaF5xJYOqGJ2UZTd+MDkDUVofRdQYooCBaouxeyaVlU7rCLG7JSi9mWF
TOJoreGtqYVfVhVmStSY9M2jhYLBcsoG47YSQa6qO3PNCgLLM/LUZRQ5rfrr5/tU
7LN5ZrqOu3+cOkzxJ8wN6ClmyRqvb998siM4en4m8yCY/1vEBZWdLab3goDEHCSv
7Ul7SBlJhd+OlwZEsjjyh1axQPXjzBm7Hdbr/pWNh5LIA9opZPJd43j7j5mwiwJm
8JibpL6WslHauYDZeT0UyTH8ldvEJ8aYz2/w2SviRbSQA3Pqc57L6VHRKgnYLlWL
tkLbigXtjQOCyLIuxOKVeCa/wWy8lXHzc5ZdlsgkoqvC/hL7xQua8mFLEy8Wly3B
PZeECW+YV1BSbmCtLxy+TsL6uWoJ+iCkeL8fKydvUXNvIorxFo/fiqs65qlrHfj2
iZfHuyTYWXmyp/voRZ3i4O45dZ39/8gUWY9KiE92PjKrvn2jZRsJLpmWXfMcyZdW
bIv+aLZ0sr8iIFXtJ0h5xxk/9k2GOYvN+ISLmLr+TSIpdWsTaatL37EOhwRZ6HIz
VvlncfwOCrvD6ud+UBbQ4Q6mPAg/w79sb14gjNnfLw8uXehv3of6/+dMB5jXvXGl
KPySyIuNs0KlFq96Yedf
=HhSc
-----END PGP SIGNATURE-----
--- End Message ---