Bug 76229 - portupgrade -R gcalctool-4.4.20_1,2 fails with libxslt-1.1.12 build errors
Summary: portupgrade -R gcalctool-4.4.20_1,2 fails with libxslt-1.1.12 build errors
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 00:50 UTC by Stacey Roberts
Modified: 2005-01-14 01:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stacey Roberts 2005-01-14 00:50:19 UTC
Running portupgrade -R gcalctool-4.4.20_1,2 after fresh cvsup of ports tree, fails during the gnomekeyring stage with libxslt-1.1.12 issues. Here is the tail end of the portupgrade process:

pt.lax/libcipher.a/elgamal.o .libs/libgcrypt.lax/libcipher.a/crc.o .libs/libgcrypt.lax/libcipher.a/md4.o .libs/libgcrypt.lax/libcipher.a/md5.o .libs/libgcrypt.lax/libcipher.a/sha256.o .libs/libgcrypt.lax/libcipher.a/sha512.o .libs/libgcrypt.lax/libcipher.a/tiger.o .libs/libgcrypt.lax/libcipher.a/rmd160.o .libs/libgcrypt.lax/libcipher.a/sha1.o .libs/libgcrypt.lax/libcipher.a/rndlinux.o  .libs/libgcrypt.lax/libmpi.a/mpi-add.o .libs/libgcrypt.lax/libmpi.a/mpi-bit.o .libs/libgcrypt.lax/libmpi.a/mpi-cmp.o .libs/libgcrypt.lax/libmpi.a/mpi-div.o .libs/libgcrypt.lax/libmpi.a/mpi-gcd.o .libs/libgcrypt.lax/libmpi.a/mpi-inline.o .libs/libgcrypt.lax/libmpi.a/mpi-inv.o .libs/libgcrypt.lax/libmpi.a/mpi-mul.o .libs/libgcrypt.lax/libmpi.a/mpi-pow.o .libs/libgcrypt.lax/libmpi.a/mpi-mpow.o .libs/libgcrypt.lax/libmpi.a/mpi-scan.o .libs/libgcrypt.lax/libmpi.a/mpicoder.o .libs/libgcrypt.lax/libmpi.a/mpih-div.o .libs/libgcrypt.lax/libmpi.a/mpih-mul.o .libs/libgcrypt.lax/libmpi.a/mpiutil.o .libs/li
 bgcrypt.lax/libmpi.a/mpih-add1.o .libs/libgcrypt.lax/libmpi.a/mpih-sub1.o .libs/libgcrypt.lax/libmpi.a/mpih-mul1.o .libs/libgcrypt.lax/libmpi.a/mpih-mul2.o .libs/libgcrypt.lax/libmpi.a/mpih-mul3.o .libs/libgcrypt.lax/libmpi.a/mpih-lshift.o .libs/libgcrypt.lax/libmpi.a/mpih-rshift.o
