Summary: | e2fsprogs-1.36: Collision with /usr/share/locale/locale.alias (glibc-2.3.4.20041102) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexander Skwar <askwar> |
Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kkrizka |
Priority: | High | ||
Version: | 2004.3 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Patch to the ebuild
/var/tmp/portage/e2fsprogs-1.37-r1/work/e2fsprogs-1.37/config.log |
Description
Alexander Skwar
2005-02-07 04:49:52 UTC
Created attachment 50613 [details, diff]
Patch to the ebuild
the real fix here is to pass '--without-included-gettext' to econf ... could you test that please ? I modified the ebuild to call econf like this:
econf \
--without-included-gettext \
$(use_enable nls) \
${myconf} || die
At the beginning of the build, I see this:
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-included-gettext --enable-nls --with-ldopts=-static --with-diet-libc
But none the less, I get the collision error at the end:
>>> Completed installing e2fsprogs-1.36 into /var/tmp/portage/e2fsprogs-1.36/image/
* checking 102 files for package collisions
existing file /usr/share/locale/locale.alias is not owned by this package
* spent 0.603885889053 seconds checking for file collisions
1.36-r1 help at all ? prob not ... could you try `emerge e2fsprogs >& log` and post the log file as an attachment ? i cant trace back the logic that causes the variables to be set the way they are on your box ... get back to us after trying 1.37-r1 ... Created attachment 57637 [details] /var/tmp/portage/e2fsprogs-1.37-r1/work/e2fsprogs-1.37/config.log config.status: creating po/Makefile.in config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile * INTL sanity check failed, aborting build. * Please post your /var/tmp/portage/e2fsprogs-1.37-r1/work/e2fsprogs-1.37/config.log file as an * attachment to http://bugs.gentoo.org/show_bug.cgi?id=81096 !!! ERROR: sys-fs/e2fsprogs-1.37-r1 failed. !!! Function src_compile, Line 79, Exitcode 0 !!! Preventing included intl cruft from building !!! If you need support, post the topmost build error, NOT this status message. This happened on a new install of gentoo on a amd64 during "emerge system" ok, this crap is because of dietlibc ive removed dietlibc support from e2fsprogs |