[Nestedvm] Hardtime building nestedVM with gcc 4.6.1 under Ubuntu 11.04

C.F.Scheidecker Antunes cf.antunes at gmail.com
Tue Jan 3 16:58:44 EST 2012


Thanks Louis,

I've installed DARCS and it got Postfix with it.

I then tried make again and got the following error output:

make -C upstream tasks/build_darcs_classgen
usr="/home/antunes/nestedvm/nestedvm/upstream/install" \
		MIPS_CFLAGS="-O3 -mmemcpy -ffunction-sections -fdata-sections
-falign-functions=512 -fno-rename-registers -fno-schedule-insns
-fno-delayed-branch -freduce-all-givs -march=mips1 -I. -Wall
-Wno-unused" \
		MIPS_PCFLAGS="-O3 -mmemcpy -ffunction-sections -fdata-sections
-falign-functions=512 -fno-rename-registers -fno-schedule-insns
-fno-delayed-branch -freduce-all-givs -march=mips1 -I. -Wall
-Wno-unused --big-endian" \
		MIPS_LDFLAGS="-march=mips1 --static -Wl,--gc-sections"
make[1]: Entrando no diretório `/home/antunes/nestedvm/nestedvm/upstream'
if [ -e tasks/extract_darcs_classgen ]; then echo "Error:
tasks/extract_darcs_classgen exists. something isn't right"; false;
else true; fi
mkdir -p build
if [ -z "http://classgen.ibex.org/" ]; then echo "No darcs url for
classgen" >&2; false; fi
if [ -d "/home/antunes/nestedvm/nestedvm/_darcs" ]; then \
		cd build && darcs get --repo-name="classgen" --verbose
"http://classgen.ibex.org/"; \
	else \
		mkdir -p "build/" && cd "build/"; \
		darcs get --repo-name=classgen http://classgen.ibex.org/; \
	fi

darcs failed:  Not a repository: http://classgen.ibex.org (Failed to
download URL http://classgen.ibex.org/_darcs/inventory: HTTP response
code said error)
make[1]: ** [tasks/extract_darcs_classgen] Erro 2
make[1]: Saindo do diretório `/home/antunes/nestedvm/nestedvm/upstream'
make: ** [upstream/tasks/build_darcs_classgen] Erro 2

On Tue, Jan 3, 2012 at 2:35 PM, Louis Santillan <lpsantil at gmail.com> wrote:
> The error message you're getting is because of a missing darcs program (SCM
> like git or svn or cvs).  Try doing a sudo apt-get install darcs then rerun
> make.
>
> -L
>
>
> On Tuesday, January 3, 2012, C.F.Scheidecker Antunes <cf.antunes at gmail.com>
> wrote:
>> Hello all,
>>
>> I am having a hard time here trying nestedVM.
>>
>> Seems to me that building an older version of gcc is something not
>> practical, therefore I wonder if someone has a work around.
>>
>> The error I have is:
>>
>> nestedvm$ make
>> make -C upstream tasks/build_darcs_classgen
>> usr="/home/antunes/nestedvm/nestedvm/upstream/install" \
>>             MIPS_CFLAGS="-O3 -mmemcpy -ffunction-sections
>> -fdata-sections -falign-functions=512 -fno-rename-registers
>> -fno-schedule-insns -fno-delayed-branch -freduce-all-givs -march=mips1
>> -I. -Wall -Wno-unused" \
>>             MIPS_PCFLAGS="-O3 -mmemcpy -ffunction-sections
>> -fdata-sections -falign-functions=512 -fno-rename-registers
>> -fno-schedule-insns -fno-delayed-branch -freduce-all-givs -march=mips1
>> -I. -Wall -Wno-unused --big-endian" \
>>             MIPS_LDFLAGS="-march=mips1 --static -Wl,--gc-sections"
>> make[1]: Entrando no diretório `/home/antunes/nestedvm/nestedvm/upstream'
>> if [ -e tasks/extract_darcs_classgen ]; then echo "Error:
>> tasks/extract_darcs_classgen exists. something isn't right"; false;
>> else true; fi
>> mkdir -p build
>> if [ -z "http://classgen.ibex.org/" ]; then echo "No darcs url for
>> classgen" >&2; false; fi
>> if [ -d "/home/antunes/nestedvm/nestedvm/_darcs" ]; then \
>>             cd build && darcs get --repo-name="classgen" --verbose
>> "http://classgen.ibex.org/"; \
>>       else \
>>             mkdir -p "build/" && cd "build/"; \
>>             darcs get --repo-name=classgen http://classgen.ibex.org/; \
>>       fi
>> /bin/sh: darcs: not found
>> make[1]: ** [tasks/extract_darcs_classgen] Erro 127
>> make[1]: Saindo do diretório `/home/antunes/nestedvm/nestedvm/upstream'
>> make: ** [upstream/tasks/build_darcs_classgen] Erro 2
>>
>> Thanks,
>>
>> Carlos.
>>
>> _______________________________________________
>> Nestedvm mailing list
>> Nestedvm at lists.hcoop.net
>> https://lists.hcoop.net/listinfo/nestedvm
>>



More information about the Nestedvm mailing list