From owner-freebsd-ports@freebsd.org Thu May 3 12:51:47 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0342EFAA414 for ; Thu, 3 May 2018 12:51:47 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7512976B40 for ; Thu, 3 May 2018 12:51:46 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=NcL74zt8vguzccHqW3kSeggRyTyLr9hd/PaGmvZi0xg=; b=PwirJ43im8VpLSkK2XkZRig/eCSPo3zDS2j4qPXA4aIzsBYimTXjLyfaqt8nFXIgCUBF7A4K1LYXYYTOdm7FIRjNi+tpEryySgSRTtu6T/tONWkaqWzbybrHxTfgWD9hMO4v57XP81192iGk+3by0gyV+kcq/WGTtyKX2eH5tsk=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1fEDi5-0007Kc-6g for freebsd-ports@freebsd.org; Thu, 03 May 2018 14:51:45 +0200 Received: from 193-83-192-132.adsl.highway.telekom.at ([193.83.192.132] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1fEDi5-00019V-4F for freebsd-ports@freebsd.org; Thu, 03 May 2018 14:51:45 +0200 To: freebsd-ports@freebsd.org From: Walter Schwarzenfeld Subject: issue with sudo-1.8.23 Message-ID: <2f2ae93b-1b77-edb7-3aa4-c5a339b03b74@utanet.at> Date: Thu, 3 May 2018 14:51:42 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 12:51:47 -0000 following issue: ===>  Installing for sudo-1.8.23 ===>   Registering installation for sudo-1.8.23 pkg-static: lstat(/ram/usr/ports/security/sudo/work/stage/var/run/sudo/): No such file or directory *** Error code 74 Stop. make[2]: stopped in /usr/ports/security/sudo *** Error code 1 Stop. make[1]: stopped in /usr/ports/security/sudo *** Error code 1 could be solverd with adding to the Makefile CONFIGURE_ARGS+=--with-rundir=/var/run/sudo The maintainer said, this line should not needed and he could not reproduce this error. So the question: Has someone other the same issue? or has someone an idea what caused this?