Bug#894456: python3-distutils: trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is also in package libpython3.6-stdlib

2018-03-31 Thread Debianer
Package: python3-distutils
Followup-For: Bug #894456

Dear Maintainer,

bugfix confirmed, I could install python3-distutils again:

# apt-get  install python3-distutils
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  python3-lib2to3
  The following NEW packages will be installed:
python3-distutils python3-lib2to3
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 222 kB of archives.
After this operation, 2,118 kB of additional disk space will be
used.
Do you want to continue? [Y/n] 
Get:1 http://ftp2.de.debian.org/debian sid/main amd64
python3-lib2to3 all 3.6.5-2 [78.5 kB]
Get:2 http://ftp2.de.debian.org/debian sid/main amd64
python3-distutils all 3.6.5-2 [143 kB]
Fetched 222 kB in 10s (21.2 kB/s)  
Selecting previously unselected package python3-lib2to3.
(Reading database ... 111701 files and directories currently
installed.)
Preparing to unpack .../python3-lib2to3_3.6.5-2_all.deb ...
Unpacking python3-lib2to3 (3.6.5-2) ...
Preparing to unpack .../python3-distutils_3.6.5-2_all.deb ...
Unpacking python3-distutils (3.6.5-2) ...
Setting up python3-lib2to3 (3.6.5-2) ...
Setting up python3-distutils (3.6.5-2) ...

Thank you!


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.15.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_IE:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-distutils depends on:
ii  python3  3.6.5~rc1-1
ii  python3-lib2to3  3.6.5-2

python3-distutils recommends no packages.

python3-distutils suggests no packages.

-- no debconf information



Bug#894456: python3-distutils: trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is also in package libpython3.6-stdlib

2018-03-30 Thread Mark Kim
Heya,

My apt fails to build python3-distutils as well:

dpkg: error processing archive
/var/cache/apt/archives/python3-distutils_3.6.5-1_all.deb (--unpack):
 trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is
also in package libpython3.6-stdlib:amd64 3.6.5-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/python3-distutils_3.6.5-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

I'm running buster/sid with the 4.15.0-2-amd64 kernel.

All the best,
Mark

On Fri, 30 Mar 2018 17:26:11 +0200 Jochen Sprickerhof
 wrote:
> Package: python3-distutils
> Version: 3.6.5~rc1-3
> Severity: grave
> Justification: renders package unusable
>
> Hi,
>
> with todays update I get:
>
> # apt-get -f install python3-distutils
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following packages will be upgraded:
>   python3-distutils
> 1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
> Need to get 0 B/147 kB of archives.
> After this operation, 28.7 kB of additional disk space will be used.
> Retrieving bug reports... Done
> Parsing Found/Fixed information... Done
> Reading changelogs... Done
> (Reading database ... 63950 files and directories currently installed.)
> Preparing to unpack .../python3-distutils_3.6.5-1_all.deb ...
> Unpacking python3-distutils (3.6.5-1) over (3.6.5~rc1-3) ...
> dpkg: error processing archive
/var/cache/apt/archives/python3-distutils_3.6.5-1_all.deb (--unpack):
>  trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is
also in package libpython3.6-stdlib:armhf 3.6.5-1
> dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
> Errors were encountered while processing:
>  /var/cache/apt/archives/python3-distutils_3.6.5-1_all.deb
> needrestart is being skipped since dpkg has failed
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
> Could you please fix this?
>
> Thanks
>
> Jochen
>
>
> -- System Information:
> Debian Release: buster/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: armhf (armv7l)
>
> Kernel: Linux 4.15.0-2-armmp (SMP w/8 CPU cores)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages python3-distutils depends on:
> ii  python3  3.6.5~rc1-1
> ii  python3-lib2to3  3.6.5-1
>
> python3-distutils recommends no packages.
>
> python3-distutils suggests no packages.
>
> -- debconf-show failed
>
-- 
Mark Hyun-ki Kim | em...@markhkim.com / markh...@acm.org / markh...@nasw.org
 | @markhkim  | markhkim.com


