This time on OS X leopard, libevent 1.4.10 @
8313430cdc94eebc9eb66b95c41d46a49fff0df9 (before the os x build
breakage patch)

# make check
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o
beanstalkd.o beanstalkd.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o binlog.o
binlog.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o conn.o
conn.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o job.o
job.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o ms.o
ms.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o net.o
net.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o pq.o
pq.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o primes.o
primes.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o prot.o
prot.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o tube.o
tube.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o util.o
util.c
gcc  -g -O2 -I/usr/local/include  -L/usr/local/lib -Wl,-rpath,/usr/
local/lib -o beanstalkd beanstalkd.o binlog.o conn.o job.o ms.o net.o
pq.o primes.o prot.o tube.o util.o  -levent -levent  -levent
gcc -g -O2 -I/usr/local/include  -L/usr/local/lib -Wl,-rpath,/usr/
local/lib  cutgen.c   -o cutgen
mkdir -p tests
./cutgen -o tests/cutcheck.c ./tests/test_job.c ./tests/test_pq.c
  - parsing './tests/test_job.c'... done.
  - parsing './tests/test_pq.c'... done.
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o tests/
cutcheck.o tests/cutcheck.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o cut.o
cut.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o tests/
test_job.o tests/test_job.c
gcc -DHAVE_CONFIG_H -I.     -g -O2 -I/usr/local/include -c -o tests/
test_pq.o tests/test_pq.c
gcc  -g -O2 -I/usr/local/include  -L/usr/local/lib -Wl,-rpath,/usr/
local/lib -o tests/cutcheck tests/cutcheck.o cut.o binlog.o conn.o
job.o ms.o net.o pq.o primes.o prot.o tube.o util.o tests/test_job.o
tests/test_pq.o  -levent -levent  -levent
tests/cutcheck

    0......E...   10...

Error in group-job/job_test_all_jobs_used (Exit Status 1)
  tests/test_job.c:100: no symbol: all_jobs_used

13 tests; 0 failures; 1 errors.
make: *** [check-cut] Error 1


Small note: By using head with a slightly modified binlog.c with some
fallocate love (see 
http://groups.google.com/group/beanstalk-talk/browse_thread/thread/8210428dd5f2c98f),
I failed at the same (above) test.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to