unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32937: python-six-bootstrap referenced by profile
@ 2018-10-04 21:18 Leo Famulari
  2018-10-05  7:15 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2018-10-04 21:18 UTC (permalink / raw)
  To: 32937

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

While setting up a build environment for Borg from Guix commit
9e783d0bf22a7ff965105eb45f6c179a832bbabf, I noticed a profile collision
between python-six and python-six-bootstrap, with the bootstrap package
winning the contest:

------
building /gnu/store/lz09hrr9z0p9xc44n31sjvpykfwq38f1-manual-database.drv...
Creating manual page database...
353 entries processed in 2.7 s
successfully built /gnu/store/lz09hrr9z0p9xc44n31sjvpykfwq38f1-manual-database.drv
building /gnu/store/bs1961881nfibryf60wrcxsn2dcjhg5k-profile.drv...

warning: collision encountered:
  /gnu/store/zjn8f7rmfjhc6l2xczplbk1b9kmj38wx-python-six-bootstrap-1.11.0/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc
  /gnu/store/mglmyk8xd86d8mdgmk54vs6vzksr3j6n-python-six-1.11.0/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc
warning: choosing /gnu/store/zjn8f7rmfjhc6l2xczplbk1b9kmj38wx-python-six-bootstrap-1.11.0/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc

warning: collision encountered:
  /gnu/store/b5x786d3h552j2zp4ppvlz9dkbiqy2ng-ld-wrapper-0/bin/ld
  /gnu/store/srmqh29dpm50j8kj1pbqg2rgh053wgyp-binutils-2.30/bin/ld
warning: choosing /gnu/store/b5x786d3h552j2zp4ppvlz9dkbiqy2ng-ld-wrapper-0/bin/ld
successfully built /gnu/store/bs1961881nfibryf60wrcxsn2dcjhg5k-profile.drv
------

These package "bootstrap" packages shouldn't be referenced in profiles,
right?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#32937: python-six-bootstrap referenced by profile
  2018-10-04 21:18 bug#32937: python-six-bootstrap referenced by profile Leo Famulari
@ 2018-10-05  7:15 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2018-10-05  7:15 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 32937


Leo Famulari <leo@famulari.name> writes:

> While setting up a build environment for Borg from Guix commit
> 9e783d0bf22a7ff965105eb45f6c179a832bbabf, I noticed a profile collision
> between python-six and python-six-bootstrap, with the bootstrap package
> winning the contest:
[…]
> These package "bootstrap" packages shouldn't be referenced in profiles,
> right?

This doesn’t seem okay, but it is harmless enough to delay changing it.
The difference between the bootstrap package and regular python-six is
tests: the bootstrap package does not depend on pytest and has its tests
disabled.

There are only two packages using python-six-bootstrap:
python-more-itertools and python-pytest.  Both of them propagate
python-six-bootstrap.

--
Ricardo

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

end of thread, other threads:[~2018-10-05  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-04 21:18 bug#32937: python-six-bootstrap referenced by profile Leo Famulari
2018-10-05  7:15 ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).