Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605752 - dev-lisp/asdf-3.2.0 with dev-lisp/sbcl-1.3.12 - file collision in /usr/share/info/asdf.info
Summary: dev-lisp/asdf-3.2.0 with dev-lisp/sbcl-1.3.12 - file collision in /usr/share/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
: 605820 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-01-15 10:22 UTC by Juergen Rose
Modified: 2017-10-01 18:59 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2017-01-15 10:22:14 UTC
asdf-3.2.0 and sbcl-1.3.12 try both to install /usr/share/info/asdf.info.bz2.
Comment 1 Juergen Rose 2017-01-15 10:55:10 UTC
The same happens with sbcl-1.3.13.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2017-01-15 23:58:46 UTC
*** Bug 605820 has been marked as a duplicate of this bug. ***
Comment 3 Chema Alonso Josa (RETIRED) gentoo-dev 2017-01-16 10:27:24 UTC
Thanks for the report.

SBCL includes its own ASDF files (current version includes ASDF 3.1.5). I have modified asdf-3.2.0 ebuild to avoid installation of the asdf.info file to fix this bug, but I think we should do the opposite instead, that is, avoid the installation of this file inside the sbcl ebuilds since asdf.info belong to the ASDF package.
Comment 4 Juergen Rose 2017-02-14 17:36:39 UTC
I see the same issue with sbcl-1.3.14 on the next system. After reemerging asdf-3.2.0 the problem disappeared. Why we do not have an asdf-3.2.0-r1 or something similar with the patch of comment 3, so that the reemerge is done automatically?
Comment 5 Chema Alonso Josa (RETIRED) gentoo-dev 2017-02-14 21:47:46 UTC
Bumped. Thanks.
Comment 6 Juergen Rose 2017-02-15 18:48:29 UTC
(In reply to Chema Alonso Josa from comment #5)
> Bumped. Thanks.

Thanks, too.
Comment 7 Chema Alonso Josa (RETIRED) gentoo-dev 2017-10-01 18:59:33 UTC
Update: =dev-lisp/asdf-3.2.1-r1 now installs asdf.info file so >=dev-lisp/sbcl-1.4.0 should not install it anymore.