I'm on 64bit linux (2.6.27) on gcc 4.3.x with libevent 1.4.9:
~/beanstalkgit $ make check
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o beanstalkd.o
beanstalkd.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o binlog.o
binlog.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o conn.o conn.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o job.o job.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o ms.o ms.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o net.o net.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o pq.o pq.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o primes.o
primes.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o prot.o prot.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o tube.o tube.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o util.o util.c
gcc -g -O2 -I/usr/include -L/usr/lib -Wl,-rpath,/usr/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 -lnsl
gcc -g -O2 -I/usr/include -L/usr/lib -Wl,-rpath,/usr/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/include -c -o tests/
cutcheck.o tests/cutcheck.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o cut.o cut.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o tests/
test_job.o tests/test_job.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include -c -o tests/
test_pq.o tests/test_pq.c
gcc -g -O2 -I/usr/include -L/usr/lib -Wl,-rpath,/usr/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 -lnsl
tests/cutcheck
0.......... 10...
13 tests; 0 failures; 0 errors.
./check.sh ./sh-tests/*.commands
./sh-tests/delete_ready.commands
./sh-tests/multi-tube.commands
./sh-tests/no_large_delays.commands
1d0
< BAD_FORMAT
FAIL: ./sh-tests/no_large_delays.commands
make: *** [check-shell] Error 1
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---