# New Ticket Created by Sven Heinicke # Please include the string: [perl #76930] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76930 >
I tried to configure rakudo-star-2010.07 in a directory with a space in it (@#$% Ubuntu One) and it didn't work. It builds fine when I don't include the space. $ perl Configure.pl --gen-parrot --prefix=/home/sven/Ubuntu\ One/opt/perl6 . . . cc -o installable_parrot \ src/main.o src/install_config.o \ -Wl,-rpath=/home/sven/Ubuntu One/opt/perl6/lib -L/usr/local/src/rakudo-star-2010.07/parrot-2.6.0/blib/lib -lparrot -lm -L/usr/lib -licuuc -licudata -lm -ldl -lm -lpthread -lcrypt -lrt -lreadline -fstack-protector -L/usr/local/lib -Wl,-E cc: One/opt/perl6/lib: No such file or directory make: *** [installable_parrot] Error 1 Command failed (status 512): make install-dev ===SORRY!=== Unable to locate parrot_config To automatically build the version of Parrot that came with this distribution (2.6.0), try re-running Configure.pl with the '--gen-parrot' option. Or, use the '--parrot-config' option to explicitly specify the location of parrot_config to be used to build Rakudo Star.