From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3356 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Re: error compiling shadow 4.1.5.1 Date: Mon, 20 May 2013 19:58:44 -0700 Message-ID: <20130520195844.57f3e2b3@newbook> References: <20130520211720.46a99347@rafaela> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1369105140 29467 80.91.229.3 (21 May 2013 02:59:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 May 2013 02:59:00 +0000 (UTC) Cc: selk@dragora.org To: musl@lists.openwall.com Original-X-From: musl-return-3360-gllmg-musl=m.gmane.org@lists.openwall.com Tue May 21 04:59:01 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Uecmz-0006Oo-HK for gllmg-musl@plane.gmane.org; Tue, 21 May 2013 04:59:01 +0200 Original-Received: (qmail 28150 invoked by uid 550); 21 May 2013 02:59:01 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 28142 invoked from network); 21 May 2013 02:59:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=psEmYvw/LERMF5XQrq1d1khJqAvyAatvE8dIU4fsjNxcplRiiKCwKcwg7X8N0bcJamuOAt1wOUzjR9uVDysPkRZPNEe+qfmvFePq0qvw0FS7Pxq0qJyuC/inQU/SR7vU6GL9aecYWbLFujiVyX0lEzrYYeAndXaewo6Fw1u0yo0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <20130520211720.46a99347@rafaela> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:3356 Archived-At: On Mon, 20 May 2013 21:17:20 -0300 "Matias A. Fonzo" wrote: > I'm trying to compile shadow 4.1.5.1. I receive this error: > http://pastebin.com/raw.php?i=9kzU9hfg > It seems like some entries are missing in utmp.h: > ut_host, ut_addr/ut_addr_v6, ... 1: musl does not support utmp. A public list of who's logged in is not desired. 2: Just looking at that error, I get the impression that someone either isn't defining a feature-test macro that they should or is omitting a header. AF_INET is defined in sys/socket.h 3: I see no indications that the errors are due to ut_* being absent. I'll see if I can find the problem. HTH, Isaac Dunham