From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [212.27.42.28] (helo=smtp2-g19.free.fr) by linuxtogo.org with esmtp (Exim 4.61) (envelope-from ) id 1GH3eC-0000y9-A8 for openembedded-devel@lists.openembedded.org; Sat, 26 Aug 2006 21:16:48 +0200 Received: from [82.243.163.8] (cag06-3-82-243-163-8.fbx.proxad.net [82.243.163.8]) by smtp2-g19.free.fr (Postfix) with ESMTP id ABD2F75BDA for ; Sat, 26 Aug 2006 21:15:00 +0200 (CEST) Message-ID: <44F0AD2B.1010401@free.fr> Date: Sat, 26 Aug 2006 22:20:59 +0200 From: Mohammed Amine SAYA User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: Using the OpenEmbedded metadata to build Linux Distributions References: <44F06A3D.8030102@free.fr> In-Reply-To: <44F06A3D.8030102@free.fr> Subject: Re: sysvinit-2.86 fails X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.8 Precedence: list Reply-To: Using the OpenEmbedded metadata to build Linux Distributions List-Id: Using the OpenEmbedded metadata to build Linux Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 19:16:48 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mohammed Amine SAYA wrote: > I got this : > > ln: > `/home/users/asaya/Work/OpenEmbedded/OpenEmbedded-Dev1-mnt028/build/tmp/work/at91sam9261-linux/sysvinit-2.86-r28/image/etc/rc2.d/S99stop-bootlogd': > File exists > > I tried to fix it in sysvinit-2.86.bb file but with no success. > I tried to replace ln -s ../init.d/stop-bootlogd > ${D}${sysconfdir}/rc$level.d/S99stop-bootlogd with ln -sf .... > but It doesn't work either. I mean It builds successfully but > tmp/work/at91sam9261-linux/sysvinit-2.86-r28/image/etc/ is empty !!! > Hi all, As I said before, sysvinit don't build successfully so I replaced ln -s ../init.d/stop-bootlogd ${D}${sysconfdir}/rc$level.d/S99stop-bootlogd with ln -sf ../init.d/stop-bootlogd ${D}${sysconfdir}/rc$level.d/S99stop-bootlogd But I am not sure that is the right way ? Any comment on this workaround please ? Regards, Amine.