From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 18:10:21 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C1111065677 for ; Thu, 7 Jul 2011 18:10:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7F1D8FC22 for ; Thu, 7 Jul 2011 18:10:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p67IAK6N016899 for ; Thu, 7 Jul 2011 18:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67IAKGX016898; Thu, 7 Jul 2011 18:10:20 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 18:10:20 GMT Resent-Message-Id: <201107071810.p67IAKGX016898@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, paulbeard@gmail.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3EC106566B for ; Thu, 7 Jul 2011 18:08:39 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 27E098FC19 for ; Thu, 7 Jul 2011 18:08:38 +0000 (UTC) Received: by pzk27 with SMTP id 27so1264803pzk.13 for ; Thu, 07 Jul 2011 11:08:38 -0700 (PDT) Received: by 10.68.12.138 with SMTP id y10mr1473534pbb.205.1310060415144; Thu, 07 Jul 2011 10:40:15 -0700 (PDT) Received: from mail.thistledew.org (174-21-120-30.tukw.qwest.net [174.21.120.30]) by mx.google.com with ESMTPS id d1sm5719981pbj.56.2011.07.07.10.40.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Jul 2011 10:40:13 -0700 (PDT) Received: by mail.thistledew.org (Postfix, from userid 0) id D8A4411542; Thu, 7 Jul 2011 10:40:09 -0700 (PDT) Message-Id: <20110707174009.D8A4411542@mail.thistledew.org> Date: Thu, 7 Jul 2011 10:40:09 -0700 (PDT) From: paulbeard@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158708: gdm doesn't build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paulbeard@gmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 18:10:21 -0000 >Number: 158708 >Category: ports >Synopsis: gdm doesn't build >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: Thu Jul 07 18:10:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 8.1-RELEASE-p2 i386 >Organization: none >Environment: System: FreeBSD shuttle.paulbeard.org 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #0: Fri Dec 3 15:04:39 PST 2010 root@shuttle.paulbeard.org:/usr/obj/usr/src/sys/SHUTTLE i386 >Description: xsltproc -o gdm-el.omf --stringparam db2omf.basename gdm --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang el --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/usr/ports/x11/gdm/work/gdm-2.30.5/docs/gdm.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils` el/gdm.xml || { rm -f "gdm-el.omf"; exit 1; } xsltproc -o gdm-en_GB.omf --stringparam db2omf.basename gdm --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang en_GB --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/usr/ports/x11/gdm/work/gdm-2.30.5/docs/gdm.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils` en_GB/gdm.xml || { rm -f "gdm-en_GB.omf"; exit 1; } http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %list.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %admon.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %linespecific.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %synop.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %para.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %informal.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %formal.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %compound.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %genobj.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %descobj.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %ndxterm.class; not found %local.divcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %list.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %admon.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %linespecific.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %synop.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %para.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %informal.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %formal.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %compound.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %genobj.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %descobj.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser warning : PEReference: %ndxterm.class; not found %local.refcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %linespecific.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %synop.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %para.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %informal.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser warning : PEReference: %link.char.class; not found %local.indexdivcomponent.mix;"> ^ http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:141: parser warning : PEReference: %tech.char.class; not found %local.refname.char.mix;"> >How-To-Repeat: make >How-To-Repeat: >Fix: for me, the resolution was pkg_delete /var/db/pkg/gdm-2.30.5_2/ but that may not work for everyone. >Release-Note: >Audit-Trail: >Unformatted: