Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 22:32:55 GMT
From:      Piotr Kubaj <pkubaj@riseup.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187013: textproc/gtk-doc-1.18_1 doesn't build after docbook* updates
Message-ID:  <201402242232.s1OMWtaA006938@cgiserv.freebsd.org>
Resent-Message-ID: <201402242240.s1OMe07E054570@freefall.freebsd.org>

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

>Number:         187013
>Category:       ports
>Synopsis:       textproc/gtk-doc-1.18_1 doesn't build after docbook* updates
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 24 22:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Piotr Kubaj
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD DESKTOP2 10.0-RELEASE FreeBSD 10.0-RELEASE #31: Sat Jan 18 00:52:10 CET 2014     root@DESKTOP2:/usr/obj/usr/src/sys/DESKTOP2  amd64

>Description:
After refactoring docbook ports, gtk-doc doesn't build.
>How-To-Repeat:
portsnap fetch update && cd /usr/ports/textproc/gtk-doc && make install clean
>Fix:
--- configure	2014-02-24 23:30:12.792072128 +0100
+++ configure.old	2014-02-24 23:29:48.185074982 +0100
@@ -11433,6 +11433,23 @@
   fi
 
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML DTD V4.3 in XML catalog" >&5
+$as_echo_n "checking for DocBook XML DTD V4.3 in XML catalog... " >&6; }
+  if $jh_found_xmlcatalog && \
+     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$XMLCATALOG --noout \"\$XML_CATALOG_FILE\" \"-//OASIS//DTD DocBook XML V4.3//EN\" >&2"; } >&5
+  ($XMLCATALOG --noout "$XML_CATALOG_FILE" "-//OASIS//DTD DocBook XML V4.3//EN" >&2) 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
+$as_echo "found" >&6; }
+      else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
+$as_echo "not found" >&6; }
+    as_fn_error "could not find DocBook XML DTD V4.3 in XML catalog" "$LINENO" 5
+  fi
+
+
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XSL Stylesheets in XML catalog" >&5
 $as_echo_n "checking for DocBook XSL Stylesheets in XML catalog... " >&6; }
   if $jh_found_xmlcatalog && \


>Release-Note:
>Audit-Trail:
>Unformatted:



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