Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278060 - sys-devel/gettext-0.17 detected file collision with sys-libs/glibc-2.9_p20081201-r2
Summary: sys-devel/gettext-0.17 detected file collision with sys-libs/glibc-2.9_p20081...
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 15:00 UTC by Nikolay Mikhaylov
Modified: 2010-01-05 14:26 UTC (History)
1 user (show)

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


Attachments
Log Installation (build.log,907.17 KB, text/plain)
2009-07-16 15:03 UTC, Nikolay Mikhaylov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolay Mikhaylov 2009-07-16 15:00:17 UTC
Install the package failed because of the conflict files

 * Detected file collision(s):
 * 
 * 	/usr/include/libintl.h

localhost ~ # portageq owners / /usr/include/libintl.h
sys-libs/glibc-2.9_p20081201-r2
	/usr/include/libintl.h

In the installation log file is written:
/usr/bin/install -c -m 644 libintl.h /var/tmp/portage/sys-devel/gettext-0.17/image//usr/include/libintl.h;
Comment 1 Nikolay Mikhaylov 2009-07-16 15:03:47 UTC
Created attachment 198192 [details]
Log Installation
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-07-16 15:05:42 UTC
emerge --info please.
Comment 3 Nikolay Mikhaylov 2009-07-16 15:07:58 UTC
(In reply to comment #2)
> emerge --info please.
> 
Portage 2.1.6.13 (arch/amd64, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.29-gentoo-r5 x86_64)
=================================================================
System uname: Linux-2.6.29-gentoo-r5-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E6750_@_2.66GHz-with-glibc2.2.5
Timestamp of tree: Thu, 16 Jul 2009 13:30:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-lang/python:     2.5.4-r3
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.63
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64 x86"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native -mtune=native -msse3 -mfpmath=sse"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=native -mtune=native -msse3 -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg candy ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="ru_RU.UTF-8"
LC_ALL=""
LDFLAGS=""
LINGUAS="ru en"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="64bit X alsa amd64 automount berkdb bootstrap bzip2 cleartype cracklib crypt cups curl dbus disk-partition djvu elibc_glibc exif extra-tools fbcondecor fontforge ftp gdbm gpm hal input_devices_keyboard input_devices_mouse input_devices_virtualbox jbig jpeg jpeg2k libnotify linguas_ru mmx multilib multiuser ncurses nls nptl nss opengl openmp pam pcre perl php pic png python samba slang sound sse sse2 ssl startup-notification svg svga syslog tcl tiff toolbar tools truetype unicode utils video_cards_nv video_cards_nvidia xattr xcb xml xorg xpm zip zlib"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-07-17 06:53:16 UTC
(In reply to comment #3)
> > emerge --info please.
> Portage 2.1.6.13 (arch/amd64, gcc-4.3.2, glibc-2.9_p20081201-r2,
> 2.6.29-gentoo-r5 x86_64)

I might be wrong, but arch/amd64 doesn't look like a valid profile to me.

Try: ln -nfs /usr/portage/profiles/default/linux/amd64/2008.0 /etc/make.profile
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-07-17 08:18:54 UTC
I wasn't wrong. Your profile is invalid.
Comment 6 Nikolay Mikhaylov 2009-07-17 14:20:09 UTC
(In reply to comment #5)
> I wasn't wrong. Your profile is invalid.
> 

Thank you, indeed this is my bug 
Comment 7 Christopher Dale 2010-01-05 14:26:23 UTC
Just wanted to say that I had this problem too (invalid profile). Didn't read up on the profile stuff as well as I should have and found myself with an arch/x86 symlink.

Thanks for pointing this out.

Chrelad