Subject: pkg/34060: Bug report pkg ap-ssl fails to build
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <Gilles@Gravier.org>
List: pkgsrc-bugs
Date: 07/23/2006 15:10:01
>Number:         34060
>Category:       pkg
>Synopsis:       After update to Apache 1.3.36, building ap-ssl fails
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 23 15:10:00 +0000 2006
>Originator:     Gravier.org Root
>Release:        NetBSD 3.0
>Organization:
Gravier Family
>Environment:
RCS version 5.7
System: NetBSD mailhost 3.0 NetBSD 3.0 (GENERIC) #0: Mon Dec 19 01:04:02 UTC 2005 builds@works.netbsd.org:/home/builds/ab/netbsd-3-0-RELEASE/i386/200512182024Z-obj/home/builds/ab/netbsd-3-0-RELEASE/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
	After updating apache package from 1.3.34 to 1.3.36, building ap-ssl (2.8.25) fails. It complains that it can only be built for apache 1.3.34.
>How-To-Repeat:
	cd /usr/pkg/www/apache
	make
	make update
	  Error message when building ap-ssl :

	Configuring mod_ssl/2.8.25 for Apache/1.3.34
	./configure:Error: The mod_ssl/2.8.25 can be used for Apache/1.3.34 only.
	./configure:Error: Your Apache source tree under /usr/pkg is version 1.3.36.
	./configure:Hint:  Please use an extracted apache_1.3.34.tar.gz tarball
	./configure:Hint:  with the --with-apache option, only.
	*** Error code 1

	Stop.
	make: stopped in /usr/pkgsrc/www/ap-ssl

>Fix:
	Please update ap-ssl package correspondingly to match apache 1.3.36 version.