|
Message-ID: <20170829110556.GB7234@example.net> Date: Tue, 29 Aug 2017 13:05:56 +0200 From: u-uy74@...ey.se To: musl@...ts.openwall.com Subject: Re: Missing definitions for UTMP(x) 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.