[oe] sysvinit-2.86 fails

Mohammed Amine SAYA amine.saya at free.fr
Sat Aug 26 20:20:59 UTC 2006


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.






More information about the Openembedded-devel mailing list