Hello Dan,

>From what Peter has written, I cannot quite understand what he is
complaining about.

va_copy() *is* used in Bacula if it exists.  If it does not exist, we
provide an
alternative.  So detection of va_copy() is something we want to do.  If he
is complaining about a variable used in configure, then he should write to
the GNU maintainers who write the code that converts configure.in into
configure, but honestly, any compiler is going to have difficulties at
being 100% efficient.

configure is much like a binary or an object because it is compiled from
configure.in.
As such references to "problems" in configure are not very useful.

Best regards,
Kern

On 02/18/2013 12:47 PM, Dan Langille wrote:
> This came to me, a one character patch for configure. I am not
> familiar with the option in question. And I can test it just now. 
>
> Hope this helps. 
>
> -- 
> Dan Langille
> http://langille.org/
>
>
> Begin forwarded message:
>
>> *From:* Peter <p...@citylink.dinoex.sub.org
>> <mailto:p...@citylink.dinoex.sub.org>>
>> *Date:* February 17, 2013, 5:58:39 PM EST
>> *To:* d...@langille.org <mailto:d...@langille.org>
>> *Subject:* *bacula 5.2.12: typo (error) in configure script - please fix*
>>
>>
>> Hi Dan,
>>
>> there is a typo in the configure script, so that va_copy() goes
>> unused though detected.
>> An effect is, if there is a really huge number of incremental jobs,
>> they will not be visible in the Bat browser.
>>
>> This note just in case nobody else has recognized it yet.
>>
>> best regards,
>> PMc
>>
>>
>> *** configure.orig    Sun Feb 17 14:07:18 2013
>> --- configure    Sun Feb 17 14:07:31 2013
>> ***************
>> *** 28518,28524 ****
>>  _ACEOF
>>  if ac_fn_c_try_link "$LINENO"; then :
>>
>> !          ba_cv_va_copy=yes,
>>
>>  else
>>
>> --- 28518,28524 ----
>>  _ACEOF
>>  if ac_fn_c_try_link "$LINENO"; then :
>>
>> !          ba_cv_va_copy=yes
>>
>>  else
>>
>>
>
>
> ------------------------------------------------------------------------------
> The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
> is your hub for all things parallel software development, from weekly thought 
> leadership blogs to news, videos, case studies, tutorials, tech docs, 
> whitepapers, evaluation guides, and opinion stories. Check out the most 
> recent posts - join the conversation now. http://goparallel.sourceforge.net/
>
>
> _______________________________________________
> Bacula-devel mailing list
> Bacula-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-devel

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to