Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] No rule to make target 'menuconfig'
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dpaddy
Apprentice
Apprentice


Joined: 25 Jun 2008
Posts: 160

PostPosted: Mon Jan 28, 2019 10:41 pm    Post subject: [SOLVED] No rule to make target 'menuconfig' Reply with quote

I presume I need to emerge some source to fix the following, but I am at a loss as to exactly what syntax is appropriate :oops:

Code:

tux /usr/src/linux # pwd
/usr/src/linux
tux /usr/src/linux # ls -a
.           .config.old  ipc                  Module.symvers    .tmp_kallsyms1.S  tools
..          crypto       kernel               net               .tmp_kallsyms2.o  usr
arch        drivers      lib                  scripts           .tmp_kallsyms2.S  .version
block       firmware     .missing-syscalls.d  security          .tmp_System.map   virt
built-in.o  fs           mm                   sound             .tmp_versions     vmlinux
certs       include      modules.builtin      System.map        .tmp_vmlinux1     .vmlinux.cmd
.config     init         modules.order        .tmp_kallsyms1.o  .tmp_vmlinux2     vmlinux.o
tux /usr/src/linux #  ls -l ../
total 36
lrwxrwxrwx  1 root root   20 Sep  2 13:20 linux -> linux-4.14.65-gentoo
drwxr-xr-x 20 root root 4096 Mar 14  2015 linux-3.17.8-gentoo-r1
drwxr-xr-x 20 root root 4096 Aug 21  2015 linux-3.18.11-gentoo
drwxr-xr-x 25 root root 4096 Apr  9  2017 linux-4.10.6-gentoo
drwxr-xr-x 25 root root 4096 Sep  2 13:05 linux-4.1.12-gentoo
drwxr-xr-x 24 root root 4096 Mar 30  2017 linux-4.11-rc4
drwxr-xr-x  3 root root 4096 Sep  1 16:25 linux-4.12.12-gentoo
drwxr-xr-x 23 root root 4096 Jan 18 11:08 linux-4.14.65-gentoo
drwxr-xr-x 25 root root 4096 Dec  4 11:50 linux-4.14.83-gentoo
drwxr-xr-x  7 root root 4096 Feb 12  2015 rpm
tux /usr/src/linux #  uname -a
Linux tux 4.14.65-gentoo #1 SMP Sun Sep 2 13:45:26 EDT 2018 x86_64 AMD FX(tm)-4350 Quad-Core Processor AuthenticAMD GNU/Linux
tux /usr/src/linux # make menuconfig
make: *** No rule to make target 'menuconfig'.  Stop.


Last edited by dpaddy on Mon Jan 28, 2019 11:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Mon Jan 28, 2019 10:44 pm    Post subject: Reply with quote

No Makefile. Perhaps the sources were wiped away by emerge --depclean. 4.14.65-gentoo is not in portage any more, so there is no easy way to restore sources.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
dpaddy
Apprentice
Apprentice


Joined: 25 Jun 2008
Posts: 160

PostPosted: Mon Jan 28, 2019 10:50 pm    Post subject: Reply with quote

Whats the hard way?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54831
Location: 56N 3W

PostPosted: Mon Jan 28, 2019 11:15 pm    Post subject: Reply with quote

dpaddy,

The easy way is to update your kernel.

The hard way is to dig the ebuild out of git. You may or may not have that tarballs still in your distfiles.
If not, get the vanilla sources for 4.14.65 from kernel.org and the patch sets for 4.14.65 There are three files you need there.

You don't actually need the ebuild, since you can apply the patch sets by hand. I don't know the right order and it may be important.

If you feel lucky, you can try renaming the gentoo-sources-4.14.83 ebuild to gentoo-sources-4.14.65 and generating the digest.
You will need the kernel from kernel.org still but the ebuild will do the rest.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
dpaddy
Apprentice
Apprentice


Joined: 25 Jun 2008
Posts: 160

PostPosted: Mon Jan 28, 2019 11:26 pm    Post subject: Reply with quote

Thanx for the pointers.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum