From owner-freebsd-ports@FreeBSD.ORG Sat Jun 7 17:15:02 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFDF537B401 for ; Sat, 7 Jun 2003 17:15:02 -0700 (PDT) Received: from backmaster.cdsnet.net (backmaster.cdsnet.net [63.163.68.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E7EB43F85 for ; Sat, 7 Jun 2003 17:15:02 -0700 (PDT) (envelope-from mrcpu@backmaster.cdsnet.net) Received: (qmail 49931 invoked by uid 29999); 8 Jun 2003 00:15:00 -0000 Date: Sat, 7 Jun 2003 17:15:00 -0700 From: Jaye Mathisen To: ports@freebsd.org Message-ID: <20030608001500.GM619@backmaster.cdsnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: apache13-modssl configure failure on -CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 00:15:03 -0000 Current from a few days ago: ===> Extracting for apache+mod_ssl-1.3.27+2.8.14 >> Checksum OK for apache_1.3.27.tar.gz. >> Checksum OK for mod_ssl-2.8.14-1.3.27.tar.gz. ===> Patching for apache+mod_ssl-1.3.27+2.8.14 ===> Applying mod_ssl-2.8.14 extension Configuring mod_ssl/2.8.14 for Apache/1.3.27 + Apache location: ../apache_1.3.27 (Version 1.3.27) + Auxiliary patch tool: ./etc/patch/patch (local) + Applying packages to Apache source tree: o Extended API (EAPI) o Distribution Documents o SSL Module Source o SSL Support o SSL Configuration Additions o SSL Module Documentation o Addons Done: source extension and patches successfully applied. ===> Applying FreeBSD patches for apache+mod_ssl-1.3.27+2.8.14 ===> apache+mod_ssl-1.3.27+2.8.14 depends on file: /usr/local/bin/perl5.6.1 - found ===> apache+mod_ssl-1.3.27+2.8.14 depends on shared library: mm.12 - found ===> Configuring for apache+mod_ssl-1.3.27+2.8.14 Configuring for Apache, Version 1.3.27 src/.apaci.pldconf: 33: Syntax error: Unterminated quoted string ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/www/apache13-modssl/work/apache_1.3.27/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 dedweb-01# ls -l /usr/ports/www/apache13-modssl/work/apache_1.3.27/config.log ls: /usr/ports/www/apache13-modssl/work/apache_1.3.27/config.log: No such file or directory So not sure how you're going to fix this. What's weird is these "NUL" characters at the end of the lines before the newline. And the apaci.pldconf file doesn't even have 33 lines in it, more like 15, so not sure where that's coming from. dedweb-01# hd .apaci.pldconf 00000000 70 72 65 66 69 78 3d 27 2f 75 73 72 2f 6c 6f 63 |prefix='/usr/loc| 00000010 61 6c 27 00 0a 65 78 65 63 5f 70 72 65 66 69 78 |al'..exec_prefix| 00000020 3d 27 24 70 72 65 66 69 78 27 00 0a 62 69 6e 64 |='$prefix'..bind| 00000030 69 72 3d 27 24 65 78 65 63 5f 70 72 65 66 69 78 |ir='$exec_prefix| 00000040 2f 62 69 6e 27 00 0a 73 62 69 6e 64 69 72 3d 27 |/bin'..sbindir='| 00000050 24 65 78 65 63 5f 70 72 65 66 69 78 2f 73 62 69 |$exec_prefix/sbi| 00000060 6e 27 00 0a 6c 69 62 65 78 65 63 64 69 72 3d 27 |n'..libexecdir='|