Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28842 - gconf-2.4.0.1.ebuild doesn't put 50gconf into env.d
Summary: gconf-2.4.0.1.ebuild doesn't put 50gconf into env.d
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-15 22:23 UTC by Derek Dolney
Modified: 2003-09-22 08:58 UTC (History)
0 users

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 Derek Dolney 2003-09-15 22:23:06 UTC
These lines in gconf-2.4.0.1.ebuild don't work:

dodir /etc/env.d
    echo 'CONFIG_PROTECT_MASK="/etc/gconf"' > ${D}/../../etc/env.d/50gconf


Reproducible: Always
Steps to Reproduce:
1.emerge gconf
2.
3.

Actual Results:  
You don't get /etc/env.d/50gconf


Portage 2.0.49-r4 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1,
2.4.20-gentoo-r7)=================================================================
System uname: 2.4.20-gentoo-r7 i686 AMD Athlon(tm) Processor
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs userpriv"
GENTOO_MIRRORS="ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo
http://mirrors.tds.net/gentoo http://gentoo.seren.com/gentoo
ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://mirrors.tds.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="oss slang perl python -aalib -apm -arts -avi -berkdb -crypt -cups -encode
-esd -foomaticdb -guile -imlib -java -kde -libg++ -libwww -mad -mikmod -motif
-nas -nls -pam -qt -sdl -svga -tcpd x86 3dnow acpi alsa bonobo gdbm gif gnome
gpm gtk gtk2 jpeg maildir mmx mozilla mpeg ncurses oggvorbis opengl pdflib png
quicktime readline spell ssl tcltk tetex truetype usb X xml2 xmms xv zlib"
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-09-17 15:51:44 UTC
foser, any idea what that is about? should it be ${ROOT}/etc/env.d/50gconf ? and do we need to run env-update right after that as well? 
Comment 2 foser (RETIRED) gentoo-dev 2003-09-20 07:29:10 UTC
i fixed the path in the current ebuild, please test.

thanks for the report
Comment 3 Derek Dolney 2003-09-22 08:58:24 UTC
Tested: it works now.