Hi all,

I'm in need of a job queue, and am evaluating beanstalkd. Problem is,
detach mode simply isn't working on my FreeBSD 6.3 box. It immediately
dies with no messaging whatsoever, and no beanstalkd process. I've
tried the v1.2 port, from 1.3 tarball and from git source. I'm running
the latest libevent 1.4.10 from ports. When compiling from source,
"make check" returns a strange error. I saw a message in the archives
with a similar problem (http://groups.google.com/group/beanstalk-talk/
browse_thread/thread/bdda1e5ebf2b1d7a/cd072a169fb3ba45?
lnk=gst&q=freebsd#cd072a169fb3ba45), but the fix apparently isn't
working for me.

Any ideas?

# uname -a
FreeBSD skidoo-bsd.xxxxx 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan
16 04:18:52 UTC 2008     [email protected]:/usr/obj/usr/src/
sys/GENERIC  i386
r...@skidoo-bsd # make
make  all-am
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
primes.c:41: warning: this decimal constant is unsigned only in ISO
C90
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 -R/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
r...@skidoo-bsd # make check
gcc -g -O2 -I/usr/local/include -L/usr/local/lib -R/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
tests/test_job.c: In function `__CUT__job_test_all_jobs_used':
tests/test_job.c:100: warning: initialization makes pointer from
integer without a cast
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 -R/usr/local/lib -o
tests/cutcheck   -levent  -levent
/usr/lib/crt1.o(.text+0x72): In function `_start':
: undefined reference to `main'
*** Error code 1

Stop in /usr/local/src/beanstalkd-1.3.

Thanks,
Drew
--~--~---------~--~----~------------~-------~--~----~
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