The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]



Индекс форумов
Составление сообщения

Исходное сообщение
"Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-CP1251 (ftp rus patch charset koi8-r)"
Отправлено pnck, 21-Июл-06 16:09 
> pkg_info | grep -i iconv
iconv-2.0_3         Charset conversion library and utilities
libiconv-1.9.2_2    A character set conversion library
> cd /usr/ports/ftp/proftpd
> sudo make extract
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for proftpd-1.3.0_2
===>  Extracting for proftpd-1.3.0_2
=> MD5 Checksum OK for proftpd-1.3.0.tar.bz2.
=> SHA256 Checksum OK for proftpd-1.3.0.tar.bz2.
> cd /usr/ports/ftp/proftpd/work
> sudo fetch http://home.h01.itscom.net/para/software/misc/proftpd-iconv/...
proftpd-1.2.10-iconv.patch.gz                 100% of 3133  B 3128 kBps
> sudo mv proftpd-1.3.0 proftpd-1.2.10
> su
Password:
# pwd
/usr/ports/ftp/proftpd/work
# gzip -cd proftpd-1.2.10-iconv.patch.gz |patch -p0
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urN proftpd-1.2.10/modules/mod_codeconv.c proftpd-1.2.10-iconv/modules/mod_codeconv.c
|--- proftpd-1.2.10/modules/mod_codeconv.c      1970-01-01 09:00:00.000000000 +0900
|+++ proftpd-1.2.10-iconv/modules/mod_codeconv.c        2004-09-25 21:44:05.000000000 +0900
--------------------------
(Creating file proftpd-1.2.10/modules/mod_codeconv.c...)
Patching file proftpd-1.2.10/modules/mod_codeconv.c using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urN proftpd-1.2.10/modules/mod_df.c proftpd-1.2.10-iconv/modules/mod_df.c
|--- proftpd-1.2.10/modules/mod_df.c    1970-01-01 09:00:00.000000000 +0900
|+++ proftpd-1.2.10-iconv/modules/mod_df.c      2004-09-25 21:43:57.000000000 +0900
--------------------------
(Creating file proftpd-1.2.10/modules/mod_df.c...)
Patching file proftpd-1.2.10/modules/mod_df.c using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urN proftpd-1.2.10/modules/mod_ls.c proftpd-1.2.10-iconv/modules/mod_ls.c
|--- proftpd-1.2.10/modules/mod_ls.c    2004-05-08 06:31:30.000000000 +0900
|+++ proftpd-1.2.10-iconv/modules/mod_ls.c      2004-09-25 21:43:53.000000000 +0900
--------------------------
Patching file proftpd-1.2.10/modules/mod_ls.c using Plan A...
Hunk #1 succeeded at 234 (offset 2 lines).
Hunk #2 succeeded at 260 (offset 2 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urN proftpd-1.2.10/src/netio.c proftpd-1.2.10-iconv/src/netio.c
|--- proftpd-1.2.10/src/netio.c 2004-06-16 01:45:21.000000000 +0900
|+++ proftpd-1.2.10-iconv/src/netio.c   2004-09-25 21:42:59.000000000 +0900
--------------------------
Patching file proftpd-1.2.10/src/netio.c using Plan A...
Hunk #1 succeeded at 523 (offset 56 lines).
Hunk #2 succeeded at 540 (offset 56 lines).
done
# mv proftpd-1.2.10 proftpd-1.3.0
# cat /usr/ports/ftp/proftpd/work/proftpd-1.3.0/src/netio.c | grep -i 'switch ( mode ) {'
# cat /usr/ports/ftp/proftpd/work/proftpd-1.3.0/src/netio.c | grep -i "switch ( mode ) {"
# cd /usr/ports/ftp/proftpd
> cat /usr/ports/ftp/proftpd/Makefile

........

CONFIGURE_ARGS= --localstatedir=/var/run \
                --sysconfdir=${EXAMPLESDIR}/etc \
                --disable-sendfile \
                --with-modules=mod_codeconv \
                --with-libraries=/usr/local/lib \
                --with-includes=/usr/local/include

........

.if defined(WITH_RADIUS)
MODULES:=${MODULES}:mod_radius
MODULES:=${MODULES}:mod_codeconv
INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include
LIBDIRS:=${LIBDIRS}:${PREFIX}/lib
.endif

........