Bug#894456: python3-distutils: trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is also in package libpython3.6-stdlib

2018-03-30 Thread oz

Hi,

another user, with the same problem here! My work-around to finish an 
apt-get dist-upgrade today was to apt-get remove python3-distutils for 
the time being.


Freundliche Gruesse


On Fri, 30 Mar 2018 17:26:11 +0200 Jochen Sprickerhof 
 wrote:

Package: python3-distutils
Version: 3.6.5~rc1-3
Severity: grave
Justification: renders package unusable

Hi,

with todays update I get:

# apt-get -f install python3-distutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  python3-distutils
1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/147 kB of archives.
After this operation, 28.7 kB of additional disk space will be used.
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs... Done
(Reading database ... 63950 files and directories currently installed.)
Preparing to unpack .../python3-distutils_3.6.5-1_all.deb ...
Unpacking python3-distutils (3.6.5-1) over (3.6.5~rc1-3) ...
dpkg: error processing archive 
/var/cache/apt/archives/python3-distutils_3.6.5-1_all.deb (--unpack):
 trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is also 
in package libpython3.6-stdlib:armhf 3.6.5-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/python3-distutils_3.6.5-1_all.deb
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

Could you please fix this?

Thanks

Jochen


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armhf (armv7l)

Kernel: Linux 4.15.0-2-armmp (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-distutils depends on:
ii  python3  3.6.5~rc1-1
ii  python3-lib2to3  3.6.5-1

python3-distutils recommends no packages.

python3-distutils suggests no packages.

-- debconf-show failed





Bug#894456: python3-distutils: trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is also in package libpython3.6-stdlib

2018-03-30 Thread Mathias Behrle
Package: python3-distutils
Version: 3.6.5-1
Followup-For: Bug #894456

Hi Matthias,
indeed quite urgent, because also building with sbuild fails

Preparing to unpack .../53-python3-distutils_3.6.5-1_all.deb ...
Unpacking python3-distutils (3.6.5-1) ...
dpkg: error processing archive 
/tmp/apt-dpkg-install-0sBUSO/53-python3-distutils_3.6.5-1_all.deb (--unpack):
 trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is also 
in package libpython3.6-stdlib:amd64 3.6.5-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)

Thanks!

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (600, 'experimental'), (500, 
'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), 
LANGUAGE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-distutils depends on:
ii  python3  3.6.4-1
ii  python3-lib2to3  3.6.5~rc1-1

python3-distutils recommends no packages.

python3-distutils suggests no packages.

-- no debconf information



Bug#894456: python3-distutils: trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is also in package libpython3.6-stdlib

2018-03-30 Thread Jochen Sprickerhof
Package: python3-distutils
Version: 3.6.5~rc1-3
Severity: grave
Justification: renders package unusable

Hi,

with todays update I get:

# apt-get -f install python3-distutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  python3-distutils
1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/147 kB of archives.
After this operation, 28.7 kB of additional disk space will be used.
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs... Done
(Reading database ... 63950 files and directories currently installed.)
Preparing to unpack .../python3-distutils_3.6.5-1_all.deb ...
Unpacking python3-distutils (3.6.5-1) over (3.6.5~rc1-3) ...
dpkg: error processing archive 
/var/cache/apt/archives/python3-distutils_3.6.5-1_all.deb (--unpack):
 trying to overwrite '/usr/lib/python3.6/distutils/__init__.py', which is also 
in package libpython3.6-stdlib:armhf 3.6.5-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/python3-distutils_3.6.5-1_all.deb
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

Could you please fix this?

Thanks

Jochen


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armhf (armv7l)

Kernel: Linux 4.15.0-2-armmp (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-distutils depends on:
ii  python3  3.6.5~rc1-1
ii  python3-lib2to3  3.6.5-1

python3-distutils recommends no packages.

python3-distutils suggests no packages.

-- debconf-show failed