Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 30 Nov 2001 12:31:30 +0700
From: Ai ES <aies@...daweb.com>
To: owl-users@...ts.openwall.com
Subject: Re: make buildworld issues..

On Wed, Oct 24, 2001 at 06:07:19AM -0700, Troy wrote:
> media!root:~# su - build
> media!build:~$ make buildworld
> test -d native/Owl/build || make checkout
> ln -sf native/Owl/build/.rpm* .
> ln -s native/Owl/build/*.conf . 2> /dev/null || :
> BRANCH=Owl native/Owl/build/buildworld.sh
> 06:06:30: Removing stale temporary files
> 06:06:30: Sanity check
> 06:06:30: Unreadable kernel includes
> make: *** [buildworld] Error 1
> 
> Can someone point me to some more documentation on it (maybe Im misreading
> the current stuff?)

This is the right way to prepare kernel for make buildworld to work.

su - sources
tar xfz kernel-source.tar.gz
cd linux
make menuconfig
cd ..
chmod 755 linux
chmod -R a+rX linux/include

ishobr

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.