# make configure
===>   proftpd-1.3.0_2 depends on executable: gmake - found
===>   proftpd-1.3.0_2 depends on shared library: ldap-2.3.2 - found
===>  Configuring for proftpd-1.3.0_2
==> Configuring with mod_ratio:mod_readme:mod_rewrite:mod_wrap:mod_ldap:mod_ifsession
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd6.1
checking host system type... i386-portbld-freebsd6.1
checking target system type... i386-portbld-freebsd6.1
checking for i386-portbld-freebsd6.1-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking whether gmake sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i386-portbld-freebsd6.1-g++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for i386-portbld-freebsd6.1-g77... no
checking for i386-portbld-freebsd6.1-f77... no
checking for i386-portbld-freebsd6.1-xlf... no
checking for i386-portbld-freebsd6.1-frt... no
checking for i386-portbld-freebsd6.1-pgf77... no
checking for i386-portbld-freebsd6.1-fort77... no
checking for i386-portbld-freebsd6.1-fl32... no
checking for i386-portbld-freebsd6.1-af77... no
checking for i386-portbld-freebsd6.1-f90... no
checking for i386-portbld-freebsd6.1-xlf90... no
checking for i386-portbld-freebsd6.1-pgf90... no
checking for i386-portbld-freebsd6.1-epcf90... no
checking for i386-portbld-freebsd6.1-f95... no
checking for i386-portbld-freebsd6.1-fort... no
checking for i386-portbld-freebsd6.1-xlf95... no
checking for i386-portbld-freebsd6.1-ifc... no
checking for i386-portbld-freebsd6.1-efc... no
checking for i386-portbld-freebsd6.1-pgf95... no
checking for i386-portbld-freebsd6.1-lf95... no
checking for i386-portbld-freebsd6.1-gfortran... no
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse nm output from cc object... ok
checking for objdir... .libs
checking for i386-portbld-freebsd6.1-ar... no
checking for ar... ar
checking for i386-portbld-freebsd6.1-ranlib... no
checking for ranlib... ranlib
checking for i386-portbld-freebsd6.1-strip... no
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd6.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking whether the C compiler accepts -Wall... yes
checking for getopt... yes
configure: using CPPFLAGS= -I/usr/local/include
configure: using LDFLAGS=-L$(top_srcdir)/lib  -L/usr/local/lib
checking for standalone crypt... no
checking for crypt in -lcrypt... yes
checking for standalone gethostbyname... yes
checking for standalone inet_aton... yes
checking for standalone nsl functions... yes
checking for standalone socket functions... yes
checking for _pw_stayopen variable... no
checking krb.h usability... no
checking krb.h presence... no
checking for krb.h... no
checking prot.h usability... no
checking prot.h presence... no
checking for prot.h... no
checking hpsecurity.h usability... no
checking hpsecurity.h presence... no
checking for hpsecurity.h... no
checking for hpsecurity.h workaround... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking junistd.h usability... no
checking junistd.h presence... no
checking for junistd.h... no
checking for memory.h... (cached) yes
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking pam/pam_appl.h usability... no
checking pam/pam_appl.h presence... no
checking for pam/pam_appl.h... no
checking for pam_start in -lpam... yes
checking whether to enable mod_cap... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for inttypes.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/param.h... yes
checking for sys/mount.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking whether netdb.h requires _USE_IRS... no
checking for netinet/in_systm.h... yes
checking for netinet/ip.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/stat.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking sys/ndir.h usability... no
checking sys/ndir.h presence... no
checking for sys/ndir.h... no
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking vmsdir.h usability... no
checking vmsdir.h presence... no
checking for vmsdir.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking utmpx.h usability... no
checking utmpx.h presence... no
checking for utmpx.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for size_t... yes
checking for mode_t... yes
checking for off_t... yes
checking type of array argument to getgroups... gid_t
checking for timer_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for off_t... (cached) yes
checking size of off_t... 8
checking for size_t... (cached) yes
checking size of size_t... 4
checking for time_t... yes
checking size of time_t... 4
checking for umode_t... no
checking for ino_t... yes
checking for intptr_t... yes
checking for socklen_t... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking whether your struct utmp has ut_user... no
checking whether your struct utmp has ut_host... yes
checking whether your struct utmp has ut_exit... no
checking whether your syslog.h defines LOG_CRON... yes
checking whether your syslog.h defines LOG_FTP... yes
checking for d_fd in DIR structure... no
checking for dd_fd in DIR structure... yes
checking for working alloca.h... no
checking for alloca... yes
checking for alloca in -lucb... no
checking whether cc needs -traditional... no
checking whether setpgrp takes no argument... no
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for bcopy... yes
checking for crypt... yes
checking for fdatasync... no
checking for fgetgrent... no
checking for fgetpwent... no
checking for flock... yes
checking for freeaddrinfo... yes
checking for iconv... no
checking for nl_langinfo... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for getcwd... yes
checking for getenv... yes
checking for gethostbyname2... yes
checking for gethostname... yes
checking for getnameinfo... yes
checking for getopt_long... yes
checking for gettimeofday... yes
checking for hstrerror... yes
checking for inet_aton... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for memcpy... yes
checking for mempcpy... no
checking for mkdir... yes
checking for mkstemp... yes
checking for mlock... yes
checking for mlockall... yes
checking for munlock... yes
checking for munlockall... yes
checking for rmdir... yes
checking for select... yes
checking for setgroups... yes
checking for socket... yes
checking for statfs... yes
checking for strchr... yes
checking for strcoll... yes
checking for strerror... yes
checking for strsep... yes
checking for strtol... yes
checking for strtoull... yes
checking for setprotoent... yes
checking for setspent... no
checking for endprotoent... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for setsid... yes
checking for setgroupent... yes
checking for seteuid... yes
checking for setegid... yes
checking for setenv... yes
checking for siginterrupt... yes
checking for setpgid... yes
checking for regcomp... yes
checking for tzset... yes
checking for unsetenv... yes
checking for pathconf... yes
checking for fpathconf... yes
checking for fgetspent... no
checking for setpassent... yes
checking for struct sockaddr_in.sin_len... yes
checking whether struct addrinfo is defined... yes
checking whether struct sockaddr_storage is defined... yes
checking whether ss_family is defined... yes
checking whether ss_len is defined... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking which POSIX ACL implementation to use... BSD
checking whether setgrent returns void... no
checking for initscr in -lcurses... yes
checking for initscr in -lncurses... yes
checking for setproctitle... yes
checking libutil.h usability... yes
checking libutil.h presence... yes
checking for libutil.h... yes
checking for setproctitle in -lutil... yes
checking whether printf supports %llu format... yes
checking for default transfer buffer sizes... 32768
checking checking for duplicate module requests... no
checking whether cc accepts -Wno-long-double... no
configure: creating ./config.status
config.status: creating lib/Makefile
config.status: creating modules/Makefile
config.status: creating src/Makefile
config.status: creating src/ftpdctl.8
config.status: creating src/proftpd.8
config.status: creating src/xferlog.5
config.status: creating utils/Makefile
config.status: creating utils/ftpcount.1
config.status: creating utils/ftpshut.8
config.status: creating utils/ftptop.1
config.status: creating utils/ftpwho.1
config.status: creating Makefile
config.status: creating Make.rules
config.status: creating config.h
config.status: executing default commands
/usr/bin/sed -i.bak -e 's:/usr/local/share/examples/proftpd:/usr/local:' /usr/ports/ftp/proftpd/work/proftpd-1.3.0/config.h
/usr/bin/sed -i.bak -e 's: -lnsl::' /usr/ports/ftp/proftpd/work/proftpd-1.3.0/Make.rules
/usr/bin/sed -i.bak -e 's:/usr/sbin:/usr/local/sbin:'  -e 's:/usr/bin:/usr/local/bin:'  /usr/ports/ftp/proftpd/work/proftpd-1.3.0/src/proftpd.8 /usr/ports/ftp/proftpd/work/proftpd-1.3.0/utils/ftpshut.8  /usr/ports/ftp/proftpd/work/proftpd-1.3.0/utils/ftpcount.1

# cat /usr/ports/ftp/proftpd/work/proftpd-1.3.0/Make.rules | grep -i libs
LIBS= -lsupp -lcrypt  -lutil -lldap -llber  -lwrap  -lpam -liconv
CURSES_LIBS=-lncurses

# pwd
/usr/ports/ftp/proftpd

# make
===>  Building for proftpd-1.3.0_2
cd lib/ && gmake lib
gmake[1]: Entering directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/lib'
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c pr_fnmatch.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c sstrncpy.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c strsep.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c vsnprintf.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c glibc-glob.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c glibc-hstrerror.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c glibc-mkstemp.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c pr-syslog.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c pwgrent.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c getopt.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c getopt1.c
ar rc libsupp.a pr_fnmatch.o sstrncpy.o strsep.o vsnprintf.o glibc-glob.o glibc-hstrerror.o glibc-mkstemp.o pr-syslog.o pwgrent.o getopt.o getopt1.o
ranlib libsupp.a
gmake[1]: Leaving directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/lib'
cd src/ && gmake src
gmake[1]: Entering directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/src'
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c main.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c timers.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c sets.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c pool.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c table.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c regexp.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c dirtree.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c support.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c netaddr.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c inet.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c child.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c parser.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c log.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c xferlog.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c bindings.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c netacl.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c class.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c scoreboard.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c help.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c feat.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c netio.c
netio.c: In function `pr_netio_telnet_gets':
netio.c:876: warning: unused variable `mode'
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c response.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c ident.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c data.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c modules.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c display.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c auth.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c fsio.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mkhome.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c ctrls.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c event.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c var.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c ftpdctl.c
gmake[1]: Leaving directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/src'
cd modules/ && gmake static
gmake[1]: Entering directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/modules'
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_core.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_xfer.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_auth_unix.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_auth_file.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_auth.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_ls.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_log.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_site.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_delay.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_auth_pam.c
srcdir=. ./glue.sh mod_core.o mod_xfer.o mod_auth_unix.o mod_auth_file.o mod_auth.o mod_ls.o mod_log.o mod_site.o mod_delay.o mod_auth_pam.o mod_ratio.o mod_readme.o mod_rewrite.o mod_wrap.o mod_ldap.o mod_ifsession.o
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c module_glue.c
gmake[1]: Leaving directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/modules'
test -z """" -a -z """" || (cd modules/ && gmake shared)
/bin/sh ./libtool --mode=link cc -L./lib  -L/usr/local/lib  -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o src/inet.o src/child.o src/parser.o src/log.o src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o src/help.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/display.o src/auth.o src/fsio.o src/mkhome.o src/ctrls.o src/event.o src/var.o modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o modules/mod_log.o modules/mod_site.o modules/mod_delay.o modules/mod_auth_pam.o modules/mod_ifsession.o modules/mod_ldap.o modules/mod_wrap.o modules/mod_rewrite.o modules/mod_readme.o modules/mod_ratio.o modules/module_glue.o -lsupp -lcrypt  -lutil -lldap -llber  -lwrap  -lpam -liconv
mkdir .libs
cc -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o src/inet.o src/child.o src/parser.o src/log.o src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o src/help.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/display.o src/auth.o src/fsio.o src/mkhome.o src/ctrls.o src/event.o src/var.o modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o modules/mod_log.o modules/mod_site.o modules/mod_delay.o modules/mod_auth_pam.o modules/mod_ifsession.o modules/mod_ldap.o modules/mod_wrap.o modules/mod_rewrite.o modules/mod_readme.o modules/mod_ratio.o modules/module_glue.o  -L/usr/ports/ftp/proftpd/work/proftpd-1.3.0/lib -L/usr/local/lib -lsupp -lcrypt -lutil /usr/local/lib/libldap.so -lssl -lcrypto /usr/local/lib/liblber.so -lwrap -lpam /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
src/netio.o(.text+0xbd9): In function `pr_netio_printf':
: undefined reference to `local2remote'
modules/mod_ls.o(.text+0x4b7): In function `sendline':
: undefined reference to `local2remote'
gmake: *** [proftpd] Ошибка 1
*** Error code 2

Stop in /usr/ports/ftp/proftpd.

:(

 

Ваше сообщение
Имя*:
EMail:
Для отправки ответов на email укажите знак ! перед адресом, например, !user@host.ru (!! - не показывать email).
Более тонкая настройка отправки ответов производится в профиле зарегистрированного участника форума.
Заголовок*:
Сообщение*:
  Введите код, изображенный на картинке: КОД
 
При общении не допускается: неуважительное отношение к собеседнику, хамство, унизительное обращение, ненормативная лексика, переход на личности, агрессивное поведение, обесценивание собеседника, провоцирование флейма голословными и заведомо ложными заявлениями. Не отвечайте на сообщения, явно нарушающие правила - удаляются не только сами нарушения, но и все ответы на них. Лог модерирования.



Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру