From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11771 Path: news.gmane.org!.POSTED!not-for-mail From: yamabiko@onenetbeyond.org Newsgroups: gmane.linux.lib.musl.general Subject: SIOCGSTAMPNS definition missing Date: Tue, 01 Aug 2017 10:08:02 +0000 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1501586148 12223 195.159.176.226 (1 Aug 2017 11:15:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 1 Aug 2017 11:15:48 +0000 (UTC) User-Agent: Roundcube Webmail To: musl@lists.openwall.com Original-X-From: musl-return-11784-gllmg-musl=m.gmane.org@lists.openwall.com Tue Aug 01 13:15:44 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 1dcV9H-0002km-3N for gllmg-musl@m.gmane.org; Tue, 01 Aug 2017 13:15:39 +0200 Original-Received: (qmail 11779 invoked by uid 550); 1 Aug 2017 11:15:42 -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 32636 invoked from network); 1 Aug 2017 10:08:14 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=onenetbeyond.org; s=stigmate; t=1501582082; bh=u3nUnTNStyMoQlGo1GmptRvDl3VR0Hx4JZ3fKc/tVtg=; h=Date:From:To:Subject; b=CGEzZWNU1f7wIP/GEcNjx+riRxlJVVQyg0n0xfFZjeDaosAdfR5i4mI/Sdx6dDk5n sHapJunuBIuBz3PgevcyOUCGSRXek1IhwcEIqoz2M9jkGttKE7y7TZu6gIyI/LiO83 SUiKQlRcawv5OD8TlFMvMJCcKsDikuV2FmJDZLWI= X-Sender: yamabiko@onenetbeyond.org Xref: news.gmane.org gmane.linux.lib.musl.general:11771 Archived-At: Hello, when I tried to compile qemu on a Gentoo musl based system it complained about "SIOCGSTAMPNS" being undeclared. Using "-DSIOCGSTAMPNS=0x8907" as CFLAG worked as a workaround. So it looks like the definition it's missing from some header file (ioctl.h?) See https://forums.gentoo.org/viewtopic-t-1066924.html for more info