<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: open source xml editor in sight</title>
	<atom:link href="http://lizards.opensuse.org/2009/06/18/open-source-xml-editor-in-sight/feed/" rel="self" type="application/rss+xml" />
	<link>http://lizards.opensuse.org/2009/06/18/open-source-xml-editor-in-sight/</link>
	<description>Blogs and Ramblings of the openSUSE Members</description>
	<lastBuildDate>Mon, 07 Dec 2009 09:53:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ross Ylitalo</title>
		<link>http://lizards.opensuse.org/2009/06/18/open-source-xml-editor-in-sight/comment-page-1/#comment-1194</link>
		<dc:creator>Ross Ylitalo</dc:creator>
		<pubDate>Mon, 17 Aug 2009 16:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://lizards.opensuse.org/?p=1355#comment-1194</guid>
		<description>I tried to install serna on my ubuntu 9.04, using alien -k, and serna gave me the following errors:

sudo alien -k serna-free-4.2.0-20090714.i686.rpm 
Warning: Skipping conversion of scripts in package serna-4.2: postinst postrm
Warning: Use the --scripts parameter to include the scripts.
Package build failed. Here&#039;s the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdocs
dh_installchangelogs
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 &#124; \
		xargs -0 -r -i cp -a {} debian/serna-4.2
dh_compress
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: failure: couldn&#039;t find library libpython2.6.so.1.0 needed by debian/serna-4.2/usr/local/serna-4.2/lib/python2.6/lib-dynload/_multibytecodec.so (its RPATH is &#039;&#039;).
Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH.
dh_shlibdeps: command returned error code 512
make: [binary-arch] Error 1 (ignored)
dh_gencontrol
dpkg-gencontrol: error: current host architecture &#039;amd64&#039; does not appear in package&#039;s architecture list (i386)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
find: `serna-4.2-4.2.0&#039;: No such file or directory

I hope serna will update their installation processes to support ubuntu.

Thank you,

Ross Ylitalo</description>
		<content:encoded><![CDATA[<p>I tried to install serna on my ubuntu 9.04, using alien -k, and serna gave me the following errors:</p>
<p>sudo alien -k serna-free-4.2.0-20090714.i686.rpm<br />
Warning: Skipping conversion of scripts in package serna-4.2: postinst postrm<br />
Warning: Use the &#8211;scripts parameter to include the scripts.<br />
Package build failed. Here&#8217;s the log:<br />
dh_testdir<br />
dh_testdir<br />
dh_testroot<br />
dh_clean -k -d<br />
dh_installdirs<br />
dh_installdocs<br />
dh_installchangelogs<br />
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \<br />
		xargs -0 -r -i cp -a {} debian/serna-4.2<br />
dh_compress<br />
dh_makeshlibs<br />
dh_installdeb<br />
dh_shlibdeps<br />
dpkg-shlibdeps: failure: couldn&#8217;t find library libpython2.6.so.1.0 needed by debian/serna-4.2/usr/local/serna-4.2/lib/python2.6/lib-dynload/_multibytecodec.so (its RPATH is &#8221;).<br />
Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file.<br />
To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH.<br />
dh_shlibdeps: command returned error code 512<br />
make: [binary-arch] Error 1 (ignored)<br />
dh_gencontrol<br />
dpkg-gencontrol: error: current host architecture &#8216;amd64&#8242; does not appear in package&#8217;s architecture list (i386)<br />
dh_gencontrol: command returned error code 65280<br />
make: *** [binary-arch] Error 1<br />
find: `serna-4.2-4.2.0&#8242;: No such file or directory</p>
<p>I hope serna will update their installation processes to support ubuntu.</p>
<p>Thank you,</p>
<p>Ross Ylitalo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul W. Frields</title>
		<link>http://lizards.opensuse.org/2009/06/18/open-source-xml-editor-in-sight/comment-page-1/#comment-1038</link>
		<dc:creator>Paul W. Frields</dc:creator>
		<pubDate>Fri, 19 Jun 2009 01:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://lizards.opensuse.org/?p=1355#comment-1038</guid>
		<description>Thanks for this news -- turns out it deprecated one of my slides at the OSB conference (found &lt;a href=&#039;http://opensourcebridge.org/2009/wiki/%22M%22_is_for_Manual:_Creating_Documentation_for_your_Project&#039; title=&#039;OSB session details&#039; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;), where I discussed DocBook XML and toolchains for processing it.  Glad to see another toolchain coming out, and I like the Python scriptability idea!  I also covered &lt;a href=&#039;http://publican.fedorahosted.org/&#039; rel=&quot;nofollow&quot;&gt;Publican&lt;/a&gt; in my talk, just FYI.</description>
		<content:encoded><![CDATA[<p>Thanks for this news &#8212; turns out it deprecated one of my slides at the OSB conference (found <a href='http://opensourcebridge.org/2009/wiki/%22M%22_is_for_Manual:_Creating_Documentation_for_your_Project' title='OSB session details' rel="nofollow">here</a>), where I discussed DocBook XML and toolchains for processing it.  Glad to see another toolchain coming out, and I like the Python scriptability idea!  I also covered <a href='http://publican.fedorahosted.org/' rel="nofollow">Publican</a> in my talk, just FYI.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
