Good day, The initng-conf-gtk-9999.ebuild currently present in initng svn repository fails with ACCESS VIOLATION.
The reason for this is the gconf2 installation system, that performs writeability test in sandbox-protected /etc subdirectory. Proposed solution employs gnome2 portage eclass to delay gconf schema installation until sandbox is lifted. This is the new suggested ebuild: --- cut here # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # THIS FILE IS AUTOGENERATED BY gen_ebuild.rb FOR INITNG WRITEN BY deac DESCRIPTION="GTK/Gnome-based configuration tool for initng" HOMEPAGE="http://initng.thinktux.net/" LICENSE="GPL-2" SLOT="0" ESVN_REPO_URI="http://svn.initng.org/initng-gui/initng-conf-gtk" inherit subversion eutils gnome2 SRC_URI="" KEYWORDS="-*" S=${WORKDIR}/${PN} DEPEND=">=gnome-base/libglade-2" src_unpack() { subversion_src_unpack cd ${S} } src_compile() { ./autogen.sh || die emake || die } src_install() { gnome2_src_install # emake install DESTDIR="${D}" || die } --- cut here Thank you for time, best regards, Edward "Hades" Toroshchin -- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
