From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27537 invoked by uid 1002); 8 Jun 2003 10:45:05 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 9107 invoked from network); 8 Jun 2003 10:45:04 -0000 Message-ID: <3EE31383.9070702@xmedia.sk> Date: Sun, 08 Jun 2003 12:44:19 +0200 From: Norbert Kamenicky User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401 X-Accept-Language: sk, cs, en-us MIME-Version: 1.0 To: gentoo-dev@gentoo.org References: <3EE1B5FC.8000809@xmedia.sk> In-Reply-To: <3EE1B5FC.8000809@xmedia.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [gentoo-dev] Howto continue after failed emerge X-Archives-Salt: 0f339e04-6ec8-4803-a5cc-d5c2be788cce X-Archives-Hash: 602fa85f73edc50ec7893b887801a920 Norbert Kamenicky wrote: > Hi, > > I added support for slovak language to openoffice-1.0.3-r1.ebuild, and > tried it to emerge. > > After 11 hours (5 h localization !!! + 6 h compilation) > it fails on missing file ... > > How can I continue without waiting another 11 hours ? > (Missing file-dictionary already copied to the tree.) > > Noro Thanks to your answers I found a way how it's possible ... to be able to run just compilation, minimally method src_compile() must be re/written to allow it ... - it have to include all needed environmental setup, - if some special monkey thinks have to be done [like localization :-) ], it's very usefull if it is in extra subroutine, lets it can be easy to comment out if needed Compilation then can be done like this: [VAR] FEATURES="sandbox ccache noclean noautobuild" openoffice compile where "VAR" is a list of needed variables, like USE="...", LANGUAGE="...", ... in case installation should follow, do not touch the ebuild file, othervise it will erase complete build tree and start from source unpacking :-( ... [VAR] FEATURES="sandbox ccache noclean noautobuild" openoffice install [VAR] FEATURES="sandbox ccache noclean noautobuild" openoffice qmerge finish ! PS: "emerge ccache" before starting to build openoffice is very recommended Noro -- gentoo-dev@gentoo.org mailing list