From owner-freebsd-ports@FreeBSD.ORG Sun Feb 21 21:00:19 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE6981065670; Sun, 21 Feb 2010 21:00:19 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 6F16A8FC15; Sun, 21 Feb 2010 21:00:18 +0000 (UTC) Received: from elsa.codelab.cz (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B4C5019E02A; Sun, 21 Feb 2010 22:00:16 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 569D219E023; Sun, 21 Feb 2010 22:00:14 +0100 (CET) Message-ID: <4B819EDD.20502@quip.cz> Date: Sun, 21 Feb 2010 22:00:13 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3 MIME-Version: 1.0 To: "freebsd-ports@FreeBSD.org" , Marcus Alves Grando Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Lighttpd did not install *.a libs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2010 21:00:19 -0000 Hi, I am long time user of Lighttpd but after last update to 1.4.26 version I got problem on one of our servers. The following command ends with error in creating package # portmaster lighttpd-1.4.22 ===>>> Creating a package for new version lighttpd-1.4.26 tar: lib/lighttpd/mod_access.a: Cannot stat: No such file or directory tar: lib/lighttpd/mod_accesslog.a: Cannot stat: No such file or directory tar: lib/lighttpd/mod_alias.a: Cannot stat: No such file or directory tar: lib/lighttpd/mod_auth.a: Cannot stat: No such file or directory . . tar: lib/lighttpd/mod_webdav.a: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 I successfuly updated Lighttpd on 5 servers (7.0 i386, 7.2 i386, 7.2 amd64) but on the last (7.1 amd64) there are no *.a libs built / installed. I don't know how to debug this issue, but if you can tell me what output can help you... I tried to build it with empty make.conf and default options, but no luck. I don't know what is different on this server. Lighttpd is running fine without those "static archive" libs, so is it necessary to build and install it at all in default installs? Miroslav Lachman