Bug#1022289: [pkg-gnupg-maint] Bug#1022289: libassuan: FTBFS: configure: error: libgpg-error was not found

2022-11-01 Thread Daniel Kahn Gillmor
Hi Andreas--

Thanks for this.  I'm wrapping this up with a few other lintian fixes
and i should have a released version in unstable by later today or
tomorrow.

Thanks for helping out here!

--dkg

On Tue 2022-11-01 14:10:36 +0100, Andreas Metzler wrote:
> On 2022-10-23 Andreas Metzler  wrote:
> [...]
>> Caused by new gpg-error dropping gpg-error-config, this works for me:
>
>> --- libassuan-2.5.5/debian/rules2022-04-30 17:47:12.0 +0200
>> +++ patched/libassuan-2.5.5.patched/debian/rules2022-10-23 
>> 18:23:40.505849321 +0200
>> @@ -27,7 +27,6 @@
>> for cpu in i686 x86_64; do \
>>  mkdir -p build-$$cpu-w64-mingw32 && \
>>  cd build-$$cpu-w64-mingw32 && $(WIN_FLAGS) ../configure \
>> -   --with-libgpg-error-prefix=/usr/$$cpu-w64-mingw32 \
>
> Hello,
>
> Commited to GIT, please give me a heads up if you want me to make either
> a NMU or add myself to Uploaders and make a regular upload. (Although
> this is a serious bugreport I do not think it is yet so urgent to
> require a upload without maintainer feedback. - Might change, e.g if
> libassuan blocked a transition.)
>
> cu Andreas
> -- 
> `What a good friend you are to him, Dr. Maturin. His other friends are
> so grateful to you.'
> `I sew his ears on from time to time, sure'
> ___
> pkg-gnupg-maint mailing list
> pkg-gnupg-ma...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-gnupg-maint


signature.asc
Description: PGP signature


Bug#1022289: libassuan: FTBFS: configure: error: libgpg-error was not found

2022-11-01 Thread Andreas Metzler
On 2022-10-23 Andreas Metzler  wrote:
[...]
> Caused by new gpg-error dropping gpg-error-config, this works for me:

> --- libassuan-2.5.5/debian/rules2022-04-30 17:47:12.0 +0200
> +++ patched/libassuan-2.5.5.patched/debian/rules2022-10-23 
> 18:23:40.505849321 +0200
> @@ -27,7 +27,6 @@
> for cpu in i686 x86_64; do \
>  mkdir -p build-$$cpu-w64-mingw32 && \
>  cd build-$$cpu-w64-mingw32 && $(WIN_FLAGS) ../configure \
> -   --with-libgpg-error-prefix=/usr/$$cpu-w64-mingw32 \

Hello,

Commited to GIT, please give me a heads up if you want me to make either
a NMU or add myself to Uploaders and make a regular upload. (Although
this is a serious bugreport I do not think it is yet so urgent to
require a upload without maintainer feedback. - Might change, e.g if
libassuan blocked a transition.)

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


signature.asc
Description: PGP signature


Bug#1022289: libassuan: FTBFS: configure: error: libgpg-error was not found

2022-10-23 Thread Andreas Metzler
On 2022-10-23 Lucas Nussbaum  wrote:
> Source: libassuan
> Version: 2.5.5-4
> Severity: serious
> Justification: FTBFS
> Tags: bookworm sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20221023 ftbfs-bookworm

> Hi,

> During a rebuild of all packages in sid, your package failed to build
> on amd64.


> Relevant part (hopefully):
> > ../configure: line 15745: /usr/i686-w64-mingw32/bin/gpg-error-config: No 
> > such file or directory
[...]


Hello,

Caused by new gpg-error dropping gpg-error-config, this works for me:

--- libassuan-2.5.5/debian/rules2022-04-30 17:47:12.0 +0200
+++ patched/libassuan-2.5.5.patched/debian/rules2022-10-23 
18:23:40.505849321 +0200
@@ -27,7 +27,6 @@
for cpu in i686 x86_64; do \
 mkdir -p build-$$cpu-w64-mingw32 && \
 cd build-$$cpu-w64-mingw32 && $(WIN_FLAGS) ../configure \
-   --with-libgpg-error-prefix=/usr/$$cpu-w64-mingw32 \
--prefix=/usr/$$cpu-w64-mingw32 \
--enable-static \
--host $$cpu-w64-mingw32 && \

and a successful build with gpg-error 1.46 and a patched build with 1.47 look
almost identical except for configure messages changing:
-checking for gpg-error-config... /usr/x86_64-w64-mingw32/bin/gpg-error-config
+checking for gpg-error-config... no
 checking for gpgrt-config... /usr/bin/gpgrt-config
 configure: Use gpgrt-config with /usr/x86_64-w64-mingw32/lib as 
gpg-error-config
-checking for GPG Error - version >= 1.17... yes (1.45)
+checking for GPG Error - version >= 1.17... yes (1.46)

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



Bug#1022289: libassuan: FTBFS: configure: error: libgpg-error was not found

2022-10-23 Thread Lucas Nussbaum
Source: libassuan
Version: 2.5.5-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> ../configure: line 15745: /usr/i686-w64-mingw32/bin/gpg-error-config: No such 
> file or directory
> ../configure: line 15756: test: : integer expression expected
> ../configure: line 15759: test: : integer expression expected
> ../configure: line 15766: test: : integer expression expected
> checking for GPG Error - version >= 1.17... no
> configure: error: libgpg-error was not found
> make[1]: *** [debian/rules:27: override_dh_auto_build-indep] Error 1
> make[1]: Leaving directory '/<>'


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/libassuan_2.5.5-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20221023=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.