From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10007 invoked from network); 24 Apr 2021 11:11:56 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 24 Apr 2021 11:11:56 -0000 Received: (qmail 7849 invoked by uid 550); 24 Apr 2021 11:11:53 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 7831 invoked from network); 24 Apr 2021 11:11:52 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepfer.info; s=mail; t=1619262700; bh=WxuntDBvwhivWZZlUH5LEvkv0qrEKW1CsJKO5nT9yKg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From:Subject; b=AaDqW5Jlp6kXolLUL7V7TUXZ35nRxFfJN/UChpbS5g7abERMO2nbwb6RNRC3dfcqQ P34yCRN1+j4l7mcyb+YKxuTWh8rPQYwcHHQsLDVRqpioCZz4g4luIvVTNGKnkLyS49 P7MgdmxxcOWxWDmAWsiYUobhhj8IRg87aavRFH8E= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 24 Apr 2021 13:11:39 +0200 From: musl@schoepfer.info To: musl@lists.openwall.com Cc: Badli In-Reply-To: References: Message-ID: <5ebf0b9a674983b2e87854cd3fea4fec@schoepfer.info> X-Sender: musl@schoepfer.info User-Agent: Roundcube Webmail/1.1.5 X-Virus-Scanned: clamav-milter 0.102.2 at mail2 X-Virus-Status: Clean Subject: Re: [musl] compilation of nano terminated > I am tring to compile nano editor againts musl. But make fails and i > got the following message:- > > --------------------------------------------------------------------- > > lib -I../lib -I/usr/local/musl/include/ncursesw > -I/usr/local/musl/include -I /usr/local/musl/include > -march=silvermont -mtune=silvermont -O2 -pipe -Wall -MT nano.o -MD -MP > -MF .deps/nano.Tpo -c -o nano.o nano.c > In file included from /usr/local/musl/include/sys/vt.h:1, > from nano.c:42: > /usr/local/musl/include/bits/vt.h:1:10: fatal error: linux/vt.h: No > such file or directory linux/vt.h comes from the linux-kernel-headers, which seem missing on your system. Johannes