From owner-freebsd-doc@FreeBSD.ORG Thu May 16 02:40:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F11E97ED for ; Thu, 16 May 2013 02:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C807491B for ; Thu, 16 May 2013 02:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4G2e1sY091361 for ; Thu, 16 May 2013 02:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4G2e1IU091358; Thu, 16 May 2013 02:40:01 GMT (envelope-from gnats) Date: Thu, 16 May 2013 02:40:01 GMT Message-Id: <201305160240.r4G2e1IU091358@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Christian Bryant Subject: Re: docs/178677: *** [article.html] Error code 1 Stop in /usr/doc. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christian Bryant List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2013 02:40:02 -0000 The following reply was made to PR docs/178677; it has been noted by GNATS. From: Christian Bryant To: bug-followup@FreeBSD.org, admin@canonicaldev.com Cc: Subject: Re: docs/178677: *** [article.html] Error code 1 Stop in /usr/doc. Date: Wed, 15 May 2013 19:29:38 -0700 This is a multi-part message in MIME format. --------------070803020204010306080604 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Bug Follow Up Team, I found a workaround. If you do the following, the Bug disappears: # cd /usr/ports/misc/freebsd-doc-en # make install clean The I proceed to do install the package that had the Port that had the Bug: # cd /usr/doc # make install clean The install complete without error. This shows me there is defiantly a Bug in the /usr/doc port, probibly a dependency it is unable to resolve. This is on a new system that was just installed today, I had done: freebsd-update fetch freebsd-update install portsnap fetch portsnap extract portsnap update Prior to installing the /usr/doc and running into the Bug. --------------070803020204010306080604 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Bug Follow Up Team,

I found a workaround. If you do the following, the Bug disappears:

# cd /usr/ports/misc/freebsd-doc-en
# make install clean

The I proceed to do install the package that had the Port that had the Bug:

# cd /usr/doc
# make install clean

The install complete without error. This shows me there is defiantly a Bug in the
/usr/doc port, probibly a dependency it is unable to resolve.

This is on a new system that was just installed today, I had done:

freebsd-update fetch
freebsd-update install

portsnap fetch
portsnap extract
portsnap update

Prior to installing the
/usr/doc and running into the Bug.


--------------070803020204010306080604--