PATH=/usr/bin:/bin:/Users/fly1600/var/megalib/bin Start 2015-05-01T03:04:07 ActivePerl-1600 CPAN-2.00 Reading '/Users/fly1600/var/cpan/Metadata' Database was generated on Fri, 01 May 2015 05:41:02 GMT Running make for A/AA/AANARI/NewRelic-Agent-0.0500.tar.gz Checksum for /data/cpan/authors/id/A/AA/AANARI/NewRelic-Agent-0.0500.tar.gz ok NewRelic-Agent-0.0500/ NewRelic-Agent-0.0500/Makefile.PL NewRelic-Agent-0.0500/xt/ NewRelic-Agent-0.0500/xt/release/ NewRelic-Agent-0.0500/xt/release/portability.t NewRelic-Agent-0.0500/xt/release/pod-syntax.t NewRelic-Agent-0.0500/inc/ NewRelic-Agent-0.0500/inc/AgentMakeMaker.pm NewRelic-Agent-0.0500/t/ NewRelic-Agent-0.0500/t/00-compile.t NewRelic-Agent-0.0500/t/01-basic.t NewRelic-Agent-0.0500/weaver.ini NewRelic-Agent-0.0500/WithAgent.xs NewRelic-Agent-0.0500/Agent.h NewRelic-Agent-0.0500/dist.ini NewRelic-Agent-0.0500/LICENSE NewRelic-Agent-0.0500/NewRelic-Agent.xsp NewRelic-Agent-0.0500/lib/ NewRelic-Agent-0.0500/lib/NewRelic/ NewRelic-Agent-0.0500/lib/NewRelic/Agent.pm NewRelic-Agent-0.0500/MANIFEST.SKIP NewRelic-Agent-0.0500/ppport.h NewRelic-Agent-0.0500/Agent.cc NewRelic-Agent-0.0500/sdk/ NewRelic-Agent-0.0500/sdk/include/ NewRelic-Agent-0.0500/sdk/include/newrelic_transaction.h NewRelic-Agent-0.0500/sdk/include/newrelic_collector_client.h NewRelic-Agent-0.0500/sdk/include/newrelic_common.h NewRelic-Agent-0.0500/sdk/lib/ NewRelic-Agent-0.0500/sdk/lib/libnewrelic-common.so NewRelic-Agent-0.0500/sdk/lib/libnewrelic-transaction.so NewRelic-Agent-0.0500/sdk/lib/libnewrelic-collector-client.so CPAN.pm: Building A/AA/AANARI/NewRelic-Agent-0.0500.tar.gz >>> /Users/fly1600/ap1600/bin/perl-dynamic Makefile.PL Warning (mostly harmless): No library found for -lnewrelic-common Warning (mostly harmless): No library found for -lnewrelic-collector-client Warning (mostly harmless): No library found for -lnewrelic-transaction Generating a Unix-style Makefile Writing Makefile for NewRelic::Agent Writing MYMETA.yml and MYMETA.json >>> make cp lib/NewRelic/Agent.pm blib/lib/NewRelic/Agent.pm Running Mkbootstrap for NewRelic::Agent () chmod 644 "Agent.bs" g++ -c -I. -I/home/vagrant/Projects/NewRelic-Agent/sdk/include -fno-common -DPERL_DARWIN -no-cpp-precomp -arch i386 -arch x86_64 -nostdinc -B/Developer/SDKs/MacOSX10.6.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.6.sdk/usr/include -F/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks -mmacosx-version-min=10.6 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.0500\" -DXS_VERSION=\"0.0500\" "-I/Users/fly1600/ap1600/lib/CORE" Agent.cc In file included from Agent.cc:1: Agent.h:4:18: error: string: No such file or directory Agent.cc:3:29: error: newrelic_common.h: No such file or directory Agent.cc:4:39: error: newrelic_collector_client.h: No such file or directory Agent.cc:5:34: error: newrelic_transaction.h: No such file or directory In file included from Agent.cc:1: Agent.h:42: error: 'string' does not name a type Agent.h:43: error: 'string' does not name a type Agent.h:44: error: 'string' does not name a type Agent.h:45: error: 'string' does not name a type Agent.h:11: error: 'NULL' was not declared in this scope Agent.h:12: error: 'NULL' was not declared in this scope Agent.h:13: error: 'NULL' was not declared in this scope Agent.h:14: error: 'NULL' was not declared in this scope Agent.cc: In constructor 'Agent::Agent(const char*, const char*, const char*, const char*)': Agent.cc:17: error: class 'Agent' does not have any field named 'license_key' Agent.cc:17: error: 'string' was not declared in this scope Agent.cc:18: error: class 'Agent' does not have any field named 'app_name' Agent.cc:19: error: class 'Agent' does not have any field named 'app_language' Agent.cc:20: error: class 'Agent' does not have any field named 'app_language_version' Agent.cc:22: error: 'license_key' was not declared in this scope Agent.cc:23: error: 'app_name' was not declared in this scope Agent.cc:24: error: 'app_language' was not declared in this scope Agent.cc:25: error: 'app_language_version' was not declared in this scope Agent.cc: In member function 'void Agent::embed_collector()': Agent.cc:30: error: 'newrelic_message_handler' was not declared in this scope Agent.cc:30: error: 'newrelic_register_message_handler' was not declared in this scope Agent.cc: In member function 'void Agent::init()': Agent.cc:35: error: 'license_key' was not declared in this scope Agent.cc:36: error: 'app_name' was not declared in this scope Agent.cc:37: error: 'app_language' was not declared in this scope Agent.cc:38: error: 'app_language_version' was not declared in this scope Agent.cc:39: error: 'newrelic_init' was not declared in this scope Agent.cc: In member function 'long int Agent::begin_transaction()': Agent.cc:43: error: 'newrelic_transaction_begin' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_name(long int, const char*)': Agent.cc:47: error: 'newrelic_transaction_set_name' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_request_url(long int, const char*)': Agent.cc:51: error: 'newrelic_transaction_set_request_url' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_max_trace_segments(long int, int)': Agent.cc:55: error: 'newrelic_transaction_set_max_trace_segments' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_category(long int, const char*)': Agent.cc:59: error: 'newrelic_transaction_set_category' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_type_web(long int)': Agent.cc:63: error: 'newrelic_transaction_set_type_web' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_type_other(long int)': Agent.cc:67: error: 'newrelic_transaction_set_type_other' was not declared in this scope Agent.cc: In member function 'int Agent::add_transaction_attribute(long int, const char*, const char*)': Agent.cc:71: error: 'newrelic_transaction_add_attribute' was not declared in this scope Agent.cc: In member function 'int Agent::notice_transaction_error(long int, const char*, const char*, const char*, const char*)': Agent.cc:87: error: 'newrelic_transaction_notice_error' was not declared in this scope Agent.cc: In member function 'int Agent::end_transaction(long int)': Agent.cc:91: error: 'newrelic_transaction_end' was not declared in this scope Agent.cc: In member function 'int Agent::record_metric(const char*, double)': Agent.cc:95: error: 'newrelic_record_metric' was not declared in this scope Agent.cc: In member function 'int Agent::record_cpu_usage(double, double)': Agent.cc:99: error: 'newrelic_record_cpu_usage' was not declared in this scope Agent.cc: In member function 'int Agent::record_memory_usage(double)': Agent.cc:103: error: 'newrelic_record_memory_usage' was not declared in this scope Agent.cc: In member function 'long int Agent::begin_generic_segment(long int, long int, const char*)': Agent.cc:114: error: 'newrelic_segment_generic_begin' was not declared in this scope Agent.cc: In member function 'long int Agent::begin_datastore_segment(long int, long int, const char*, const char*, const char*, const char*)': Agent.cc:131: error: 'newrelic_basic_literal_replacement_obfuscator' was not declared in this scope Agent.cc:132: error: 'newrelic_segment_datastore_begin' was not declared in this scope Agent.cc: In member function 'long int Agent::begin_external_segment(long int, long int, const char*, const char*)': Agent.cc:146: error: 'newrelic_segment_external_begin' was not declared in this scope Agent.cc: In member function 'int Agent::end_segment(long int, long int)': Agent.cc:150: error: 'newrelic_segment_end' was not declared in this scope Agent.cc: In member function 'const char* Agent::get_license_key()': Agent.cc:154: error: 'license_key' was not declared in this scope Agent.cc: In member function 'const char* Agent::get_app_name()': Agent.cc:158: error: 'app_name' was not declared in this scope Agent.cc: In member function 'const char* Agent::get_app_language()': Agent.cc:162: error: 'app_language' was not declared in this scope Agent.cc: In member function 'const char* Agent::get_app_language_version()': Agent.cc:166: error: 'app_language_version' was not declared in this scope In file included from Agent.cc:1: Agent.h:4:18: error: string: No such file or directory Agent.cc:3:29: error: newrelic_common.h: No such file or directory Agent.cc:4:39: error: newrelic_collector_client.h: No such file or directory Agent.cc:5:34: error: newrelic_transaction.h: No such file or directory In file included from Agent.cc:1: Agent.h:42: error: 'string' does not name a type Agent.h:43: error: 'string' does not name a type Agent.h:44: error: 'string' does not name a type Agent.h:45: error: 'string' does not name a type Agent.h:11: error: 'NULL' was not declared in this scope Agent.h:12: error: 'NULL' was not declared in this scope Agent.h:13: error: 'NULL' was not declared in this scope Agent.h:14: error: 'NULL' was not declared in this scope Agent.cc: In constructor 'Agent::Agent(const char*, const char*, const char*, const char*)': Agent.cc:17: error: class 'Agent' does not have any field named 'license_key' Agent.cc:17: error: 'string' was not declared in this scope Agent.cc:18: error: class 'Agent' does not have any field named 'app_name' Agent.cc:19: error: class 'Agent' does not have any field named 'app_language' Agent.cc:20: error: class 'Agent' does not have any field named 'app_language_version' Agent.cc:22: error: 'license_key' was not declared in this scope Agent.cc:23: error: 'app_name' was not declared in this scope Agent.cc:24: error: 'app_language' was not declared in this scope Agent.cc:25: error: 'app_language_version' was not declared in this scope Agent.cc: In member function 'void Agent::embed_collector()': Agent.cc:30: error: 'newrelic_message_handler' was not declared in this scope Agent.cc:30: error: 'newrelic_register_message_handler' was not declared in this scope Agent.cc: In member function 'void Agent::init()': Agent.cc:35: error: 'license_key' was not declared in this scope Agent.cc:36: error: 'app_name' was not declared in this scope Agent.cc:37: error: 'app_language' was not declared in this scope Agent.cc:38: error: 'app_language_version' was not declared in this scope Agent.cc:39: error: 'newrelic_init' was not declared in this scope Agent.cc: In member function 'long int Agent::begin_transaction()': Agent.cc:43: error: 'newrelic_transaction_begin' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_name(long int, const char*)': Agent.cc:47: error: 'newrelic_transaction_set_name' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_request_url(long int, const char*)': Agent.cc:51: error: 'newrelic_transaction_set_request_url' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_max_trace_segments(long int, int)': Agent.cc:55: error: 'newrelic_transaction_set_max_trace_segments' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_category(long int, const char*)': Agent.cc:59: error: 'newrelic_transaction_set_category' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_type_web(long int)': Agent.cc:63: error: 'newrelic_transaction_set_type_web' was not declared in this scope Agent.cc: In member function 'int Agent::set_transaction_type_other(long int)': Agent.cc:67: error: 'newrelic_transaction_set_type_other' was not declared in this scope Agent.cc: In member function 'int Agent::add_transaction_attribute(long int, const char*, const char*)': Agent.cc:71: error: 'newrelic_transaction_add_attribute' was not declared in this scope Agent.cc: In member function 'int Agent::notice_transaction_error(long int, const char*, const char*, const char*, const char*)': Agent.cc:87: error: 'newrelic_transaction_notice_error' was not declared in this scope Agent.cc: In member function 'int Agent::end_transaction(long int)': Agent.cc:91: error: 'newrelic_transaction_end' was not declared in this scope Agent.cc: In member function 'int Agent::record_metric(const char*, double)': Agent.cc:95: error: 'newrelic_record_metric' was not declared in this scope Agent.cc: In member function 'int Agent::record_cpu_usage(double, double)': Agent.cc:99: error: 'newrelic_record_cpu_usage' was not declared in this scope Agent.cc: In member function 'int Agent::record_memory_usage(double)': Agent.cc:103: error: 'newrelic_record_memory_usage' was not declared in this scope Agent.cc: In member function 'long int Agent::begin_generic_segment(long int, long int, const char*)': Agent.cc:114: error: 'newrelic_segment_generic_begin' was not declared in this scope Agent.cc: In member function 'long int Agent::begin_datastore_segment(long int, long int, const char*, const char*, const char*, const char*)': Agent.cc:131: error: 'newrelic_basic_literal_replacement_obfuscator' was not declared in this scope Agent.cc:132: error: 'newrelic_segment_datastore_begin' was not declared in this scope Agent.cc: In member function 'long int Agent::begin_external_segment(long int, long int, const char*, const char*)': Agent.cc:146: error: 'newrelic_segment_external_begin' was not declared in this scope Agent.cc: In member function 'int Agent::end_segment(long int, long int)': Agent.cc:150: error: 'newrelic_segment_end' was not declared in this scope Agent.cc: In member function 'const char* Agent::get_license_key()': Agent.cc:154: error: 'license_key' was not declared in this scope Agent.cc: In member function 'const char* Agent::get_app_name()': Agent.cc:158: error: 'app_name' was not declared in this scope Agent.cc: In member function 'const char* Agent::get_app_language()': Agent.cc:162: error: 'app_language' was not declared in this scope Agent.cc: In member function 'const char* Agent::get_app_language_version()': Agent.cc:166: error: 'app_language_version' was not declared in this scope lipo: can't open input file: /var/tmp//ccFBKMCp.out (No such file or directory) make: *** [Agent.o] Error 1 AANARI/NewRelic-Agent-0.0500.tar.gz make -- NOT OK Running make test Can't test without successful make Finished 2015-05-01T03:04:11