<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 21, 2009, at 21:13, Thomas Wälti wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello Jeremiah<br></blockquote><div><br></div><div>Hi Tom! (I'm CCing the development list as well, in case anyone else has this problem.)</div><br><blockquote type="cite">My name is Tom (maemo user twaelti) and I'm the developer of <a href="http://maemo.org/downloads/product/OS2008/mclock/">mClock</a>.<br>I've also used this application to create the pypackager and <a href="http://wiki.maemo.org/Py2deb">py2deb</a> wiki pages.<br> Want I want to achieve is to make app development using Python accessible for entry/casual developers.<br></blockquote><div><br></div><div>Sounds great.</div><div><br></div><blockquote type="cite">  <div style="margin-left: 40px;">[sbox-FREMANTLE_X86: ~/MyDocs/mclock] &gt; apt-get install mclock<br>Reading package lists... Done<br>Building dependency tree... Done<br>Some packages could not be installed. This may mean that you have<br> requested an impossible situation or if you are using the unstable<br>distribution that some required packages have not yet been created<br>or been moved out of Incoming.<br><br>Since you only requested a single operation it is extremely likely that<br> the package is simply not installable and a bug report against<br>that package should be filed.<br>The following information may help to resolve the situation:<br><br>The following packages have unmet dependencies:<br>&nbsp; mclock: Depends: gnome-python (&gt;= 2.26.1-1maemo1)<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depends: pygtk (&gt;= 2.12.1-6maemo7) but it is not installable<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depends: pygame (&gt;= 1.8.1release-0maemo3) but it is not installable<br>E: Broken packages<br></div><br>Can you help me resolve this problem?<br></blockquote><div><br></div><div>Here's your problem:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Depends: pygtk (&gt;= 2.12.1-6maemo7) but it is not installable&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Depends: pygame (&gt;= 1.8.1release-0maemo3) but it is not installable</div><br><blockquote type="cite"> More about the package can be found at <a href="http://maemo.org/packages/view/mclock/">http://maemo.org/packages/view/mclock/</a><br></blockquote><div><br></div><div>Looking around a little more closely at the link you sent, I can see that you are also not identifying which section your software goes in. See this link for the warning:&nbsp;<a href="http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_i386/mclock/0.6.0">http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_i386/mclock/0.6.0</a></div><div><br></div><div>If you need more information on Maemo packaging policy (specifically where to place your software in the user/ tree) see this link:&nbsp;<a href="http://wiki.maemo.org/Task:Packaging_Policy_proposed_changes">http://wiki.maemo.org/Task:Packaging_Policy_proposed_changes</a></div><br><blockquote type="cite">It depends on "python-gtk2 (&gt;= 2.12.1-6maemo4), python-pygame (&gt;= 1.8.1release-0maemo1), gnome-python (&gt;= 2.26.1-1maemo1), python-hildon (&gt;= 0.9.0-1maemo1), python-osso (&gt;= 0.3-2maemo3)"<br> <br>My guess is that there is a problem with one of the underlying dependenices, but how to find out?</blockquote><div><br></div><div>The clearest message you receive is at the end of apt-get's run, when it says;</div><div>&nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre"></span><span class="Apple-tab-span" style="white-space:pre">        </span>"The following packages have unmet dependencies:"</div><div><br></div><div>What has happened is that you depend on two python libraries that are newer than the libraries in the repos.</div><br><blockquote type="cite"> Can you help me solve this issue? </blockquote><div><br></div><div>The simplest way is for you to upload the required dependencies, or to use the existing dependencies with your software. This means there is extra work for you to do one way or the other - if you decide to upload newer versions of your dependencies, you'll have to package them yourself. If you go back and use the existing dependencies (which might be a good idea) then you will have to change your software to use different functions and / or libraries to get the functionality you need.</div><br><blockquote type="cite">I would like to have the app in the repo before the summit :-)<br></blockquote><div><br></div><div>Three weeks left - but definitely doable.</div><br><blockquote type="cite">(I used apt-cache show... and also searched for the python packages through <a href="http://maemo.org/packages/">http://maemo.org/packages/</a> , but don't know how to continue).<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#0000DD"><br></font></font></blockquote><br></div><div>I think the best thing for you and your users (remember they are going to use the existing repos too) is for you to limit the amount of dependencies your software uses. Yes, this limits the functionality you can use and also limits the opportunity to use code already written, but it avoids hard to solve dependency problems. Of course, only you can decide exactly what balance you want to strike, but adapting your software to the existing libraries means you are more likely to have stable, well-tested dependencies.</div><div><br></div><div>Jeremiah</div></body></html>