mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Badli <badli.rashid@yahoo.com>
To: musl@lists.openwall.com
Subject: [musl] compilation of nano terminated
Date: Sat, 24 Apr 2021 16:33:25 +0800	[thread overview]
Message-ID: <YIPX1TGJw06eCvK4@w> (raw)
In-Reply-To: <YIPX1TGJw06eCvK4.ref@w>

Hi,

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
    1 | #include <linux/vt.h>
      |          ^~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:1746: nano.o] Error 1
make[2]: Leaving directory '/home/b/t/nano-5.6.1/src'
make[1]: *** [Makefile:1704: all-recursive] Error 1
make[1]: Leaving directory '/home/b/t/nano-5.6.1'
make: *** [Makefile:1645: all] Error 2

--------------------------------------------------------------------

The contents of the folder is as follows.

> cat /usr/local/musl/include/sys/vt.h
#include <bits/vt.h>

cat /usr/local/musl/include/bits/vt.h
#include <linux/vt.h>

There is no linux/vt.h on the /usr/local/musl/include or on the git source folder. 
musl is at commit aad50fcd791e009961621ddfbe3d4c245fd689a3.

Any advice on to compile nano with musl ?

Please help to cc me at this email badli.rashid@yahoo.com as i am not a member of the list.

Regards,
Badli

       reply	other threads:[~2021-04-24 10:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <YIPX1TGJw06eCvK4.ref@w>
2021-04-24  8:33 ` Badli [this message]
2021-04-24 11:11   ` musl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YIPX1TGJw06eCvK4@w \
    --to=badli.rashid@yahoo.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).