![]() |
|
|||||||
| OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
|
|
Thread Tools | Display Modes |
|
|||
|
After successfully installing 5.1, I had a lot of trouble building 5.1-stable from source.
I built the kernel ok in /usr/sys and rebooted fine. But when I tried a "make build" of userland in /usr/src then this error appeared: Quote:
After trying different things for several days, I came upon this thread in gmane which fixed the problem: http://permalink.gmane.org/gmane.os.openbsd.tech/16531 I had to edit the /cvs/src/gnu/usr.bin/binutils/gdb/Makefile.in and change the execution of observer.sh to have "sh -e" in front: observer.h: observer.sh doc/observer.texi - ${srcdir}/observer.sh h ${srcdir}/doc/observer.texi observer.h + sh -e ${srcdir}/observer.sh h ${srcdir}/doc/observer.texi observer.h observer.inc: observer.sh doc/observer.texi - ${srcdir}/observer.sh inc ${srcdir}/doc/observer.texi observer.inc + sh -e ${srcdir}/observer.sh inc ${srcdir}/doc/observer.texi observer.inc |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP.net breach: Concern over safety of source code | J65nko | News | 2 | 24th March 2011 08:57 AM |
| explore source code for installed program | bsdnewbie999 | OpenBSD General | 1 | 23rd February 2009 05:13 AM |
| Trying to compile GLUT source code on freebsd. | welkin | Programming | 0 | 11th January 2009 02:15 PM |
| Error building world 6.3 -> 6.4 | chavez243 | FreeBSD Installation and Upgrading | 1 | 7th January 2009 01:31 PM |
| Source code for ed? | matt | FreeBSD Ports and Packages | 1 | 21st October 2008 08:18 PM |