Bug#984582: apparmor FTCBFS: many different reasons

2021-10-18 Thread Helmut Grohne
Control: tags -1 + patch intrigeri asked me to split this into merge requests and update the bug. On Fri, Mar 05, 2021 at 01:07:45PM +0100, Helmut Grohne wrote: > 1. Build-Depends are a problem. perl is not installable for the host >architecture. perl is used here to build a perl extension. A

Bug#984582: [pkg-apparmor] Bug#984582: apparmor FTCBFS: many different reasons

2021-10-18 Thread intrigeri
Control: tag -1 - patch Control: tag -1 - moreinfo Control: tag -1 + help Hi, Helmut Grohne (2021-03-20): >> > 4. Then it uses AC_CHECK_FILE to locate a header. Bad idea. >> >AC_CHECK_FILE is for host files, not for build files. Please use >> > test -e instead. > > https://gitlab.com/apparmor

Bug#984582: [pkg-apparmor] Bug#984582: apparmor FTCBFS: many different reasons

2021-04-02 Thread intrigeri
Hi Helmut, First: wow, great investigative work! Helmut Grohne (2021-03-05): > So I have a longer patch fixing 1-6 attached. Please consider applying > it. I guess this is post-bullseye material though. Of course you can > give some feedback pre-bullseye to move this forward. I would be happy to

Bug#984582: [pkg-apparmor] Bug#984582: apparmor FTCBFS: many different reasons

2021-03-20 Thread Helmut Grohne
On Fri, Mar 19, 2021 at 06:41:35PM +0100, Christian Boltz wrote: > Hello, > > Am Freitag, 5. März 2021, 13:07:45 CET schrieb Helmut Grohne: > > 4. Then it uses AC_CHECK_FILE to locate a header. Bad idea. > >AC_CHECK_FILE is for host files, not for build files. Please use > > test -e instead.

Bug#984582: [pkg-apparmor] Bug#984582: apparmor FTCBFS: many different reasons

2021-03-19 Thread Christian Boltz
Hello, Am Freitag, 5. März 2021, 13:07:45 CET schrieb Helmut Grohne: > 4. Then it uses AC_CHECK_FILE to locate a header. Bad idea. >AC_CHECK_FILE is for host files, not for build files. Please use > test -e instead. > 6. The configure script assumes that $PYTHON-config is right. >Unfortun

Bug#984582: apparmor FTCBFS: many different reasons

2021-03-05 Thread Helmut Grohne
Source: apparmor Version: 2.13.6-9 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability ftcbfs apparmor fails to cross build from source for a pile of reasons. We won't make it cross buildable today, but here goes the stuff that I figured out: 1. Build-Depends are a prob