Comment 6 for bug 1050507

Revision history for this message
Brian Aker (brianaker) wrote : Re: [Bug 1050507] Re: gearman_worker_st no longer visible from gearman_job_st

Can you post you configure file?

What platform?

There is a build that is winding its way through the process now.

On Sep 17, 2012, at 8:50, "Herman J. Radtke III"
<email address hidden> wrote:

> I am unable to successfully run configure. I get an syntax error during
> the vcs checkout check.
>
> Log:
> bzr branch lp:gearmand/1.0 gearmand-1.0
> cd gearmand-1.0/
> [vagrant@localhost gearmand-1.0]$ ./config/autorun.sh
> : running `/usr/bin/autoreconf --install --verbose -Wall -Werror'
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal -I m4 --install
> autoreconf: configure.ac: tracing
> autoreconf: running: libtoolize --copy
> libtoolize: `config/ltmain.sh' is newer: use `--force' to overwrite
> libtoolize: `m4/libtool.m4' is newer: use `--force' to overwrite
> libtoolize: `m4/ltoptions.m4' is newer: use `--force' to overwrite
> libtoolize: `m4/ltversion.m4' is newer: use `--force' to overwrite
> libtoolize: `m4/lt~obsolete.m4' is newer: use `--force' to overwrite
> autoreconf: running: /usr/bin/autoconf --warnings=all,error
> autoreconf: running: /usr/bin/autoheader --warnings=all,error
> autoreconf: running: automake --add-missing --copy --no-force --warnings=all,error
> autoreconf: Leaving directory `.'
> [vagrant@localhost gearmand-1.0]$ ./configure
> ...
> checking for vcs checkout... yes
> ./configure: line 33710: syntax error near unexpected token `fi'
> ./configure: line 33710: `fi'
>
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1050507
>
> Title:
> gearman_worker_st no longer visible from gearman_job_st
>
> Status in Gearman Server and Client Libraries:
> Fix Committed
>
> Bug description:
> Existing pecl/gearman code:
> obj->ret= gearman_job_send_data(obj->job, data, data_len);
> if (obj->ret != GEARMAN_SUCCESS && obj->ret != GEARMAN_IO_WAIT) {
> php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s",
> gearman_worker_error(obj->job->worker));
> RETURN_FALSE;
> }
>
>
> Now that the gearman_worker_st is private, I need a function to report the error. Something like gearman_job_error().
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gearmand/+bug/1050507/+subscriptions