Export to GitHub

scalaris - issue #5

creepy errors and make rrd-init fails


Posted on Oct 29, 2008 by Swift Wombat

Any ideas?

$ make Stu's Erlang Environment Recompile: test/intervals_SUITE test/intervals_SUITE.erl:28: can't find include lib "quickcheck.hrl" test/intervals_SUITE.erl:71: undefined macro ''FORALL'' test/intervals_SUITE.erl:84: undefined macro ''FORALL'' test/intervals_SUITE.erl:91: undefined macro ''FORALL'' test/intervals_SUITE.erl:105: undefined macro ''FORALL'' test/intervals_SUITE.erl:118: undefined macro ''FORALL'' test/intervals_SUITE.erl:126: undefined macro ''FORALL'' test/intervals_SUITE.erl:134: undefined macro ''FORALL'' test/intervals_SUITE.erl:170: undefined macro ''FORALL'' test/intervals_SUITE.erl:191: undefined macro ''FORALL'' test/intervals_SUITE.erl:206: undefined macro ''FORALL'' test/intervals_SUITE.erl:212: undefined macro ''FORALL'' test/intervals_SUITE.erl:227: undefined macro ''FORALL'' test/intervals_SUITE.erl:246: undefined macro ''LET'' test/intervals_SUITE.erl:76: function prop_make/0 undefined test/intervals_SUITE.erl:88: function prop_unpack/0 undefined test/intervals_SUITE.erl:96: function prop_unpack2/0 undefined test/intervals_SUITE.erl:110: function prop_is_empty/0 undefined test/intervals_SUITE.erl:142: function prop_cut/0 undefined test/intervals_SUITE.erl:145: function prop_not_cut/0 undefined test/intervals_SUITE.erl:148: function prop_not_cut2/0 undefined test/intervals_SUITE.erl:182: function prop_cut_iter/0 undefined test/intervals_SUITE.erl:198: function prop_is_covered/0 undefined test/intervals_SUITE.erl:216: function prop_sanitize/0 undefined test/intervals_SUITE.erl:219: function prop_sanitize2/0 undefined test/intervals_SUITE.erl:233: function prop_in/0 undefined

$ make rrd-init create data/average_memory_usage.rrd --step 60 DS:av_mem:GAUGE:300:0:10000000 RRA:AVERAGE:0.5:1:525600 make: create: Command not found make: * [rrd-init] Error 127

Comment #1

Posted on Oct 29, 2008 by Quick Horse

Hi stu,

as of revision 62 your problems should be fixed. We did some experiments with a test version of quickcheck and in test/intervals_SUITE.erl were the left overs. Regarding the rrd, we used rrd a couple of months ago for monitoring, but it was disabled for quite a while now. I removed it completely, therefore the make rrd-init isn't necessary any more.

Thorsten

Comment #2

Posted on Oct 30, 2008 by Quick Horse

(No comment was entered for this change.)

Comment #3

Posted on Oct 30, 2008 by Quick Horse

(No comment was entered for this change.)

Comment #4

Posted on Oct 31, 2008 by Swift Wombat

Looks much much better. Thanks!!

$make Recompile: src/webhelpers Recompile: src/process_dictionary src/process_dictionary.erl:114: Warning: function find_instance_id/0 is unused src/process_dictionary.erl:270: Warning: function find_process/2 is unused src/process_dictionary.erl:281: Warning: function find_group/2 is unused Recompile: src/preconfig Recompile: src/cs_sup_or Recompile: src/config Recompile: src/boot_sup Recompile: src/boot_logger Recompile: src/pubsub/pubsub_api Recompile: test/pubsub_SUITE Recompile: test/cs_replica_stabilization_SUITE Recompile: test/cs_keyholder_SUITE Recompile: test/cs_db_otp_SUITE Recompile: test/cs_api_SUITE Recompile: test/concurrent_transaction_SUITE Recompile: test/bulkowner_SUITE Recompile: test/banking_account_SUITE $

Status: Fixed

Labels:
Type-Defect Priority-Medium