Hi, I'm moving my system from -release to -stable, I'm following the instructions here: www.openbsd.org/stable.html.
I already built the kernel, rebooted amd built the userland. Now that its time to build xenocara, the process fails. This is the second attempt to build, when it failed the first time I deleted and checkout all the source again. I did no change in the source, I'm building the default settings in, kernel, userland and xenocara. This is the last lines that give me the errors: extensions.o(.text+0x678): In function `AddExtensionAlias': : warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXfont.so.12.0: warning: rand() isn't random; consider using arc4random() osglue.o(.text+0x212): In function `CloneMyself': : warning: strcat() is almost always misused, please use strlcat() connection.o(.text+0xaff): In function `CreateSockets': : warning: sprintf() is often misused, please use snprintf() config.o(.text+0xdce): In function `config_set_snf_format': : undefined reference to `SnfSetFormat' collect2: ld returned 1 exit status *** Error 1 in app/xfs/obj (Makefile:502 'xfs') *** Error 1 in app/xfs/obj (Makefile:948 'all-recursive') *** Error 1 in app/xfs/obj (Makefile:407 'all') *** Error 1 in app/xfs (/usr/X11R6/share/mk/bsd.xorg.mk:145 'all') *** Error 1 in app/xfs (/usr/X11R6/share/mk/bsd.xorg.mk:211 'build') *** Error 1 in app (<bsd.subdir.mk>:48 'build') *** Error 1 in . (<bsd.subdir.mk>:48 'realbuild') *** Error 1 in /usr/xenocara (Makefile:36 'build') Could someone please help me? -- Regards Henrique Lengler

