CDE baut nicht mehr auf OpenBSD 5.7

peterle

Forenkasper
Leider baut das Common Desktop Environment 2.2.2 nicht mehr auf OpenBSD 5.7.

Ein make World endet so:
Code:
...
cc -O2 -fno-strict-aliasing -pipe -Wall -Wpointer-arith -Wno-unused -Wno-write-strings -Wno-switch  -I/usr/X11R6/include/freetype2  -I../.. -I../../exports/include -I/usr/local/include -I../../imports/x11/include -I/usr/X11R6/include -I/usr/local/include -DCSRG_BASED -DANSICPP -DMULTIBYTE -DNLS16  -DOSMAJORVERSION=5 -DOSMINORVERSION=7  -DFUNCPROTO=15 -DNARROWPROTO  -DTCPCONN -DUNIXCONN  -DBINDIR=\"/usr/X11R6/bin\" -DXDMDIR=\"/var/dt\"  -DOSMAJORVERSION=5  -DOSMINORVERSION=7  -DCDE_INSTALLATION_TOP=\"/usr/dt\"  -DCDE_CONFIGURATION_TOP=\"/etc/dt\" -D_NO_PROTO  -c xdmcp.c
xdmcp.c: In function 'all_query_respond':
xdmcp.c:249: warning: implicit declaration of function 'RememberIndirectClient'
xdmcp.c:251: warning: implicit declaration of function 'ForgetIndirectClient'
xdmcp.c: In function 'WaitForSomething':
xdmcp.c:375: warning: suggest parentheses around && within ||
xdmcp.c:399: warning: implicit declaration of function 'ProcessChooserSocket'
xdmcp.c: In function 'manage':
xdmcp.c:1011: warning: implicit declaration of function 'IsIndirectClient'
xdmcp.c: In function 'forward_respond':
xdmcp.c:548: warning: 'clientlen' may be used uninitialized in this function
xdmcp.c:547: warning: 'client' may be used uninitialized in this function
Warning: target ../../imports/x11/lib/libXau.a (prerequisite of: dtlogin) does not have any command (BUG)
Warning: target ../../imports/x11/lib/libXdmcp.a (prerequisite of: dtlogin) does not have any command (BUG)
rm -f dtlogin
cc -o dtlogin -O2 -fno-strict-aliasing -pipe -Wall -Wpointer-arith -Wno-unused -Wno-write-strings -Wno-switch  -L../../exports/lib  -L../../imports/motif/lib -L../../imports/x11/lib access.o account.o auth.o genauth.o daemon.o dm.o  dpylist.o error.o file.o mitauth.o protodpy.o policy.o  reset.o resource.o server.o session.o socket.o util.o  verify.o version.o apollo.o sysauth.o fontpath.o  qualify.o usl_ptty.o choose.o netaddr.o xdmcp.o  -lXau -lXmu -L../../exports/lib  -L../../imports/motif/lib -L../../imports/x11/lib -lXt -lX11 -lXdmcp -lXext -lX11  -L/usr/X11R6/lib -L/usr/local/lib  -L/usr/local/lib -L/usr/X11R6/lib 
policy.o(.text+0x28f): In function `Willing':
: warning: tmpnam() possibly used unsafely; consider using mkstemp()
access.o(.text+0xaef): In function `ScanAccessDatabase':
: warning: strcpy() is almost always misused, please use strlcpy()
auth.o(.text+0x1e5): In function `openFiles':
: warning: strcat() is almost always misused, please use strlcat()
auth.o(.text+0xd75): In function `SetUserAuthorization':
: warning: sprintf() is often misused, please use snprintf()
auth.o(.text+0xd7d): In function `SetUserAuthorization':
: warning: mktemp() possibly used unsafely; consider using mkstemp()
genauth.o(.text+0x1f6): In function `GenerateAuthData':
: undefined reference to `setkey'
genauth.o(.text+0x219): In function `GenerateAuthData':
: undefined reference to `encrypt'
collect2: ld returned 1 exit status
*** Error 1 in programs/dtlogin (Makefile:842 'dtlogin')
*** Error 1 in programs (Makefile:729 'all')
*** Error 1 in . (xmakefile:721 'all')
*** Error 1 in /tmp/cdesktopenv-code/cde (Makefile:66 'World')

just for the books oder wenn einem von Euch noch der blendend heiße Tip dazu einfällt.

Schade drum, ich hatte mich gerade wieder in der alten Hütte eingelebt. :)
 

Anhänge

  • log_cde222_openbsd57.tar.gz
    98,3 KB · Aufrufe: 432
Zurück
Oben