Hi Phillip,
Thanks so much for answering my question so promptly! That worked for
me (although I also needed to install autogen). One thing I get is
when running make check, it looks like there's a failure (although it
seems to be working fine when I actually run it.
Thanks again!
Jon
> make check
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/local/include
-c -o cutgen.o cutgen.c
gcc -g -O2 -Wall -Werror -I/usr/local/include -L/usr/local/lib
-Wl,-rpath,/usr/local/lib -o cutgen cutgen.o -levent -levent -levent
-lnsl
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 -Wall -Werror -I/usr/local/include
-c -o tests/cutcheck.o tests/cutcheck.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/local/include
-c -o cut.o cut.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/local/include
-c -o tests/test_job.o tests/test_job.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Werror -I/usr/local/include
-c -o tests/test_pq.o tests/test_pq.c
gcc -g -O2 -Wall -Werror -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 port.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}
./sh-tests/delete_ready.commands
./sh-tests/multi-tube.commands
./sh-tests/no_negative_delays.commands
./sh-tests/omit-time-left.commands
./sh-tests/pause-tube.commands
37,88d36
< RESERVED 1 1
< 1
< DELETED
< PAUSED
< OK 251
< ---
< name: default
< current-jobs-urgent: 1
< current-jobs-ready: 1
< current-jobs-reserved: 0
< current-jobs-delayed: 0
< current-jobs-buried: 0
< total-jobs: 2
< current-using: 1
< current-watching: 1
< current-waiting: 0
< cmd-pause-tube: 3
< pause: 3
< pause-time-left: 2
<
< OK 131
< id: 2
< tube: default
< state: ready
< pri: 0
< age: 1
< delay: 1
< ttr: 1
< time-left: 0
< reserves: 0
< timeouts: 0
< releases: 0
< buries: 0
< kicks: 0
<
< RESERVED 2 1
< 2
< OK 134
< id: 2
< tube: default
< state: reserved
< pri: 0
< age: 4
< delay: 1
< ttr: 1
< time-left: 0
< reserves: 1
< timeouts: 0
< releases: 0
< buries: 0
< kicks: 0
<
FAIL: ./sh-tests/pause-tube.commands
make: *** [check-shell] Error 1
On Wed, Feb 17, 2010 at 11:58 AM, Philip Ross <[email protected]> wrote:
>> I got the source via git clone git://github.com/kr/beanstalkd.git, but
>> there's no configure script in there. Do I need to get a different
>> version? Can I build without running configure first? (On Ubuntu 9.04,
>> Karmic)
>
> You need to run ./autogen.sh to create the configure script. See the
> README-DEVELOPERS file:
>
> http://github.com/kr/beanstalkd/blob/master/README-DEVELOPERS
>
> Regards,
>
> Phil
>
> --
> 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.
>
>
--
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.