On Sun, Oct 06, 2019 at 09:47:11AM +0200, Yves-Alexis Perez wrote:
> Package: blhc
> Version: 0.09-2
> Severity: normal
>
> Hi,
>
> blhc running on salsaci for strongSwan reports failure
> (https://salsa.debian.org/debian/strongswan/-/jobs/350397/raw) at the
> blhc step because of lines like these:
>
> 8890:CPPFLAGS missing (-D_FORTIFY_SOURCE=2):  /bin/bash
> "/build/strongswan-5.8.0/libtool"  --tag CC --mode=relink gcc -rdynamic
> -g -O2 -fdebug-prefix-map=/build/strongswan-5.8.0=.
> -fstack-protector-strong -Wformat -Werror=format-security -include
> /build/strongswan-5.8.0/config.h -module -avoid-version -Wl,-z,relro
> -Wl,-z,now -Wl,--as-needed -Wl,-O1 -o libstrongswan-kernel-libipsec.la
> -rpath /usr/lib/ipsec/plugins kernel_libipsec_plugin.lo
> kernel_libipsec_ipsec.lo kernel_libipsec_router.lo
> ../../../../src/libipsec/libipsec.la -inst-prefix-dir
> /build/strongswan-5.8.0/debian/tmp)
>
> I have the feelink that $libtool_link_regex should cover relink as well,
> maybe with:
>
> my $libtool_link_regex = qr/\blibtool: (?:re)?link: /;
>
> which seems to mute the error here (not entirely sure it's correct
> though).

Hi,

sounds sensible. Can I get the relevant parts of the original
build log? Your updated regex won't match the line you pasted
('libtool: ' vs. '/libtool" --tag CC --mode=relink') and I want
to make sure my fix works with the original build log.

Regards
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachment: signature.asc
Description: PGP signature

Reply via email to