Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2002 18:08:38 +0200
From:      ache <lah@pandora.be>
To:        ports@FreeBSD.org
Subject:   libmcrypt
Message-ID:  <200210081808.38252.lah@pandora.be>

next in thread | raw e-mail | index | archive | help

--------------Boundary-00=_EI7O0PFITLFY66HM32IJ
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

can't compile libmcrypt with latest ports tree.

attached is the error message

--------------Boundary-00=_EI7O0PFITLFY66HM32IJ
Content-Type: text/plain;
  charset="us-ascii";
  name="errorlog"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="errorlog"

===>  Extracting for libmcrypt-2.5.3
>> Checksum OK for libmcrypt-2.5.3.tar.gz.
===>   libmcrypt-2.5.3 depends on executable: autoconf - found
===>   libmcrypt-2.5.3 depends on shared library: ltdl.1 - found
/usr/bin/find /usr/ports/security/libmcrypt/work/libmcrypt-2.5.3 -name configure -exec /bin/rm -f \{\} \;
===>  Patching for libmcrypt-2.5.3
===>  Applying FreeBSD patches for libmcrypt-2.5.3
===>  Configuring for libmcrypt-2.5.3
cd /usr/ports/security/libmcrypt/work/libmcrypt-2.5.3 && autoconf
checking build system type... i386-portbld-freebsd4.7
checking host system type... i386-portbld-freebsd4.7
checking target system type... i386-portbld-freebsd4.7
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... cc
checking for C compiler default output... 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 style of include used by make... GNU
checking dependency style of cc... gcc
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether ln -s works... yes
checking whether in maintanance mode... no
checking whether in dmalloc mode... no
checking whether to disable dynamic module loading... no
checking whether to include algorithms into library... 
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for cc option to accept ANSI C... none needed
checking for inline... inline
checking for an ANSI C-conforming const... 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... no
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking sys/endian.h usability... yes
checking sys/endian.h presence... yes
checking for sys/endian.h... yes
checking for sys/types.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for bzero... yes
checking for memset... yes
checking for mlock... yes
checking for readdir_r... yes
checking for readdir... yes
checking for memmove... yes
checking for bcopy... yes
checking whether byte ordering is bigendian... no
checking for unsigned long int... yes
checking size of unsigned long int... 4
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned short int... yes
checking size of unsigned short int... 2
checking for unsigned char... yes
checking size of unsigned char... 1
checking for lt_dlmutex_register in -lltdl... no
checking for main in -lltdl... yes
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... (cached) yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC 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.lo... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd4.7 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libmcrypt.spec
config.status: creating lib/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating modules/Makefile
config.status: creating modules/modes/Makefile
config.status: creating modules/algorithms/Makefile
config.status: creating lib/mcrypt.h
config.status: creating lib/libmcrypt-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
configure: configuring in libltdl
configure: running /bin/sh './configure' --prefix=/usr/local  '--prefix=/usr/local' '--build=i386-portbld-freebsd4.7' 'CFLAGS=-O -pipe ' 'CPPFLAGS=-I/usr/local/include' 'build_alias=i386-portbld-freebsd4.7' 'CC=cc' --enable-ltdl-install=no --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... cc
checking for C compiler default output... 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 style of include used by make... GNU
checking dependency style of cc... gcc
checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking build system type... i386-portbld-freebsd4.7
checking host system type... i386-portbld-freebsd4.7
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
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... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC 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.lo... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd4.7 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether cc supports assert without backlinking... 
checking which extension is used for shared libraries... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... unknown
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing default-1 commands
===>  Building for libmcrypt-2.5.3
make  all-recursive
Making all in libltdl
cd .  && CONFIG_FILES= CONFIG_HEADERS=config.h:config-h.in  /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make  all-am
Making all in modules
Making all in algorithms
source='twofish.c' object='twofish.lo' libtool=yes  depfile='.deps/twofish.Plo' tmpdepfile='.deps/twofish.TPlo'  depmode=gcc /bin/sh ../../depcomp  /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I../..  -I../../lib  -I/usr/local/include  -O -pipe -c -o twofish.lo `test -f 'twofish.c' || echo './'`twofish.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -I/usr/local/include -O -pipe -c twofish.c -Wp,-MD,.deps/twofish.TPlo  -fPIC -DPIC -o .libs/twofish.lo
*** Error code 1

Stop in /usr/ports/security/libmcrypt/work/libmcrypt-2.5.3/modules/algorithms.
*** Error code 1

Stop in /usr/ports/security/libmcrypt/work/libmcrypt-2.5.3/modules.
*** Error code 1

Stop in /usr/ports/security/libmcrypt/work/libmcrypt-2.5.3.
*** Error code 1

Stop in /usr/ports/security/libmcrypt/work/libmcrypt-2.5.3.
*** Error code 1

Stop in /usr/ports/security/libmcrypt.

--------------Boundary-00=_EI7O0PFITLFY66HM32IJ--


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?200210081808.38252.lah>