Backslash swallowed by %configure on koji rawhide build

Jan Kratochvil jan.kratochvil at redhat.com
Thu Jul 25 16:01:15 UTC 2013


On Thu, 25 Jul 2013 10:03:57 +0200, Panu Matilainen wrote:
> On 07/25/2013 10:52 AM, Jamie Nguyen wrote:
> > Today, the %configure macro swallowed a backslash linking the next line,
[...]
> Looks like breakage caused by the recent libtool-related hardening
> hackery in redhat-rpm-config
> (https://bugzilla.redhat.com/show_bug.cgi?id=978949)

FYI in my case it failed for elfutils-0.156-1.fc20:

%configure --enable-dwz $COMPAT_CONFIG_FLAGS CFLAGS="$RPM_OPT_FLAGS -fexceptions" || {
  cat config.log
  exit 2
}
http://kojipkgs.fedoraproject.org//work/tasks/5275/5655275/build.log
/var/tmp/rpm-tmp.yaEBtr: line 63: syntax error near unexpected token `;'

But not such a problem, I have replaced it in elfutils-0.156-2.fc20 by:

trap 'cat config.log' EXIT
%configure --enable-dwz $COMPAT_CONFIG_FLAGS CFLAGS="$RPM_OPT_FLAGS -fexceptions"
trap '' EXIT


Jan


More information about the devel mailing list