Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630534 - sys-fs/quota-4.04: emerge fails due to glibc-2.25-r4 file collisions
Summary: sys-fs/quota-4.04: emerge fails due to glibc-2.25-r4 file collisions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-09 22:03 UTC by Andreas Steinmetz
Modified: 2018-04-27 09:19 UTC (History)
2 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 Andreas Steinmetz 2017-09-09 22:03:12 UTC
* Detected file collision(s):
 *
 *      /usr/include/rpcsvc/rquota.x
 *      /usr/include/rpcsvc/rquota.h
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * sys-libs/glibc-2.25-r4:2.2::gentoo
 *      /usr/include/rpcsvc/rquota.h
 *      /usr/include/rpcsvc/rquota.x
 *
 * Package 'sys-fs/quota-4.04' NOT merged due to file collisions. If
Comment 1 Attila Tóth 2017-09-12 10:42:13 UTC
sys-fs/quota-4.03 ebuild had this line:
       rm -r "${ED}"/usr/include || die #70938
sys-fs/quota-4.04 ebuild no longer contains this.
The line refers to a bug from 2004!
Other distros seems to opt for glibc supplying those two files.
Comment 2 Attila Tóth 2017-09-12 15:10:14 UTC
(In reply to Attila Tóth from comment #1)
> sys-fs/quota-4.03 ebuild had this line:
>        rm -r "${ED}"/usr/include || die #70938
> sys-fs/quota-4.04 ebuild no longer contains this.
> The line refers to a bug from 2004!
> Other distros seems to opt for glibc supplying those two files.

Actually the files in quota seems to more up-to-date compared to glibc's...
Comment 3 Alexander Tsoy 2018-02-09 11:22:28 UTC
It looks like it's already fixed:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1d210e7d85aba515fe6519601c95f03337ade2
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2018-04-22 16:19:50 UTC
(In reply to Alexander Tsoy from comment #3)
> It looks like it's already fixed:
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=ec1d210e7d85aba515fe6519601c95f03337ade2

Yeah. Not a particularly elegant solution, but I dont want to mess with what existing glibc versions do.