From owner-freebsd-apache@FreeBSD.ORG Tue Nov 5 20:24:26 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9ED0C603 for ; Tue, 5 Nov 2013 20:24:26 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57FB3242A for ; Tue, 5 Nov 2013 20:24:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 51DBF50B31 for ; Tue, 5 Nov 2013 20:24:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wYDzV-gvY-Mq for ; Tue, 5 Nov 2013 20:24:19 +0000 (UTC) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id BFDA150B27 for ; Tue, 5 Nov 2013 20:24:18 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 05 Nov 2013 15:24:17 -0500 From: Dan Langille To: apache@FreeBSD.org Subject: problem upgrading with portmaster Message-ID: <28e3f48b0bfe5d9859db769c120c377c@mail.unixathome.org> X-Sender: dan@langille.org User-Agent: Roundcube Webmail/0.9.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 20:24:26 -0000 FYI, I upgrade Apache today, and noticed these errors: also found at http://pastebin.com/LkEc3X2i ===> Installing for apache22-2.2.25 ===> Checking if www/apache22 already installed ===> Creating users and/or groups. Using existing group 'www'. Using existing user 'www'. cp: /usr/local/etc/apache22/extra/httpd-autoindex.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-autoindex.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-autoindex.conf /usr/local/etc/apache22/extra/httpd-autoindex.conf' failed cp: /usr/local/etc/apache22/extra/httpd-dav.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-dav.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-dav.conf /usr/local/etc/apache22/extra/httpd-dav.conf' failed cp: /usr/local/etc/apache22/extra/httpd-default.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-default.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-default.conf /usr/local/etc/apache22/extra/httpd-default.conf' failed cp: /usr/local/etc/apache22/extra/httpd-info.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-info.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-info.conf /usr/local/etc/apache22/extra/httpd-info.conf' failed cp: /usr/local/etc/apache22/extra/httpd-languages.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-languages.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-languages.conf /usr/local/etc/apache22/extra/httpd-languages.conf' failed cp: /usr/local/etc/apache22/extra/httpd-manual.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-manual.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-manual.conf /usr/local/etc/apache22/extra/httpd-manual.conf' failed cp: /usr/local/etc/apache22/extra/httpd-mpm.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-mpm.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-mpm.conf /usr/local/etc/apache22/extra/httpd-mpm.conf' failed cp: /usr/local/etc/apache22/extra/httpd-multilang-errordoc.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-multilang-errordoc.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-multilang-errordoc.conf /usr/local/etc/apache22/extra/httpd-multilang-errordoc.conf' failed cp: /usr/local/etc/apache22/extra/httpd-ssl.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-ssl.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-ssl.conf /usr/local/etc/apache22/extra/httpd-ssl.conf' failed cp: /usr/local/etc/apache22/extra/httpd-userdir.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-userdir.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-userdir.conf /usr/local/etc/apache22/extra/httpd-userdir.conf' failed cp: /usr/local/etc/apache22/extra/httpd-vhosts.conf: No such file or directory pkg_add: command '[ -f /usr/local/etc/apache22/extra/httpd-vhosts.conf ] || cp /usr/local/share/examples/apache22/extra/httpd-vhosts.conf /usr/local/etc/apache22/extra/httpd-vhosts.conf' failed I think the cause of the problem: /usr/local/etc/apache22/extra does not exist on my server. FYI -- Dan Langille - http://langille.org/