Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Apr 2004 00:00:23 -0400 (EDT)
From:      parv@pair.com
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports@FreeBSD.org
Subject:   devel/gettext - NOPORTDOCS option, errors during "make deinstall" & "make package"
Message-ID:  <20040406040023.BDA37AC18@moo.holy.cow>

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

>Submitter-Id:	current-users
>Originator:	parv
>Organization:	
>Confidential:	no 
>Synopsis:	devel/gettext - NOPORTDOCS option, errors during "make deinstall" & "make package"
>Severity:	
>Priority:	
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 4.9-STABLE i386
>Environment:

Ports updated as of 2004.04.06.01.31.21 UTC.

>Description:

When lang/gettext, 0.13.1_1, is installed w/ NOPORTDOCS option, "make
package" fails...

  ===>   Registering installation for gettext-0.13.1_1
  ===>  Building package for gettext-0.13.1_1
  Creating package /usr3/ports/devel/gettext/gettext-0.13.1_1.tgz
  Registering depends: expat-1.95.7 libiconv-1.9.1_3.
  Creating gzip'd tar ball in '/usr3/ports/devel/gettext/gettext-0.13.1_1.tgz'
  tar: share/doc/gettext/dcgettext.3.html: Cannot stat: No such file or directory
  tar: share/doc/gettext/dcngettext.3.html: Cannot stat: No such file or directory
  tar: share/doc/gettext/dgettext.3.html: Cannot stat: No such file or directory
  tar: share/doc/gettext/dngettext.3.html: Cannot stat: No such file or directory
  tar: Error exit delayed from previous errors
  pkg_create: make_dist: tar command failed with code 512
  *** Error code 1

  Stop in /usr3/ports/devel/gettext.


...and "make deinstall" produces..

  ===>  Deinstalling for devel/gettext
  ===>   Deinstalling gettext-0.13.1_1
  pkg_delete: file '/usr2/local/share/doc/gettext/dcgettext.3.html' doesn't really exist
  pkg_delete: file '/usr2/local/share/doc/gettext/dcngettext.3.html' doesn't really exist
  pkg_delete: file '/usr2/local/share/doc/gettext/dgettext.3.html' doesn't really exist
  pkg_delete: file '/usr2/local/share/doc/gettext/dngettext.3.html' doesn't really exist
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/zh_TW/LC_MESSAGES'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/zh_TW'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/sr/LC_MESSAGES'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/sr'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/sk/LC_MESSAGES'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/sk'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/ja/LC_MESSAGES'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/ja'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/id/LC_MESSAGES'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/id'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/fi/LC_MESSAGES'
  pkg_delete: unable to completely remove directory '/usr2/local/share/locale/fi'
  pkg_delete: couldn't entirely delete package (perhaps the packing list is
  incorrectly specified?)


>How-To-Repeat:

Update ports as of the time listed above, and...

    cd devel/gettext \
    && { make package -DNOPORTDOCS; make deinstall; }


>Fix:




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