Bug 113028

Summary: [PATCH] textproc/docbook-utils: Fix build and run error
Product: Ports & Packages Reporter: chinsan <chinsan>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me CC: B.Candler
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
docbook-utils-0.6.14_3.patch
none
file.dat none

Description chinsan freebsd_committer freebsd_triage 2007-05-26 14:10:02 UTC
- Fix build error [1]
- Fix run error on docbook2* [2]
- As far as I looked into ports/112785, the maintainer seems like have some
  trouble to keep maintaining his ports.
  If nobody wants to maintain this port, I am willing to be the maintainer 
  for a while until somebody wants to be.

Port maintainer (B.Candler@pobox.com) is cc'd.

[1] see How-To-Repeat #1 report
[2] see How-To-Repeat #2 report

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: - Report #1
 % cd /usr/ports/textproc/docbook-utils
 % make install clean
   :
   :
 /usr/bin/install -c -m 644 ./api.html
/usr/local/share/doc/docbook-utils/html/api.html
install: ./api.html: No such file or directory
 /usr/bin/install -c -m 644 ./backend-spec.html
/usr/local/share/doc/docbook-utils/html/backend-spec.html
install: ./backend-spec.html: No such file or directory
 /usr/bin/install -c -m 644 ./docbook2man.html
/usr/local/share/doc/docbook-utils/html/docbook2man.html
install: ./docbook2man.html: No such file or directory
 /usr/bin/install -c -m 644 ./docbook2texi.html
/usr/local/share/doc/docbook-utils/html/docbook2texi.html
install: ./docbook2texi.html: No such file or directory
 /usr/bin/install -c -m 644 ./fdl.html
/usr/local/share/doc/docbook-utils/html/fdl.html
install: ./fdl.html: No such file or directory
 /usr/bin/install -c -m 644 ./frontend-spec.html
/usr/local/share/doc/docbook-utils/html/frontend-spec.html
install: ./frontend-spec.html: No such file or directory
 /usr/bin/install -c -m 644 ./helpers.html
/usr/local/share/doc/docbook-utils/html/helpers.html
install: ./helpers.html: No such file or directory
 /usr/bin/install -c -m 644 ./index.html
/usr/local/share/doc/docbook-utils/html/index.html
install: ./index.html: No such file or directory
 /usr/bin/install -c -m 644 ./introduction.html
/usr/local/share/doc/docbook-utils/html/introduction.html
install: ./introduction.html: No such file or directory
 /usr/bin/install -c -m 644 ./intro-jw.html
/usr/local/share/doc/docbook-utils/html/intro-jw.html
install: ./intro-jw.html: No such file or directory
 /usr/bin/install -c -m 644 ./intro-sgmldiff.html
/usr/local/share/doc/docbook-utils/html/intro-sgmldiff.html
install: ./intro-sgmldiff.html: No such file or directory
 /usr/bin/install -c -m 644 ./jw.html
/usr/local/share/doc/docbook-utils/html/jw.html
install: ./jw.html: No such file or directory
 /usr/bin/install -c -m 644 ./sgmldiff.html
/usr/local/share/doc/docbook-utils/html/sgmldiff.html
install: ./sgmldiff.html: No such file or directory
gmake[3]: *** [install-htmlDATA] Error 71
gmake[3]: Leaving directory
`/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc/HTML'
gmake[2]: *** [install-am] Error 2
gmake[2]: Leaving directory
`/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc/HTML'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/textproc/docbook-utils/work/docbook-utils-0.6.14/doc'
gmake: *** [install-recursive] Error 1
*** Error code 2

Stop in /usr/ports/textproc/docbook-utils.


- Report #2 
 Run error with old version of docbook-utils-0.6.14,2:
 for example:
 % docbook2man foo.sgml
jw: There is no frontend called
"/usr/local/share/sgml/docbook/utils-0.6.14/frontends/docbook".

 This will make x11-fonts/fontconfig cann't build..
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-26 14:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

rafan@ wants this PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-26 14:10:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Brian Candler 2007-05-26 14:35:14 UTC
On Sat, May 26, 2007 at 01:10:13PM +0000, Edwin Groothuis wrote:
> Maintainer of textproc/docbook-utils,
> 
> Please note that PR ports/113028 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/113028

Please see my reply to 112785
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2007-05-26 19:10:53 UTC
Responsible Changed
From-To: rafan->araujo

araujo handles 112785, so forwards this one.
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-26 23:21:08 UTC
State Changed
From-To: feedback->open

maintainer approved
Comment 6 edwin 2007-05-26 23:23:02 UTC
On Sat, May 26, 2007 at 02:35:14PM +0100, Brian Candler wrote:
> On Sat, May 26, 2007 at 01:10:13PM +0000, Edwin Groothuis wrote:
> > Maintainer of textproc/docbook-utils,
> > 
> > Please note that PR ports/113028 has just been submitted.
> > 
> > If it contains a patch for an upgrade, an enhancement or a bug fix
> > you agree on, reply to this email stating that you approve the patch
> > and a committer will take care of it.
> > 
> > The full text of the PR can be found at:
> >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/113028
> 
> Please see my reply to 112785

Done.

> Date: Sat, 19 May 2007 13:51:25 +0100
> From: Brian Candler <B.Candler@pobox.com>
> To: bug-followup@FreeBSD.org
> Subject: Re: ports/112785: [PATCH] textproc/docbook-utils add rundep on www/lynx
> 
> On Sat, May 19, 2007 at 12:40:08PM +0000, Edwin Groothuis wrote:
> > Maintainer of textproc/docbook-utils,
> > 
> > Please note that PR ports/112785 has just been submitted.
> 
> This says "No PRs matched query" when I follow the link you gave, or try to
> enter this PR number manually in the web interface.

Sometimes there is a lag between the two databases.

> > If it contains a patch for an upgrade, an enhancement or a bug fix
> > you agree on, reply to this email stating that you approve the patch
> > and a committer will take care of it.
> > 
> > The full text of the PR can be found at:
> >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112785
> 
> Whatever the patch is, I agree. You can remove me from any ports I'm marked
> as maintainer on; I'm afraid I'm not even using FreeBSD at the moment, so
> I'm not much use as a maintainer :-)

Can you send-pr (or use the webinterface at
http://www.freebsd.org/send-pr.html) with this information?

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |              Weblog: http://www.mavetju.org/weblog/
Comment 7 Marcelo Araujo freebsd_committer freebsd_triage 2007-05-29 12:28:41 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!