<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kushal , kD &#38; FOSS &#187; rawhide</title>
	<atom:link href="http://kushaldas.in/tag/rawhide/feed/" rel="self" type="application/rss+xml" />
	<link>http://kushaldas.in</link>
	<description>FOSS and life. Kushal Das talks here</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:19:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>pyexiv2 problem in rawhide</title>
		<link>http://kushaldas.in/2009/04/16/pyexiv2-problem-in-rawhide/</link>
		<comments>http://kushaldas.in/2009/04/16/pyexiv2-problem-in-rawhide/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 10:09:27 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[rawhide]]></category>

		<guid isPermaLink="false">http://kushaldas.in/?p=378</guid>
		<description><![CDATA[pyexiv2 is the python extension of Exiv2 library. It helps to find the EXIF information from an image. The current rawhide version is broken, it just can not be imported. [kdas@d80 ~]$ python Python 2.6 (r26:66714, Mar 17 2009, 11:44:21) [GCC 4.4.0 20090313 (Red Hat 4.4.0-0.26)] on linux2 Type "help", "copyright", "credits" or "license" for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tilloy.net/dev/pyexiv2" target="_blank">pyexiv2</a> is the python extension of Exiv2 library. It helps to find the <a href="http://en.wikipedia.org/wiki/Exchangeable_image_file_format" target="_blank">EXIF</a> information from an image.</p>
<p>The current rawhide version is broken, it just can not be imported.</p>
<pre id="comment_text_0" class="bz_comment_text">[kdas@d80 ~]$ python
Python 2.6 (r26:66714, Mar 17 2009, 11:44:21)
[GCC 4.4.0 20090313 (Red Hat 4.4.0-0.26)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
<span class="quote">&gt;&gt;&gt; import pyexiv2</span>
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
  File "/usr/lib/python2.6/site-packages/pyexiv2.py", line 60, in &lt;module&gt;
    import libexiv2python
ImportError: /usr/lib/python2.6/site-packages/libexiv2python.so: undefined</pre>
<p>Tried to find what that symbol is using c++filt</p>
<pre id="comment_text_0" class="bz_comment_text">[kdas@d80 ~]$ c++filt _ZNK5Exiv29Exifdatum6typeIdEv
Exiv2::Exifdatum::typeId() const</pre>
<p><span style="text-decoration: line-through;">Now is this a very new pyexiv2 which contains symbols from latest exiv2-lib or a problem itself ?</span> The bug is <a href="https://bugzilla.redhat.com/show_bug.cgi?id=496050" target="_blank">here</a>.</p>
<p>Update: <span style="text-decoration: line-through;">It seems to be a local symbol.</span> It comes from exiv2-lib only , but it shows as local with &#8220;notype&#8221; from the eu-readelf output :(</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/04/16/pyexiv2-problem-in-rawhide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

