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:/usr/src# rm -rf /usr/obj/* then I made them r...@sgate:/usr/src# make obj r...@sgate:/usr/src# cd /usr/src/etc && env DESTDIR=/ make distrib-dirs and install them r...@sgate:/usr/src# make build And exactly at the end of this one hour precudre(due to my almost antic processor) I`ve got this: ===> usr.sbin/httpd /usr/bin/lndir -s -e obj -e obj.i386 -e Makefile.bsd-wrapper /usr/src/usr.sbin/httpd nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/dbmmanage.1 > src/support/dbmmanage.cat1 nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/htdigest.1 > src/support/htdigest.cat1 nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/htpasswd.1 > src/support/htpasswd.cat1 nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/apachectl.8 > src/support/apachectl.cat8 nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/logresolve.8 > src/support/logresolve.cat8 nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/rotatelogs.8 > src/support/rotatelogs.cat8 nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/apxs.8 > src/support/apxs.cat8 nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/suexec.8 > src/support/suexec.cat8 make: no target to make. *** Error code 2 Stop in /usr/src/usr.sbin/httpd (line 633 of /usr/src/usr.sbin/httpd/Makefile.bsd-wrapper). *** Error code 1 Stop in /usr/src/usr.sbin (line 48 of /usr/share/mk/bsd.subdir.mk). *** Error code 1 Stop in /usr/src (line 48 of /usr/share/mk/bsd.subdir.mk). *** Error code 1 at line 633 in Makefile.bsd-wrapper there is @cd ${.OBJDIR} && ${MAKE} I tried to follow the code but i can`t see anything wrong with it(and even if there is 633 lines of make code is a lot to debug) So is there anyone who can point me in the right direction? I`m recompiling the user-land for second time on OpenBSD so please excuse me if I am missing something simple. Thank you for your attention. Best regards.