[Gpg4win-devel] Build instructions Re: SVN build: Failed to download packages

Dr. Peter Voigt pvoigt at uos.de
Fri Nov 2 12:13:33 CET 2012


Bernhard Reiter <bernhard at intevation.de> writes:

> Yes, I also don't remember where the real commands are shown.
> Your config.log says:
> configure:5724: checking for glib-compile-resources
> configure:5754: result: no
> Do the lines 5724 - 5754 indicate what it is searching for?
>
Well, first of all: My last posting does not appear on the
list. You could read it already because it was CCed to you. 
Instead I've received a message:

"...
Is being held until the list moderator can review it for approval.

The reason it is being held:

    Message body is too big: 64478 bytes with a limit of 40 KB
...
"

Following your advice I inspected the generated configure script:
Don't want to post it completely. The relevant lines 5720 - 5756 are:

...
for ac_prog in glib-compile-resources
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_GLIB_COMPILE_RESOURCES+:} false; then :
  $as_echo_n "(cached) " >&6
else
  if test -n "$GLIB_COMPILE_RESOURCES"; then
  ac_cv_prog_GLIB_COMPILE_RESOURCES="$GLIB_COMPILE_RESOURCES" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    ac_cv_prog_GLIB_COMPILE_RESOURCES="$ac_prog"
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
    break 2
  fi
done
  done
IFS=$as_save_IFS

fi
fi
GLIB_COMPILE_RESOURCES=$ac_cv_prog_GLIB_COMPILE_RESOURCES
if test -n "$GLIB_COMPILE_RESOURCES"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_COMPILE_RESOURCES" >&5
$as_echo "$GLIB_COMPILE_RESOURCES" >&6; }
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
...

These lines are not helpful to me - probably because of lacking
knowledge of configure scripting and C. Hope they are more clear to
you.

Regards,
Peter


More information about the Gpg4win-devel mailing list