Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Nov 2018 18:07:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 233064] x11/gnome-session - build fails: Missing Dependency dbus-glib-1 in poudriere
Message-ID:  <bug-233064-6497-VDV3RftY75@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233064-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233064-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233064

--- Comment #2 from w.schwarzenfeld@utanet.at ---
Created attachment 199083
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199083&action=
=3Dedit
corrected-patch

I had to add to the Makefile

+post-configure:
+        ${REINPLACE_CMD} 's|xhtml-nochunks|--skip-validation xhtml-nochunk=
s|'
${WRKSRC}/_build/build.ninja
+

cause of:

FAILED: doc/dbus/gnome-session.html=20
/usr/local/bin/xmlto xhtml-nochunks -o
/ram/home/ngorx/temp/gnome-session/work/gnome-session-3.28.1/_build/doc/dbu=
s -m
../doc/dbus/config.xsl doc/dbus/gnome-session.xml
xmlto:
/ram/home/ngorx/temp/gnome-session/work/gnome-session-3.28.1/_build/doc/dbu=
s/gnome-session.xml
does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
/ram/home/ngorx/temp/gnome-session/work/gnome-session-3.28.1/_build/doc/dbu=
s/gnome-session.xml:8:
warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
  ^
I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
validity error : Could not load the external subset
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
Document
/ram/home/ngorx/temp/gnome-session/work/gnome-session-3.28.1/_build/doc/dbu=
s/gnome-session.xml
does not validate

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233064-6497-VDV3RftY75>