Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 21 Nov 2002 15:39:20 +0100
From: "Bernd 'beli' Liebscher" <beli@...ervice.de>
To: owl-users@...ts.openwall.com
Subject: Re: make buildworld troubles

hi folks!

i had similar problems with the buildworld procedure...
...and yes, i built a new kernel and verified the permissions
of the include dir/files. 


adding some debug lines to the buildworld.sh script showed me
where the error occurs.

i wrote a little patch to remove the lines checking for the includes:


<patch>
*** native/Owl/build/buildworld.sh      Thu Jul 11 05:54:52 2002
--- ./buildworld.sh     Thu Nov 21 16:50:16 2002
***************
*** 302,311 ****
  {
        log "Sanity check"

-       check_includes || {
-               log "Unreadable kernel includes"
-               exit 1
-       }

        test -r /usr/include/linux/version.h -a \
            -r /usr/include/linux/autoconf.h || {
--- 302,307 ----
</patch>


i do not have a clue why it works without checking for includes and behaving
like everything went okay, but it works ;)



chdir to /usr/src/world/native/Owl/build
and apply the patch.


greets,

bernd 'beli' liebscher

View attachment "buildworld.sh.patch" of type "text/plain" (354 bytes)

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.