Openwall Project   /home  Owl  JtR  Pro  crypt  pam_passwdqc  tcb  phpass  scanlogd  popa3d  msulogin  /  Linux  BIND  /  advisories  presentations  /  services  donations  /  wordlists  passwords  /  community  lists  wiki  CVSweb  mirrors  signatures
bringing security into open environments
 
This website is powered by Openwall GNU/*/Linux security-enhanced OS
[<prev] [next>] [thread-next>] [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

*** 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 ----

Hosted by DataForce ISP - Powered by Openwall GNU/*/Linux