Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Aug 2016 12:49:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211576] make error in converters/libiconv
Message-ID:  <bug-211576-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211576

            Bug ID: 211576
           Summary: make error in converters/libiconv
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: florian.streck@in.tum.de
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)

Hello,

I'm trying to reinstall/update my ports using portmaster -a
Did a 'portsnap fetch' and 'portsnap extract' before  that.
Stops with an error in converters/libiconv

I had the same problem a few years ago.
(http://lists.freebsd.org/pipermail/freebsd-gnome/2013-April/028550.html)

As it runs without problems on a very similar machine (same hardware, few
different ports) I think it has  something to do with the environment.

/etc/make.conf is listed at the end of this post.

This is the output of "make" command in converters/libiconv

=3D=3D=3D>  Found saved configuration for libiconv-1.14_9
=3D=3D=3D>   libiconv-1.14_9 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by libiconv-1.14_9 for building
=3D=3D=3D>  Extracting for libiconv-1.14_9
=3D> SHA256 Checksum OK for libiconv-1.14.tar.gz.
=3D=3D=3D>  Patching for libiconv-1.14_9
=3D=3D=3D>  Applying FreeBSD patches for libiconv-1.14_9
=3D=3D=3D>  Configuring for libiconv-1.14_9
configure: loading site script /usr/ports/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for awk... (cached) /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...=20
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... none
checking how to run the C preprocessor... cpp
checking for strip... /usr/bin/strip
checking build system type... amd64-portbld-freebsd9.1
checking host system type... amd64-portbld-freebsd9.1
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ranlib... ranlib
checking whether cc understands -c and -o together... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library path variable... LD_LIBRARY_PATH
checking whether to activate relocatable installation... no
checking how to copy files... (cached) /bin/cp -p
checking how to make hard links... (cached) /bin/ln
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+=3D"... no
checking how to convert amd64-portbld-freebsd9.1 file names to
amd64-portbld-freebsd9.1 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd9.1 file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... /usr/bin/strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... y=
es
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for windres... no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for shared library run path origin... done
checking for iconv... (cached) no
checking whether NLS is requested... no
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking for mbstate_t... (cached) yes
checking for wchar_t... (cached) yes
checking for getc_unlocked... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking for mbsinit... (cached) yes
checking for setlocale... (cached) yes
checking whether <wchar.h> is standalone... yes
checking for memmove... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking for wchar.h... (cached) yes
checking for EILSEQ... yes
checking byte ordering... little endian
checking for size_t... (cached) yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wchar.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for canonicalize_file_name... no
checking for getcwd... (cached) yes
checking for readlink... (cached) yes
checking for realpath... (cached) yes
checking for readlinkat... (cached) yes
checking for lstat... (cached) yes
checking for setenv... (cached) yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking if environ is properly declared... no
checking whether the preprocessor supports include_next... (cached) yes
checking whether system header files limit the line length... no
checking for complete errno.h... (cached) yes
checking whether strerror_r is declared... (cached) yes
checking for strerror_r... (cached) yes
checking whether strerror_r returns char *... no
checking for inline... inline
checking whether lstat correctly handles trailing slash... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking for unsigned long long int... (cached) yes
checking for long long int... (cached) yes
checking whether setenv is declared... (cached) yes
checking for ssize_t... (cached) yes
checking for sigset_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for SIGPIPE... (cached) yes
checking whether C symbols are prefixed with underscore at the linker level=
...
no
checking for stdbool.h that conforms to C99... (cached) yes
checking for _Bool... (cached) yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of size_t... 64
checking for bit size of sig_atomic_t... 64
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... (cached) yes
checking whether wint_t is signed... (cached) yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix... l
checking for wchar_t integer literal suffix...=20
checking for wint_t integer literal suffix...=20
checking whether strerror(0) succeeds... yes
checking for C/C++ restrict keyword... __restrict
checking whether ffsl is declared without a macro... (cached) yes
checking whether ffsll is declared without a macro... (cached) yes
checking whether memmem is declared without a macro... (cached) yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... (cached) yes
checking whether rawmemchr is declared without a macro... (cached) yes
checking whether stpcpy is declared without a macro... (cached) yes
checking whether stpncpy is declared without a macro... (cached) yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... (cached) yes
checking whether strncat is declared without a macro... (cached) yes
checking whether strndup is declared without a macro... (cached) yes
checking whether strnlen is declared without a macro... (cached) yes
checking whether strpbrk is declared without a macro... (cached) yes
checking whether strsep is declared without a macro... (cached) yes
checking whether strcasestr is declared without a macro... (cached) yes
checking whether strtok_r is declared without a macro... (cached) yes
checking whether strerror_r is declared without a macro... (cached) yes
checking whether strsignal is declared without a macro... (cached) yes
checking whether strverscmp is declared without a macro... (cached) no
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... (cached) yes
checking whether clearerr_unlocked is declared... (cached) yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... (cached) yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... (cached) yes
checking whether getchar_unlocked is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking whether putchar_unlocked is declared... (cached) yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... no
checking whether fcntl is declared without a macro... (cached) yes
checking whether openat is declared without a macro... (cached) yes
checking for mbstate_t... (cached) yes
checking for memmove... (cached) yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking for search.h... (cached) yes
checking for tsearch... (cached) yes
checking for volatile sig_atomic_t... (cached) yes
checking for sighandler_t... no
checking whether pthread_sigmask is declared without a macro... (cached) yes
checking whether sigaction is declared without a macro... (cached) yes
checking whether sigaddset is declared without a macro... (cached) yes
checking whether sigdelset is declared without a macro... (cached) yes
checking whether sigemptyset is declared without a macro... (cached) yes
checking whether sigfillset is declared without a macro... (cached) yes
checking whether sigismember is declared without a macro... (cached) yes
checking whether sigpending is declared without a macro... (cached) yes
checking whether sigprocmask is declared without a macro... (cached) yes
checking for sigprocmask... (cached) yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on directories... (cached) y=
es
checking whether stat handles trailing slashes on files... (cached) yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether dprintf is declared without a macro... (cached) yes
checking whether fpurge is declared without a macro... (cached) yes
checking whether fseeko is declared without a macro... (cached) yes
checking whether ftello is declared without a macro... (cached) yes
checking whether getdelim is declared without a macro... (cached) yes
checking whether getline is declared without a macro... (cached) yes
checking whether popen is declared without a macro... (cached) yes
checking whether renameat is declared without a macro... (cached) yes
checking whether snprintf is declared without a macro... (cached) yes
checking whether tmpfile is declared without a macro... (cached) yes
checking whether vdprintf is declared without a macro... (cached) yes
checking whether vsnprintf is declared without a macro... (cached) yes
checking whether _Exit is declared without a macro... (cached) yes
checking whether atoll is declared without a macro... (cached) yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... (cached) yes
checking whether getsubopt is declared without a macro... (cached) yes
checking whether grantpt is declared without a macro... (cached) yes
checking whether mkdtemp is declared without a macro... (cached) yes
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... (cached) yes
checking whether mkstemps is declared without a macro... no
checking whether ptsname is declared without a macro... (cached) yes
checking whether random_r is declared without a macro... no
checking whether initstat_r is declared without a macro... no
checking whether srandom_r is declared without a macro... no
checking whether setstate_r is declared without a macro... no
checking whether realpath is declared without a macro... (cached) yes
checking whether rpmatch is declared without a macro... (cached) yes
checking whether setenv is declared without a macro... (cached) yes
checking whether strtod is declared without a macro... (cached) yes
checking whether strtoll is declared without a macro... (cached) yes
checking whether strtoull is declared without a macro... (cached) yes
checking whether unlockpt is declared without a macro... (cached) yes
checking whether unsetenv is declared without a macro... (cached) yes
checking for working strerror function... yes
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) yes
checking whether futimens is declared without a macro... no
checking whether lchmod is declared without a macro... (cached) yes
checking whether lstat is declared without a macro... (cached) yes
checking whether mkdirat is declared without a macro... (cached) yes
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) yes
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) yes
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... no
checking whether chown is declared without a macro... (cached) yes
checking whether dup2 is declared without a macro... (cached) yes
checking whether dup3 is declared without a macro... no
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... (cached) yes
checking whether fchdir is declared without a macro... (cached) yes
checking whether fchownat is declared without a macro... (cached) yes
checking whether fsync is declared without a macro... (cached) yes
checking whether ftruncate is declared without a macro... (cached) yes
checking whether getcwd is declared without a macro... (cached) yes
checking whether getdomainname is declared without a macro... (cached) yes
checking whether getdtablesize is declared without a macro... (cached) yes
checking whether getgroups is declared without a macro... (cached) yes
checking whether gethostname is declared without a macro... (cached) yes
checking whether getlogin is declared without a macro... (cached) yes
checking whether getlogin_r is declared without a macro... (cached) yes
checking whether getpagesize is declared without a macro... (cached) yes
checking whether getusershell is declared without a macro... (cached) yes
checking whether setusershell is declared without a macro... (cached) yes
checking whether endusershell is declared without a macro... (cached) yes
checking whether group_member is declared without a macro... no
checking whether lchown is declared without a macro... (cached) yes
checking whether link is declared without a macro... (cached) yes
checking whether linkat is declared without a macro... (cached) yes
checking whether lseek is declared without a macro... (cached) yes
checking whether pipe is declared without a macro... (cached) yes
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... (cached) yes
checking whether pwrite is declared without a macro... (cached) yes
checking whether readlink is declared without a macro... (cached) yes
checking whether readlinkat is declared without a macro... (cached) yes
checking whether rmdir is declared without a macro... (cached) yes
checking whether sleep is declared without a macro... (cached) yes
checking whether symlink is declared without a macro... (cached) yes
checking whether symlinkat is declared without a macro... (cached) yes
checking whether ttyname_r is declared without a macro... (cached) yes
checking whether unlink is declared without a macro... (cached) yes
checking whether unlinkat is declared without a macro... (cached) yes
checking whether usleep is declared without a macro... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating srclib/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating man/Makefile
config.status: creating tests/Makefile
config.status: creating include/iconv.h
config.status: creating include/iconv.h.inst
config.status: creating config.h
config.status: creating lib/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=3D=3D=3D configuring in libcharset
(/usr/ports/converters/libiconv/work/libiconv-1.14/libcharset)
configure: running /bin/sh ./configure --disable-option-checking
'--prefix=3D/usr/local'  '--enable-static' '--disable-nls'
'--docdir=3D/usr/local/share/doc/libiconv' 'am_cv_func_iconv=3Dno'
'--disable-extra-encodings' '--localstatedir=3D/var' '--mandir=3D/usr/local=
/man'
'--infodir=3D/usr/local/info/' '--build=3Damd64-portbld-freebsd9.1'
'build_alias=3Damd64-portbld-freebsd9.1' 'CC=3Dcc' 'CFLAGS=3D-O -pipe
-fstack-protector -fno-strict-aliasing -std=3Dgnu89' 'LDFLAGS=3D -fstack-pr=
otector'
'LIBS=3D' 'CPPFLAGS=3D' 'CPP=3Dcpp' --cache-file=3D/dev/null --srcdir=3D.
configure: loading site script /usr/ports/Templates/config.site
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...=20
checking whether we are cross compiling... no
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 ISO C89... none needed
checking how to run the C preprocessor... cpp
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... amd64-portbld-freebsd9.1
checking host system type... amd64-portbld-freebsd9.1
checking whether to activate relocatable installation... no
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+=3D"... no
checking how to convert amd64-portbld-freebsd9.1 file names to
amd64-portbld-freebsd9.1 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd9.1 file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for awk... (cached) /usr/bin/awk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... y=
es
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for simple visibility declarations... yes
checking for nl_langinfo and CODESET... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking whether we are using the GNU C Library 2.1 or newer... no
checking for setlocale... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating include/localcharset.h
config.status: creating include/localcharset.h.inst
config.status: creating config.h
config.status: executing libtool commands
=3D=3D=3D configuring in preload
(/usr/ports/converters/libiconv/work/libiconv-1.14/preload)
configure: running /bin/sh ./configure --disable-option-checking
'--prefix=3D/usr/local'  '--enable-static' '--disable-nls'
'--docdir=3D/usr/local/share/doc/libiconv' 'am_cv_func_iconv=3Dno'
'--disable-extra-encodings' '--localstatedir=3D/var' '--mandir=3D/usr/local=
/man'
'--infodir=3D/usr/local/info/' '--build=3Damd64-portbld-freebsd9.1'
'build_alias=3Damd64-portbld-freebsd9.1' 'CC=3Dcc' 'CFLAGS=3D-O -pipe
-fstack-protector -fno-strict-aliasing -std=3Dgnu89' 'LDFLAGS=3D -fstack-pr=
otector'
'LIBS=3D' 'CPPFLAGS=3D' 'CPP=3Dcpp' --cache-file=3D/dev/null --srcdir=3D.
configure: loading site script /usr/ports/Templates/config.site
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...=20
checking whether we are cross compiling... no
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 ISO C89... none needed
checking how to run the C preprocessor... cpp
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... amd64-portbld-freebsd9.1
checking host system type... amd64-portbld-freebsd9.1
checking whether to activate relocatable installation... no
checking whether ln -s works... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+=3D"... no
checking how to convert amd64-portbld-freebsd9.1 file names to
amd64-portbld-freebsd9.1 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd9.1 file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for awk... (cached) /usr/bin/awk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... y=
es
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing libtool commands
=3D=3D=3D>  Building for libiconv-1.14_9
builddir=3D"`pwd`"; cd libcharset && /usr/bin/make all && /usr/bin/make
install-lib libdir=3D"$builddir/lib" includedir=3D"$builddir/lib"
if [ ! -d include ] ; then mkdir include ; fi
cp ./include/libcharset.h.in include/libcharset.h
cd lib && /usr/bin/make all
/bin/sh ./config.charset 'amd64-portbld-freebsd9.1' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
/bin/sh ../libtool --mode=3Dcompile cc -I. -I. -I.. -I./.. -I../include -O =
-pipe
-fstack-protector -fno-strict-aliasing -std=3Dgnu89 -fvisibility=3Dhidden=20
-DLIBDIR=3D\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL=20
-DENABLE_RELOCATABLE=3D1 -DIN_LIBRARY -DINSTALLDIR=3D\"/usr/local/lib\"
-DNO_XMALLOC  -Dset_relocation_prefix=3Dlibcharset_set_relocation_prefix=20
-Drelocate=3Dlibcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
libtool: compile:  cc -I. -I. -I.. -I./.. -I../include -O -pipe
-fstack-protector -fno-strict-aliasing -std=3Dgnu89 -fvisibility=3Dhidden
-DLIBDIR=3D\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL
-DENABLE_RELOCATABLE=3D1 -DIN_LIBRARY -DINSTALLDIR=3D\"/usr/local/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=3Dlibcharset_set_relocation_prefix
-Drelocate=3Dlibcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c  -fPIC=
 -DPIC
