From: Mohammed Amine SAYA <amine.saya@free.fr>
To: Using the OpenEmbedded metadata to build Linux Distributions
<openembedded-devel@lists.openembedded.org>
Subject: Re: sysvinit-2.86 fails
Date: Sat, 26 Aug 2006 22:20:59 +0200 [thread overview]
Message-ID: <44F0AD2B.1010401@free.fr> (raw)
In-Reply-To: <44F06A3D.8030102@free.fr>
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.
next prev parent reply other threads:[~2006-08-26 19:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-26 15:35 sysvinit-2.86 fails Mohammed Amine SAYA
2006-08-26 20:20 ` Mohammed Amine SAYA [this message]
2006-08-27 7:48 ` pHilipp Zabel
2006-08-27 15:51 ` Mohammed Amine SAYA
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44F0AD2B.1010401@free.fr \
--to=amine.saya@free.fr \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.