bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] Build errors with AIX


From: aixtools
Subject: [bug-inetutils] Build errors with AIX
Date: Tue, 18 Aug 2015 17:02:58 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1

Trying to build a wide range of GNU packages - with varying success. Unfortunately, inetutils does not compile - I expect due to include file issues.

The first difference that stops further compiliation is with tftp.c

I did am make -i after that, and then repeated to get all the conflicting issues I could.

The output follows:

The initial MAKE - and the "debug" data...

"read_passwd.c", line 159.57: 1506-356 (W) Compilation unit is empty.
"shishi.c", line 733.20: 1506-356 (W) Compilation unit is empty.
"tftp.c", line 239.6: 1506-343 (S) Redeclaration of send_file differs from previous declaration on line 736 of "/usr/include/sys/socket.h". "tftp.c", line 239.6: 1506-050 (I) Return type "void" in redeclaration is not compatible with the previous return type "long". "tftp.c", line 239.6: 1506-377 (I) The type "int" of parameter 1 differs from the previous type "int*".
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.

  +239  void send_file (int, char *, char *);

  +733  #ifdef  _NO_PROTO
  +734  ssize_t send_file();
  +735  #else
  +736  ssize_t send_file(int *, struct sf_parms *, uint_t);
  +737  #endif  /* _NO_PROTO */

And now the result of a second make -i

address@hidden:[/data/prj/gnu/inetutils/inetutils-1.9.4]cat nohup.out
        make  all-recursive
Making all in lib
        make  all-recursive
Target "all-am" is up to date.
Making all in libinetutils
Target "all" is up to date.
Making all in libtelnet
Target "all" is up to date.
Making all in libicmp
Target "all" is up to date.
Making all in libls
Target "all" is up to date.
Making all in src
  CC       tftp.o
"tftp.c", line 239.6: 1506-343 (S) Redeclaration of send_file differs from previous declaration on line 736 of "/usr/include/sys/socket.h". "tftp.c", line 239.6: 1506-050 (I) Return type "void" in redeclaration is not compatible with the previous return type "long". "tftp.c", line 239.6: 1506-377 (I) The type "int" of parameter 1 differs from the previous type "int*".
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CCLD     tftp
xlc: 1501-228 (W) input file tftp.o not found
make: 1254-004 The error code from the last command is 252.
make: 1254-005 Ignored error code 252 from last command.
  CC       tftpd.o
"tftpd.c", line 419.6: 1506-343 (S) Redeclaration of send_file differs from previous declaration on line 736 of "/usr/include/sys/socket.h". "tftpd.c", line 419.6: 1506-050 (I) Return type "void" in redeclaration is not compatible with the previous return type "long". "tftpd.c", line 419.6: 1506-376 (I) Redeclaration of send_file has a different number of fixed parameters than the previous declaration. "tftpd.c", line 419.6: 1506-377 (I) The type "struct formats*" of parameter 1 differs from the previous type "int*".
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CCLD     tftpd
xlc: 1501-228 (W) input file tftpd.o not found
make: 1254-004 The error code from the last command is 252.
make: 1254-005 Ignored error code 252 from last command.
Target "all" is up to date.
Making all in telnet
  CC       commands.o
"commands.c", line 1333.51: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
"commands.c", line 1336.53: 1506-045 (S) Undeclared identifier MODE_EDIT.
"commands.c", line 1339.53: 1506-045 (S) Undeclared identifier MODE_SOFT_TAB. "commands.c", line 1342.61: 1506-045 (S) Undeclared identifier MODE_LIT_ECHO.
"commands.c", line 2380.27: 1506-045 (S) Undeclared identifier MODE_ECHO.
"commands.c", line 2382.50: 1506-045 (S) Undeclared identifier MODE_FLOW.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       sys_bsd.o
"sys_bsd.c", line 224.13: 1506-045 (S) Undeclared identifier MODE_EDIT.
"sys_bsd.c", line 224.13: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
"sys_bsd.c", line 303.10: 1506-045 (S) Undeclared identifier SLC_IP.
"sys_bsd.c", line 303.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 305.10: 1506-045 (S) Undeclared identifier SLC_ABORT.
"sys_bsd.c", line 305.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 307.10: 1506-045 (S) Undeclared identifier SLC_EOF.
"sys_bsd.c", line 307.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 309.10: 1506-045 (S) Undeclared identifier SLC_EC.
"sys_bsd.c", line 309.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 311.10: 1506-045 (S) Undeclared identifier SLC_EL.
"sys_bsd.c", line 311.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 313.10: 1506-045 (S) Undeclared identifier SLC_XON.
"sys_bsd.c", line 313.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 315.10: 1506-045 (S) Undeclared identifier SLC_XOFF.
"sys_bsd.c", line 315.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 317.10: 1506-045 (S) Undeclared identifier SLC_FORW1.
"sys_bsd.c", line 317.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 320.10: 1506-045 (S) Undeclared identifier SLC_FORW2.
"sys_bsd.c", line 320.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 327.10: 1506-045 (S) Undeclared identifier SLC_SUSP.
"sys_bsd.c", line 327.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 335.10: 1506-045 (S) Undeclared identifier SLC_RP.
"sys_bsd.c", line 335.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 339.10: 1506-045 (S) Undeclared identifier SLC_LNEXT.
"sys_bsd.c", line 339.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 348.10: 1506-045 (S) Undeclared identifier SLC_SYNCH.
"sys_bsd.c", line 348.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 349.10: 1506-045 (S) Undeclared identifier SLC_BRK.
"sys_bsd.c", line 349.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 350.10: 1506-045 (S) Undeclared identifier SLC_EOR.
"sys_bsd.c", line 350.10: 1506-051 (S) Case expression must be a valid integral constant.
"sys_bsd.c", line 429.21: 1506-045 (S) Undeclared identifier MODE_FORCE.
"sys_bsd.c", line 477.11: 1506-045 (S) Undeclared identifier MODE_ECHO.
"sys_bsd.c", line 498.12: 1506-045 (S) Undeclared identifier MODE_FLOW.
"sys_bsd.c", line 524.12: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
"sys_bsd.c", line 545.11: 1506-045 (S) Undeclared identifier MODE_EDIT.
"sys_bsd.c", line 581.11: 1506-045 (S) Undeclared identifier MODE_SOFT_TAB.
"sys_bsd.c", line 609.11: 1506-045 (S) Undeclared identifier MODE_LIT_ECHO.
"sys_bsd.c", line 651.15: 1506-045 (S) Undeclared identifier MODE_INBIN.
"sys_bsd.c", line 657.15: 1506-045 (S) Undeclared identifier MODE_OUTBIN.
"sys_bsd.c", line 1330.27: 1506-045 (S) Undeclared identifier MODE_EDIT.
"sys_bsd.c", line 1330.27: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       telnet.o
"telnet.c", line 909.14: 1506-045 (S) Undeclared identifier LFLOW_RESTART_ANY. "telnet.c", line 909.14: 1506-051 (S) Case expression must be a valid integral constant. "telnet.c", line 912.14: 1506-045 (S) Undeclared identifier LFLOW_RESTART_XON. "telnet.c", line 912.14: 1506-051 (S) Case expression must be a valid integral constant.
"telnet.c", line 915.14: 1506-045 (S) Undeclared identifier LFLOW_ON.
"telnet.c", line 915.14: 1506-051 (S) Case expression must be a valid integral constant.
"telnet.c", line 918.14: 1506-045 (S) Undeclared identifier LFLOW_OFF.
"telnet.c", line 918.14: 1506-051 (S) Case expression must be a valid integral constant.
"telnet.c", line 947.14: 1506-045 (S) Undeclared identifier LM_SLC.
"telnet.c", line 947.14: 1506-051 (S) Case expression must be a valid integral constant.
"telnet.c", line 950.14: 1506-045 (S) Undeclared identifier LM_MODE.
"telnet.c", line 950.14: 1506-051 (S) Case expression must be a valid integral constant.
"telnet.c", line 1130.10: 1506-045 (S) Undeclared identifier LM_FORWARDMASK.
"telnet.c", line 1130.10: 1506-051 (S) Case expression must be a valid integral constant.
"telnet.c", line 1157.10: 1506-045 (S) Undeclared identifier LM_FORWARDMASK.
"telnet.c", line 1157.10: 1506-051 (S) Case expression must be a valid integral constant.
"telnet.c", line 1175.10: 1506-045 (S) Undeclared identifier LM_FORWARDMASK.
"telnet.c", line 1175.10: 1506-051 (S) Case expression must be a valid integral constant.
"telnet.c", line 1202.10: 1506-045 (S) Undeclared identifier LM_FORWARDMASK.
"telnet.c", line 1202.10: 1506-051 (S) Case expression must be a valid integral constant.
"telnet.c", line 1210.29: 1506-045 (S) Undeclared identifier LM_MODE.
"telnet.c", line 1218.19: 1506-045 (S) Undeclared identifier MODE_MASK.
"telnet.c", line 1218.32: 1506-045 (S) Undeclared identifier MODE_ACK.
"telnet.c", line 1250.12: 1506-045 (S) Undeclared identifier NSLC.
"telnet.c", line 1250.12: 1506-1324 (S) Array size must have integer type.
"telnet.c", line 1267.37: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"telnet.c", line 1281.13: 1506-045 (S) Undeclared identifier SLC_SYNCH.
"telnet.c", line 1281.3: 1506-045 (S) Undeclared identifier SLC_VARIABLE.
"telnet.c", line 1281.3: 1506-045 (S) Undeclared identifier SLC_DEFAULT.
"telnet.c", line 1283.13: 1506-045 (S) Undeclared identifier SLC_AO.
"telnet.c", line 1284.13: 1506-045 (S) Undeclared identifier SLC_AYT.
"telnet.c", line 1286.13: 1506-045 (S) Undeclared identifier SLC_ABORT.
"telnet.c", line 1286.24: 1506-045 (S) Undeclared identifier SLC_FLUSHIN.
"telnet.c", line 1286.38: 1506-045 (S) Undeclared identifier SLC_FLUSHOUT.
"telnet.c", line 1287.13: 1506-045 (S) Undeclared identifier SLC_EOF.
"telnet.c", line 1289.13: 1506-045 (S) Undeclared identifier SLC_SUSP.
"telnet.c", line 1291.13: 1506-045 (S) Undeclared identifier SLC_EC.
"telnet.c", line 1292.13: 1506-045 (S) Undeclared identifier SLC_EL.
"telnet.c", line 1294.13: 1506-045 (S) Undeclared identifier SLC_EW.
"telnet.c", line 1295.13: 1506-045 (S) Undeclared identifier SLC_RP.
"telnet.c", line 1296.13: 1506-045 (S) Undeclared identifier SLC_LNEXT.
"telnet.c", line 1298.13: 1506-045 (S) Undeclared identifier SLC_XON.
"telnet.c", line 1299.13: 1506-045 (S) Undeclared identifier SLC_XOFF.
"telnet.c", line 1304.13: 1506-045 (S) Undeclared identifier SLC_FORW1.
"telnet.c", line 1306.13: 1506-045 (S) Undeclared identifier SLC_FORW2.
"telnet.c", line 1310.13: 1506-045 (S) Undeclared identifier SLC_IP.
"telnet.c", line 1345.29: 1506-045 (S) Undeclared identifier LM_SLC.
"telnet.c", line 1345.40: 1506-045 (S) Undeclared identifier SLC_VARIABLE.
"telnet.c", line 1348.40: 1506-045 (S) Undeclared identifier SLC_DEFAULT.
"telnet.c", line 1384.28: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"telnet.c", line 1411.17: 1506-045 (S) Undeclared identifier SLC_FUNC.
"telnet.c", line 1422.19: 1506-045 (S) Undeclared identifier SLC_FLAGS.
"telnet.c", line 1422.32: 1506-045 (S) Undeclared identifier SLC_LEVELBITS.
"telnet.c", line 1422.50: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"telnet.c", line 1429.48: 1506-045 (S) Undeclared identifier SLC_ACK.
"telnet.c", line 1431.15: 1506-045 (S) Undeclared identifier SLC_VALUE.
"telnet.c", line 1488.27: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"telnet.c", line 1551.27: 1506-045 (S) Undeclared identifier SLC_ACK.
"telnet.c", line 2251.43: 1506-045 (S) Undeclared identifier MODE_EDIT.
"telnet.c", line 2269.11: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       terminal.o
"terminal.c", line 204.12: 1506-045 (S) Undeclared identifier MODE_FLOW.
"terminal.c", line 207.13: 1506-045 (S) Undeclared identifier MODE_ECHO.
"terminal.c", line 213.13: 1506-045 (S) Undeclared identifier MODE_INBIN.
"terminal.c", line 216.13: 1506-045 (S) Undeclared identifier MODE_OUTBIN.
"terminal.c", line 223.20: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
"terminal.c", line 223.35: 1506-045 (S) Undeclared identifier MODE_EDIT.
"terminal.c", line 245.39: 1506-045 (S) Undeclared identifier MODE_FORCE.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       utilities.o
"utilities.c", line 445.18: 1506-045 (S) Undeclared identifier LFLOW_OFF.
"utilities.c", line 445.18: 1506-051 (S) Case expression must be a valid integral constant.
"utilities.c", line 448.18: 1506-045 (S) Undeclared identifier LFLOW_ON.
"utilities.c", line 448.18: 1506-051 (S) Case expression must be a valid integral constant. "utilities.c", line 451.18: 1506-045 (S) Undeclared identifier LFLOW_RESTART_ANY. "utilities.c", line 451.18: 1506-051 (S) Case expression must be a valid integral constant. "utilities.c", line 454.18: 1506-045 (S) Undeclared identifier LFLOW_RESTART_XON. "utilities.c", line 454.18: 1506-051 (S) Case expression must be a valid integral constant. "utilities.c", line 669.22: 1506-045 (S) Undeclared identifier LM_FORWARDMASK. "utilities.c", line 669.22: 1506-051 (S) Case expression must be a valid integral constant.
"utilities.c", line 682.18: 1506-045 (S) Undeclared identifier LM_SLC.
"utilities.c", line 682.18: 1506-051 (S) Case expression must be a valid integral constant.
"utilities.c", line 686.48: 1506-045 (S) Undeclared identifier SLC_FUNC.
"utilities.c", line 691.39: 1506-045 (S) Undeclared identifier SLC_FLAGS.
"utilities.c", line 691.52: 1506-045 (S) Undeclared identifier SLC_LEVELBITS. "utilities.c", line 693.26: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT. "utilities.c", line 693.26: 1506-051 (S) Case expression must be a valid integral constant. "utilities.c", line 696.26: 1506-045 (S) Undeclared identifier SLC_CANTCHANGE. "utilities.c", line 696.26: 1506-051 (S) Case expression must be a valid integral constant.
"utilities.c", line 699.26: 1506-045 (S) Undeclared identifier SLC_VARIABLE.
"utilities.c", line 699.26: 1506-051 (S) Case expression must be a valid integral constant.
"utilities.c", line 702.26: 1506-045 (S) Undeclared identifier SLC_DEFAULT.
"utilities.c", line 702.26: 1506-051 (S) Case expression must be a valid integral constant.
"utilities.c", line 707.54: 1506-045 (S) Undeclared identifier SLC_ACK.
"utilities.c", line 709.54: 1506-045 (S) Undeclared identifier SLC_FLUSHIN.
"utilities.c", line 711.54: 1506-045 (S) Undeclared identifier SLC_FLUSHOUT.
"utilities.c", line 716.58: 1506-045 (S) Undeclared identifier SLC_VALUE.
"utilities.c", line 725.18: 1506-045 (S) Undeclared identifier LM_MODE.
"utilities.c", line 725.18: 1506-051 (S) Case expression must be a valid integral constant.
"utilities.c", line 736.39: 1506-045 (S) Undeclared identifier MODE_EDIT.
"utilities.c", line 737.39: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
"utilities.c", line 738.39: 1506-045 (S) Undeclared identifier MODE_SOFT_TAB. "utilities.c", line 739.39: 1506-045 (S) Undeclared identifier MODE_LIT_ECHO.
"utilities.c", line 740.39: 1506-045 (S) Undeclared identifier MODE_ACK.
"utilities.c", line 743.33: 1506-045 (S) Undeclared identifier MODE_MASK.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CCLD     telnet
xlc: 1501-228 (W) input file commands.o not found
xlc: 1501-228 (W) input file sys_bsd.o not found
xlc: 1501-228 (W) input file telnet.o not found
xlc: 1501-228 (W) input file terminal.o not found
xlc: 1501-228 (W) input file utilities.o not found
make: 1254-004 The error code from the last command is 252.
make: 1254-005 Ignored error code 252 from last command.
Target "all" is up to date.
Making all in telnetd
  CC       telnetd.o
"telnetd.h", line 246.22: 1506-045 (S) Undeclared identifier NSLC.
"telnetd.h", line 246.22: 1506-1324 (S) Array size must have integer type.
"telnetd.c", line 106.15: 1506-1324 (S) Array size must have integer type.
"telnetd.c", line 697.47: 1506-045 (S) Undeclared identifier LFLOW_ON.
"telnetd.c", line 697.58: 1506-045 (S) Undeclared identifier LFLOW_OFF.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       pty.o
"telnetd.h", line 246.22: 1506-045 (S) Undeclared identifier NSLC.
"telnetd.h", line 246.22: 1506-1324 (S) Array size must have integer type.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       term.o
"./telnetd.h", line 246.22: 1506-045 (S) Undeclared identifier NSLC.
"./telnetd.h", line 246.22: 1506-1324 (S) Array size must have integer type.
"term.c", line 556.10: 1506-045 (S) Undeclared identifier SLC_EOF.
"term.c", line 556.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 557.30: 1506-045 (S) Undeclared identifier SLC_VARIABLE.
"term.c", line 559.10: 1506-045 (S) Undeclared identifier SLC_EC.
"term.c", line 559.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 562.10: 1506-045 (S) Undeclared identifier SLC_EL.
"term.c", line 562.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 565.10: 1506-045 (S) Undeclared identifier SLC_IP.
"term.c", line 565.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 566.43: 1506-045 (S) Undeclared identifier SLC_FLUSHIN.
"term.c", line 566.57: 1506-045 (S) Undeclared identifier SLC_FLUSHOUT.
"term.c", line 568.10: 1506-045 (S) Undeclared identifier SLC_ABORT.
"term.c", line 568.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 571.10: 1506-045 (S) Undeclared identifier SLC_XON.
"term.c", line 571.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 578.10: 1506-045 (S) Undeclared identifier SLC_XOFF.
"term.c", line 578.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 585.10: 1506-045 (S) Undeclared identifier SLC_EW.
"term.c", line 585.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 589.7: 1506-045 (S) Undeclared identifier SLC_DEFAULT.
"term.c", line 592.10: 1506-045 (S) Undeclared identifier SLC_RP.
"term.c", line 592.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 599.10: 1506-045 (S) Undeclared identifier SLC_LNEXT.
"term.c", line 599.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 606.10: 1506-045 (S) Undeclared identifier SLC_AO.
"term.c", line 606.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 613.10: 1506-045 (S) Undeclared identifier SLC_SUSP.
"term.c", line 613.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 621.10: 1506-045 (S) Undeclared identifier SLC_FORW1.
"term.c", line 621.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 626.10: 1506-045 (S) Undeclared identifier SLC_FORW2.
"term.c", line 626.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 630.10: 1506-045 (S) Undeclared identifier SLC_AYT.
"term.c", line 630.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 637.10: 1506-045 (S) Undeclared identifier SLC_BRK.
"term.c", line 637.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 638.10: 1506-045 (S) Undeclared identifier SLC_SYNCH.
"term.c", line 638.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 639.10: 1506-045 (S) Undeclared identifier SLC_EOR.
"term.c", line 639.10: 1506-051 (S) Case expression must be a valid integral constant.
"term.c", line 645.14: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       utility.o
"/usr/include/arpa/telnet.h", line 68.6: 1506-334 (S) Identifier telcmds has already been defined on line 68 of "/usr/include/arpa/telnet.h". "/usr/include/arpa/telnet.h", line 131.6: 1506-334 (S) Identifier telopts has already been defined on line 131 of "/usr/include/arpa/telnet.h".
"telnetd.h", line 246.22: 1506-045 (S) Undeclared identifier NSLC.
"telnetd.h", line 246.22: 1506-1324 (S) Array size must have integer type.
"utility.c", line 1048.14: 1506-045 (S) Undeclared identifier LFLOW_OFF.
"utility.c", line 1048.14: 1506-051 (S) Case expression must be a valid integral constant.
"utility.c", line 1052.14: 1506-045 (S) Undeclared identifier LFLOW_ON.
"utility.c", line 1052.14: 1506-051 (S) Case expression must be a valid integral constant. "utility.c", line 1056.14: 1506-045 (S) Undeclared identifier LFLOW_RESTART_ANY. "utility.c", line 1056.14: 1506-051 (S) Case expression must be a valid integral constant. "utility.c", line 1060.14: 1506-045 (S) Undeclared identifier LFLOW_RESTART_XON. "utility.c", line 1060.14: 1506-051 (S) Case expression must be a valid integral constant. "utility.c", line 1136.18: 1506-045 (S) Undeclared identifier LM_FORWARDMASK. "utility.c", line 1136.18: 1506-051 (S) Case expression must be a valid integral constant.
"utility.c", line 1150.14: 1506-045 (S) Undeclared identifier LM_SLC.
"utility.c", line 1150.14: 1506-051 (S) Case expression must be a valid integral constant.
"utility.c", line 1154.44: 1506-045 (S) Undeclared identifier SLC_FUNC.
"utility.c", line 1158.35: 1506-045 (S) Undeclared identifier SLC_FLAGS.
"utility.c", line 1158.48: 1506-045 (S) Undeclared identifier SLC_LEVELBITS.
"utility.c", line 1160.22: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"utility.c", line 1160.22: 1506-051 (S) Case expression must be a valid integral constant. "utility.c", line 1164.22: 1506-045 (S) Undeclared identifier SLC_CANTCHANGE. "utility.c", line 1164.22: 1506-051 (S) Case expression must be a valid integral constant.
"utility.c", line 1168.22: 1506-045 (S) Undeclared identifier SLC_VARIABLE.
"utility.c", line 1168.22: 1506-051 (S) Case expression must be a valid integral constant.
"utility.c", line 1172.22: 1506-045 (S) Undeclared identifier SLC_DEFAULT.
"utility.c", line 1172.22: 1506-051 (S) Case expression must be a valid integral constant.
"utility.c", line 1179.55: 1506-045 (S) Undeclared identifier SLC_ACK.
"utility.c", line 1181.55: 1506-045 (S) Undeclared identifier SLC_FLUSHIN.
"utility.c", line 1184.55: 1506-045 (S) Undeclared identifier SLC_FLUSHOUT.
"utility.c", line 1189.54: 1506-045 (S) Undeclared identifier SLC_VALUE.
"utility.c", line 1200.14: 1506-045 (S) Undeclared identifier LM_MODE.
"utility.c", line 1200.14: 1506-051 (S) Case expression must be a valid integral constant.
"utility.c", line 1210.36: 1506-045 (S) Undeclared identifier MODE_EDIT.
"utility.c", line 1211.36: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
"utility.c", line 1212.36: 1506-045 (S) Undeclared identifier MODE_SOFT_TAB.
"utility.c", line 1213.36: 1506-045 (S) Undeclared identifier MODE_LIT_ECHO.
"utility.c", line 1214.36: 1506-045 (S) Undeclared identifier MODE_ACK.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       state.o
"telnetd.h", line 246.22: 1506-045 (S) Undeclared identifier NSLC.
"telnetd.h", line 246.22: 1506-1324 (S) Array size must have integer type.
"state.c", line 635.47: 1506-045 (S) Undeclared identifier SLC_LEVELBITS.
"state.c", line 636.46: 1506-045 (S) Undeclared identifier SLC_DEFAULT.
"state.c", line 822.47: 1506-045 (S) Undeclared identifier SLC_LEVELBITS.
"state.c", line 823.46: 1506-045 (S) Undeclared identifier SLC_CANTCHANGE.
"state.c", line 1249.24: 1506-045 (S) Undeclared identifier LM_SLC.
"state.c", line 1259.29: 1506-045 (S) Undeclared identifier LM_MODE.
"state.c", line 1272.16: 1506-045 (S) Undeclared identifier LM_FORWARDMASK.
"state.c", line 1272.16: 1506-051 (S) Case expression must be a valid integral constant.
"state.c", line 1653.14: 1506-045 (S) Undeclared identifier LFLOW_ON.
"state.c", line 1655.14: 1506-045 (S) Undeclared identifier LFLOW_OFF.
"state.c", line 1664.18: 1506-045 (S) Undeclared identifier LFLOW_RESTART_ANY. "state.c", line 1666.18: 1506-045 (S) Undeclared identifier LFLOW_RESTART_XON.
"state.c", line 1678.12: 1506-045 (S) Undeclared identifier LM_MODE.
"state.c", line 1684.12: 1506-045 (S) Undeclared identifier LM_SLC.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       termstat.o
"telnetd.h", line 246.22: 1506-045 (S) Undeclared identifier NSLC.
"telnetd.h", line 246.22: 1506-1324 (S) Array size must have integer type.
"termstat.c", line 279.24: 1506-045 (S) Undeclared identifier MODE_EDIT.
"termstat.c", line 281.24: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
"termstat.c", line 283.24: 1506-045 (S) Undeclared identifier MODE_SOFT_TAB.
"termstat.c", line 285.24: 1506-045 (S) Undeclared identifier MODE_LIT_ECHO.
"termstat.c", line 310.45: 1506-045 (S) Undeclared identifier LM_MODE.
"termstat.c", line 383.39: 1506-045 (S) Undeclared identifier LFLOW_ON.
"termstat.c", line 383.50: 1506-045 (S) Undeclared identifier LFLOW_OFF.
"termstat.c", line 390.41: 1506-045 (S) Undeclared identifier LFLOW_RESTART_ANY. "termstat.c", line 391.30: 1506-045 (S) Undeclared identifier LFLOW_RESTART_XON.
"termstat.c", line 456.34: 1506-045 (S) Undeclared identifier MODE_EDIT.
"termstat.c", line 458.34: 1506-045 (S) Undeclared identifier MODE_TRAPSIG.
"termstat.c", line 460.34: 1506-045 (S) Undeclared identifier MODE_SOFT_TAB.
"termstat.c", line 462.34: 1506-045 (S) Undeclared identifier MODE_LIT_ECHO.
"termstat.c", line 464.55: 1506-045 (S) Undeclared identifier LM_MODE.
"termstat.c", line 479.10: 1506-051 (S) Case expression must be a valid integral constant.
"termstat.c", line 490.24: 1506-045 (S) Undeclared identifier MODE_MASK.
"termstat.c", line 491.30: 1506-045 (S) Undeclared identifier MODE_ACK.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CC       slc.o
"telnetd.h", line 246.22: 1506-045 (S) Undeclared identifier NSLC.
"telnetd.h", line 246.22: 1506-1324 (S) Array size must have integer type.
"slc.c", line 61.29: 1506-1324 (S) Array size must have integer type.
"slc.c", line 80.36: 1506-045 (S) Undeclared identifier SLC_LEVELBITS.
"slc.c", line 80.54: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"slc.c", line 102.34: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"slc.c", line 130.32: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"slc.c", line 171.67: 1506-045 (S) Undeclared identifier LM_SLC.
"slc.c", line 244.22: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"slc.c", line 255.26: 1506-045 (S) Undeclared identifier SLC_LEVELBITS.
"slc.c", line 255.44: 1506-045 (S) Undeclared identifier SLC_DEFAULT.
"slc.c", line 260.24: 1506-045 (S) Undeclared identifier SLC_VARIABLE.
"slc.c", line 274.16: 1506-045 (S) Undeclared identifier SLC_ACK.
"slc.c", line 314.21: 1506-045 (S) Undeclared identifier SLC_LEVELBITS.
"slc.c", line 321.19: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
"slc.c", line 325.15: 1506-045 (S) Undeclared identifier SLC_ACK.
"slc.c", line 329.19: 1506-045 (S) Undeclared identifier SLC_DEFAULT.
"slc.c", line 394.28: 1506-045 (S) Undeclared identifier SLC_CANTCHANGE.
"slc.c", line 431.16: 1506-045 (S) Undeclared identifier SLC_EOF.
"slc.c", line 437.38: 1506-045 (S) Undeclared identifier SLC_NOSUPPORT.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CCLD     telnetd
xlc: 1501-228 (W) input file telnetd.o not found
xlc: 1501-228 (W) input file pty.o not found
xlc: 1501-228 (W) input file term.o not found
xlc: 1501-228 (W) input file utility.o not found
xlc: 1501-228 (W) input file state.o not found
xlc: 1501-228 (W) input file termstat.o not found
xlc: 1501-228 (W) input file slc.o not found
make: 1254-004 The error code from the last command is 252.
make: 1254-005 Ignored error code 252 from last command.
Target "all" is up to date.
Making all in ftp
  CC       ftp.o
"ftp.c", line 103.12: 1506-275 (S) Unexpected text 'int' encountered.
"ftp.c", line 103.12: 1506-275 (S) Unexpected text ')' encountered.
"ftp.c", line 103.19: 1506-276 (S) Syntax error: possible missing ')'?
"ftp.c", line 103.12: 1506-343 (S) Redeclaration of h_errno_which differs from previous declaration on line 56 of "/usr/include/netdb.h". "ftp.c", line 103.12: 1506-050 (I) Return type "int**" in redeclaration is not compatible with the previous return type "void*".
"ftp.c", line 147.19: 1506-045 (S) Undeclared identifier host.
"ftp.c", line 150.29: 1506-045 (S) Undeclared identifier portstr.
"ftp.c", line 150.13: 1506-045 (S) Undeclared identifier portstr.
"ftp.c", line 150.50: 1506-045 (S) Undeclared identifier port.
"ftp.c", line 151.12: 1506-045 (S) Undeclared identifier hisctladdr.
"ftp.c", line 185.64: 1506-045 (S) Undeclared identifier ia.
"ftp.c", line 185.53: 1506-045 (S) Undeclared identifier ia.
"ftp.c", line 218.7: 1506-045 (S) Undeclared identifier ctladdrlen.
"ftp.c", line 233.16: 1506-045 (S) Undeclared identifier myctladdr.
"ftp.c", line 248.3: 1506-045 (S) Undeclared identifier cin.
"ftp.c", line 401.7: 1506-045 (S) Undeclared identifier ptflag.
"ftp.c", line 402.14: 1506-045 (S) Undeclared identifier ptabort.
"ftp.c", line 467.25: 1506-045 (S) Undeclared identifier cin.
"ftp.c", line 1228.63: 1506-045 (S) Undeclared identifier data_addr.
"ftp.c", line 1233.22: 1506-045 (S) Undeclared identifier myctladdr.
"ftp.c", line 1302.23: 1506-045 (S) Undeclared identifier hisctladdr.
"ftp.c", line 1406.58: 1506-045 (S) Undeclared identifier ctladdrlen.
"ftp.c", line 1482.36: 1506-045 (S) Undeclared identifier ia.
"ftp.c", line 1482.58: 1506-045 (S) Undeclared identifier portstr.
"ftp.c", line 1482.25: 1506-045 (S) Undeclared identifier ia.
"ftp.c", line 1482.42: 1506-045 (S) Undeclared identifier portstr.
"ftp.c", line 1693.14: 1506-045 (S) Undeclared identifier hisctladdr.
"ftp.c", line 1695.14: 1506-045 (S) Undeclared identifier myctladdr.
"ftp.c", line 1697.12: 1506-045 (S) Undeclared identifier cin.
"ftp.c", line 1748.3: 1506-045 (S) Undeclared identifier ptabflg.
"ftp.c", line 1751.12: 1506-045 (S) Undeclared identifier ptabort.
"ftp.c", line 1795.15: 1506-045 (S) Undeclared identifier ptabort.
"ftp.c", line 1809.3: 1506-045 (S) Undeclared identifier ptflag.
"ftp.c", line 1834.11: 1506-045 (S) Undeclared identifier ptabflg.
"ftp.c", line 1862.15: 1506-045 (S) Undeclared identifier cin.
"ftp.c", line 1893.15: 1506-045 (S) Undeclared identifier cin.
"ftp.c", line 1979.11: 1506-045 (S) Undeclared identifier cin.
"ftp.c", line 1990.11: 1506-045 (S) Undeclared identifier ptabflg.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CCLD     ftp
xlc: 1501-228 (W) input file ftp.o not found
make: 1254-004 The error code from the last command is 252.
make: 1254-005 Ignored error code 252 from last command.
Target "all" is up to date.
Making all in ftpd
  CC       ftpd.o
"ftpd.c", line 1640.28: 1506-045 (S) Undeclared identifier typenames.
"ftpd.c", line 1642.27: 1506-045 (S) Undeclared identifier formnames.
"ftpd.c", line 1654.11: 1506-045 (S) Undeclared identifier strunames.
"ftpd.c", line 1654.28: 1506-045 (S) Undeclared identifier modenames.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
  CCLD     ftpd
xlc: 1501-228 (W) input file ftpd.o not found
make: 1254-004 The error code from the last command is 252.
make: 1254-005 Ignored error code 252 from last command.
Target "all" is up to date.
Making all in talk
Target "all" is up to date.
Making all in talkd
  CCLD     talkd
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.
make: 1254-005 Ignored error code 8 from last command.
Target "all" is up to date.
Making all in whois
        make  all-am
Target "all-am" is up to date.
Making all in ping
Target "all" is up to date.
Making all in ifconfig
Making all in system
Target "all" is up to date.
Target "all-am" is up to date.
Target "all" is up to date.
Making all in doc
Target "all" is up to date.
Making all in man
Target "all" is up to date.
Making all in tests
        make  all-am
Target "all-am" is up to date.
Target "all-am" is up to date.
address@hidden:[/data/prj/gnu/inetutils/inetutils-1.9.4]


I hope this helps in a small, no big actually, way.

Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]