Re: Error in userland re-compile, apache part

2009-12-07 Thread Daniel Zhelev
Hello, I did newfs to obj file system and re-fetched src - that solved the issue. I have to start reading more carefully. Thank you for your time. 2009/12/7 Andre Keller > http://www.openbsd.org/faq/faq5.html#ProbObj > > might help... > > hth andre

Re: Error in userland re-compile, apache part

2009-12-07 Thread Daniel Zhelev
Hello again, I tried again, this time the following error showed: r...@sgate:/usr/src# rm -rf /usr/obj/* rm: named (inode 156784): not overwritten due to multiple links r...@sgate:/usr/src# ls -al /usr/obj/ total 8 drwxrwxr-x 2 root wsrc 512 Dec 7 07:20 . drwxr-xr-x 19 root wheel 512 N

Re: Error in userland re-compile, apache part

2009-12-06 Thread Tobias Ulmer
You most likely started make build without the required make obj before, which will mess up the source tree and confuse make. Do a fresh checkout, clean /usr/obj and follow the instructions as you did before. Tobias

Error in userland re-compile, apache part

2009-12-06 Thread Daniel Zhelev
Hello list, sorry for the noise. I`m using 4.6-stable and today I`ve updated my src trough cvs. I saw there was some updates, and decide to re-compile the whole user-land with the new updates. The process of updating was the one described in the handbook: First i deleted all my obj r...@sgate:/u