Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] installing matplotlib could fail
@ 2019-10-24  7:34 voidlinux-github
  2019-10-24 20:00 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24  7:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

New issue by scaramacai on void-packages repository

https://github.com/void-linux/void-packages/issues/15751

Description:
xbps-install python-matplotlib python3-matplotlib fails with
transaction error
I succeeded in installing packages by issuing separate commands (python3 first, but did not try the reverse):
xbps-install python3-matplotlib
xbps-install python-matplotlib

### System

* xuname:  
  *Void 5.2.21_1 x86_64-musl GenuineIntel uptodate rF*
* package:  
  *python-matplotlib-2.2.4_2*
 *python3-matplotlib-3.1.1_1*

### Expected behavior
xbps-install python-matplotlib python3-matplotlib should work correctly
### Actual behavior
It fails with errors: it seems that some file already installed by python-matplotlib are
also in python3-matplotlib
### Steps to reproduce the behavior
xbps-install python-matplotlib python3-matplotlib



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: installing matplotlib could fail
  2019-10-24  7:34 [ISSUE] installing matplotlib could fail voidlinux-github
@ 2019-10-24 20:00 ` voidlinux-github
  2019-10-24 20:02 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24 20:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/15751#issuecomment-546078876

Comment:
It tries to install both versions of the `matplotlib-data` subpackage, which contains many files that are the same. Apparently `replaces="python-matplotlib-data<3.0.0"` is not enough when installing as part of the same transaction.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: installing matplotlib could fail
  2019-10-24  7:34 [ISSUE] installing matplotlib could fail voidlinux-github
  2019-10-24 20:00 ` voidlinux-github
@ 2019-10-24 20:02 ` voidlinux-github
  2019-10-24 20:17 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24 20:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 508 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/15751#issuecomment-546078876

Comment:
It tries to install both versions of the `matplotlib-data` subpackage, which contains many files that are the same. Apparently `replaces="python-matplotlib-data<3.0.0"` is not enough when installing as part of the same transaction. Maybe this didn't throw errors before because iirc a check for conflicting files in the same transaction has been added only recently.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: installing matplotlib could fail
  2019-10-24  7:34 [ISSUE] installing matplotlib could fail voidlinux-github
  2019-10-24 20:00 ` voidlinux-github
  2019-10-24 20:02 ` voidlinux-github
@ 2019-10-24 20:17 ` voidlinux-github
  2021-01-20 20:31 ` [ISSUE] [CLOSED] " ericonr
  2021-01-20 20:31 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24 20:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/15751#issuecomment-546078876

Comment:
It tries to install both versions of the `matplotlib-data` subpackage, which contains many files that are the same. Apparently `replaces="python-matplotlib-data<3.0.0"` is not enough when installing as part of the same transaction. Maybe this hasn't thrown errors before because iirc a check for conflicting files in the same transaction has been added only recently.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] installing matplotlib could fail
  2019-10-24  7:34 [ISSUE] installing matplotlib could fail voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-24 20:17 ` voidlinux-github
@ 2021-01-20 20:31 ` ericonr
  2021-01-20 20:31 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-01-20 20:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 873 bytes --]

Closed issue by scaramacai on void-packages repository

https://github.com/void-linux/void-packages/issues/15751

Description:
xbps-install python-matplotlib python3-matplotlib fails with
transaction error
I succeeded in installing packages by issuing separate commands (python3 first, but did not try the reverse):
xbps-install python3-matplotlib
xbps-install python-matplotlib

### System

* xuname:  
  *Void 5.2.21_1 x86_64-musl GenuineIntel uptodate rF*
* package:  
  *python-matplotlib-2.2.4_2*
 *python3-matplotlib-3.1.1_1*

### Expected behavior
xbps-install python-matplotlib python3-matplotlib should work correctly
### Actual behavior
It fails with errors: it seems that some file already installed by python-matplotlib are
also in python3-matplotlib
### Steps to reproduce the behavior
xbps-install python-matplotlib python3-matplotlib



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: installing matplotlib could fail
  2019-10-24  7:34 [ISSUE] installing matplotlib could fail voidlinux-github
                   ` (3 preceding siblings ...)
  2021-01-20 20:31 ` [ISSUE] [CLOSED] " ericonr
@ 2021-01-20 20:31 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-01-20 20:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/15751#issuecomment-763913594

Comment:
python-matplotlib is no longer a package

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-20 20:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24  7:34 [ISSUE] installing matplotlib could fail voidlinux-github
2019-10-24 20:00 ` voidlinux-github
2019-10-24 20:02 ` voidlinux-github
2019-10-24 20:17 ` voidlinux-github
2021-01-20 20:31 ` [ISSUE] [CLOSED] " ericonr
2021-01-20 20:31 ` ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).