[ 
https://issues.apache.org/jira/browse/MESOS-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13206606#comment-13206606
 ] 

Thomas Marshall commented on MESOS-153:
---------------------------------------

Updating to the patch for this seems to break compilation for me (on OSX 10.6.8 
with no local changes):

...

g++ -c -I. -I./include -fno-builtin-memcmp -DLEVELDB_PLATFORM_POSIX -DOS_MACOSX 
-g2 -O2 -fPIC  util/options.cc -o util/options.o
g++ -c -I. -I./include -fno-builtin-memcmp -DLEVELDB_PLATFORM_POSIX -DOS_MACOSX 
-g2 -O2 -fPIC  util/status.cc -o util/status.o
rm -f libleveldb.a
ar -rs libleveldb.a ./db/builder.o ./db/c.o ./db/db_impl.o ./db/db_iter.o 
./db/filename.o ./db/dbformat.o ./db/log_reader.o ./db/log_writer.o 
./db/memtable.o ./db/repair.o ./db/table_cache.o ./db/version_edit.o 
./db/version_set.o ./db/write_batch.o ./port/port_posix.o ./table/block.o 
./table/block_builder.o ./table/format.o ./table/iterator.o ./table/merger.o 
./table/table.o ./table/table_builder.o ./table/two_level_iterator.o 
./util/arena.o ./util/cache.o ./util/coding.o ./util/comparator.o 
./util/crc32c.o ./util/env.o ./util/env_posix.o ./util/hash.o 
./util/histogram.o ./util/logging.o ./util/options.o ./util/status.o
ar: creating archive libleveldb.a
make[2]: *** No rule to make target `boto-2.0b2-stamp', needed by `all-local'.  
Stop.
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

                
> EC2 scripts no longer work because third_party/boto-2.02b was compressed
> ------------------------------------------------------------------------
>
>                 Key: MESOS-153
>                 URL: https://issues.apache.org/jira/browse/MESOS-153
>             Project: Mesos
>          Issue Type: Bug
>          Components: build, ec2
>            Reporter: Matei Zaharia
>            Assignee: Matei Zaharia
>            Priority: Blocker
>         Attachments: MESOS-153.patch
>
>
> The EC2 scripts try to add Boto onto the Python path, but the recent change 
> that compressed third_party prevents this. I can think of a few options to 
> get around that:
> - Move Boto into a subdirectory of ec2 (maybe ec2/third_party)
> - Leave it uncompressed in the third_party directory

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to