From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 10 06:30:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB0E216A407 for ; Sun, 10 Dec 2006 06:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id C119943C9E for ; Sun, 10 Dec 2006 06:28:58 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBA6U7oE044480 for ; Sun, 10 Dec 2006 06:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBA6U6jD044477; Sun, 10 Dec 2006 06:30:06 GMT (envelope-from gnats) Resent-Date: Sun, 10 Dec 2006 06:30:06 GMT Resent-Message-Id: <200612100630.kBA6U6jD044477@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, paulbeard@gmail.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 286AE16A40F for ; Sun, 10 Dec 2006 06:27:40 +0000 (UTC) (envelope-from root@paulbeard.org) Received: from paulbeard.org (dsl001-134-183.sea1.dsl.speakeasy.net [72.1.134.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5136B43C9F for ; Sun, 10 Dec 2006 06:26:31 +0000 (GMT) (envelope-from root@paulbeard.org) Received: by paulbeard.org (Postfix, from userid 0) id 35E7710D557; Sat, 9 Dec 2006 20:18:51 -0800 (PST) Message-Id: <20061210041851.35E7710D557@paulbeard.org> Date: Sat, 9 Dec 2006 20:18:51 -0800 (PST) From: paul@paulbeard.org, beard@paulbeard.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106549: gnupg fails to install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paulbeard@gmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2006 06:30:07 -0000 >Number: 106549 >Category: ports >Synopsis: gnupg fails to install >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 10 06:30:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.11-RELEASE-p12 i386 >Organization: >Environment: System: FreeBSD red.paulbeard.org 4.11-RELEASE-p12 FreeBSD 4.11-RELEASE-p12 #0: Wed Oct 12 21:28:00 PDT 2005 root@red.paulbeard.org:/usr/obj/usr/src/sys/RED i386 >Description: ===> Installing for gnupg-1.4.6_1 ===> gnupg-1.4.6_1 depends on shared library: curl - found ===> gnupg-1.4.6_1 depends on shared library: intl - found ===> Generating temporary packing list ===> Checking if security/gnupg already installed Making install in m4 gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/m4' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/m4' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/m4' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/m4' Making install in intl gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/intl' if { test "gnupg" = "gettext-runtime" || test "gnupg" = "gettext-tools"; } \ && test 'no' = yes; then \ /bin/sh ../scripts/mkinstalldirs /usr/local/lib /usr/local/include; \ install -c -o root -g wheel -m 444 libintl.h /usr/local/include/libintl.h; \ @LIBTOOL@ --mode=install \ install -c -o root -g wheel -m 444 libintl.a /usr/local/lib/libintl.a; \ if test "@RELOCATABLE@" = yes; then \ dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/local/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ if test -n "$dependencies"; then \ rm -f /usr/local/lib/libintl.la; \ fi; \ fi; \ else \ : ; \ fi if test "gnupg" = "gettext-tools" \ && test 'no' = no; then \ /bin/sh ../scripts/mkinstalldirs /usr/local/lib; \ @LIBTOOL@ --mode=install \ install -c -o root -g wheel -m 444 libgnuintl.a /usr/local/lib/libgnuintl.a; \ rm -f /usr/local/lib/preloadable_libintl.so; \ install -c -o root -g wheel -m 444 /usr/local/lib/libgnuintl.so /usr/local/lib/preloadable_libintl.so; \ @LIBTOOL@ --mode=uninstall \ rm -f /usr/local/lib/libgnuintl.a; \ else \ : ; \ fi if test 'no' = yes; then \ test no != no || /bin/sh ../scripts/mkinstalldirs /usr/local/lib; \ temp=/usr/local/lib/t-charset.alias; \ dest=/usr/local/lib/charset.alias; \ if test -f /usr/local/lib/charset.alias; then \ orig=/usr/local/lib/charset.alias; \ sed -f ref-add.sed $orig > $temp; \ install -c -o root -g wheel -m 444 $temp $dest; \ rm -f $temp; \ else \ if test no = no; then \ orig=charset.alias; \ sed -f ref-add.sed $orig > $temp; \ install -c -o root -g wheel -m 444 $temp $dest; \ rm -f $temp; \ fi; \ fi; \ /bin/sh ../scripts/mkinstalldirs /usr/local/share/locale; \ test -f /usr/local/share/locale/locale.alias \ && orig=/usr/local/share/locale/locale.alias \ || orig=./locale.alias; \ temp=/usr/local/share/locale/t-locale.alias; \ dest=/usr/local/share/locale/locale.alias; \ sed -f ref-add.sed $orig > $temp; \ install -c -o root -g wheel -m 444 $temp $dest; \ rm -f $temp; \ else \ : ; \ fi if test "gnupg" = "gettext-tools"; then \ /bin/sh ../scripts/mkinstalldirs /usr/local/share/gettext/intl; \ install -c -o root -g wheel -m 444 VERSION /usr/local/share/gettext/intl/VERSION; \ install -c -o root -g wheel -m 444 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog; \ dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h relocatable.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c relocatable.c localename.c log.c printf.c osdep.c os2compat.c intl-compat.c"; \ for file in $dists; do \ install -c -o root -g wheel -m 444 ./$file \ /usr/local/share/gettext/intl/$file; \ done; \ chmod a+x /usr/local/share/gettext/intl/config.charset; \ dists="plural.c"; \ for file in $dists; do \ if test -f $file; then dir=.; else dir=.; fi; \ install -c -o root -g wheel -m 444 $dir/$file \ /usr/local/share/gettext/intl/$file; \ done; \ dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h"; \ for file in $dists; do \ rm -f /usr/local/share/gettext/intl/$file; \ done; \ else \ : ; \ fi gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/intl' Making install in zlib gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/zlib' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/zlib' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/zlib' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/zlib' Making install in util gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/util' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/util' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/util' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/util' Making install in mpi gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/mpi' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/mpi' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/mpi' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/mpi' Making install in cipher gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/cipher' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/cipher' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/cipher' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/cipher' Making install in tools gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/tools' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/tools' test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin" install -c -s -o root -g wheel -m 555 'gpgsplit' '/usr/local/bin/gpgsplit' test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin" install -c -o root -g wheel -m 555 'gpg-zip' '/usr/local/bin/gpg-zip' gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/tools' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/tools' Making install in g10 gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/g10' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/g10' test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin" install -c -s -o root -g wheel -m 555 'gpg' '/usr/local/bin/gpg' install -c -s -o root -g wheel -m 555 'gpgv' '/usr/local/bin/gpgv' /bin/sh ../scripts/mkinstalldirs /usr/local/share/gnupg install -c -o root -g wheel -m 444 ./options.skel \ /usr/local/share/gnupg/options.skel gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/g10' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/g10' Making install in keyserver gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/keyserver' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/keyserver' test -z "/usr/local/libexec/gnupg" || mkdir -p -- "/usr/local/libexec/gnupg" install -c -s -o root -g wheel -m 555 'gpgkeys_hkp' '/usr/local/libexec/gnupg/gpgkeys_hkp' install -c -s -o root -g wheel -m 555 'gpgkeys_finger' '/usr/local/libexec/gnupg/gpgkeys_finger' install -c -s -o root -g wheel -m 555 'gpgkeys_curl' '/usr/local/libexec/gnupg/gpgkeys_curl' test -z "/usr/local/libexec/gnupg" || mkdir -p -- "/usr/local/libexec/gnupg" gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/keyserver' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/keyserver' Making install in po gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/po' /bin/sh ../scripts/mkinstalldirs /usr/local/share installing en@quot.gmo as /usr/local/share/locale/en@quot/LC_MESSAGES/gnupg.mo installing en@boldquot.gmo as /usr/local/share/locale/en@boldquot/LC_MESSAGES/gnupg.mo installing be.gmo as /usr/local/share/locale/be/LC_MESSAGES/gnupg.mo installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/gnupg.mo installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/gnupg.mo installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/gnupg.mo installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/gnupg.mo installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/gnupg.mo installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/gnupg.mo installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/gnupg.mo installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/gnupg.mo installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/gnupg.mo installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/gnupg.mo installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/gnupg.mo installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/gnupg.mo installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/gnupg.mo installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/gnupg.mo installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/gnupg.mo installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/gnupg.mo installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/gnupg.mo installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/gnupg.mo installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/gnupg.mo installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/gnupg.mo installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/gnupg.mo installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/gnupg.mo installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/gnupg.mo installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/gnupg.mo installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/gnupg.mo installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/gnupg.mo if test "gnupg" = "gettext-tools"; then \ /bin/sh ../scripts/mkinstalldirs /usr/local/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ install -c -o root -g wheel -m 444 ./$file \ /usr/local/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/local/share/gettext/po/$file; \ done; \ else \ : ; \ fi gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/po' Making install in doc gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/doc' gmake install-am gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/doc' gmake[3]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/doc' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/info" || mkdir -p -- "/usr/local/info" install -c -o root -g wheel -m 444 './gnupg1.info' '/usr/local/info/gnupg1.info' install-info --info-dir='/usr/local/info' '/usr/local/info/gnupg1.info' test -z "/usr/local/man/man1" || mkdir -p -- "/usr/local/man/man1" install -c -o root -g wheel -m 444 './gpg.1' '/usr/local/man/man1/gpg.1' install -c -o root -g wheel -m 444 './gpgv.1' '/usr/local/man/man1/gpgv.1' install -c -o root -g wheel -m 444 './gpg.ru.1' '/usr/local/man/man1/gpg.ru.1' test -z "/usr/local/man/man7" || mkdir -p -- "/usr/local/man/man7" install -c -o root -g wheel -m 444 './gnupg.7' '/usr/local/man/man7/gnupg.7' test -z "/usr/local/share/gnupg" || mkdir -p -- "/usr/local/share/gnupg" install -c -o root -g wheel -m 444 'FAQ' '/usr/local/share/gnupg/FAQ' install -c -o root -g wheel -m 444 'faq.html' '/usr/local/share/gnupg/faq.html' gmake[3]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/doc' gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/doc' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/doc' Making install in checks gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/checks' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/checks' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/checks' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6/checks' gmake[1]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6' gmake[2]: Entering directory `/opt/ports/security/gnupg/work/gnupg-1.4.6' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6' gmake[1]: Leaving directory `/opt/ports/security/gnupg/work/gnupg-1.4.6' /bin/mkdir -p /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/doc/DETAILS /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/doc/FAQ /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/doc/HACKING /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/doc/OpenPGP /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/ABOUT-NLS /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/AUTHORS /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/BUGS /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/COPYING /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/INSTALL /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/NEWS /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/PROJECTS /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/README /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/THANKS /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/TODO /usr/local/share/doc/gnupg install -c -o root -g wheel -m 444 /opt/ports/security/gnupg/work/gnupg-1.4.6/VERSION /usr/local/share/doc/gnupg ************************************************************ TIPS: o Use rndcontrol(8) if you want more entropy. See http://people.freebsd.org/~dougb/randomness.html for more details. ************************************************************ install-info --quiet /usr/local/info/gnupg1.info /usr/local/info/dir *** Error code 1 Stop in /opt/ports/security/gnupg. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: