[Mono-dev] Daily Package: instruction metadata inconsistent
Patrick Heeb
patrick.heeb at noser.com
Mon Jun 28 04:38:42 EDT 2010
What might be wrong with the command? here is a snipplet of the compile log
Making all in mini
make[3]: Entering directory `/mono-20100618/mono/mini'
if test -d ../../.git; then svn_info="git log --no-color --first-parent -n1
--
grep=git-svn-id: --pretty=format:%b | sed -n -e 's,git-svn-id: \(.*\)@\(.*\)
.*,URL: \1 Revision: \2,p'"; fi; \
if test -d ./.svn; then svn_info='svn info'; fi; \
if test -n "$svn_info"; then \
(cd ../..; \
LANG=C; export LANG; \
branch=`eval $svn_info | sed -n -e '/URL/
s,.*source/\(.*\)/mono.*,/\1/mono,p'`; \
version=`eval $svn_info | sed -n -e '/Revision/
s/.*:
//p'`; \
echo "#define FULL_VERSION \"$branch r$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
CC genmdesc-genmdesc.o
CC genmdesc-helpers.o
LD genmdesc
perl ./genmdesc.pl __arm__ . cpu-arm.h arm_cpu_desc ./cpu-arm.md
thanks
Patrick
Rodrigo Kumpera wrote:
>
> You compiled mono in the wrong way. gemdesc was run with the wrong inputs.
>
>
--
View this message in context: http://mono.1490590.n4.nabble.com/Daily-Package-instruction-metadata-inconsistent-tp2266562p2270617.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
More information about the Mono-devel-list
mailing list