* [Xenomai-help] v2.2.6 prepare-kernel.sh broken for 2.4 kernels
@ 2007-04-03 9:34 Peter Soetens
2007-04-03 10:50 ` Wolfgang Grandegger
2007-04-03 14:18 ` Philippe Gerum
0 siblings, 2 replies; 4+ messages in thread
From: Peter Soetens @ 2007-04-03 9:34 UTC (permalink / raw)
To: xenomai
Hi,
It seems some files are missing in this (not announced ?) release, which make
the prepare-kernel.sh script fail in the following fcn:
patch_help() {
if which perl > /dev/null; then
hfile=$linux_tree/Documentation/Configure.help
if ! grep -iq CONFIG_XENO $hfile; then
kfiles=$xenomai_root/scripts/Kconfig.frag
for d in ksrc/nucleus ksrc/skins ksrc/arch/$xenomai_arch \
ksrc/drivers sim; do
-> 'sim' is not found
kfiles="$kfiles `find $xenomai_root/$d -name Kconfig`"
done
perl $xenomai_root/scripts/help_from_kconfig.pl $kfiles >> $hfile
-> help_from_kconfig.pl is not found.
if test x$verbose = x1; then
echo 'Configuration help added.'
fi
fi
fi
}
It seems (afaikt) to be related to this patch:
<https://mail.gna.org/public/xenomai-core/2006-11/msg00037.html>
Which did not patch the Makefile.am file to include the script in the
EXTRA_DIST var. The 'sim' dir seems to be a Xenomai 2.0.x slip-in.
Peter
--
Peter Soetens -- FMTC -- <http://www.fmtc.be>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [Xenomai-help] v2.2.6 prepare-kernel.sh broken for 2.4 kernels
2007-04-03 9:34 [Xenomai-help] v2.2.6 prepare-kernel.sh broken for 2.4 kernels Peter Soetens
@ 2007-04-03 10:50 ` Wolfgang Grandegger
2007-04-03 14:18 ` Philippe Gerum
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Grandegger @ 2007-04-03 10:50 UTC (permalink / raw)
To: Peter Soetens; +Cc: xenomai
Peter Soetens wrote:
> Hi,
>
> It seems some files are missing in this (not announced ?) release, which make
> the prepare-kernel.sh script fail in the following fcn:
>
> patch_help() {
> if which perl > /dev/null; then
> hfile=$linux_tree/Documentation/Configure.help
> if ! grep -iq CONFIG_XENO $hfile; then
> kfiles=$xenomai_root/scripts/Kconfig.frag
> for d in ksrc/nucleus ksrc/skins ksrc/arch/$xenomai_arch \
> ksrc/drivers sim; do
>
> -> 'sim' is not found
>
> kfiles="$kfiles `find $xenomai_root/$d -name Kconfig`"
> done
> perl $xenomai_root/scripts/help_from_kconfig.pl $kfiles >> $hfile
>
> -> help_from_kconfig.pl is not found.
>
> if test x$verbose = x1; then
> echo 'Configuration help added.'
> fi
> fi
> fi
> }
>
> It seems (afaikt) to be related to this patch:
> <https://mail.gna.org/public/xenomai-core/2006-11/msg00037.html>
>
> Which did not patch the Makefile.am file to include the script in the
> EXTRA_DIST var. The 'sim' dir seems to be a Xenomai 2.0.x slip-in.
A similar problem has been reported in December 2006 with another
release. Search for the subject "prepare kernel fails". Some files are
missing or not up-to-date in this release :-(.
Wolfgang.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [Xenomai-help] v2.2.6 prepare-kernel.sh broken for 2.4 kernels
2007-04-03 9:34 [Xenomai-help] v2.2.6 prepare-kernel.sh broken for 2.4 kernels Peter Soetens
2007-04-03 10:50 ` Wolfgang Grandegger
@ 2007-04-03 14:18 ` Philippe Gerum
2007-04-03 15:19 ` Philippe Gerum
1 sibling, 1 reply; 4+ messages in thread
From: Philippe Gerum @ 2007-04-03 14:18 UTC (permalink / raw)
To: Peter Soetens; +Cc: xenomai
On Tue, 2007-04-03 at 11:34 +0200, Peter Soetens wrote:
> Hi,
>
> It seems some files are missing in this (not announced ?) release, which make
> the prepare-kernel.sh script fail in the following fcn:
>
Fix in progress. Thanks,
--
Philippe.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-04-03 15:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-03 9:34 [Xenomai-help] v2.2.6 prepare-kernel.sh broken for 2.4 kernels Peter Soetens
2007-04-03 10:50 ` Wolfgang Grandegger
2007-04-03 14:18 ` Philippe Gerum
2007-04-03 15:19 ` Philippe Gerum
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.