Your message dated Mon, 29 Nov 2021 18:39:40 +0000
with message-id <e1mrlyy-0007h3...@fasolo.debian.org>
and subject line Bug#997821: Removed package(s) from unstable
has caused the Debian Bug report #997063,
regarding php8.0: FTBFS on hurd-i386
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
997063: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997063
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php8.0
Version: 8.0.8-1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

Currently php8.0 FTBFS on GNU/Hurd due to the option --with-fpm-
apparmor while apparmor is no longer built on non-linux. The patch,
debian_rules.diff, fixes this problem.

This patch has been used to successfully build php8.0 on GNU/Hurd
and GNU/Linux.

Thanks!




--- a/debian/rules	2021-07-01 17:25:46.000000000 +0200
+++ b/debian/rules	2021-10-22 23:28:17.000000000 +0200
@@ -124,6 +124,7 @@
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
   CONFIGURE_SYSTEMD := --with-fpm-systemd
+  CONFIGURE_APPARMOR := --with-fpm-apparmor
 endif
 
 # specify some options to our patch system
@@ -231,7 +232,7 @@
 		--prefix=/usr --enable-fpm --enable-cli --disable-cgi --disable-phpdbg \
 		--sysconfdir=/etc/php/$(PHP_NAME_VERSION)/fpm \
 		--with-fpm-user=www-data --with-fpm-group=www-data \
-		--with-fpm-acl --with-fpm-apparmor \
+		--with-fpm-acl $(CONFIGURE_APPARMOR) \
 		--with-config-file-path=/etc/php/$(PHP_NAME_VERSION)/fpm \
 		--with-config-file-scan-dir=/etc/php/$(PHP_NAME_VERSION)/fpm/conf.d \
 		$(COMMON_CONFIG) \

--- End Message ---
--- Begin Message ---
Version: 8.0.8-1+rm

Dear submitter,

as the package php8.0 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/997821

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to