robotpkg/graphics/gdhe bulk build results

Log for gdhe-3.8.6 on Fedora-44-x86_64: bulk.log (Back)

=> Checking for clear installation ===> Installing bootstrap dependencies for gdhe-3.8.6 => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-44-x86_64/All/digest-20080510.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-44-x86_64/All/tnftp-20151004~ssl.tgz ===> Checking bootstrap dependencies for gdhe-3.8.6 => Required robotpkg package digest>=20080510: digest-20080510 found => Required robotpkg package tnftp>=20130505~ssl: tnftp-20151004~ssl found => Required system package gzip: gzip-1.14 found => Required system package pax and tar archivers: pax found => Required system package pkg_install>=20110805.12: pkg_install-20211115.4 found ===> Done bootstrap-depends for gdhe-3.8.6 ===> Installing full dependencies for gdhe-3.8.6 => Dependency digest-20080510 already installed => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-44-x86_64/All/mkdep-2.9.tgz => Dependency tnftp-20151004~ssl already installed ===> Checking build options for gdhe-3.8.6 => Building with no option. ===> Checking alternatives for gdhe-3.8.6 => Use the GNU C++ compiler: c++-compiler provided by g++>=3 => Use the GNU C compiler: c-compiler provided by gcc>=3 => Use the libtirpc RPC implementation: provided by libtirpc>=1 => Use tcl-9: tcl>=9<10 provided by ===> Checking dependencies for gdhe-3.8.6 => Required system package g++>=3: g++-16.2.1 found => Required system package gcc>=3: gcc-16.2.1 found => Required system package glu>=7: glu-9.0.3 found => Required system package libX11>=1: libX11-1.8.13 found => Required system package libXmu>=1: libXmu-1.2.1 found => Required system package libXpm: libXpm-3.5.17 found => Required system package libjpeg: libjpeg found => Required system package libstdc++: libstdc++ found => Required system package libtirpc>=1: libtirpc-1.3.8 found => Required system package mesa: mesa found => Required system package pkg-config>=0.22: pkg-config-2.5.1 found => Required system package swig>=1.3: swig-4.4.1 found => Required system package tcl>=9<10: tcl-9.0 found => Required system package tk>=9<10: tk-9.0 found => Required system package xproto>=1: xproto-7.0.34 found => Required robotpkg package mkdep>=2.6: mkdep-2.9 found ===> Done depends for gdhe-3.8.6 ===> Extracting for gdhe-3.8.6 => SHA1 checksums OK => RMD160 checksums OK ===> Configuring for gdhe-3.8.6 => Modifying GNU configure scripts to avoid --recheck => Disabling C++20 errors in GNU configure scripts /usr/bin/grep: warning: stray before - ===> Building for gdhe-3.8.6 make dependencies for GDHE_xdr.c... make dependencies for GDHE_client.c... make dependencies for reader.c... make dependencies for cb.c... make dependencies for commands.c... make dependencies for global.c... make dependencies for light.c... make dependencies for main.c... make dependencies for objets.c... make dependencies for request.c... make dependencies for server.c... make dependencies for temps.c... make dependencies for ../Togl/togl.c... make dependencies for watchDog.c... make dependencies for ../client/GDHE_xdr.c... light.c: In function 'setLightsCallBack': light.c:85:55: warning: passing argument 3 of 'Tcl_ListObjGetElements' from incompatible pointer type [-Wincompatible-pointer-types] 85 | if (Tcl_ListObjGetElements(interp, value, &largc, &largv) | ^~~~~~ | | | int * In file included from /usr/include/tcl.h:2438, from light.c:32: /usr/include/tclDecls.h:1789:61: note: expected 'Tcl_Size *' {aka 'long int *'} but argument is of type 'int *' 1789 | Tcl_Obj *listPtr, Tcl_Size *objcPtr, | ~~~~~~~~~~^~~~~~~ light.c:116:55: warning: passing argument 3 of 'Tcl_ListObjGetElements' from incompatible pointer type [-Wincompatible-pointer-types] 116 | if (Tcl_ListObjGetElements(interp, value, &largc, &largv) | ^~~~~~ | | | int * /usr/include/tclDecls.h:1789:61: note: expected 'Tcl_Size *' {aka 'long int *'} but argument is of type 'int *' 1789 | Tcl_Obj *listPtr, Tcl_Size *objcPtr, | ~~~~~~~~~~^~~~~~~ light.c:140:55: warning: passing argument 3 of 'Tcl_ListObjGetElements' from incompatible pointer type [-Wincompatible-pointer-types] 140 | if (Tcl_ListObjGetElements(interp, value, &largc, &largv) | ^~~~~~ | | | int * /usr/include/tclDecls.h:1789:61: note: expected 'Tcl_Size *' {aka 'long int *'} but argument is of type 'int *' 1789 | Tcl_Obj *listPtr, Tcl_Size *objcPtr, | ~~~~~~~~~~^~~~~~~ In file included from /usr/include/tcl.h:2438, from main.c:42: main.c: In function 'gdheToglInit': main.c:437:52: warning: passing argument 5 of 'Tcl_TraceVar2' from incompatible pointer type [-Wincompatible-pointer-types] 437 | TCL_GLOBAL_ONLY|TCL_TRACE_WRITES, setLightCallback, NULL); | ^~~~~~~~~~~~~~~~ | | | char * (*)(void *, Tcl_Interp *, char *, char *, int) /usr/include/tclDecls.h:674:51: note: expected 'char * (*)(void *, Tcl_Interp *, const char *, const char *, int)' but argument is of type 'char * (*)(void *, Tcl_Interp *, char *, char *, int)' 674 | Tcl_VarTraceProc *proc, void *clientData); | ~~~~~~~~~~~~~~~~~~^~~~ In file included from main.c:50: light.h:34:15: note: 'setLightCallback' declared here 34 | extern char * setLightCallback ( ClientData clientData, Tcl_Interp *interp, CONST84 char *name1, CONST84 char *name2, int flags ); | ^~~~~~~~~~~~~~~~ main.c:439:52: warning: passing argument 5 of 'Tcl_TraceVar2' from incompatible pointer type [-Wincompatible-pointer-types] 439 | TCL_GLOBAL_ONLY|TCL_TRACE_WRITES, setLightCallback, NULL); | ^~~~~~~~~~~~~~~~ | | | char * (*)(void *, Tcl_Interp *, char *, char *, int) /usr/include/tclDecls.h:674:51: note: expected 'char * (*)(void *, Tcl_Interp *, const char *, const char *, int)' but argument is of type 'char * (*)(void *, Tcl_Interp *, char *, char *, int)' 674 | Tcl_VarTraceProc *proc, void *clientData); | ~~~~~~~~~~~~~~~~~~^~~~ light.h:34:15: note: 'setLightCallback' declared here 34 | extern char * setLightCallback ( ClientData clientData, Tcl_Interp *interp, CONST84 char *name1, CONST84 char *name2, int flags ); | ^~~~~~~~~~~~~~~~ main.c:441:52: warning: passing argument 5 of 'Tcl_TraceVar2' from incompatible pointer type [-Wincompatible-pointer-types] 441 | TCL_GLOBAL_ONLY|TCL_TRACE_WRITES, setLightCallback, NULL); | ^~~~~~~~~~~~~~~~ | | | char * (*)(void *, Tcl_Interp *, char *, char *, int) /usr/include/tclDecls.h:674:51: note: expected 'char * (*)(void *, Tcl_Interp *, const char *, const char *, int)' but argument is of type 'char * (*)(void *, Tcl_Interp *, char *, char *, int)' 674 | Tcl_VarTraceProc *proc, void *clientData); | ~~~~~~~~~~~~~~~~~~^~~~ light.h:34:15: note: 'setLightCallback' declared here 34 | extern char * setLightCallback ( ClientData clientData, Tcl_Interp *interp, CONST84 char *name1, CONST84 char *name2, int flags ); | ^~~~~~~~~~~~~~~~ main.c:443:52: warning: passing argument 5 of 'Tcl_TraceVar2' from incompatible pointer type [-Wincompatible-pointer-types] 443 | TCL_GLOBAL_ONLY|TCL_TRACE_WRITES, setLightCallback, NULL); | ^~~~~~~~~~~~~~~~ | | | char * (*)(void *, Tcl_Interp *, char *, char *, int) /usr/include/tclDecls.h:674:51: note: expected 'char * (*)(void *, Tcl_Interp *, const char *, const char *, int)' but argument is of type 'char * (*)(void *, Tcl_Interp *, char *, char *, int)' 674 | Tcl_VarTraceProc *proc, void *clientData); | ~~~~~~~~~~~~~~~~~~^~~~ light.h:34:15: note: 'setLightCallback' declared here 34 | extern char * setLightCallback ( ClientData clientData, Tcl_Interp *interp, CONST84 char *name1, CONST84 char *name2, int flags ); | ^~~~~~~~~~~~~~~~ ../Togl/togl.c:98:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_ANSI_ARGS_' 98 | _ANSI_ARGS_((Tk_Window, const Tk_ClassProcs *, ClientData)); | ^~~~~~~~~~~ ../Togl/togl.c:106:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_ANSI_ARGS_' 106 | typedef Window (TkClassCreateProc) _ANSI_ARGS_((Tk_Window tkwin, | ^~~~~~~~~~~ ../Togl/togl.c:108:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_ANSI_ARGS_' 108 | typedef void (TkClassGeometryProc) _ANSI_ARGS_((ClientData instanceData)); | ^~~~~~~~~~~ ../Togl/togl.c:109:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_ANSI_ARGS_' 109 | typedef void (TkClassModalProc) _ANSI_ARGS_((Tk_Window tkwin, | ^~~~~~~~~~~ ../Togl/togl.c:113:5: error: unknown type name 'TkClassCreateProc'; did you mean 'Tk_ClassCreateProc'? 113 | TkClassCreateProc *createProc; | ^~~~~~~~~~~~~~~~~ | Tk_ClassCreateProc ../Togl/togl.c:114:5: error: unknown type name 'TkClassGeometryProc' 114 | TkClassGeometryProc *geometryProc; | ^~~~~~~~~~~~~~~~~~~ ../Togl/togl.c:115:5: error: unknown type name 'TkClassModalProc'; did you mean 'Tk_ClassModalProc'? 115 | TkClassModalProc *modalProc; | ^~~~~~~~~~~~~~~~ | Tk_ClassModalProc ../Togl/togl.c:316:29: warning: implicit declaration of function 'Tk_Offset' [-Wimplicit-function-declaration] 316 | DEFAULT_HEIGHT, Tk_Offset(Togl, Height), 0, NULL}, | ^~~~~~~~~ ../Togl/togl.c:316:39: error: expected expression before 'Togl' 316 | DEFAULT_HEIGHT, Tk_Offset(Togl, Height), 0, NULL}, | ^~~~ ../Togl/togl.c:319:38: error: expected expression before 'Togl' 319 | DEFAULT_WIDTH, Tk_Offset(Togl, Width), 0, NULL}, | ^~~~ ../Togl/togl.c:322:28: error: expected expression before 'Togl' 322 | "0", Tk_Offset(Togl, SetGrid), 0}, | ^~~~ ../Togl/togl.c:325:31: error: expected expression before 'Togl' 325 | "true", Tk_Offset(Togl, RgbaFlag), 0, NULL}, | ^~~~ ../Togl/togl.c:328:28: error: expected expression before 'Togl' 328 | "1", Tk_Offset(Togl, RgbaRed), 0, NULL}, | ^~~~ ../Togl/togl.c:331:28: error: expected expression before 'Togl' 331 | "1", Tk_Offset(Togl, RgbaGreen), 0, NULL}, | ^~~~ ../Togl/togl.c:334:28: error: expected expression before 'Togl' 334 | "1", Tk_Offset(Togl, RgbaBlue), 0, NULL}, | ^~~~ ../Togl/togl.c:337:32: error: expected expression before 'Togl' 337 | "false", Tk_Offset(Togl, DoubleFlag), 0, NULL}, | ^~~~ ../Togl/togl.c:340:32: error: expected expression before 'Togl' 340 | "false", Tk_Offset(Togl, DepthFlag), 0, NULL}, | ^~~~ ../Togl/togl.c:343:28: error: expected expression before 'Togl' 343 | "1", Tk_Offset(Togl, DepthSize), 0, NULL}, | ^~~~ ../Togl/togl.c:346:32: error: expected expression before 'Togl' 346 | "false", Tk_Offset(Togl, AccumFlag), 0, NULL}, | ^~~~ ../Togl/togl.c:349:28: error: expected expression before 'Togl' 349 | "1", Tk_Offset(Togl, AccumRed), 0, NULL}, | ^~~~ ../Togl/togl.c:353:28: error: expected expression before 'Togl' 353 | "1", Tk_Offset(Togl, AccumGreen), 0, NULL}, | ^~~~ ../Togl/togl.c:357:28: error: expected expression before 'Togl' 357 | "1", Tk_Offset(Togl, AccumBlue), 0, NULL}, | ^~~~ ../Togl/togl.c:361:28: error: expected expression before 'Togl' 361 | "1", Tk_Offset(Togl, AccumAlpha), 0, NULL}, | ^~~~ ../Togl/togl.c:364:32: error: expected expression before 'Togl' 364 | "false", Tk_Offset(Togl, AlphaFlag), 0, NULL}, | ^~~~ ../Togl/togl.c:367:28: error: expected expression before 'Togl' 367 | "1", Tk_Offset(Togl, AlphaSize), 0, NULL}, | ^~~~ ../Togl/togl.c:370:32: error: expected expression before 'Togl' 370 | "false", Tk_Offset(Togl, StencilFlag), 0, NULL}, | ^~~~ ../Togl/togl.c:373:28: error: expected expression before 'Togl' 373 | "1", Tk_Offset(Togl, StencilSize), 0, NULL}, | ^~~~ ../Togl/togl.c:376:28: error: expected expression before 'Togl' 376 | "0", Tk_Offset(Togl, AuxNumber), 0, NULL}, | ^~~~ ../Togl/togl.c:379:32: error: expected expression before 'Togl' 379 | "false", Tk_Offset(Togl, PrivateCmapFlag), 0, NULL}, | ^~~~ ../Togl/togl.c:382:32: error: expected expression before 'Togl' 382 | "false", Tk_Offset(Togl, OverlayFlag), 0, NULL}, | ^~~~ ../Togl/togl.c:385:32: error: expected expression before 'Togl' 385 | "false", Tk_Offset(Togl, StereoFlag), 0, NULL}, | ^~~~ ../Togl/togl.c:394:27: error: expected expression before 'Togl' 394 | "", Tk_Offset(Togl, Cursor), TK_CONFIG_NULL_OK}, | ^~~~ ../Togl/togl.c:398:37: error: expected expression before 'Togl' 398 | DEFAULT_TIME, Tk_Offset(Togl, TimerInterval), 0, NULL}, | ^~~~ ../Togl/togl.c:401:29: error: expected expression before 'Togl' 401 | NULL, Tk_Offset(Togl, ShareList), 0, NULL}, | ^~~~ ../Togl/togl.c:404:45: error: expected expression before 'Togl' 404 | "ShareContext", NULL, Tk_Offset(Togl, ShareContext), 0, NULL}, | ^~~~ ../Togl/togl.c:407:38: error: expected expression before 'Togl' 407 | DEFAULT_IDENT, Tk_Offset(Togl, Ident), 0, NULL}, | ^~~~ ../Togl/togl.c:410:32: error: expected expression before 'Togl' 410 | "false", Tk_Offset(Togl, Indirect), 0, NULL}, | ^~~~ ../Togl/togl.c:413:28: error: expected expression before 'Togl' 413 | "0", Tk_Offset(Togl, PixelFormat), 0, NULL}, | ^~~~ ../Togl/togl.c: In function 'Togl_Init': ../Togl/togl.c:819:9: error: 'SetClassProcsPtr' undeclared (first use in this function); did you mean 'TkClassProcs'? 819 | SetClassProcsPtr = Tk_SetClassProcs; | ^~~~~~~~~~~~~~~~ | TkClassProcs ../Togl/togl.c:819:9: note: each undeclared identifier is reported only once for each function it appears in ../Togl/togl.c:841:43: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 841 | if (Tcl_CreateCommand(interp, "togl", Togl_Cmd, | ^~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /usr/include/tcl.h:2438, from ../Togl/togl.h:48, from ../Togl/togl.c:16: /usr/include/tclDecls.h:284:67: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 284 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ ../Togl/togl.c:284:12: note: 'Togl_Cmd' declared here 284 | static int Togl_Cmd(ClientData clientData, Tcl_Interp *interp, | ^~~~~~~~ ../Togl/togl.c: In function 'Togl_Configure': ../Togl/togl.c:1244:27: warning: passing argument 5 of 'Tk_ConfigureWidget' from incompatible pointer type [-Wincompatible-pointer-types] 1244 | argc, argv, WIDGREC togl, flags) == TCL_ERROR) { | ^~~~ | | | const char ** In file included from /usr/include/tk-private/generic/tk.h:1558, from ../Togl/togl.h:49: /usr/include/tk-private/generic/tkDecls.h:145:64: note: expected 'Tcl_Obj * const*' but argument is of type 'const char **' 145 | Tcl_Size objc, Tcl_Obj *const *objv, | ~~~~~~~~~~~~~~~~^~~~ ../Togl/togl.c: In function 'Togl_Widget': ../Togl/togl.c:1320:5: warning: implicit declaration of function 'Tk_Preserve'; did you mean 'Tcl_Preserve'? [-Wimplicit-function-declaration] 1320 | Tk_Preserve((ClientData) togl); | ^~~~~~~~~~~ | Tcl_Preserve ../Togl/togl.c:1342:66: warning: passing argument 4 of 'Togl_Configure' from incompatible pointer type [-Wincompatible-pointer-types] 1342 | result = Togl_Configure(interp, togl, argc - 2, argv + 2, | ~~~~~^~~ | | | char ** ../Togl/togl.c:1220:31: note: expected 'const char **' but argument is of type 'char **' 1220 | int argc, const char *argv[], int flags) | ~~~~~~~~~~~~^~~~~~ ../Togl/togl.c:1404:5: warning: implicit declaration of function 'Tk_Release'; did you mean 'Tcl_Release'? [-Wimplicit-function-declaration] 1404 | Tk_Release((ClientData) togl); | ^~~~~~~~~~ | Tcl_Release ../Togl/togl.c: In function 'Togl_Cmd': ../Togl/togl.c:1511:13: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1511 | Togl_Widget, (ClientData) togl, | ^~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /usr/include/tclDecls.h:284:67: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 284 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ ../Togl/togl.c:1305:1: note: 'Togl_Widget' declared here 1305 | Togl_Widget(ClientData clientData, Tcl_Interp *interp, int argc, | ^~~~~~~~~~~ ../Togl/togl.c:1523:9: error: 'SetClassProcsPtr' undeclared (first use in this function); did you mean 'TkClassProcs'? 1523 | if (SetClassProcsPtr != NULL) { /* use public API (Tk 8.4+) */ | ^~~~~~~~~~~~~~~~ | TkClassProcs ../Togl/togl.c:1543:30: warning: assignment to 'int *' from incompatible pointer type 'Window (*)(struct Tk_Window_ *, Window, void *)' {aka 'long unsigned int (*)(struct Tk_Window_ *, long unsigned int, void *)'} [-Wincompatible-pointer-types] 1543 | procsPtr->createProc = Togl_CreateWindow; | ^ ../Togl/togl.c:287:15: note: 'Togl_CreateWindow' declared here 287 | static Window Togl_CreateWindow(Tk_Window, Window, ClientData); | ^~~~~~~~~~~~~~~~~ ../Togl/togl.c:1544:32: warning: assignment to 'int *' from incompatible pointer type 'void (*)(void *)' [-Wincompatible-pointer-types] 1544 | procsPtr->geometryProc = Togl_WorldChanged; | ^ ../Togl/togl.c:288:13: note: 'Togl_WorldChanged' declared here 288 | static void Togl_WorldChanged(ClientData); | ^~~~~~~~~~~~~~~~~ ../Togl/togl.c:1555:53: warning: passing argument 4 of 'Togl_Configure' from incompatible pointer type [-Wincompatible-pointer-types] 1555 | if (Togl_Configure(interp, togl, argc - 2, argv + 2, 0) == TCL_ERROR) { | ~~~~~^~~ | | | char ** ../Togl/togl.c:1220:31: note: expected 'const char **' but argument is of type 'char **' 1220 | int argc, const char *argv[], int flags) | ~~~~~~~~~~~~^~~~~~ ../Togl/togl.c:1594:16: warning: implicit declaration of function 'Tk_CreateTimerHandler'; did you mean 'Tcl_CreateTimerHandler'? [-Wimplicit-function-declaration] 1594 | (void) Tk_CreateTimerHandler(togl->TimerInterval, Togl_Timer, | ^~~~~~~~~~~~~~~~~~~~~ | Tcl_CreateTimerHandler ../Togl/togl.c: In function 'Togl_EventProc': ../Togl/togl.c:2647:49: warning: passing argument 2 of 'Tcl_EventuallyFree' from incompatible pointer type [-Wincompatible-pointer-types] 2647 | Tcl_EventuallyFree((ClientData) togl, Togl_Destroy); | ^~~~~~~~~~~~ | | | void (*)(char *) /usr/include/tclDecls.h:391:47: note: expected 'void (*)(void *)' but argument is of type 'void (*)(char *)' 391 | Tcl_FreeProc *freeProc); | ~~~~~~~~~~~~~~^~~~~~~~ ../Togl/togl.c:2505:1: note: 'Togl_Destroy' declared here 2505 | Togl_Destroy( | ^~~~~~~~~~~~ ../Togl/togl.c: In function 'Togl_PostRedisplay': ../Togl/togl.c:2666:9: warning: implicit declaration of function 'Tk_DoWhenIdle'; did you mean 'Tcl_DoWhenIdle'? [-Wimplicit-function-declaration] 2666 | Tk_DoWhenIdle(Togl_Render, (ClientData) togl); | ^~~~~~~~~~~~~ | Tcl_DoWhenIdle make[1]: *** [Makefile:88: togl.lo] Error 1 make: *** [Makefile:49: all] Error 2 An unexpected error occured. The last 10 log lines are shown below. | 2505 | Togl_Destroy( | | ^~~~~~~~~~~~ | ../Togl/togl.c: In function 'Togl_PostRedisplay': | ../Togl/togl.c:2666:9: warning: implicit declaration of function 'Tk_DoWhenIdle'; did you mean 'Tcl_DoWhenIdle'? [-Wimplicit-function-declaration] | 2666 | Tk_DoWhenIdle(Togl_Render, (ClientData) togl); | | ^~~~~~~~~~~~~ | | Tcl_DoWhenIdle | make[1]: *** [Makefile:88: togl.lo] Error 1 | make[1]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/graphics/gdhe/work/gdhe-3.8.6/src' | make: *** [Makefile:49: all] Error 2 For details or bug reports, check the complete log file in: /local/robotpkg/var/tmp/robotpkg/graphics/gdhe/work/build.log make[3]: *** [/local/robotpkg/var/lib/robotpkg/mk/build/build.mk:204: do-build-make(/local/robotpkg/var/tmp/robotpkg/graphics/gdhe/work/gdhe-3.8.6)] Error 2 make[2]: *** [/local/robotpkg/var/lib/robotpkg/mk/pkg/package.mk:42: pkg-check-installed] Error 2 => Marking gdhe-3.8.6 as broken ERROR: make: *** [package] Error 2 ===> Deinstalling for gdhe Removed digest-20080510 Removed mkdep-2.9 Removed tnftp-20151004~ssl