[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#834169: marked as done (Apache2 can't be installed on testing/sid)



Your message dated Fri, 12 Aug 2016 22:21:29 +0000
with message-id <E1bYKpV-0000Gg-7o@franck.debian.org>
and subject line Bug#834169: fixed in apache2 2.4.23-4
has caused the Debian Bug report #834169,
regarding Apache2 can't be installed on testing/sid
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 owner@bugs.debian.org
immediately.)


-- 
834169: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834169
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apache2
Version: 2.4.23-3
Severity: grave


On a new fresh created Debian Sid ADM64 chroot, installing apache2 is not possible:


$ sudo apt-get install  -y apache2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  autoconf-archive fonts-lato libmpfr4 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libwrap0 python python-minimal python2.7 python2.7-minimal
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  ssl-cert
Suggested packages:
  apache2-doc apache2-suexec-pristine | apache2-suexec-custom openssl-blacklist
The following NEW packages will be installed:
  apache2 ssl-cert
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
31 not fully installed or removed.
Need to get 0 B/248 kB of archives.
After this operation, 641 kB of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 45161 files and directories currently installed.)
Preparing to unpack .../0-apache2_2.4.23-3_amd64.deb ...
preinst called with unknown argument `install'
dpkg: error processing archive /tmp/apt-dpkg-install-qHR4wD/0-apache2_2.4.23-3_amd64.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Selecting previously unselected package ssl-cert.
Preparing to unpack .../1-ssl-cert_1.0.38_all.deb ...
Unpacking ssl-cert (1.0.38) ...
Errors were encountered while processing:
 /tmp/apt-dpkg-install-qHR4wD/0-apache2_2.4.23-3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)



It seems the preinst script aborts when called with $1=install


$ apt-get download apache2
Get:1 http://debian.univ-tlse2.fr/debian sid/main amd64 apache2 amd64 2.4.23-3 [227 kB]
Fetched 227 kB in 0s (250 kB/s)


$ dpkg -I apache2_2.4.23-3_amd64.deb preinst |grep ^case -A99|grep ^esac -B99
case "$1" in
    upgrade)

	if dpkg --compare-versions "$2" lt-nl "2.4.23-3~" ; then
		list_fixup_conffiles | replace_broken_conffiles
	fi

    ;;

    abort-upgrade)
		list_fixup_conffiles | revert_broken_conffiles
    ;;

    *)
	echo "preinst called with unknown argument \`$1'" >&2
	exit 1
    ;;
esac


I workaround this by manually installing apache2 from Jessie, which has a 

case "$1" in
	install|upgrade)
        [         ....... ]
esac

on the preinst script, and later upgrading to the one from testing/sid.

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.4.23-4

We believe that the bug you reported is fixed in the latest version of
apache2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 834169@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch <sf@debian.org> (supplier of updated apache2 package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 12 Aug 2016 21:44:31 +0200
Source: apache2
Binary: apache2 apache2-data apache2-bin apache2-utils apache2-suexec-pristine apache2-suexec-custom apache2-doc apache2-dev apache2-dbg
Architecture: source amd64 all
Version: 2.4.23-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Changed-By: Stefan Fritsch <sf@debian.org>
Description:
 apache2    - Apache HTTP Server
 apache2-bin - Apache HTTP Server (modules and other binary files)
 apache2-data - Apache HTTP Server (common files)
 apache2-dbg - Apache debugging symbols
 apache2-dev - Apache HTTP Server (development headers)
 apache2-doc - Apache HTTP Server (on-site documentation)
 apache2-suexec-custom - Apache HTTP Server configurable suexec program for mod_suexec
 apache2-suexec-pristine - Apache HTTP Server standard suexec program for mod_suexec
 apache2-utils - Apache HTTP Server (utility programs for web servers)
Closes: 834169
Changes:
 apache2 (2.4.23-4) unstable; urgency=medium
 .
   * Fix pre-inst script for new installations. Closes: #834169
Checksums-Sha1:
 efce11f5372ebd13ea43385911cef9d6a6623062 2713 apache2_2.4.23-4.dsc
 271007c4ce59321b5c6789bd53cea925b359d614 351968 apache2_2.4.23-4.debian.tar.xz
 b35bc022686d51414568105ddbff5f8954c3f88e 1149962 apache2-bin_2.4.23-4_amd64.deb
 f94a60f031e736883dee172de751bf4886ec0de6 162126 apache2-data_2.4.23-4_all.deb
 9d8d5a125c12d3f9322e0d274f3c98e2a5097e60 2421938 apache2-dbg_2.4.23-4_amd64.deb
 fd749ac6d9b9b48b46403ccfc77f747ca89ef2df 305646 apache2-dev_2.4.23-4_amd64.deb
 38de9217b7031f177a8700e0fccbd0f529357482 3752454 apache2-doc_2.4.23-4_all.deb
 7dd353c3ee06ba80314b9f8bb44dc4ee69d6cbc5 148448 apache2-suexec-custom_2.4.23-4_amd64.deb
 adc176a8d85c2ea2d73b648810c549401a2968db 146928 apache2-suexec-pristine_2.4.23-4_amd64.deb
 acf368471e0d244d0952aa521f11e47d0c4ae8a3 210692 apache2-utils_2.4.23-4_amd64.deb
 01a0054f0e3e6b106e61d014dd6ff4907896680d 227234 apache2_2.4.23-4_amd64.deb
Checksums-Sha256:
 2c1997c6c0813c69cb96cec3e32a28d185528037da0ece6d19c9820aae08a46b 2713 apache2_2.4.23-4.dsc
 13abdfce0bf5ec9284e62a694dcd745c5541b6acf589e857ce6714aa53c0a803 351968 apache2_2.4.23-4.debian.tar.xz
 37b7bc950747748aaa471b5ccc9ad897c5627b12a60fac50123e9c71ecf0b97a 1149962 apache2-bin_2.4.23-4_amd64.deb
 05e4abb4ab591e8ca37201010d10f95cf6da5079309da8c54dd17c15e2daadb6 162126 apache2-data_2.4.23-4_all.deb
 87432f557ddddd1634950df550ce0f32ac9f1793098e2eb75e286705101fe147 2421938 apache2-dbg_2.4.23-4_amd64.deb
 93ce1b1f2c5495b0ba9b46329799007c01e575657402e00a70e445c022614c61 305646 apache2-dev_2.4.23-4_amd64.deb
 dce997487ac7400d9edef0201c8c44adf954c3fb673e571773dcc78ace9098d7 3752454 apache2-doc_2.4.23-4_all.deb
 ab31116340b8e16b1efa1ff9187c5f6471990ca7dd579d6e314225eda3da7f0b 148448 apache2-suexec-custom_2.4.23-4_amd64.deb
 b3c2f70aee0ed8dcc362416e8a5da078c4033cf472059281408257a5df4cf0a6 146928 apache2-suexec-pristine_2.4.23-4_amd64.deb
 9cdfdc5ecf390b04c8f4a32760bfff3f4a601837c69402487fe14658bb2d0062 210692 apache2-utils_2.4.23-4_amd64.deb
 468583eff4d38b0d3159e360a9db9b4554360018c1b4f23d0b09471750c1b74c 227234 apache2_2.4.23-4_amd64.deb
Files:
 9b03e140677820f9c9ed2c71bb6fcf0e 2713 httpd optional apache2_2.4.23-4.dsc
 eaedc737635e6d09dd2298d30afff532 351968 httpd optional apache2_2.4.23-4.debian.tar.xz
 d1cbb5a83605fe18918d461ff18fe587 1149962 httpd optional apache2-bin_2.4.23-4_amd64.deb
 fdd5f1daa3707372cbcbd49d12900927 162126 httpd optional apache2-data_2.4.23-4_all.deb
 516850f951a22267366d8660f07670cc 2421938 debug extra apache2-dbg_2.4.23-4_amd64.deb
 cf25dabbde1f14a9b8120f110dd5e382 305646 httpd optional apache2-dev_2.4.23-4_amd64.deb
 4bc20926c4e6ae2a8792cdd31107b797 3752454 doc optional apache2-doc_2.4.23-4_all.deb
 55fe69e3d7da53ce284099069c7ee418 148448 httpd extra apache2-suexec-custom_2.4.23-4_amd64.deb
 c51f92745d9b6adfd3179e54c3d63924 146928 httpd optional apache2-suexec-pristine_2.4.23-4_amd64.deb
 f4a0c4ba6dbe1fc2992d18f7432cd882 210692 httpd optional apache2-utils_2.4.23-4_amd64.deb
 094d4d3fda5272e943ccb087644ca9f9 227234 httpd optional apache2_2.4.23-4_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJXrijnAAoJEMaHXzVBzv3gj7gQALUPDcqlzR6o5XTYAiLUvwIt
DKMNxk+XXpTFAxh8sVBnt2GfoD1rsWLtiD8hVyIawOYvmvsjJjukCMY74pIsbIc1
NdP3w1s//h43fScRXUZ7FlwEexn4D0EHDxZPA4uPiwRmixpXhAZTqjV2Ac7WdbwF
T27hL3gTtYhCSaHOJdhvL0ScPYyUHVeX0/BSJS2GFQcukjMkITuTM2EXdfI2Miem
ATicCtIuiA/5/YHdKPDQsX5D0bZw4QRbp1I5KNZpHdNivF5C7jYWJuSO0Z8R43Q2
p/pM9rxdk0NFDDZU4qocaX9Fnh9d0YE0QEyI7LxChHU+AkJNb4pZz0CuSc7DDDiA
AEk2y9b/hjAlQvX3idC7EQ4aiRiD2PuJcYsf8xzi40q8TGKwObGxdeXXWEaMWzM6
UBhen21WIFEnAZbm0LKN2XcbV8XdXBmHzEiuQmBCf+/51OeyZ7utbDA6KrIfx05W
aZqpQhctF5Opoa9Zs7S3fgJiCfxkH1leCA3TDbmnHgwV7Rx0MLCrhYnQRKy9bXaL
pg9VSZVch/DMEGcEi4e/GBs3UPAXcuoBmHc1fHij6ygkyyvzcK4Qy+XgcsYeDujD
6LXcExheRvWEqkDC2fSYFxY+yNCMySS0U8YfBt2T3L0EFunU1g+q4DXeUsV96Qj+
ME8ov72d0BMGA9bV0aBi
=VQ3S
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: