Skip to content

Instantly share code, notes, and snippets.

@keybounce
Created August 8, 2014 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keybounce/628c0379b743d356f24b to your computer and use it in GitHub Desktop.
Save keybounce/628c0379b743d356f24b to your computer and use it in GitHub Desktop.
Ircii-classic build failure log, #2
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:655:1: warning: implicit declaration of function 'yywrap' is invalid in C99 [-Wimplicit-function-declaration]
yywrap()
^
1 warning generated.
configure:705:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:735:1: warning: implicit declaration of function 'getpwnam' is invalid in C99 [-Wimplicit-function-declaration]
getpwnam()
^
1 warning generated.
ld: library not found for -lsun
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:847:10: fatal error: 'sys/twg_config.h' file not found
#include <sys/twg_config.h>
^
1 error generated.
configure:847:10: fatal error: 'sys/ptem.h' file not found
#include <sys/ptem.h>
^
1 error generated.
configure:1106:6: warning: incompatible redeclaration of library function 'memmove'
char memmove();
^
configure:1106:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:1296:6: warning: incompatible redeclaration of library function 'strerror'
char strerror();
^
configure:1296:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:1344:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(){return(0);}
^~~~
1 warning generated.
configure:1431:67: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
^
configure:1431:67: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:1539:1: warning: implicit declaration of function 'opendir' is invalid in C99 [-Wimplicit-function-declaration]
opendir()
^
1 warning generated.
ld: library not found for -ldir
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2266:1: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration]
tgetent()
^
1 warning generated.
ld: warning: ignoring file /opt/local/lib/libtermcap.dylib, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): /opt/local/lib/libtermcap.dylib
Undefined symbols for architecture i386:
"_tgetent", referenced from:
_t in conftest-5of55B.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2297:1: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration]
tgetent()
^
1 warning generated.
ld: library not found for -ltermlib
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2328:1: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration]
tgetent()
^
1 warning generated.
ld: warning: ignoring file /opt/local/lib/libcurses.dylib, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): /opt/local/lib/libcurses.dylib
Undefined symbols for architecture i386:
"_tgetent", referenced from:
_t in conftest-JCujtt.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2359:1: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration]
tgetent()
^
1 warning generated.
ld: library not found for -lxtermcap
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2572:24: warning: extra tokens at end of #include directive [-Wextra-tokens]
#include <sys/types.h> dnl )
^
//
1 warning generated.
configure:2604:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^~~~
configure:2606:9: warning: initializing 'char *' with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types]
char *s = sys_errlist[0];
^ ~~~~~~~~~~~~~~
configure:2607:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(0);
^
configure:2607:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
3 warnings generated.
configure:2633:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^~~~
configure:2636:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(0);
^
configure:2636:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:2697:1: warning: implicit declaration of function 'socket' is invalid in C99 [-Wimplicit-function-declaration]
socket()
^
1 warning generated.
ld: library not found for -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2732:1: warning: implicit declaration of function 'socket' is invalid in C99 [-Wimplicit-function-declaration]
socket()
^
1 warning generated.
ld: library not found for -linet
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2767:1: warning: implicit declaration of function 'gethostname' is invalid in C99 [-Wimplicit-function-declaration]
gethostname()
^
1 warning generated.
ld: library not found for -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2801:1: warning: implicit declaration of function 'inet_addr' is invalid in C99 [-Wimplicit-function-declaration]
inet_addr()
^
1 warning generated.
ld: library not found for -ldgc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2834:1: warning: implicit declaration of function 'gethostbyname' is invalid in C99 [-Wimplicit-function-declaration]
gethostbyname()
^
1 warning generated.
configure:2860:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^~~~
configure:2865:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(0);
^
configure:2865:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
version:1
:debug:main ircii-classic has no conflicts
:debug:main Executing org.macports.main (ircii-classic)
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 501
:debug:main euid changed to: 503
:debug:archivefetch archivefetch phase started at Thu Aug 7 18:49:22 PDT 2014
:msg:archivefetch ---> Fetching archive for ircii-classic
:debug:archivefetch Executing org.macports.archivefetch (ircii-classic)
:debug:archivefetch euid/egid changed to: 0/0
:debug:archivefetch chowned /Volumes/UserData/opt-lion/local/var/macports/incoming to macports
:debug:archivefetch euid/egid changed to: 503/501
:info:archivefetch ---> ircii-classic-2.8.2_1.darwin_11.i386.tbz2 doesn't seem to exist in /Volumes/UserData/opt-lion/local/var/macports/incoming/verified
:msg:archivefetch ---> Attempting to fetch ircii-classic-2.8.2_1.darwin_11.i386.tbz2 from http://packages.macports.org/ircii-classic
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404
:msg:archivefetch ---> Attempting to fetch ircii-classic-2.8.2_1.darwin_11.i386.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/ircii-classic
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404
:msg:archivefetch ---> Attempting to fetch ircii-classic-2.8.2_1.darwin_11.i386.tbz2 from http://lil.fr.packages.macports.org/ircii-classic
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404
:debug:archivefetch Privilege de-escalation not attempted as not running as root.
:debug:fetch fetch phase started at Thu Aug 7 18:49:24 PDT 2014
:notice:fetch ---> Fetching distfiles for ircii-classic
:debug:fetch Executing org.macports.fetch (ircii-classic)
:debug:fetch Privilege de-escalation not attempted as not running as root.
:debug:checksum checksum phase started at Thu Aug 7 18:49:24 PDT 2014
:notice:checksum ---> Verifying checksums for ircii-classic
:debug:checksum Executing org.macports.checksum (ircii-classic)
:info:checksum ---> Checksumming ircii-2.8.2.tar.gz
:debug:checksum Calculated (md5) is 3bea19d0086e3660cf53d256d6efa110
:debug:checksum Correct (md5) checksum for ircii-2.8.2.tar.gz
:debug:checksum Calculated (sha1) is 2a4d4ef11f1a99de450dc8aa7104171a09fd9264
:debug:checksum Correct (sha1) checksum for ircii-2.8.2.tar.gz
:debug:checksum Calculated (rmd160) is 05351859e05f788cea7940b51d652a2910674833
:debug:checksum Correct (rmd160) checksum for ircii-2.8.2.tar.gz
:info:checksum ---> Checksumming ircii-2.8help.tar.gz
:debug:checksum Calculated (md5) is acd61c53392a793250f6e86cbf277261
:debug:checksum Correct (md5) checksum for ircii-2.8help.tar.gz
:debug:checksum Calculated (sha1) is 1733ac530659a47c284492ac0f1a8d5d361c354f
:debug:checksum Correct (sha1) checksum for ircii-2.8help.tar.gz
:debug:checksum Calculated (rmd160) is 4d61a09a9a908f4221e28d33b313496f99dff62e
:debug:checksum Correct (rmd160) checksum for ircii-2.8help.tar.gz
:debug:checksum Privilege de-escalation not attempted as not running as root.
:debug:extract extract phase started at Thu Aug 7 18:49:24 PDT 2014
:notice:extract ---> Extracting ircii-classic
:debug:extract Executing org.macports.extract (ircii-classic)
:info:extract ---> Extracting ircii-2.8.2.tar.gz
:debug:extract setting option extract.args to '/Volumes/UserData/opt-lion/local/var/macports/distfiles/ircii/ircii-2.8.2.tar.gz'
:debug:extract Environment:
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.7'
:debug:extract Assembled command: 'cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work" && /usr/bin/gzip -dc '/Volumes/UserData/opt-lion/local/var/macports/distfiles/ircii/ircii-2.8.2.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -'
:debug:extract Executing command line: cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work" && /usr/bin/gzip -dc '/Volumes/UserData/opt-lion/local/var/macports/distfiles/ircii/ircii-2.8.2.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -
:debug:extract euid/egid changed to: 0/0
:debug:extract chowned /Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work to macports
:debug:extract euid/egid changed to: 503/501
:info:extract ---> Extracting ircii-2.8help.tar.gz
:debug:extract setting option extract.args to '/Volumes/UserData/opt-lion/local/var/macports/distfiles/ircii/ircii-2.8help.tar.gz'
:debug:extract Environment:
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.7'
:debug:extract Assembled command: 'cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work" && /usr/bin/gzip -dc '/Volumes/UserData/opt-lion/local/var/macports/distfiles/ircii/ircii-2.8help.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -'
:debug:extract Executing command line: cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work" && /usr/bin/gzip -dc '/Volumes/UserData/opt-lion/local/var/macports/distfiles/ircii/ircii-2.8help.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -
:debug:extract euid/egid changed to: 0/0
:debug:extract chowned /Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work to macports
:debug:extract euid/egid changed to: 503/501
:debug:extract Privilege de-escalation not attempted as not running as root.
:debug:patch patch phase started at Thu Aug 7 18:49:25 PDT 2014
:debug:patch Executing org.macports.patch (ircii-classic)
:notice:patch ---> Applying patches to ircii-classic
:info:patch ---> Applying patch-Makefile.in.diff
:debug:patch Environment:
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.7'
:debug:patch Assembled command: 'cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2" && /usr/bin/patch -p0'
:debug:patch Executing command line: cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2" && /usr/bin/patch -p0 < '/Volumes/UserData/opt-lion/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/irc/ircii-classic/files/patch-Makefile.in.diff'
:info:patch patching file Makefile.in
:debug:patch Privilege de-escalation not attempted as not running as root.
:debug:configure configure phase started at Thu Aug 7 18:49:25 PDT 2014
:notice:configure ---> Configuring ircii-classic
:debug:configure Using compiler 'Xcode Clang'
:debug:configure Executing org.macports.configure (ircii-classic)
:debug:configure Environment:
CC='/usr/bin/clang'
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/.CC_PRINT_OPTIONS'
CFLAGS='-pipe -Os -arch i386'
CPATH='/opt/local/include'
CPPFLAGS='-I/opt/local/include'
CXX='/usr/bin/clang++'
CXXFLAGS='-pipe -Os -arch i386 -stdlib=libstdc++'
F77FLAGS='-m32'
F90FLAGS='-pipe -Os -m32'
FCFLAGS='-pipe -Os -m32'
FFLAGS='-pipe -Os'
INSTALL='/usr/bin/install -c'
LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.7'
OBJC='/usr/bin/clang'
OBJCFLAGS='-pipe -Os -arch i386'
OBJCXX='/usr/bin/clang++'
OBJCXXFLAGS='-pipe -Os -arch i386 -stdlib=libstdc++'
:debug:configure Assembled command: 'cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2" && ./configure --prefix=/opt/local'
:debug:configure Executing command line: cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2" && ./configure --prefix=/opt/local
:info:configure creating cache ./config.cache
:info:configure this is ircii version 2.8.2
:info:configure
:info:configure checking for gcc... /usr/bin/clang
:info:configure checking whether we are using GNU C... yes
:info:configure checking how to run the C preprocessor... /usr/bin/clang -E
:info:configure checking for POSIXized ISC... no
:info:configure checking for NeXT... no
:info:configure checking for AIX... no
:info:configure checking for flex... flex
:info:configure checking for -lfl... yes
:info:configure checking whether /usr/bin/clang needs -traditional... no
:info:configure checking for -lsun... no
:info:configure checking for qnx... no
:info:configure checking for solaris... no
:info:configure checking for SVR4... no
:info:configure checking for -I/usr/netinclude... no
:info:configure checking for sys/un.h... yes
:info:configure checking for sys/select.h... yes
:info:configure checking for sys/fcntl.h... yes
:info:configure checking for sys/file.h... yes
:info:configure checking for sys/time.h... yes
:info:configure checking for sys/wait.h... yes
:info:configure checking for sys/twg_config.h... no
:info:configure checking for sys/ptem.h... no
:info:configure checking for stdarg.h... yes
:info:configure checking for unistd.h... yes
:info:configure checking for fcntl.h... yes
:info:configure checking for string.h... yes
:info:configure checking for memory.h... yes
:info:configure checking for netdb.h... yes
:info:configure checking for limits.h... yes
:info:configure checking for setsid... yes
:info:configure checking for getpgid... yes
:info:configure checking for getsid... yes
:info:configure checking for scandir... yes
:info:configure checking for memmove... yes
:info:configure checking for uname... yes
:info:configure checking for getcwd... yes
:info:configure checking for fchmod... yes
:info:configure checking for strerror... yes
:info:configure checking whether cross-compiling... no
:info:configure checking for ANSI C header files... yes
:info:configure checking whether time.h and sys/time.h may both be included... yes
:info:configure checking for dirent.h that defines DIR... yes
:info:configure checking for -ldir... no
:info:configure checking return type of signal handlers... void
:info:configure checking for mode_t... yes
:info:configure checking for pid_t... yes
:info:configure checking for size_t... yes
:info:configure checking for uid_t in sys/types.h... yes
:info:configure checking for hpux version... no
:info:configure checking for ultrix... no
:info:configure checking for POSIX.1... yes
:info:configure checking for sequent/ptx... no
:info:configure checking for struct linger... yes
:info:configure checking for select... yes
:info:configure checking for -ltermcap... no
:info:configure checking for -ltermlib... no
:info:configure checking for -lcurses... no
:info:configure checking for -lxtermcap... no
:info:configure configure: warning: i can not find tgetent. you might need to help me
:info:configure checking signal implimentation
:info:configure checking for sigaction... yes
:info:configure using posix signals
:info:configure checking for waitpid declaration... yes
:info:configure checking for sys_errlist declaration... yes
:info:configure checking for a 32 bit integer... unsigned long
:info:configure checking for -lsocket... no
:info:configure checking for -linet... no
:info:configure checking for -lnsl... no
:info:configure checking for -ldgc... no
:info:configure checking for -lresolv... yes
:info:configure generating a list of signal names...
:info:configure checking for unix mail directory... /var/mail
:info:configure updating cache ./config.cache
:info:configure creating ./config.status
:info:configure creating Makefile
:info:configure creating source/Makefile
:info:configure creating include/defs.h
:info:configure
:info:configure well there we are, you now might want to look in include/config.h
:info:configure and see if there is anything you might want to tune, else you can
:info:configure just run a make here.. good luck!
:info:configure
:debug:configure Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Thu Aug 7 18:49:27 PDT 2014
:notice:build ---> Building ircii-classic
:debug:build Executing org.macports.build (ircii-classic)
:debug:build Environment:
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.7'
:debug:build Assembled command: 'cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2" && /usr/bin/make -j8 -w all'
:debug:build Executing command line: cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2" && /usr/bin/make -j8 -w all
:info:build make: Entering directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2'
:info:build make[1]: Entering directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2/source'
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c ircserv.c
:info:build make[1]: Entering directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2/source'
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c ircflush.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c ircsig.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c newio.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c ircsig.c
:info:build make[1]: Entering directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2/source'
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c wserv.c
:info:build make[1]: Entering directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2/source'
:info:build rm -f count.c
:info:build rm -f wterm.c
:info:build ln -s term.c wterm.c
:info:build flex count.l
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -DSTTY_ONLY -c wterm.c
:info:build ircserv.c:168:1: warning: return type of 'main' is not 'int' [-Wmain-return-type]
:info:build void
:info:build ^
:info:build 1 warning generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c debug.c
:info:build wserv.c:39:1: warning: return type of 'main' is not 'int' [-Wmain-return-type]
:info:build void
:info:build ^
:info:build newio.c:327:25: warning: '&&' within '||' [-Wlogical-op-parentheses]
:info:build if (i > max_fd && (rd && FD_ISSET(i, rd) || wd && FD_ISSET(i, wd)))
:info:build ~~~^~~~~~~~~~~~~~~~~~ ~~
:info:build newio.c:327:25: note: place parentheses around the '&&' expression to silence this warning
:info:build ircflush.c:86:1: warning: return type of 'main' if (i > max_fd && (rd && FD_ISSET(i, rd) || wd && FD_ISSET(i, wd)))
:info:build ~~~^~~~~~~~~~~~~~~~~~
:info:build is not 'newio.c:327:50: warning: 'i&n&t'' within '||' [-Wlogical-op-parentheses]
:info:build if (i > max_fd && (rd && FD_ISSET(i, rd) || wd && FD_ISSET(i, wd)))
:info:build ~~ ~~~^~~~~~~~~~~~~~~~~~
:info:build newio.c:327:50: note: pla [-Wmain-return-type]
:info:build ce parentheses around the '&&' expression to silence this warning
:info:build void
:info:build if (i > max_fd && (rd && FD_ISSET(i, rd) || wd && FD_ISSET(i, wd)))
:info:build ~~~^~~~~~~~~~~~~~~~~~
:info:build ^
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c ircsig.c
:info:build 1 warning generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c ircaux.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c list.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c names.c
:info:build 1 warning generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -DHAVE_CONFIG_H -I../include -o ircflush ircflush.o ircsig.o -lresolv
:info:build mv -f lex.yy.c count.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c newio.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c queue.c
:info:build make[1]: Leaving directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2/source'
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c reg.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -DHAVE_CONFIG_H -I../include -o wserv wserv.o wterm.o ircsig.o -lresolv
:info:build ircaux.c:623:50: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build getsockname(s, (struct sockaddr *) &localaddr, &service);
:info:build ^~~~~~~~
:info:build /usr/include/sys/socket.h:609:74: note: passing argument to parameter here
:info:build int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build 2 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -DHAVE_CONFIG_H -I../include -o ircserv ircserv.o newio.o ircsig.o -lresolv
:info:build make[1]: Leaving directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2/source'
:info:build newio.c:327:25: warning: '&&' within '||' [-Wlogical-op-parentheses]
:info:build if (i > max_fd && (rd && FD_ISSET(i, rd) || wd && FD_ISSET(i, wd)))
:info:build ~~~^~~~~~~~~~~~~~~~~~ ~~
:info:build newio.c:327:25: note: place parentheses around the '&&' expression to silence this warning
:info:build if (i > max_fd && (rd && FD_ISSET(i, rd) || wd && FD_ISSET(i, wd)))
:info:build ~~~^~~~~~~~~~~~~~~~~~
:info:build newio.c:327:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
:info:build if (i > max_fd && (rd && FD_ISSET(i, rd) || wd && FD_ISSET(i, wd)))
:info:build ~~ ~~~^~~~~~~~~~~~~~~~~~
:info:build newio.c:327:50: note: place parentheses around the '&&' expression to silence this warning
:info:build if (i > max_fd && (rd && FD_ISSET(i, rd) || wd && FD_ISSET(i, wd)))
:info:build ~~~^~~~~~~~~~~~~~~~~~
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c scandir.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -DIRCSERV_PATH=\"/opt/local/bin/ircserv\" -c server.c
:info:build reg.c:71:19: warning: '&&' within '||' [-Wlogical-op-parentheses]
:info:build make[1]: Leaving directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2/source'
:info:build if ((*m=='\\') && (m[1]=='*') || (m[1]=='?')) m++;
:info:build ~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
:info:build reg.c:71:19: note: place parentheses around the '&&' expression to silence this warning
:info:build if ((*m=='\\') && (m[1]=='*') || (m[1]=='?')) m++;
:info:build ^
:info:build ( )
:info:build reg.c:111:19: warning: '&&' within '||' [-Wlogical-op-parentheses]
:info:build if ((*m=='\\') && (m[1]=='*') || (m[1]=='?')) m++;
:info:build ~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
:info:build reg.c:111:19: note: place parentheses around the '&&' expression to silence this warning
:info:build if ((*m=='\\') && (m[1]=='*') || (m[1]=='?')) m++;
:info:build ^
:info:build ( )
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c term.c
:info:build reg.c:149:24: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build return ((_wild_match(pattern, string)>=0)?1:0);
:info:build ^~~~~~~
:info:build reg.c:149:33: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build return ((_wild_match(pattern, string)>=0)?1:0);
:info:build ^~~~~~
:info:build reg.c:158:21: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build return _wild_match(pattern, str) + 1;
:info:build ^~~~~~~
:info:build reg.c:158:30: warning: passing 'char */usr/bin/clang -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -o count -O count.c -lfl
:info:build ' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build return _wild_match(pattern, str) + 1;
:info:build ^~~
:info:build 6 warnings generated.
:info:build count.l:13:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
:info:build main()
:info:build ^~~~
:info:build term.c:271:4: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_standout_on();
:info:build ^
:info:build ../include/term.h:43:29: note: expanded from macro 'term_standout_on'
:info:build #define term_standout_on() (tputs_x(SO))
:info:build ^
:info:build ../include/term.h:39:22: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build term.c:347:11: warning: implicit declaration of function 'tgoto' is invalid in C99 [-Wimplicit-function-declaration]
:info:build tputs_x(tgoto(CS, LI - 1, 0));
:info:build ^
:info:build ../include/term.h:39:28: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build 2 warnings generated.
:info:build term.c:513:12: warning: implicit declaration of function 'tgetnum' is invalid in C99 [-Wimplicit-function-declaration]
:info:build if ((co = tgetnum("co")) == -1)
:info:build ^
:info:build term.c:552:11: warning: implicit declaration of function 'tgetflag' is invalid in C99 [-Wimplicit-function-declaration]
:info:build else if (tgetflag("bs"))
:info:build ^
:info:build server.c:639:5: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build &address_len);
:info:build ^~~~~~~~~~~~
:info:build /usr/include/sys/socket.h:609:74: note: passing argument to parameter here
:info:build int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build 1 warning generated.
:info:build 4 warnings generated.
:info:build 1 warning generated.
:info:build rm -f ../include/vars.h
:info:build rm -f ../include/hook.h
:info:build rm -f ../include/keys.h
:info:build ./count < ../include/vars.h.proto > ../include/vars.h
:info:build ./count < ../include/hook.h.proto > ../include/hook.h
:info:build ./count < ../include/keys.h.proto > ../include/keys.h
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c alias.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c crypt.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c ctcp.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c dcc.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c edit.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c exec.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c flood.c
:info:build exec.c:236:1: warning: control may reach end of non-void function [-Wreturn-type]
:info:build }
:info:build ^
:info:build dcc.c:337:4: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build &rl);
:info:build ^~~
:info:build /usr/include/sys/socket.h:607:74: note: passing argument to parameter here
:info:build int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build exec.c:713:9: warning: implicit declaration of function 'getpgid' is invalid in C99 [-Wimplicit-function-declaration]
:info:build kill(-getpgid(process_list[kill_index]->pid), sig);
:info:build ^
:info:build dcc.c:362:61: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned exec.c:798:6: int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build getsockname(Client->read, (struct sockaddr *) &localaddr, &sla);
:info:build ^~~~
:info:build /usr/include/sys/socket.h:609:74: note: passing argument to parameter here
:info:build int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build warning: implicit declaration of function 'pipe' is invalid in C99 [-Wimplicit-function-declaration]
:info:build if (pipe(p0) || pipe(p1) || pipe(p2))
:info:build ^
:info:build exec.c:803:4: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
:info:build close(p0[0]);
:info:build ^
:info:build exec.c:818:16: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration]
:info:build switch (pid = fork())
:info:build ^
:info:build exec.c:825:3: warning: implicit declaration of function 'setsid' is invalid in C99 [-Wimplicit-function-declaration]
:info:build setsid();
:info:build ^
:info:build ctcp.c:633:33: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long')alias.c:694:59: warning: format specifi [-exec.c:830es Wforty:pe 'lmoantg]'
:info:build but the argument has type 'int' [-Wformat]
:info:build 3: warning: implicit declaration of function 'dup2' is invalid in C99 [-Wimplicit-function-declaration]
:info:build dup2(p0[0], 0);
:info:build ^
:info:build exec.c:840:3: warning: sprintf(tmp,"%ld",r);
:info:build ~~~ ^
:info:build %d
:info:build /usr/include/secure/_stdio.h:50:56: note: expanded from macro 'sprintf'
:info:build __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
:info:build ^
:info:build sprintf(buf, "%d second%s", timediff,
:info:build ~~ ^~~~~~~~
:info:build %ld
:info:build /usr/include/secure/_stdio.h:50:56: note: expanded from macro 'sprintf'
:info:build __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
:info:build ^
:info:build implicit declaration of function 'close_all_dcc' is invalid in C99 [-Wimplicit-function-declaration]
:info:build close_all_dcc();
:info:build ^
:info:build dcc.c:470:58: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build getsockname(Client->read, (struct sockaddr *) &locaddr, &size);
:info:build ^~~~~
:info:build /usr/include/sys/socket.h:609:74: note: passing argument to parameter here
:info:build int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build exec.c:872:4: warning: implicit declaration of function 'setuid' is invalid in C99 [-Wimplicit-function-declaration]
:info:build setuid(getuid()); /* If we are setuid, set it back! */
:info:build ^
:info:build exec.c:872:11: warning: implicit declaration of function 'getuid' is invalid in C99 [-Wimplicit-function-declaration]
:info:build setuid(getuid()); /* If we are setuid, set it back! */
:info:build ^
:info:build exec.c:873:4: warning: implicit declaration of function 'setgid' is invalid in C99 [-Wimplicit-function-declaration]
:info:build setgid(getgid());
:info:build ^
:info:build exec.c:873:11: warning: implicit declaration of function 'getgid' is invalid in C99 [-Wimplicit-function-declaration]
:info:build setgid(getgid());
:info:build ^
:info:build exec.c:874:4: warning: implicit declaration of function 'execvp' is invalid in C99 [-Wimplicit-function-declaration]
:info:build execvp(args[0], args);
:info:build ^
:info:build exec.c:883:4: warning: implicit declaration of function 'execl' is invalid in C99 [-Wimplicit-function-declaration]
:info:build execl(shell, shell, flag, name, (char *) 0);
:info:build ^
:info:build exec.c:887:3: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
:info:build write(1, buffer, strlen(buffer));
:info:build ^
:info:build exec.c:888:3: warning: implicitly declaring library function '_exit' with type 'void (int) __attribute__((noreturn))'
:info:build _exit(-1);
:info:build ^
:info:build exec.c:888:3: note: please include the header <unistd.h> or explicitly provide a declaration for '_exit'
:info:build exec.c:1235:3: warning: implicit declaration of function 'sleep' is invalid in C99 [-Wimplicit-function-declaration]
:info:build sleep(2); /* Give them a chance for a graceful exit */
:info:build ^
:info:build dcc.c:705:59: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build getsockname(Client->file, (struct sockaddr *) &SockAddr, &dummy);
:info:build ^~~~~~
:info:build /usr/include/sys/socket.h:609:74: note: passing argument to parameter here
:info:build int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build dcc.c:710:8: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build &dummy);
:info:build ^~~~~~
:info:build /usr/include/sys/socket.h:609:74: note: passing argument to parameter here
:info:build int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c funny.c
:info:build 1 warning generated.
:info:build dcc.c:1039:14: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build &remaddr, &sra);
:info:build ^~~~
:info:build /usr/include/sys/socket.h:603:69: note: passing argument to parameter here
:info:build int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build edit.c:2108:6: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_beep();
:info:build ^
:info:build ../include/term.h:49:23: note: expanded from macro 'term_beep'
:info:build #define term_beep() (tputs_x(BL),fflush(current_screen ? \
:info:build ^
:info:build ../include/term.h:39:22: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build dcc.c:1121:9: warning: passing 'int *' to parameter of type '/usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -DDEFAULT_HELP_PATH=\"/opt/local/lib/irc/help\" -c help.c
:info:build socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build &sra);
:info:build ^~~~
:info:build /usr/include/sys/socket.h:603:69: note: passing argument to parameter here
:info:build int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build alias.c:2369:30: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
:info:build sprintf(tstr, "%d day%s ", days, (days==1)?"":"s");
:info:build ~~ ^~~~
:info:build %ld
:info:build /usr/include/secure/_stdio.h:50:56: note: expanded from macro 'sprintf'
:info:build __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
:info:build ^
:info:build alias.c:2374:31: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
:info:build sprintf(tstr, "%d hour%s ", hours, (hours==1)?"":"s");
:info:build ~~ ^~~~~
:info:build %ld
:info:build /usr/include/secure/_stdio.h:50:56: note: expanded from macro 'sprintf'
:info:build __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
:info:build ^
:info:build alias.c:2379:33: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
:info:build sprintf(tstr, "%d minute%s ", minutes, (minutes==1)?"":"s");
:info:build ~~ ^~~~~~~
:info:build %ld
:info:build /usr/include/secure/_stdio.h:50:56: note: expanded from macro 'sprintf'
:info:build __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
:info:build ^
:info:build alias.c:2384:32: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
:info:build sprintf(tstr, "%d second%s", seconds, (seconds==1)?"":"s");
:info:build ~~ ^~~~~~~
:info:build %ld
:info:build /usr/include/secure/_stdio.h:50:56: note: expanded from macro 'sprintf'
:info:build __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
:info:build ^
:info:build dcc.c:1212:14: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build &remaddr, &sra);
:info:build ^~~~
:info:build /usr/include/sys/socket.h:603:69: note: passing argument to parameter here
:info:build int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build edit.c:2483:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
:info:build else
:info:build ^
:info:build dcc.c:1283:35: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build (struct sockaddr *) &remaddr, &sra);
:info:build ^~~~
:info:build /usr/include/sys/socket.h:603:69: note: passing argument to parameter here
:info:build int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build edit.c:2862:9: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
:info:build u_char key;
:info:build ^
:info:build ../include/edit.h:24:39: note: previous declaration is here
:info:build extern void edit_char _((unsigned char));
:info:build ^
:info:build ../include/irc_std.h:18:15: note: expanded from macro '_'
:info:build # define _(a) a
:info:build ^
:info:build dcc.c:1545:23: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
:info:build sprintf(sent, "%d", Client->bytes_sent);
:info:build ~~ ^~~~~~~~~~~~~~~~~~
:info:build %ld
:info:build /usr/include/secure/_stdio.h:50:56: note: expanded from macro 'sprintf'
:info:build __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
:info:build ^
:info:build dcc.c:1546:23: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
:info:build sprintf(read, "%d", Client->bytes_read);
:info:build ~~ ^~~~~~~~~~~~~~~~~~
:info:build %ld
:info:build /usr/include/secure/_stdio.h:50:56: note: expanded from macro 'sprintf'
:info:build __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
:info:build ^
:info:build dcc.c:1586:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
:info:build if (Client = dcc_searchlist(description, user, CType, 0, description))
:info:build ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build dcc.c:1586:13: note: place parentheses around the assignment to silence this warning
:info:build if (Client = dcc_searchlist(description, user, CType, 0, description))
:info:build ^
:info:build ( )
:info:build dcc.c:1586:13: note: use '==' to turn this assignment into an equality comparison
:info:build if (Client = dcc_searchlist(description, user, CType, 0, description))
:info:build ^
:info:build ==
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c history.c
:info:build help.c:689:58: warning: too few arguments in call to 'help_pause_add_line'
:info:build help_pause_add_line("*** %s choices:", help_topic_list);
:info:build ~~~~~~~~~~~~~~~~~~~ ^
:info:build help.c:713:38: warning: too few arguments in call to 'help_pause_add_line'
:info:build help_pause_add_line("%s", buffer);
:info:build ~~~~~~~~~~~~~~~~~~~ ^
:info:build help.c:733:36: warning: too few arguments in call to 'help_pause_add_line'
:info:build help_pause_add_line("%s", buffer);
:info:build ~~~~~~~~~~~~~~~~~~~ ^
:info:build 1 warning generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c hold.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c hook.c
:info:build 17 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c if.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c ignore.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c input.c
:info:build 3 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -DIRCLIB=\"/opt/local/lib/irc/\" -DIRCPATH=\"~/.irc:/opt/local/lib/irc/script:.\" -c irc.c
:info:build if.c:32:7: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter]
:info:build char type;
:info:build ^
:info:build ../include/if.h:14:40: note: previous declaration is here
:info:build extern char *next_expr _((char **, char));
:info:build ^
:info:build ../include/irc_std.h:18:15: note: expanded from macro '_'
:info:build # define _(a) a
:info:build ^
:info:build if.c:159:3: warning: promoted type 'int' of K&R function parameinput.c:66:4: warning: implicit decter isla nratot iocn oof fumpatniblctione ' wtputsi' thi the parameter type 'chars ' dineclvaraed ilind in a prC9e9 v[-iWimpous plirciot-totyfpeunct [i-Wknron--dprecloarmatioonte]
:info:build d-parameter]
:info:build what;
:info:build ^
:info:build term_move_cursor(cursor, input_line);
:info:build ^
:info:build ../include/term.h:46:33: note: expanded fromif.c:23:37: note: previous declaration is here
:info:build static int charcount _((char *, char));
:info:build ^
:info:build ../include/irc_std.h:18:15: note: expanded from macro '_'
:info:build # define _(a) a
:info:build ^
:info:build if.c:164:15: warning: using the result of an assignment as a condition wi mathcroo 'utt perm_move_curarsenthesor'
:info:build #define term_move_cursor(c, r) (tputs_x(tgoto(CM, (c), (r))))
:info:build ^
:info:build ../include/term.h:39:22: note: expandees [-Wparentheses]
:info:build while (place = index(place+1, what))
:info:build ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
:info:build if.c:164:15: note: pld from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build input.c:66:4: warning: implicace parentheses around the assignment to silence this warning
:info:build while (place = index(place+1, what))
:info:build ^
:info:build ( )
:info:build if.c:164:15: note: usit declaration of function 'tgoto' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_move_cursor(cursor, input_line);
:info:build ^
:info:build ../include/term.h:46:41: note: expanded from mace '==' to turn this assignment into an equality comparison
:info:build while (place = index(place+1, what))
:info:build ^
:info:build ==
:info:build ro 'term_move_cursor'
:info:build #define term_move_cursor(c, r) (tputs_x(tgoto(CM, (c), (r))))
:info:build ^
:info:build ../include/term.h:39:28: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build if.c:236:3: warning: expression result unused [-Wunused-val ^u
:info:build e]
:info:build *args++;
:info:build ^~~~~~~
:info:build if.c:325:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
:info:build while (var[ind++] = next_arg(vars, &vars))
:info:build ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
:info:build if.c:325:20: note: place parentheses around the assignment to silence this warning
:info:build while (var[ind++] = next_arg(vars, &vars))
:info:build ^
:info:build ( )
:info:build if.c:325:20: note: use '==' to turn this assignment into an equality comparison
:info:build while (var[ind++] = next_arg(vars, &vars))
:info:build ^
:info:build ==
:info:build input.c:679:41: warning: '&&' within '||' [-Wlogical-op-parentheses]
:info:build if (term_cursor_left() || end_of_line && term_cursor_left())
:info:build ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
:info:build input.c:679:41: note: place parentheses around the '&&' expression to silence this warning
:info:build if (term_cursor_left() || end_of_line && term_cursor_left())
:info:build ^
:info:build ( )
:info:build irc.c:180:3: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration]
:info:build 12 warnings generated.
:info:build term_cr();
:info:build ^
:info:build ../include/term.h:47:21: note: expanded from macro 'term_cr'
:info:build #define term_cr() (tputs_x(CR))
:info:build ^
:info:build ../include/term.h:39:22: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c keys.c
:info:build irc.c:910:1: warning: return type of 'main' is not 'int' [-Wmain-return-type]
:info:build void
:info:build ^
:info:build keys.c:391:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build if ((key = next_arg(args, &args)) != NULL)
:info:build ^ ~~~~~~~~~~~~~~~~~~~~~
:info:build keys.c:393:25: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build if ((meta = parse_key(key)) == -1)
:info:build ^~~
:info:build keys.c:395:14: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build if (strlen(key) > 1)
:info:build ^~~
:info:build /usr/include/string.h:92:28: note: passing argument to parameter here
:info:build size_t strlen(const char *);
:info:build ^
:info:build 5 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c lastlog.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c log.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c mail.c
:info:build 3 warnings generated.
:info:build 2 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c menu.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c notice.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c notify.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c numbers.c
:info:build 5 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c output.c
:info:build 3 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c parse.c
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -DWSERV_PATH=\"/opt/local/bin/wserv\" -c screen.c
:info:build menu.c:210:4: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_move_cursor(0, window->top + menu_info->lines);
:info:build ^
:info:build ../include/term.h:46:33: note: expanded from macro 'term_move_cursor'
:info:build #define term_move_cursor(c, r) (tputs_x(tgoto(CM, (c), (r))))
:info:build ^
:info:build ../include/term.h:39:22: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build menu.c:210:4: warning: implicit declaration of function 'tgoto' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_move_cursor(0, window->top + menu_info->lines);
:info:build ^
:info:build ../include/term.h:46:41: note: expanded from macro 'term_move_cursor'
:info:build #define term_move_cursor(c, r) (tputs_x(tgoto(CM, (c), (r))))
:info:build ^
:info:build ../include/term.h:39:28: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build menu.c:253:9: warning: for loop has empty body [-Wempty-body]
:info:build j++);
:info:build ^
:info:build menu.c:253:9: note: put the semicolon on a separate line to silence this warning
:info:build 3 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c stack.c
:info:build numbers.c:230:2: warning: add explicit braces to avoid dangling else [-Wdangling-else]
:info:build else if (never_connected || from_server != primary_server ||
:info:build ^
:info:build numbers.c:568:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
:info:build else
:info:build ^
:info:build numbers.c:581:5: warning: implicit declaration of function 'remove_from_server_list' is invalid in C99 [-Wimplicit-function-declaration]
:info:build remove_from_server_list(klined_server);
:info:build ^
:info:build output.c:46:2: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_clear_screen();
:info:build ^
:info:build ../include/term.h:45:30: note: expanded from macro 'term_clear_screen'
:info:build #define term_clear_screen() (tputs_x(CL))
:info:build ^
:info:build ../include/term.h:39:22: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build output.c:66:2: warning: implicit declaration of function 'tgoto' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_move_cursor(0, 0);
:info:build ^
:info:build ../include/term.h:46:41: note: expanded from macro 'term_move_cursor'
:info:build #define term_move_cursor(c, r) (tputs_x(tgoto(CM, (c), (r))))
:info:build ^
:info:build ../include/term.h:39:28: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build parse.c:170:3: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_beep();
:info:build ^
:info:build ../include/term.h:49:23: note: expanded from macro 'term_beep'
:info:build #define term_beep() (tputs_x(BL),fflush(current_screen ? \
:info:build ^
:info:build ../include/term.h:39:22: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build screen.c:288:7: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_move_cursor(0, LI - 2);
:info:build ^
:info:build ../include/term.h:46:33: note: expanded from macro 'term_move_cursor'
:info:build #define term_move_cursor(c, r) (tputs_x(tgoto(CM, (c), (r))))
:info:build ^
:info:build ../include/term.h:39:22: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build screen.c:288:7: warning: implicit declaration of function 'tgoto' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_move_cursor(0, LI - 2);
:info:build ^
:info:build ../include/term.h:46:41: note: expanded from macro 'term_move_cursor'
:info:build #define term_move_cursor(c, r) (tputs_x(tgoto(CM, (c), (r))))
:info:build ^
:info:build ../include/term.h:39:28: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c status.c
:info:build parse.c:727:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
:info:build if (s = index(channel, '\007'))
:info:build ~~^~~~~~~~~~~~~~~~~~~~~~~~
:info:build parse.c:727:9: note: place parentheses around the assignment to silence this warning
:info:build if (s = index(channel, '\007'))
:info:build ^
:info:build ( )
:info:build parse.c:727:9: note: use '==' to turn this assignment into an equality comparison
:info:build if (s = index(channel, '\007'))
:info:build ^
:info:build ==
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -DTRANSLATION_PATH=\"/opt/local/lib/irc/translation/\" -c translat.c
:info:build 2 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -DDEFAULT_HELP_PATH=\"/opt/local/lib/irc/help\" -c vars.c
:info:build stack.c:159:17: warning: '&&' within '||' [-Wlogical-op-parentheses]
:info:build if (which < 0 && nhook || hook_functions[which].list)
:info:build ~~~~~~~~~~^~~~~~~~ ~~
:info:build stack.c:159:17: note: place parentheses around the '&&' expression to silence this warning
:info:build if (which < 0 && nhook || hook_functions[which].list)
:info:build ^
:info:build ( )
:info:build screen.c:1798:44: warning: passing 'int *' to parameter of type 'socklen_t *' (ak3 warnings generated.
:info:build a 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build accept(s, (struct sockaddr *) &NewSock, &NsZ);
:info:build ^~~~
:info:build /usr/include/sys/socket.h:603:69: note: passing argument to parameter here
:info:build int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
:info:build ^
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c whois.c
:info:build status.c:105:2: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_beep();
:info:build ^
:info:build ../include/term.h:49:23: note: expanded from macro 'term_beep'
:info:build #define term_beep() (tputs_x(BL),fflush(current_screen ? \
:info:build ^
:info:build ../include/term.h:39:22: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build translat.c:105:16: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
:info:build unsigned char key;
:info:build ^
:info:build ../include/translat.h:13:43: note: previous declaration is here
:info:build extern void enter_digraph _((unsigned char, char *));
:info:build ^
:info:build ../include/irc_std.h:18:15: note: expanded from macro '_'
:info:build # define _(a) a
:info:build ^
:info:build translat.c:118:16: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
:info:build unsigned char c1;
:info:build ^
:info:build ../include/translat.h:14:50: note: previous declaration is here
:info:build extern unsigned char get_digraph _((unsigned char));
:info:build ^
:info:build ../include/irc_std.h:18:15: note: expanded from macro '_'
:info:build # define _(a) a
:info:build ^
:info:build status.c:652:25: warning: passing 'char [2049]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build status_make_printable(buffer, len);
:info:build ^~~~~~
:info:build status.c:61:53: note: passing argument to parameter here
:info:build static void status_make_printable _((unsigned char *, int));
:info:build ^
:info:build ../include/irc_std.h:18:15: note: expanded from macro '_'
:info:build # define _(a) a
:info:build ^
:info:build status.c:677:4: warning: implicit declaration of function 'tgoto' is invalid in C99 [-Wimplicit-function-declaration]
:info:build term_move_cursor(RealPosition, window->bottom);
:info:build ^
:info:build ../include/term.h:46:41: note: expanded from macro 'term_move_cursor'
:info:build #define term_move_cursor(c, r) (tputs_x(tgoto(CM, (c), (r))))
:info:build ^
:info:build ../include/term.h:39:28: note: expanded from macro 'tputs_x'
:info:build #define tputs_x(s) (tputs(s, 0, putchar_x))
:info:build ^
:info:build translat.c:406:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
:info:build fprintf(fp, command);
:info:build ^~~~~~~
:info:build translat.c:414:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
:info:build fprintf(fp, command);
:info:build ^~~~~~~
:info:build 1 warning generated.
:info:build status.c:1235:10: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build strncpy(str, buffer, pos);
:info:build ^~~
:info:build /usr/include/secure/_string.h:124:31: note: expanded from macro 'strncpy'
:info:build ? __builtin___strncpy_chk (dest, src, len, __darwin_obsz (dest)) \
:info:build ^
:info:build status.c:1235:10: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build strncpy(str, buffer, pos);
:info:build ^~~
:info:build /usr/include/secure/_string.h:125:28: note: expanded from macro 'strncpy'
:info:build : __inline_strncpy_chk (dest, src, len))
:info:build ^
:info:build /usr/include/secure/_string.h:128:40: note: passing argument to parameter '__dest' here
:info:build __inline_strncpy_chk (char *__restrict __dest, const char *__restrict __src,
:info:build ^
:info:build /usr/bin/clang -pipe -Os -arch i386 -DHAVE_CONFIG_H -I../include -c window.c
:info:build 3 warnings generated.
:info:build 4 warnings generated.
:info:build window.c:120:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
:info:build else
:info:build ^
:info:build window.c:1434:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
:info:build while (tmp = traverse_all_windows(&flag))
:info:build ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build window.c:1434:13: note: place parentheses around the assignment to silence this warning
:info:build while (tmp = traverse_all_windows(&flag))
:info:build ^
:info:build ( )
:info:build window.c:1434:13: note: use '==' to turn this assignment into an equality comparison
:info:build while (tmp = traverse_all_windows(&flag))
:info:build ^
:info:build ==
:info:build window.c:1449:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
:info:build while (tmp = traverse_all_windows(&flag))
:info:build ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build window.c:1449:13: note: place parentheses around the assignment to silence this warning
:info:build while (tmp = traverse_all_windows(&flag))
:info:build ^
:info:build ( )
:info:build window.c:1449:13: note: use '==' to turn this assignment into an equality comparison
:info:build while (tmp = traverse_all_windows(&flag))
:info:build ^
:info:build ==
:info:build window.c:1465:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
:info:build while (tmp = traverse_all_windows(&flag))
:info:build ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:info:build window.c:1465:13: note: place parentheses around the assignment to silence this warning
:info:build while (tmp = traverse_all_windows(&flag))
:info:build ^
:info:build ( )
:info:build window.c:1465:13: note: use '==' to turn this assignment into an equality comparison
:info:build while (tmp = traverse_all_windows(&flag))
:info:build ^
:info:build ==
:info:build 2 warnings generated.
:info:build 5 warnings generated.
:info:build 3 warnings generated.
:info:build 4 warnings generated.
:info:build /usr/bin/clang -pipe -Os -arch i386 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 -DHAVE_CONFIG_H -o irc alias.o crypt.o ctcp.o dcc.o debug.o edit.o exec.o flood.o funny.o help.o history.o hold.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o mail.o menu.o names.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o reg.o scandir.o screen.o server.o stack.o status.o term.o translat.o vars.o whois.o window.o -lresolv
:info:build Undefined symbols for architecture i386:
:info:build "_tgetent", referenced from:
:info:build _term_init in term.o
:info:build "_tgetflag", referenced from:
:info:build _term_init in term.o
:info:build "_tgetnum", referenced from:
:info:build _term_init in term.o
:info:build "_tgetstr", referenced from:
:info:build _term_init in term.o
:info:build "_tgoto", referenced from:
:info:build _cursor_to_input in input.o
:info:build _update_input in input.o
:info:build _input_move_cursor in input.o
:info:build _input_delete_character in input.o
:info:build _input_backspace in input.o
:info:build _input_clear_to_eol in input.o
:info:build _input_clear_to_bol in input.o
:info:build ...
:info:build "_tputs", referenced from:
:info:build _command_completion in edit.o
:info:build _edit_char in edit.o
:info:build _beepcmd in edit.o
:info:build _cursor_to_input in input.o
:info:build _update_input in input.o
:info:build _input_move_cursor in input.o
:info:build _input_delete_character in input.o
:info:build ...
:info:build ld: symbol(s) not found for architecture i386
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[1]: *** [irc] Error 1
:info:build make[1]: Leaving directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2/source'
:info:build make: *** [irc] Error 2
:info:build make: Leaving directory `/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2'
:info:build Command failed: cd "/Volumes/UserData/opt-lion/local/var/macports/build/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/work/ircii-2.8.2" && /usr/bin/make -j8 -w all
:info:build Exit code: 2
:error:build org.macports.build for port ircii-classic returned: command execution failed
:debug:build Error code: CHILDSTATUS 8897 2
:debug:build Backtrace: command execution failed
while executing
"system -nice 0 $fullcmdstring"
("eval" body line 1)
invoked from within
"eval system $notty $nice \$fullcmdstring"
invoked from within
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"portbuild::build_main org.macports.build"
("eval" body line 1)
invoked from within
"eval $procedure $targetname"
:info:build Warning: targets not executed for ircii-classic: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port ircii-classic for details:
/Volumes/UserData/opt-lion/local/var/macports/logs/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/main.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment