NetBSD Problem Report #48238

From www@NetBSD.org  Tue Sep 24 12:49:18 2013
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 6C81C725FC
	for <gnats-bugs@gnats.NetBSD.org>; Tue, 24 Sep 2013 12:49:18 +0000 (UTC)
Message-Id: <20130924124917.3BDE77262B@mollari.NetBSD.org>
Date: Tue, 24 Sep 2013 12:49:17 +0000 (UTC)
From: joern.clausen@uni-bielefeld.de
Reply-To: joern.clausen@uni-bielefeld.de
To: gnats-bugs@NetBSD.org
Subject: mail/mutt-devel needs xsltproc
X-Send-Pr-Version: www-1.0

>Number:         48238
>Category:       pkg
>Synopsis:       mail/mutt-devel needs xsltproc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    tonio
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 24 12:50:00 +0000 2013
>Closed-Date:    Sun May 01 05:17:18 +0000 2016
>Last-Modified:  Sun May 01 05:17:18 +0000 2016
>Originator:     Jörn Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
>Description:
mail/mutt-devel needs xsltproc to generate its documentation:

--- manual.html ---
xsltproc --nonet -o manual.html ./html.xsl manual.xml
xsltproc: not found
*** [manual.html] Error code 127
1 error

>How-To-Repeat:

>Fix:
add textproc/libxslt as requirement

>Release-Note:

>Audit-Trail:
From: Thomas Klausner <wiz@NetBSD.org>
To: NetBSD bugtracking <gnats-bugs@NetBSD.org>
Cc: 
Subject: Re: pkg/48238: mail/mutt-devel needs xsltproc
Date: Tue, 24 Sep 2013 14:52:41 +0200

 On Tue, Sep 24, 2013 at 12:50:00PM +0000, joern.clausen@uni-bielefeld.de wrote:
 > >Number:         48238
 > >Category:       pkg
 > >Synopsis:       mail/mutt-devel needs xsltproc
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    pkg-manager
 > >State:          open
 > >Class:          sw-bug
 > >Submitter-Id:   net
 > >Arrival-Date:   Tue Sep 24 12:50:00 +0000 2013
 > >Originator:     Jörn Clausen
 > >Release:        
 > >Organization:
 > University of Bielefeld
 > >Environment:
 > >Description:
 > mail/mutt-devel needs xsltproc to generate its documentation:
 > 
 > --- manual.html ---
 > xsltproc --nonet -o manual.html ./html.xsl manual.xml
 > xsltproc: not found

 Well, not always, otherwise it would have failed for more people
 already.

 Timestamp issue in the tarball?
  Thomas

From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joernc@googlemail.com>
To: gnats-bugs@netbsd.org
Cc: pkg-manager@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org, 
	=?ISO-8859-1?Q?J=F6rn_C=2E?= <joern.clausen@uni-bielefeld.de>
Subject: Re: pkg/48238: mail/mutt-devel needs xsltproc
Date: Tue, 24 Sep 2013 21:20:25 +0200

 On Tue, Sep 24, 2013 at 2:55 PM, Thomas Klausner <wiz@netbsd.org> wrote:
 >  Well, not always, otherwise it would have failed for more people
 >  already.

 How many people do you expect to still use mutt???

 >  Timestamp issue in the tarball?

 Unlikely. The tarball is from 2010, and I have built this package
 several times on different platforms. I guess I had always xsltproc
 installed in advance by chance.

 -- 
 Joern Clausen
 http://thebloeg.blogspot.com/
 http://www.oe-files.de/photography/

From: Thomas Klausner <wiz@NetBSD.org>
To: NetBSD bugtracking <gnats-bugs@NetBSD.org>
Cc: 
Subject: Re: pkg/48238: mail/mutt-devel needs xsltproc
Date: Tue, 24 Sep 2013 23:39:29 +0200

 On Tue, Sep 24, 2013 at 07:25:00PM +0000, Jörn Clausen wrote:
 > The following reply was made to PR pkg/48238; it has been noted by GNATS.
 > 
 > From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joernc@googlemail.com>
 > To: gnats-bugs@netbsd.org
 > Cc: pkg-manager@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org, 
 > 	=?ISO-8859-1?Q?J=F6rn_C=2E?= <joern.clausen@uni-bielefeld.de>
 > Subject: Re: pkg/48238: mail/mutt-devel needs xsltproc
 > Date: Tue, 24 Sep 2013 21:20:25 +0200
 > 
 >  On Tue, Sep 24, 2013 at 2:55 PM, Thomas Klausner <wiz@netbsd.org> wrote:
 >  >  Well, not always, otherwise it would have failed for more people
 >  >  already.
 >  
 >  How many people do you expect to still use mutt???

 Myself?
 All the bulk builds build it.

 >  >  Timestamp issue in the tarball?
 >  
 >  Unlikely. The tarball is from 2010, and I have built this package
 >  several times on different platforms. I guess I had always xsltproc
 >  installed in advance by chance.

 Here are the only places in the Makefiles where I can find mention of
 xsltproc (doc/Makefile*). Please check which of the files is newer
 than manual.html.

 manual.html: $(srcdir)/html.xsl $(srcdir)/mutt.xsl stamp-doc-xml $(srcdir)/mutt.css
         -xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml

 stamp-doc-chunked: $(srcdir)/chunk.xsl $(srcdir)/mutt.xsl stamp-doc-xml $(srcdir)/mutt.css
         -xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
         touch stamp-doc-chunked

  Thomas

From: David Holland <dholland-pbugs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/48238: mail/mutt-devel needs xsltproc
Date: Sat, 28 Sep 2013 06:23:45 +0000

 On Tue, Sep 24, 2013 at 07:25:00PM +0000, J?rn Clausen wrote:
  >  >  Well, not always, otherwise it would have failed for more people
  >  >  already.
  >  
  >  How many people do you expect to still use mutt???

 Most of them? What else is there, at this point?

 -- 
 David A. Holland
 dholland@netbsd.org

Responsible-Changed-From-To: pkg-manager->tonio
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Mon, 11 Nov 2013 12:43:14 +0000
Responsible-Changed-Why:
Over to maintainer.


State-Changed-From-To: open->feedback
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Mon, 11 Nov 2013 13:07:59 +0000
State-Changed-Why:
Waiting for feedback on the question which file's timestamp triggers the rebuild.


State-Changed-From-To: feedback->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 01 May 2016 05:17:18 +0000
State-Changed-Why:
2.5-year feedback timeout. Assume the problem has gone away with the
transition to mutt-1.6. If not, feel free to write in with feedback :-)


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.