Re: make buildworld troubles

From: Bernd 'beli' Liebscher (beli@i-service.de)
Date: Thu Nov 21 2002 - 06:39:20 PST


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





This archive was generated by hypermail 2.1.3 : Sun Jan 15 2006 - 13:43:17 PST