Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  8 Sep 2002 09:44:13 +0600
From:      Roman Serbski <libser@manas.edu.kg>
To:        ports@FreeBSD.org
Subject:   problems compiling socks5 from ports
Message-ID:  <1031456653.3d7ac78d36903@posta.manas.kg>

next in thread | raw e-mail | index | archive | help
Good day list
FreeBSD 4.6-STABLE, latest CVSup

#uname -a
FreeBSD astrum.manas.kg 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug 4 09:33:38 
KGST 2002 root@astrum.manas.kg:/usr/obj/usr/src/sys/astrum04082002 i386

#cd /usr/ports/net/socks5 && make install clean
===>  Extracting for socks5-1.0.11_2
>> Checksum OK for socks5-v1.0r11.tar.gz.
===>  Patching for socks5-1.0.11_2
===>  Applying FreeBSD patches for socks5-1.0.11_2
===>  Configuring for socks5-1.0.11_2
creating cache ./config.cache
checking for gcc2... cc
checking for gcc... (cached) cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking whether cc needs -traditional... no
checking for working const... yes
checking for inline... inline

checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for makedepend... true
checking for autoconf... autoconf
checking for autoheader... autoheader

checking for fcntl.h... yes
checking for memory.h... yes
checking for unistd.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for bstring.h... no
checking for varargs.h... yes
checking for stdarg.h... yes
checking for stdlib.h... yes
checking for time.h... yes
checking for syslog.h... yes
checking for ifaddrs.h... yes
checking for crypt.h... no
checking for sys/stat.h... yes
checking for sys/param.h... yes
checking for sys/signal.h... yes
checking for sys/resource.h... yes
checking for sys/socket.h... yes
checking for sys/uio.h... yes
checking for sys/time.h... yes
checking for sys/wait.h... yes
checking for sys/ttychars.h... yes
checking for sys/ipc.h... yes
checking for sys/bitypes.h... no
checking for sys/mbuf.h... yes
checking for sys/sem.h... yes
checking for sys/select.h... yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/fcntl.h... yes
checking for sys/filio.h... yes
checking for sys/sockio.h... yes
checking for sys/termios.h... yes
checking for sys/termio.h... no
checking for termios.h... yes
checking for termio.h... no
checking for sys/un.h... yes
checking for netinet/in_systm.h... yes
checking for net/route.h... yes
checking for machine/endian.h... yes
checking for paths.h... yes
checking for nl_types.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no

checking for main in -lsocket... no
checking for main in -ldl... no
checking for main in -ldld... no
checking for main in -lsvld... no
checking for setupterm in -ltermcap... yes
checking for gethostbyname in -lc... yes
checking if we can use -lnsl... yes
checking for shared libc... /usr/lib/libc.so
checking for shared libnsl... no
checking for shared libsocket... no
checking for shared libresolv... no
checking for shared libdgc... no

checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking whether sockaddr_un has sun_len... yes
checking for sig_atomic_t... yes
checking for cc_t... yes
checking for sig_t... no
checking for getpassphrase... no

checking for sys_errlist... no
checking for dlopen... no
checking for shl_load... no
checking for setupterm... no
checking for tgetent... no
checking for gethostbyname2... no
checking for gethostbyname_r... no
checking for gethostbyaddr_r... no
checking for getpwuid_r... no
checking for getservbyname_r... no
checking for getaddrinfo... no
checking for getnameinfo... no
checking for memset... no
checking for memcmp... no
checking for memmove... no
checking for strchr... no
checking for strrchr... no
checking for strdup... no
checking for strerror... no
checking for bcopy... no
checking for bcmp... no
checking for bzero... no
checking for index... no
checking for rindex... no
checking for setenv... no
checking for putenv... no
checking for unsetenv... no
checking for getenv... no
checking for getdomainname... no
checking for rresvport... no
checking for sendmsg... no
checking for setsid... no
checking for setpgid... no
checking for setpgrp... no
checking for getifaddrs... no
checking for waitpid... no
checking for flock... no
checking for dgettext... no
checking for sigaction... no
checking for sigprocmask... no
checking for re_comp... no
checking for strspn... no
checking for getcwd... no
checking for vfork... no
checking for herror... no
checking for genget... no
checking for getopt... no
checking for vprintf... no
checking for _doprnt... no
checking whether setpgrp takes no argument... yes

checking for finger... /usr/bin/finger
checking for traceroute... /usr/sbin/traceroute
checking for ping... /sbin/ping

checking shared library support... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating test/Makefile
creating shlib/Makefile
creating shlib/runsocks
creating server/Makefile
creating server/stopsocks
creating include/Makefile
creating clients/Makefile
creating clients/pt/Makefile
creating clients/ftp/Makefile
creating clients/finger/Makefile
creating clients/archie/Makefile
creating clients/telnet/Makefile
creating clients/telnet/libtelnet/Makefile
creating stamp-h
creating include/config.h
===>  Building for socks5-1.0.11_2
cc -I. -I../include -I./../lib -I./../include -O -pipe  -
D__USE_FIXED_PROTOTYPES__   -DIN_SERVER -DHAVE_CONFIG_H  -c ./daemon.c
In file included from ../include/socks5p.h:20,
                 from ./daemon.c:13:
../include/defs.h:64: warning: static declaration for `strdup' follows non-
static
./daemon.c: In function `main':
./daemon.c:137: too few arguments to function `setpgrp'
*** Error code 1

Stop in /usr/ports/net/socks5/work/socks5-v1.0r11/server.
*** Error code 1

Stop in /usr/ports/net/socks5/work/socks5-v1.0r11.
*** Error code 1

Stop in /usr/ports/net/socks5.


#ls /var/db/pkg
aspell-0.33.7.1_1
autoconf-2.53
autoconf213-2.13.000227_2
automake-1.5,1
cvsup-mirror-1.2
cvsup-without-gui-16.1f
expat-1.95.4
ezm3-1.0
freetype2-2.1.2
gd-1.8.4_6
gdbm-1.8.0
gettext-0.11.4
glib-1.2.10_7
gmake-3.79.1_2
ispell-3.2.06_2
jpeg-6b_1
libiconv-1.8
libmcrypt-2.5.2
libslang-1.4.5
libtool-1.3.4_4
libvanessa_adt-0.0.2
libvanessa_logger-0.0.2
libvanessa_socket-0.0.3
m4-1.4_1
mc-4.5.54_3
mcrypt-2.5.13
mhash-0.8.14
mm-1.2.1
mysql-client-3.23.51
mysql-server-3.23.51
nmap-2.54.b34
p5-DBI-1.28
p5-Data-ShowTable-3.3
p5-Digest-HMAC-1.01
p5-Digest-MD5-2.20
p5-Digest-SHA1-2.01
p5-MIME-Base64-2.12
p5-Mail-Tools-1.46
p5-Mysql-modules-1.2216
p5-Net-1.11,1
p5-Net-DNS-0.24
p5-Net-Daemon-0.36
p5-PlRPC-0.2016
p5-Storable-2.04
p5-Test-Simple-0.42
perdition-0.1.9
pkg_tarup-1.2_3
pkgconfig-0.12.0
png-1.2.4
popt-1.6.4
portupgrade-20020706
proftpd-1.2.5
pspell-0.12.2_1
ruby-1.6.7.2002.07.15
ruby-bdb1-0.1.7
ruby-optparse-0.9
ruby-shim-ruby18-1.7.2.2002.05.21

Any help would be greatly appreciated!

Kind regards,
Roman

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1031456653.3d7ac78d36903>