-o .libs/localcharset.o
libtool: compile:  cc -I. -I. -I.. -I./.. -I../include -O -pipe
-fstack-protector -fno-strict-aliasing -std=3Dgnu89 -fvisibility=3Dhidden
-DLIBDIR=3D\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL
-DENABLE_RELOCATABLE=3D1 -DIN_LIBRARY -DINSTALLDIR=3D\"/usr/local/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=3Dlibcharset_set_relocation_prefix
-Drelocate=3Dlibcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o
localcharset.o >/dev/null 2>&1
/bin/sh ../libtool --mode=3Dcompile cc -I. -I. -I.. -I./.. -I../include -O =
-pipe
-fstack-protector -fno-strict-aliasing -std=3Dgnu89 -fvisibility=3Dhidden=20
-DLIBDIR=3D\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL=20
-DENABLE_RELOCATABLE=3D1 -DIN_LIBRARY -DINSTALLDIR=3D\"/usr/local/lib\"
-DNO_XMALLOC  -Dset_relocation_prefix=3Dlibcharset_set_relocation_prefix=20
-Drelocate=3Dlibcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c
libtool: compile:  cc -I. -I. -I.. -I./.. -I../include -O -pipe
-fstack-protector -fno-strict-aliasing -std=3Dgnu89 -fvisibility=3Dhidden
-DLIBDIR=3D\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL
-DENABLE_RELOCATABLE=3D1 -DIN_LIBRARY -DINSTALLDIR=3D\"/usr/local/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=3Dlibcharset_set_relocation_prefix
-Drelocate=3Dlibcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c  -fPIC =
-DPIC
-o .libs/relocatable.o
libtool: compile:  cc -I. -I. -I.. -I./.. -I../include -O -pipe
-fstack-protector -fno-strict-aliasing -std=3Dgnu89 -fvisibility=3Dhidden
-DLIBDIR=3D\"/usr/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL
-DENABLE_RELOCATABLE=3D1 -DIN_LIBRARY -DINSTALLDIR=3D\"/usr/local/lib\"
-DNO_XMALLOC -Dset_relocation_prefix=3Dlibcharset_set_relocation_prefix
-Drelocate=3Dlibcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o
relocatable.o >/dev/null 2>&1
/bin/sh ../libtool --mode=3Dlink cc -fstack-protector -O -pipe -fstack-prot=
ector
-fno-strict-aliasing -std=3Dgnu89 -fvisibility=3Dhidden -o libcharset.la -r=
path
/usr/local/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatabl=
e.lo
libtool: link: cc -shared  -fPIC -DPIC  .libs/localcharset.o
.libs/relocatable.o    -fstack-protector -O -fstack-protector   -Wl,-soname
-Wl,libcharset.so.1 -o .libs/libcharset.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libcharset.so.1" && ln -s
"libcharset.so.1.0.0" "libcharset.so.1")
libtool: link: (cd ".libs" && rm -f "libcharset.so" && ln -s
"libcharset.so.1.0.0" "libcharset.so")
libtool: link: ar cru .libs/libcharset.a  localcharset.o relocatable.o
libtool: link: ranlib .libs/libcharset.a
libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s
"../libcharset.la" "libcharset.la" )
cd lib && /usr/bin/make all
cd lib && /usr/bin/make install-lib
libdir=3D'/usr/ports/converters/libiconv/work/libiconv-1.14/lib'
includedir=3D'/usr/ports/converters/libiconv/work/libiconv-1.14/lib'
/bin/sh ../build-aux/mkinstalldirs
/usr/ports/converters/libiconv/work/libiconv-1.14/lib
/bin/sh ../libtool --mode=3Dinstall install  -m 0644 libcharset.la
/usr/ports/converters/libiconv/work/libiconv-1.14/lib/libcharset.la
libtool: install: install -m 0644 .libs/libcharset.so.1.0.0
/usr/ports/converters/libiconv/work/libiconv-1.14/lib/libcharset.so.1.0.0
libtool: install: (cd /usr/ports/converters/libiconv/work/libiconv-1.14/lib=
 &&
{ ln -s -f libcharset.so.1.0.0 libcharset.so.1 || { rm -f libcharset.so.1 &=
& ln
-s libcharset.so.1.0.0 libcharset.so.1; }; })
libtool: install: (cd /usr/ports/converters/libiconv/work/libiconv-1.14/lib=
 &&
{ ln -s -f libcharset.so.1.0.0 libcharset.so || { rm -f libcharset.so && ln=
 -s
libcharset.so.1.0.0 libcharset.so; }; })
libtool: install: install -m 0644 .libs/libcharset.lai
/usr/ports/converters/libiconv/work/libiconv-1.14/lib/libcharset.la
libtool: install: install -m 0644 .libs/libcharset.a
/usr/ports/converters/libiconv/work/libiconv-1.14/lib/libcharset.a
libtool: install: chmod 644
/usr/ports/converters/libiconv/work/libiconv-1.14/lib/libcharset.a
libtool: install: ranlib
/usr/ports/converters/libiconv/work/libiconv-1.14/lib/libcharset.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
test -f /usr/ports/converters/libiconv/work/libiconv-1.14/lib/charset.alias=
 &&
orig=3D/usr/ports/converters/libiconv/work/libiconv-1.14/lib/charset.alias =
 ||
orig=3Dcharset.alias;  sed -f ref-add.sed $orig >
/usr/ports/converters/libiconv/work/libiconv-1.14/lib/t-charset.alias;  ins=
tall
 -m 0644 /usr/ports/converters/libiconv/work/libiconv-1.14/lib/t-charset.al=
ias
/usr/ports/converters/libiconv/work/libiconv-1.14/lib/charset.alias;  rm -f
/usr/ports/converters/libiconv/work/libiconv-1.14/lib/t-charset.alias
/bin/sh ./build-aux/mkinstalldirs
/usr/ports/converters/libiconv/work/libiconv-1.14/lib
cannot open ./build-aux/mkinstalldirs: No such file or directory
*** [install-lib] Error code 2
1 error
*** [lib/localcharset.h] Error code 2
*** [do-build] Error code 1

Stop in /usr/ports/converters/libiconv.
*** [stage] Error code 1

Stop in /usr/ports/converters/libiconv.


make.conf:

# added by streck 2011-01-14
# force mysql-packets with OPENSSL Support
.if ${.CURDIR:M*/databases/mysql*}
  WITH_OPENSSL=3Dyes
.endif

# unison tcl is broken
# this comes in via x11-support
# so no x11
.if ${.CURDIR:M*/net/unison}=20=20=20=20
  WITHOUT_X11=3Dyes
.endif
# zu ueberlegen, ob ich x11 hier ueberhaput brauch ...

# mailman besteht drauf f<C3><BC>r die cgis
.if ${.CURDIR:M*/mail/mailman}
  CGI_GID=3Dtu-film
  MAIL_GID=3Dmailman
.endif
.if !(make(*install) || make(package))
  MAKE_ARGS+=3D-j1
.endif
# speedup building
NO_PROFILE=3Dtrue
CFLAGS=3D -O -pipe

# added by use.perl 2013-04-08 22:03:06
PERL_VERSION=3D5.12.4

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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