Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Error #6

Open
ghost opened this issue Apr 26, 2015 · 1 comment
Open

Make Error #6

ghost opened this issue Apr 26, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 26, 2015

*** No rule to make target /usr/share/fortune/perl', needed bybuild/etc/fortune.txt'. Stop.

@snydergd
Copy link

When you run make you will see that after that error it says something like make[1]: Leaving directory '/home/george/Documents/dev/jsos/kernel'

If you take a look at the makefile in there you will see that the only occurance of perl is a rule to copy /usr/share/fortune/perl to another directory. This means the file must be installed (probably as part of a package).

I ran Ubuntu package search on perl and found the package "fortunes" which contains that file. There you have it, you just need to have fortunes installed. On my system the file is actually in /usr/share/games/fortunes/perl, so I replaced the path from the error with that path inside kernel/Makefile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant