From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11854 Path: news.gmane.org!.POSTED!not-for-mail From: u-uy74@aetey.se Newsgroups: gmane.linux.lib.musl.general Subject: Re: Missing definitions for UTMP(x) Date: Tue, 29 Aug 2017 13:05:56 +0200 Message-ID: <20170829110556.GB7234@example.net> References: <20170828185658.74f2552f@prometeo.example.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1504004808 7129 195.159.176.226 (29 Aug 2017 11:06:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 29 Aug 2017 11:06:48 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-11867-gllmg-musl=m.gmane.org@lists.openwall.com Tue Aug 29 13:06:45 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1dmeLv-0001Px-9z for gllmg-musl@m.gmane.org; Tue, 29 Aug 2017 13:06:39 +0200 Original-Received: (qmail 3952 invoked by uid 550); 29 Aug 2017 11:06:43 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3928 invoked from network); 29 Aug 2017 11:06:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fripost.org; h= in-reply-to:content-disposition:content-type:content-type :mime-version:references:message-id:subject:subject:from:from :date:date; s=20140703; t=1504004791; x=1505819192; bh=A0UfqRhng GuaIXIF8J1k0GCqFmaIjQoUYVcicektqF8=; b=r1hlyPXVIfGBbYY0B/ShnMs2c MuECg6Hikf4Z3c6m1hlRd5mrXnQjoPtFK+UsI7Umtpz1ubrz+bcLOjCzz6jf4kvo XisqXqDnQ+sTHSTP/qCcQ9GLjfaVfQURFum8Ez4OJ1OenKX/usOZ6AcciRKMr3x5 lXRuZGvO9uYxlh/sWg= X-Virus-Scanned: Debian amavisd-new at fripost.org Content-Disposition: inline In-Reply-To: <20170828185658.74f2552f@prometeo.example.org> Xref: news.gmane.org gmane.linux.lib.musl.general:11854 Archived-At: On Mon, Aug 28, 2017 at 06:57:27PM -0300, Matias Fonzo wrote: > We were building mesa (17.2.0-rc4) for Dragora, and we get this errors: > > In file included from sessreg.c:73:0: > sessreg.c: In function 'main': > sessreg.h:107:21: error: '_PATH_WTMPX' undeclared (first use in this $ tar tvzf mesa-17.2.0-rc4.tar.gz | grep sessreg || echo MISSING MISSING $ The problem is somewhere else than in mesa :) A sufficient fix (while building sessreg as a part of xorg-apps) was for me sed -i '/^#define HAVE_UPDWTMPX 1/d' config.h Depending on the sessreg version and the building options something else might be needed or not, but not much. Regards, Rune