Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 52991

Summary: Ebuild support files should not contain colon (:) in their names
Product: Gentoo Linux Reporter: Sergey Starosek <star>
Component: New packagesAssignee: Kurt Lieber (RETIRED) <klieber>
Status: RESOLVED CANTFIX    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sergey Starosek 2004-06-04 10:24:57 UTC
Currently it's only net-misc/cfengine/files/module:cfportage.

Such files prevent keeping and/or sharing Portage via Samba or storing it on FAT32 (NTFS ?) partitions.


Reproducible: Always
Steps to Reproduce:




Portage 2.0.50-r7 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.26-co-0.6.1)
=================================================================
System uname: 2.4.26-co-0.6.1 i686 Intel(R) Celeron(R) CPU 2.00GHz
Gentoo Base System version 1.4.10
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /opt/tomcat/conf /usr/X11R6/lib/X11/xkb
/usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apm avi berkdb cdr crypt cups encode esd foomaticdb gdbm gif gpm gtk gtk2
imlib java jpeg libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl
oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl svga
tcltk tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Kurt Lieber (RETIRED) gentoo-dev 2004-06-04 11:14:21 UTC
cfengine requires colons in the names of their module files.  There's nothing we can do about it.

Marking as cantfix.
Comment 2 Sergey Starosek 2004-06-04 12:14:11 UTC
Isn't it possible to avoid colons in portage tree but rather rename that file (or whatever) it during installation?