That is strange because i update the source via cvsup with this
configuration :
# Defaults that apply to all the collections
*default release=cvs
*default delete use-rel-suffix
*default umask=002
*default host=rt.fm
*default base=/usr
*default prefix=/usr
*default tag=OPENBSD_4_4
# If your network link is a T1 or faster, comment out the following line.
# *default compress
OpenBSD-ports
OpenBSD-src
and i did what is in: http://www.openbsd.org/stable.html
The kernel dont have any problem.
I reboot and have this version: OpenBSD 4.4-stable (ATECH) #3: Tue Apr
14 01:25:48 GMT 2009
Josh Grosse wrote:
On Wed, Apr 15, 2009 at 02:16:59AM +0100, Richie wrote:
Hello all,
in make build i have this error:
(a lot of output)
pack.so pp_sort.so|tsort -q`
cd /usr/src/gnu/usr.bin/perl/obj && exec make
"makefile", line 952: Need an operator
...
[snip]
... someone have a clue about it ?
Clue? First a guess:
Either you are attempting to build -current starting with -release, or,
you are updating -current after some months.
Why this guess? All of the perl changes listed in the Following -current
FAQ.
If my guess is correct, start with that document, and follow the instructions
therein.