Date: Thu, 04 Oct 2007 02:39:01 +0000 From: Matthew Herzog <matthew.herzog@gmail.com> To: FreeBSD <freebsd-stable@freebsd.org> Subject: geli on sparc64 Message-ID: <47045245.2000705@gmail.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------000800000307000107090806 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit What options do I need for geli on sparc64? Did I miss something? --------------000800000307000107090806 Content-Type: text/plain; name="error_geli" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="error_geli" _KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medlow -msoft-float -ffreestanding -Werror hints.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medlow -msoft-float -ffreestanding -Werror vnode_if.c :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=make sh /usr/src/sys/conf/newvers.sh GENERIC cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medlow -msoft-float -ffreestanding -Werror vers.c linking kernel g_eli.o(.text+0x200): In function `g_eli_crypto_rerun': : undefined reference to `crypto_dispatch' g_eli.o(.text+0xb24): In function `g_eli_worker': : undefined reference to `crypto_freesession' g_eli.o(.text+0x1914): In function `g_eli_create': : undefined reference to `crypto_newsession' g_eli.o(.text+0x1bc0): In function `g_eli_create': : undefined reference to `crypto_newsession' g_eli.o(.text+0x1d74): In function `g_eli_create': : undefined reference to `crypto_freesession' g_eli_crypto.o(.text+0x4c): In function `g_eli_crypto_cipher': : undefined reference to `crypto_newsession' g_eli_crypto.o(.text+0x108): In function `g_eli_crypto_cipher': : undefined reference to `crypto_dispatch' g_eli_crypto.o(.text+0x178): In function `g_eli_crypto_cipher': : undefined reference to `crypto_freesession' g_eli_crypto.o(.text+0x194): In function `g_eli_crypto_cipher': : undefined reference to `crypto_freesession' g_eli_integrity.o(.text+0xdb8): In function `g_eli_auth_run': : undefined reference to `crypto_dispatch' g_eli_privacy.o(.text+0x60c): In function `g_eli_crypto_run': : undefined reference to `crypto_dispatch' *** Error code 1 Stop in /home/obj/usr/src/sys/spork20070927. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # --------------000800000307000107090806--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47045245.2000705>