ranlib .libs/libgcrypt.a
rm -fr .libs/libgcrypt.lax
creating libgcrypt.la
(cd .libs && rm -f libgcrypt.la && ln -s ../libgcrypt.la libgcrypt.la)
Making all in doc
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir && mkdir $backupdir &&  for f in ./gcrypt.info ./gcrypt.info-[0-9] ./gcrypt.info-[0-9][0-9] ./gcrypt.i[0-9] ./gcrypt.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi;  done;  cd "$am__cwd";  if makeinfo --no-split -I .  -o ./gcrypt.info ./gcrypt.texi;  then  rc=0;  cd .;  else  rc=$?;  cd . &&  $restore $backupdir/* `echo "././gcrypt.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir; exit $rc
Making all in tests
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src   -I/usr/local/include -I/usr/local/include -O -pipe -march=pentiumpro -Wall -MT prime.o -MD -MP -MF ".deps/prime.Tpo" -c -o prime.o prime.c;  then mv -f ".deps/prime.Tpo" ".deps/prime.Po"; else rm -f ".deps/prime.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall   -L/usr/local/lib -o prime  prime.o ../src/libgcrypt.la
mkdir .libs
cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall -o .libs/prime prime.o  -L/usr/local/lib ../src/.libs/libgcrypt.so /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib
creating prime
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src   -I/usr/local/include -I/usr/local/include -O -pipe -march=pentiumpro -Wall -MT register.o -MD -MP -MF ".deps/register.Tpo" -c -o register.o register.c;  then mv -f ".deps/register.Tpo" ".deps/register.Po"; else rm -f ".deps/register.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall   -L/usr/local/lib -o register  register.o ../src/libgcrypt.la
cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall -o .libs/register register.o  -L/usr/local/lib ../src/.libs/libgcrypt.so /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib
creating register
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src   -I/usr/local/include -I/usr/local/include -O -pipe -march=pentiumpro -Wall -MT ac.o -MD -MP -MF ".deps/ac.Tpo" -c -o ac.o ac.c;  then mv -f ".deps/ac.Tpo" ".deps/ac.Po"; else rm -f ".deps/ac.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall   -L/usr/local/lib -o ac  ac.o ../src/libgcrypt.la
cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall -o .libs/ac ac.o  -L/usr/local/lib ../src/.libs/libgcrypt.so /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib
creating ac
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src   -I/usr/local/include -I/usr/local/include -O -pipe -march=pentiumpro -Wall -MT basic.o -MD -MP -MF ".deps/basic.Tpo" -c -o basic.o basic.c;  then mv -f ".deps/basic.Tpo" ".deps/basic.Po"; else rm -f ".deps/basic.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall   -L/usr/local/lib -o basic  basic.o ../src/libgcrypt.la
cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall -o .libs/basic basic.o  -L/usr/local/lib ../src/.libs/libgcrypt.so /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib
creating basic
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src   -I/usr/local/include -I/usr/local/include -O -pipe -march=pentiumpro -Wall -MT tsexp.o -MD -MP -MF ".deps/tsexp.Tpo" -c -o tsexp.o tsexp.c;  then mv -f ".deps/tsexp.Tpo" ".deps/tsexp.Po"; else rm -f ".deps/tsexp.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall   -L/usr/local/lib -o tsexp  tsexp.o ../src/libgcrypt.la
cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall -o .libs/tsexp tsexp.o  -L/usr/local/lib ../src/.libs/libgcrypt.so /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib
creating tsexp
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src   -I/usr/local/include -I/usr/local/include -O -pipe -march=pentiumpro -Wall -MT keygen.o -MD -MP -MF ".deps/keygen.Tpo" -c -o keygen.o keygen.c;  then mv -f ".deps/keygen.Tpo" ".deps/keygen.Po"; else rm -f ".deps/keygen.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall   -L/usr/local/lib -o keygen  keygen.o ../src/libgcrypt.la
cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall -o .libs/keygen keygen.o  -L/usr/local/lib ../src/.libs/libgcrypt.so /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib
creating keygen
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src   -I/usr/local/include -I/usr/local/include -O -pipe -march=pentiumpro -Wall -MT pubkey.o -MD -MP -MF ".deps/pubkey.Tpo" -c -o pubkey.o pubkey.c;  then mv -f ".deps/pubkey.Tpo" ".deps/pubkey.Po"; else rm -f ".deps/pubkey.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall   -L/usr/local/lib -o pubkey  pubkey.o ../src/libgcrypt.la
cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall -o .libs/pubkey pubkey.o  -L/usr/local/lib ../src/.libs/libgcrypt.so /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib
creating pubkey
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src   -I/usr/local/include -I/usr/local/include -O -pipe -march=pentiumpro -Wall -MT benchmark.o -MD -MP -MF ".deps/benchmark.Tpo" -c -o benchmark.o benchmark.c;  then mv -f ".deps/benchmark.Tpo" ".deps/benchmark.Po"; else rm -f ".deps/benchmark.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall   -L/usr/local/lib -o benchmark  benchmark.o ../src/libgcrypt.la
cc -I/usr/local/include -O -pipe -march=pentiumpro -Wall -o .libs/benchmark benchmark.o  -L/usr/local/lib ../src/.libs/libgcrypt.so /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib
creating benchmark
--->  Backing up the old version
--->  Uninstalling the old version
--->  Deinstalling 'libgcrypt-1.2.0_1'
--->  Preserving /usr/local/lib/libgcrypt.so.12 as /usr/local/lib/compat/pkg/libgcrypt.so.12
pkg_delete: package 'libgcrypt-1.2.0_1' is required by these other packages
and may not be deinstalled (but I'll delete it anyway):
bugbuddy2-2.8.0_2
dasher-3.2.11_3
eel2-2.8.2
eog2-2.8.2_1
epiphany-1.4.7
evolution-2.0.3
evolution-data-server-1.0.3
evolution-webcal-2.0.1_1
fileroller-2.8.3_1,1
gal2-2.2.4
gcalctool-4.4.20_1,2
gconf-editor-2.8.2_1,1
gdm2-2.6.0.6_1
gedit2-2.8.2
ggv2-2.8.1
gnome-themes-2.8.2
gnome2-2.8.2
gnomeapplets2-2.8.2
gnomecontrolcenter2-2.8.1_2
gnomedesktop-2.8.1
gnomegames2-2.8.2
gnomemedia2-2.8.0_2
gnomenetstatus-2.8.0_2
gnomenettool-1.0.0_1,1
gnomepanel-2.8.2
gnomesession-2.8.1_1
gnomespell-1.0.5_4
gnomesystemmonitor-2.8.1
gnomesystemtools-1.0.2
gnometerminal-2.8.2
gnomeutils2-2.8.1_1,1
gnopernicus-0.9.19_1
gnutls-1.0.21
gok-0.11.17_1
gpdf-2.8.1_1
gstreamer-0.8.8
gstreamer-plugins-0.8.6_1
gtkhtml3-3.2.4
gtksourceview-1.1.1
gucharmap-gnome-1.4.2_1
libbonoboui-2.8.0
libgail-gnome-1.1.0
libgnome-2.8.0_1
libgnomeui-2.8.0_1
libgtkhtml-2.6.2_1
libsoup-2.2.1
nautilus-cd-burner-2.8.6
nautilus-media-0.8.1
nautilus2-2.8.2_1
vino-2.8.1
ximian-connector-2.0.3
yelp-2.6.5
zenity-2.8.2
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 219 packages found (-1 +0) (...) done]
--->  Installing the new version via the port
===>  Installing for libgcrypt-1.2.1
===>   libgcrypt-1.2.1 depends on file: /usr/local/bin/perl5.8.5 - found
===>   libgcrypt-1.2.1 depends on shared library: gpg-error.1 - found
===>   Generating temporary packing list
===>  Checking if security/libgcrypt already installed
Making install in mpi
Making install in cipher
Making install in src
test -z "/usr/local/bin" || /bin/sh ../mkinstalldirs "/usr/local/bin"
 install  -o root -g wheel -m 555 'libgcrypt-config' '/usr/local/bin/libgcrypt-config'
test -z "/usr/local/lib" || /bin/sh ../mkinstalldirs "/usr/local/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel  'libgcrypt.la' '/usr/local/lib/libgcrypt.la'
/usr/bin/install -c -o root -g wheel .libs/libgcrypt.so.13 /usr/local/lib/libgcrypt.so.13
(cd /usr/local/lib && rm -f libgcrypt.so && ln -s libgcrypt.so.13 libgcrypt.so)
(cd /usr/local/lib && rm -f libgcrypt.so && ln -s libgcrypt.so.13 libgcrypt.so)
/usr/bin/install -c -o root -g wheel .libs/libgcrypt.a /usr/local/lib/libgcrypt.a
ranlib /usr/local/lib/libgcrypt.a
chmod 644 /usr/local/lib/libgcrypt.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include" || /bin/sh ../mkinstalldirs "/usr/local/include"
 install  -o root -g wheel -m 444 'gcrypt.h' '/usr/local/include/gcrypt.h'
 install  -o root -g wheel -m 444 'gcrypt-module.h' '/usr/local/include/gcrypt-module.h'
test -z "/usr/local/share/aclocal" || /bin/sh ../mkinstalldirs "/usr/local/share/aclocal"
 install  -o root -g wheel -m 444 'libgcrypt.m4' '/usr/local/share/aclocal/libgcrypt.m4'
Making install in doc
test -z "/usr/local/info" || /bin/sh ../mkinstalldirs "/usr/local/info"
 install  -o root -g wheel -m 444 './gcrypt.info' '/usr/local/info/gcrypt.info'
 install-info --info-dir='/usr/local/info' '/usr/local/info/gcrypt.info'
Making install in tests
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for libgcrypt-1.2.1
===> SECURITY REPORT:
      This port has installed the following files which may act as network
      servers and may therefore pose a remote security risk to the system.
/usr/local/lib/libgcrypt.so.13

      If there are vulnerabilities in these programs there may be a security
      risk to the system. FreeBSD makes no guarantee about the security of
      ports included in the Ports Collection. Please type 'make deinstall'
      to deinstall the port if this is a concern.

      For more information, and contact details about the security
      status of this software, see the following webpage:
http://www.gnupg.org/
===>  Cleaning for libiconv-1.9.2_1
===>  Cleaning for gettext-0.14.1
===>  Cleaning for libtool-1.5.10
===>  Cleaning for perl-5.8.5
===>  Cleaning for libgpg-error-1.0_1
===>  Cleaning for libgcrypt-1.2.1
--->  Cleaning out obsolete shared libraries
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 220 packages found (-0 +1) . done]
--->  Upgrading 'gnomekeyring-0.4.0_1' to 'gnomekeyring-0.4.1' (security/gnomekeyring)
--->  Building '/usr/ports/security/gnomekeyring'
===>  Cleaning for atk-1.8.0
===>  Cleaning for libiconv-1.9.2_1
===>  Cleaning for gettext-0.14.1
===>  Cleaning for glib-2.4.8
===>  Cleaning for gmake-3.80_2
===>  Cleaning for imake-6.8.1
===>  Cleaning for libtool-1.3.5_2
===>  Cleaning for libtool-1.5.10
===>  Cleaning for pkgconfig-0.15.0_1
===>  Cleaning for jpeg-6b_3
===>  Cleaning for png-1.2.8
===>  Cleaning for tiff-3.7.1_2
===>  Cleaning for perl-5.8.5
===>  Cleaning for hicolor-icon-theme-0.5
===>  Cleaning for shared-mime-info-0.15_7
===>  Cleaning for freetype2-2.1.7_4
===>  Cleaning for expat-1.95.8
===>  Cleaning for intltool-0.32.1
===>  Cleaning for libxml2-2.6.16
===>  Cleaning for p5-XML-Parser-2.34_1
===>  Cleaning for bitstream-vera-1.10
===>  Cleaning for fontconfig-2.2.3,1
===>  Cleaning for libXft-2.1.6
===>  Cleaning for xorg-fonts-encodings-6.8.1
===>  Cleaning for xorg-fonts-truetype-6.8.1
===>  Cleaning for gtk-2.4.14_2
===>  Cleaning for pango-1.6.0
===>  Cleaning for xorg-clients-6.8.1
===>  Cleaning for xorg-libraries-6.8.1_1
===>  Cleaning for xterm-197
===>  Cleaning for gnomekeyring-0.4.1
===>  Vulnerability check disabled, database not found
=> gnome-keyring-0.4.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2.
=> Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/gnome-keyring/0.4/.
gnome-keyring-0.4.1.tar.bz2                   100% of  359 kB   55 kBps
===>  Extracting for gnomekeyring-0.4.1
=> Checksum OK for gnome2/gnome-keyring-0.4.1.tar.bz2.
===>  Patching for gnomekeyring-0.4.1
===>  Applying FreeBSD patches for gnomekeyring-0.4.1
===>   gnomekeyring-0.4.1 depends on executable: gmake - found
===>   gnomekeyring-0.4.1 depends on file: /usr/local/bin/libtool15 - found
===>   gnomekeyring-0.4.1 depends on executable: pkg-config - found
===>   gnomekeyring-0.4.1 depends on file: /usr/local/bin/intltool-extract - found
===>   gnomekeyring-0.4.1 depends on shared library: glib-2.0.400 - found
===>   gnomekeyring-0.4.1 depends on shared library: atk-1.0.800 - found
===>   gnomekeyring-0.4.1 depends on shared library: pango-1.0.600 - found
===>   gnomekeyring-0.4.1 depends on shared library: gtk-x11-2.0.400 - found
===>   gnomekeyring-0.4.1 depends on shared library: X11.6 - found
===>  Configuring for gnomekeyring-0.4.1
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 gmake sets $(MAKE)... yes
checking whether build environment is sane... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by gmake... GNU
checking for 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 dependency style of cc... gcc3
checking for an ANSI C-conforming const... yes
checking for strerror in -lcposix... no
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ANSI C... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cc -E
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether ln -s works... yes
checking whether gmake sets $(MAKE)... (cached) yes
checking build system type... i386-portbld-freebsd5.3
checking host system type... i386-portbld-freebsd5.3
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... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
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 whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
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) 65536
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
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... freebsd5.3 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
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... freebsd5.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... 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... no
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... freebsd5.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for glib-2.0 >= 2.3.1... yes
checking GLIB_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
checking GLIB_LIBS... -L/usr/local/lib -lglib-2.0 -liconv
checking for gtk+-2.0 >= 2.3.1... yes
checking GTK_CFLAGS... -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include
checking GTK_LIBS... -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for catalogs to be installed...  ar az bg bn bs ca cs cy da de el en_CA en_GB es eu fa fi fr hr hu id it is ja ko lt mn ms nb nl no pa pl pt pt_BR ro ru sk sq sr sr@Latn sv ta th tr uk zh_CN zh_TW
checking whether socklen_t is defined... yes
checking for struct cmsgcred... yes
checking for mkdtemp... yes
checking whether stat file-mode macros are broken... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for gettimeofday... yes
checking for socket in -lsocket... no
checking for socket... yes
checking for more warnings... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating gnome-keyring-1.pc
config.status: creating gnome-keyring-1-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
===>  Building for gnomekeyring-0.4.1
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1'
Making all in po
gmake[2]: Entering directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1/po'
gmake[2]: Entering directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1'
source='gnome-keyring.c' object='gnome-keyring.lo' libtool=yes \
depfile='.deps/gnome-keyring.Plo' tmpdepfile='.deps/gnome-keyring.TPlo' \
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh /usr/local/bin/libtool15 --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c -o gnome-keyring.lo `test -f 'gnome-keyring.c' || echo './'`gnome-keyring.c
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\"/usr/X11R6\" -DBINDIR=\"/usr/X11R6/bin\" -DLIBEXECDIR=\"/usr/X11R6/libexec\" -DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -O -pipe -march=pentiumpro -c gnome-keyring.c -MT gnome-keyring.lo -MD -MP -MF .deps/gnome-keyring.TPlo  -fPIC -DPIC -o .libs/gnome-keyring.o
 cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\"/usr/X11R6\" -DBINDIR=\"/usr/X11R6/bin\" -DLIBEXECDIR=\"/usr/X11R6/libexec\" -DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -O -pipe -march=pentiumpro -c gnome-keyring.c -MT gnome-keyring.lo -MD -MP -MF .deps/gnome-keyring.TPlo -o gnome-keyring.o >/dev/null 2>&1
source='gnome-keyring-proto.c' object='gnome-keyring-proto.lo' libtool=yes \
depfile='.deps/gnome-keyring-proto.Plo' tmpdepfile='.deps/gnome-keyring-proto.TPlo' \
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh /usr/local/bin/libtool15 --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c -o gnome-keyring-proto.lo `test -f 'gnome-keyring-proto.c' || echo './'`gnome-keyring-proto.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\"/usr/X11R6\" -DBINDIR=\"/usr/X11R6/bin\" -DLIBEXECDIR=\"/usr/X11R6/libexec\" -DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -O -pipe -march=pentiumpro -c gnome-keyring-proto.c -MT gnome-keyring-proto.lo -MD -MP -MF .deps/gnome-keyring-proto.TPlo  -fPIC -DPIC -o .libs/gnome-keyring-proto.o
 cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\"/usr/X11R6\" -DBINDIR=\"/usr/X11R6/bin\" -DLIBEXECDIR=\"/usr/X11R6/libexec\" -DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -O -pipe -march=pentiumpro -c gnome-keyring-proto.c -MT gnome-keyring-proto.lo -MD -MP -MF .deps/gnome-keyring-proto.TPlo -o gnome-keyring-proto.o >/dev/null 2>&1
source='gnome-keyring-utils.c' object='gnome-keyring-utils.lo' libtool=yes \
depfile='.deps/gnome-keyring-utils.Plo' tmpdepfile='.deps/gnome-keyring-utils.TPlo' \
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh /usr/local/bin/libtool15 --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c -o gnome-keyring-utils.lo `test -f 'gnome-keyring-utils.c' || echo './'`gnome-keyring-utils.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\"/usr/X11R6\" -DBINDIR=\"/usr/X11R6/bin\" -DLIBEXECDIR=\"/usr/X11R6/libexec\" -DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -O -pipe -march=pentiumpro -c gnome-keyring-utils.c -MT gnome-keyring-utils.lo -MD -MP -MF .deps/gnome-keyring-utils.TPlo  -fPIC -DPIC -o .libs/gnome-keyring-utils.o
 cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\"/usr/X11R6\" -DBINDIR=\"/usr/X11R6/bin\" -DLIBEXECDIR=\"/usr/X11R6/libexec\" -DGNOMELOCALEDIR=\"/usr/X11R6/share/locale\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -O -pipe -march=pentiumpro -c gnome-keyring-utils.c -MT gnome-keyring-utils.lo -MD -MP -MF .deps/gnome-keyring-utils.TPlo -o gnome-keyring-utils.o >/dev/null 2>&1
/bin/sh /usr/local/bin/libtool15 --mode=link cc  -O -pipe -march=pentiumpro  -L/usr/local/lib -o libgnome-keyring-common.la   gnome-keyring-proto.lo gnome-keyring-utils.lo -L/usr/local/lib -lglib-2.0 -liconv
ar cru .libs/libgnome-keyring-common.a .libs/gnome-keyring-proto.o .libs/gnome-keyring-utils.o
ranlib .libs/libgnome-keyring-common.a
creating libgnome-keyring-common.la
(cd .libs && rm -f libgnome-keyring-common.la && ln -s ../libgnome-keyring-common.la libgnome-keyring-common.la)
/bin/sh /usr/local/bin/libtool15 --mode=link cc  -O -pipe -march=pentiumpro  -L/usr/local/lib -o libgnome-keyring.la -rpath /usr/X11R6/lib -version-info 0:1:0 -no-undefined gnome-keyring.lo libgnome-keyring-common.la -L/usr/local/lib -lglib-2.0 -liconv
cc -shared  .libs/gnome-keyring.o -Wl,--whole-archive ./.libs/libgnome-keyring-common.a -Wl,--no-whole-archive  -L/usr/local/lib -lglib-2.0 -liconv  -march=pentiumpro -Wl,-soname -Wl,libgnome-keyring.so.0 -o .libs/libgnome-keyring.so.0
(cd .libs && rm -f libgnome-keyring.so && ln -s libgnome-keyring.so.0 libgnome-keyring.so)
(cd .libs && rm -f libgnome-keyring.so && ln -s libgnome-keyring.so.0 libgnome-keyring.so)
rm -fr .libs/libgnome-keyring.lax
mkdir .libs/libgnome-keyring.lax
rm -fr .libs/libgnome-keyring.lax/libgnome-keyring-common.a
mkdir .libs/libgnome-keyring.lax/libgnome-keyring-common.a
(cd .libs/libgnome-keyring.lax/libgnome-keyring-common.a && ar x /usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1/./.libs/libgnome-keyring-common.a)
ar cru .libs/libgnome-keyring.a  gnome-keyring.o  .libs/libgnome-keyring.lax/libgnome-keyring-common.a/gnome-keyring-proto.o .libs/libgnome-keyring.lax/libgnome-keyring-common.a/gnome-keyring-utils.o
ranlib .libs/libgnome-keyring.a
rm -fr .libs/libgnome-keyring.lax
creating libgnome-keyring.la
(cd .libs && rm -f libgnome-keyring.la && ln -s ../libgnome-keyring.la libgnome-keyring.la)
source='aes.c' object='aes.o' libtool=no \
depfile='.deps/aes.Po' tmpdepfile='.deps/aes.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'aes.c' || echo './'`aes.c
source='md5.c' object='md5.o' libtool=no \
depfile='.deps/md5.Po' tmpdepfile='.deps/md5.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'md5.c' || echo './'`md5.c
source='sha256.c' object='sha256.o' libtool=no \
depfile='.deps/sha256.Po' tmpdepfile='.deps/sha256.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'sha256.c' || echo './'`sha256.c
source='gnome-keyring-daemon.c' object='gnome-keyring-daemon.o' libtool=no \
depfile='.deps/gnome-keyring-daemon.Po' tmpdepfile='.deps/gnome-keyring-daemon.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'gnome-keyring-daemon.c' || echo './'`gnome-keyring-daemon.c
source='gnome-keyring-daemon-file.c' object='gnome-keyring-daemon-file.o' libtool=no \
depfile='.deps/gnome-keyring-daemon-file.Po' tmpdepfile='.deps/gnome-keyring-daemon-file.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'gnome-keyring-daemon-file.c' || echo './'`gnome-keyring-daemon-file.c
source='gnome-keyring-daemon-io.c' object='gnome-keyring-daemon-io.o' libtool=no \
depfile='.deps/gnome-keyring-daemon-io.Po' tmpdepfile='.deps/gnome-keyring-daemon-io.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'gnome-keyring-daemon-io.c' || echo './'`gnome-keyring-daemon-io.c
/bin/sh /usr/local/bin/libtool15 --mode=link cc  -O -pipe -march=pentiumpro  -L/usr/local/lib -o gnome-keyring-daemon  aes.o md5.o sha256.o gnome-keyring-daemon.o gnome-keyring-daemon-file.o gnome-keyring-daemon-io.o libgnome-keyring-common.la -L/usr/local/lib -lglib-2.0 -liconv
cc -O -pipe -march=pentiumpro -o gnome-keyring-daemon aes.o md5.o sha256.o gnome-keyring-daemon.o gnome-keyring-daemon-file.o gnome-keyring-daemon-io.o  -L/usr/local/lib ./.libs/libgnome-keyring-common.a -lglib-2.0 -liconv
source='gnome-keyring-ask.c' object='gnome-keyring-ask.o' libtool=no \
depfile='.deps/gnome-keyring-ask.Po' tmpdepfile='.deps/gnome-keyring-ask.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'gnome-keyring-ask.c' || echo './'`gnome-keyring-ask.c
/bin/sh /usr/local/bin/libtool15 --mode=link cc  -O -pipe -march=pentiumpro  -L/usr/local/lib -o gnome-keyring-ask  gnome-keyring-ask.o -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv
cc -O -pipe -march=pentiumpro -o gnome-keyring-ask gnome-keyring-ask.o -Wl,--export-dynamic  -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft /usr/local/lib/libfreetype.so -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
source='list-keyrings.c' object='list-keyrings.o' libtool=no \
depfile='.deps/list-keyrings.Po' tmpdepfile='.deps/list-keyrings.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'list-keyrings.c' || echo './'`list-keyrings.c
/bin/sh /usr/local/bin/libtool15 --mode=link cc  -O -pipe -march=pentiumpro  -L/usr/local/lib -o list-keyrings  list-keyrings.o libgnome-keyring.la -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv
cc -O -pipe -march=pentiumpro -o .libs/list-keyrings list-keyrings.o -Wl,--export-dynamic  -L/usr/local/lib ./.libs/libgnome-keyring.so -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft /usr/local/lib/libfreetype.so -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/local/lib
creating list-keyrings
source='test.c' object='test.o' libtool=no \
depfile='.deps/test.Po' tmpdepfile='.deps/test.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -DPREFIX=\""/usr/X11R6"\" -DBINDIR=\""/usr/X11R6/bin"\" -DLIBEXECDIR=\""/usr/X11R6/libexec"\" -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I. -I. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'test.c' || echo './'`test.c
/bin/sh /usr/local/bin/libtool15 --mode=link cc  -O -pipe -march=pentiumpro  -L/usr/local/lib -o test-keyring  test.o libgnome-keyring.la -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 
cc -O -pipe -march=pentiumpro -o .libs/test-keyring test.o -Wl,--export-dynamic  -L/usr/local/lib ./.libs/libgnome-keyring.so -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft /usr/local/lib/libfreetype.so -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/local/lib
creating test-keyring
gmake[2]: Leaving directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1'
gmake[1]: Leaving directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1'
--->  Backing up the old version
--->  Uninstalling the old version
--->  Deinstalling 'gnomekeyring-0.4.0_1'
--->  Preserving /usr/X11R6/lib/libgnome-keyring.so.0 as /usr/local/lib/compat/pkg/libgnome-keyring.so.0
pkg_delete: package 'gnomekeyring-0.4.0_1' is required by these other packages
and may not be deinstalled (but I'll delete it anyway):
bugbuddy2-2.8.0_2
dasher-3.2.11_3
eel2-2.8.2
eog2-2.8.2_1
epiphany-1.4.7
evolution-2.0.3
evolution-webcal-2.0.1_1
fileroller-2.8.3_1,1
gal2-2.2.4
gcalctool-4.4.20_1,2
gconf-editor-2.8.2_1,1
gdm2-2.6.0.6_1
gedit2-2.8.2
ggv2-2.8.1
gnome-themes-2.8.2
gnome2-2.8.2
gnomeapplets2-2.8.2
gnomecontrolcenter2-2.8.1_2
gnomedesktop-2.8.1
gnomegames2-2.8.2
gnomemedia2-2.8.0_2
gnomenetstatus-2.8.0_2
gnomenettool-1.0.0_1,1
gnomepanel-2.8.2
gnomesession-2.8.1_1
gnomespell-1.0.5_4
gnomesystemmonitor-2.8.1
gnomesystemtools-1.0.2
gnometerminal-2.8.2
gnomeutils2-2.8.1_1,1
gnopernicus-0.9.19_1
gok-0.11.17_1
gpdf-2.8.1_1
gstreamer-0.8.8
gstreamer-plugins-0.8.6_1
gtkhtml3-3.2.4
gucharmap-gnome-1.4.2_1
libgail-gnome-1.1.0
libgnomeui-2.8.0_1
nautilus-cd-burner-2.8.6
nautilus-media-0.8.1
nautilus2-2.8.2_1
vino-2.8.1
ximian-connector-2.0.3
yelp-2.6.5
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 219 packages found (-1 +0) (...) done]
--->  Installing the new version via the port
===>  Installing for gnomekeyring-0.4.1
===>   gnomekeyring-0.4.1 depends on executable: pkg-config - found
===>   gnomekeyring-0.4.1 depends on shared library: glib-2.0.400 - found
===>   gnomekeyring-0.4.1 depends on shared library: atk-1.0.800 - found
===>   gnomekeyring-0.4.1 depends on shared library: pango-1.0.600 - found
===>   gnomekeyring-0.4.1 depends on shared library: gtk-x11-2.0.400 - found
===>   gnomekeyring-0.4.1 depends on shared library: X11.6 - found
===>   Generating temporary packing list
===>  Checking if security/gnomekeyring already installed
Making install in po
gmake[1]: Entering directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1/po'
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs /usr/X11R6/share; \
else \
  /bin/sh ../mkinstalldirs /usr/X11R6/share; \
fi
installing ar.gmo as /usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-keyring.mo
installing az.gmo as /usr/X11R6/share/locale/az/LC_MESSAGES/gnome-keyring.mo
installing bg.gmo as /usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-keyring.mo
installing bn.gmo as /usr/X11R6/share/locale/bn/LC_MESSAGES/gnome-keyring.mo
installing bs.gmo as /usr/X11R6/share/locale/bs/LC_MESSAGES/gnome-keyring.mo
installing ca.gmo as /usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-keyring.mo
installing cs.gmo as /usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-keyring.mo
installing cy.gmo as /usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-keyring.mo
installing da.gmo as /usr/X11R6/share/locale/da/LC_MESSAGES/gnome-keyring.mo
installing de.gmo as /usr/X11R6/share/locale/de/LC_MESSAGES/gnome-keyring.mo
installing el.gmo as /usr/X11R6/share/locale/el/LC_MESSAGES/gnome-keyring.mo
installing en_CA.gmo as /usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-keyring.mo
installing en_GB.gmo as /usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-keyring.mo
installing es.gmo as /usr/X11R6/share/locale/es/LC_MESSAGES/gnome-keyring.mo
installing eu.gmo as /usr/X11R6/share/locale/eu/LC_MESSAGES/gnome-keyring.mo
installing fa.gmo as /usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-keyring.mo
installing fi.gmo as /usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-keyring.mo
installing fr.gmo as /usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-keyring.mo
installing hr.gmo as /usr/X11R6/share/locale/hr/LC_MESSAGES/gnome-keyring.mo
installing hu.gmo as /usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-keyring.mo
installing id.gmo as /usr/X11R6/share/locale/id/LC_MESSAGES/gnome-keyring.mo
installing it.gmo as /usr/X11R6/share/locale/it/LC_MESSAGES/gnome-keyring.mo
installing is.gmo as /usr/X11R6/share/locale/is/LC_MESSAGES/gnome-keyring.mo
installing ja.gmo as /usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-keyring.mo
installing ko.gmo as /usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-keyring.mo
installing lt.gmo as /usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-keyring.mo
installing mn.gmo as /usr/X11R6/share/locale/mn/LC_MESSAGES/gnome-keyring.mo
installing ms.gmo as /usr/X11R6/share/locale/ms/LC_MESSAGES/gnome-keyring.mo
installing nb.gmo as /usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-keyring.mo
installing nl.gmo as /usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-keyring.mo
installing no.gmo as /usr/X11R6/share/locale/no/LC_MESSAGES/gnome-keyring.mo
installing pa.gmo as /usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-keyring.mo
installing pl.gmo as /usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-keyring.mo
installing pt.gmo as /usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-keyring.mo
installing pt_BR.gmo as /usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-keyring.mo
installing ro.gmo as /usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-keyring.mo
installing ru.gmo as /usr/X11R6/share/locale/ru/LC_MESSAGES/gnome-keyring.mo
installing sk.gmo as /usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-keyring.mo
installing sq.gmo as /usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-keyring.mo
installing sr.gmo as /usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-keyring.mo
installing sr@Latn.gmo as /usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome-keyring.mo
installing sv.gmo as /usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-keyring.mo
installing ta.gmo as /usr/X11R6/share/locale/ta/LC_MESSAGES/gnome-keyring.mo
installing th.gmo as /usr/X11R6/share/locale/th/LC_MESSAGES/gnome-keyring.mo
installing tr.gmo as /usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-keyring.mo
installing uk.gmo as /usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-keyring.mo
installing zh_CN.gmo as /usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo
installing zh_TW.gmo as /usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo
if test "gnome-keyring" = "glib"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs /usr/X11R6/share/glib-2.0/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs /usr/X11R6/share/glib-2.0/gettext/po; \
  fi; \
  install  -o root -g wheel -m 444 ./Makefile.in.in \
                  /usr/X11R6/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
gmake[1]: Leaving directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1/po'
gmake[1]: Entering directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1'
gmake[2]: Entering directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1'
/bin/sh ./mkinstalldirs /usr/X11R6/lib
 /bin/sh /usr/local/bin/libtool15 --mode=install /usr/bin/install -c -o root -g wheel  libgnome-keyring.la /usr/X11R6/lib/libgnome-keyring.la
/usr/bin/install -c -o root -g wheel .libs/libgnome-keyring.so.0 /usr/X11R6/lib/libgnome-keyring.so.0
(cd /usr/X11R6/lib && rm -f libgnome-keyring.so && ln -s libgnome-keyring.so.0 libgnome-keyring.so)
(cd /usr/X11R6/lib && rm -f libgnome-keyring.so && ln -s libgnome-keyring.so.0 libgnome-keyring.so)
/usr/bin/install -c -o root -g wheel .libs/libgnome-keyring.a /usr/X11R6/lib/libgnome-keyring.a
ranlib /usr/X11R6/lib/libgnome-keyring.a
chmod 644 /usr/X11R6/lib/libgnome-keyring.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/X11R6/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./mkinstalldirs /usr/X11R6/bin
  /bin/sh /usr/local/bin/libtool15 --mode=install install  -s -o root -g wheel -m 555 gnome-keyring-daemon /usr/X11R6/bin/gnome-keyring-daemon
install -o root -g wheel -m 555 -s gnome-keyring-daemon /usr/X11R6/bin/gnome-keyring-daemon
/bin/sh ./mkinstalldirs /usr/X11R6/libexec
  /bin/sh /usr/local/bin/libtool15 --mode=install install  -s -o root -g wheel -m 555 gnome-keyring-ask /usr/X11R6/libexec/gnome-keyring-ask
install -o root -g wheel -m 555 -s gnome-keyring-ask /usr/X11R6/libexec/gnome-keyring-ask
/bin/sh ./mkinstalldirs /usr/X11R6/include/gnome-keyring-1/
mkdir -p -- /usr/X11R6/include/gnome-keyring-1/
 install  -o root -g wheel -m 444 gnome-keyring.h /usr/X11R6/include/gnome-keyring-1//gnome-keyring.h
/bin/sh ./mkinstalldirs /usr/X11R6/libdata/pkgconfig
 install  -o root -g wheel -m 444 gnome-keyring-1.pc /usr/X11R6/libdata/pkgconfig/gnome-keyring-1.pc
gmake[2]: Leaving directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1'
gmake[1]: Leaving directory `/usr/ports/security/gnomekeyring/work/gnome-keyring-0.4.1'
===>   Running ldconfig
/sbin/ldconfig -m /usr/X11R6/lib
===>   Registering installation for gnomekeyring-0.4.1
===> SECURITY REPORT:
      This port has installed the following files which may act as network
      servers and may therefore pose a remote security risk to the system.
/usr/X11R6/bin/gnome-keyring-daemon

      If there are vulnerabilities in these programs there may be a security
      risk to the system. FreeBSD makes no guarantee about the security of
      ports included in the Ports Collection. Please type 'make deinstall'
      to deinstall the port if this is a concern.
===>  Cleaning for atk-1.8.0
===>  Cleaning for libiconv-1.9.2_1
===>  Cleaning for gettext-0.14.1
===>  Cleaning for glib-2.4.8
===>  Cleaning for gmake-3.80_2
===>  Cleaning for imake-6.8.1
===>  Cleaning for libtool-1.3.5_2
===>  Cleaning for libtool-1.5.10
===>  Cleaning for pkgconfig-0.15.0_1
===>  Cleaning for jpeg-6b_3
===>  Cleaning for png-1.2.8
===>  Cleaning for tiff-3.7.1_2
===>  Cleaning for perl-5.8.5
===>  Cleaning for hicolor-icon-theme-0.5
===>  Cleaning for shared-mime-info-0.15_7
===>  Cleaning for freetype2-2.1.7_4
===>  Cleaning for expat-1.95.8
===>  Cleaning for intltool-0.32.1
===>  Cleaning for libxml2-2.6.16
===>  Cleaning for p5-XML-Parser-2.34_1
===>  Cleaning for bitstream-vera-1.10
===>  Cleaning for fontconfig-2.2.3,1
===>  Cleaning for libXft-2.1.6
===>  Cleaning for xorg-fonts-encodings-6.8.1
===>  Cleaning for xorg-fonts-truetype-6.8.1
===>  Cleaning for gtk-2.4.14_2
===>  Cleaning for pango-1.6.0
===>  Cleaning for xorg-clients-6.8.1
===>  Cleaning for xorg-libraries-6.8.1_1
===>  Cleaning for xterm-197
===>  Cleaning for gnomekeyring-0.4.1
--->  Cleaning out obsolete shared libraries
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 220 packages found (-0 +1) . done]
--->  Skipping 'x11/libgnome' (libgnome-2.8.0_1) because a requisite package 'libxslt-1.1.12' (textproc/libxslt) failed (specify -k to force)
--->  Skipping 'x11-toolkits/libbonoboui' (libbonoboui-2.8.0) because a requisite package 'libxslt-1.1.12' (textproc/libxslt) failed (specify -k to force)
--->  Skipping 'x11-toolkits/libgnomeui' (libgnomeui-2.8.0_1) because a requisite package 'libxslt-1.1.12' (textproc/libxslt) failed (specify -k to force)
--->  Skipping 'math/gcalctool' (gcalctool-4.4.20_1,2) because a requisite package 'libxslt-1.1.12' (textproc/libxslt) failed (specify -k to force)
** Listing the failed packages (*:skipped / !:failed)
        ! textproc/libxslt (libxslt-1.1.12)     (unknown build error)
        * textproc/scrollkeeper (scrollkeeper-0.3.14_1,1)
        * x11/libgnome (libgnome-2.8.0_1)
        * x11-toolkits/libbonoboui (libbonoboui-2.8.0)
        * x11-toolkits/libgnomeui (libgnomeui-2.8.0_1)
        * math/gcalctool (gcalctool-4.4.20_1,2)
--->  Packages processed: 2 done, 48 ignored, 5 skipped and 1 failed
#

Fix: 

Don't know
How-To-Repeat: Cvsup ports tree
Attempt to portupgrade gcalctool to latest in ports
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2005-01-14 01:04:25 UTC
State Changed
From-To: open->closed

This build log doesn't show any build failure at all. 
Why you chose to cut out the part that has libxslt failing, 
and chose to leave in the part that has gnomekeyring building 
successfuly, is beyond me. 

Re-cvsup your ports tree, and portupgrade -f libxslt. If that 
fails, feel free to open another PR with the build failure in it.