2010/9/25 Martin Jansa <[email protected]>: > On Fri, Sep 24, 2010 at 10:30:54PM +0200, Frans Meulenbroeks wrote: >> bumped into this fetch issue with navit >> >> first did a bitbake -c patch -b navit-icons_svn.bb >> then did a bitbaek -c patch -b navit_svn.bb >> >> That one failed with: >> >> NOTE: Running task 2 of 2 (ID: 0, >> /home/frans/oe/openembedded/recipes/navit/navit_svn.bb, do_fetch) >> NOTE: package navit-1_0.1.99+svnr3535-r8.10: task do_fetch: Started >> NOTE: Update >> svn://[email protected]/svnroot/navit/trunk;module=navit;proto=https >> svn: Failed to add directory 'navit': an unversioned directory of the >> same name already exists >> ERROR: Task 0 (/home/frans/oe/openembedded/recipes/navit/navit_svn.bb, >> do_fetch) failed with exit code '1' >> WARNING: /home/frans/oe/bitbake/lib/bb/build.py:49: >> DeprecationWarning: BaseException.message has been deprecated as of >> Python 2.6 >> self.message = name >> >> NOTE: oestats: error sending task, disabling stats >> NOTE: package navit-1_0.1.99+svnr3535-r8.10: task None: Failed >> WARNING: /home/frans/oe/bitbake/lib/bb/build.py:59: >> DeprecationWarning: BaseException.message has been deprecated as of >> Python 2.6 >> msg = self.message >> >> ERROR: Unknown fetch Error: [Errno 2] No such file or directory:
>> '/home/frans/oe/downloads/navit_navit.svn.sourceforge.net_.svnroot.navit.trunk_3535_.tar.gz' >> >> Guess there is an issue fetching navit after having fetched navit-icons. > > Yes same downgrade/upgrade cycle as there was in matchbox-panel-2 and > matchbox-panel-2-icon-themes > http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=c6a72ee2b934017cfa31914886b32f1c58978c72 > issue discussed here many times.. > > but keeping same SRCREV between navit and navit-icons is not good fix, > because introducing separate navit-icons was mostly because it doesn't > need to be upgraded that often (and it's rather big package to > redownload even without any change inside everytime SRCREV of main navit > recipe changes). > > Regards, > > -- > Martin 'JaMa' Jansa jabber: [email protected] > Ah ok, I understand what is going on. Also peeked in the files now, which was interesting: navit-icons_svn.bb says: #use different URL than navit_svn does, to prevent upgrade/downgrade cycle in downloads dir SRC_URI = "svn://[email protected]/svnroot/navit/trunk/navit/navit;module=xpm;proto=https navit_svn.bb says SRC_URI += "svn://[email protected]/svnroot/navit/trunk;module=navit;proto=https so apparently someone was aware of this issue (see the comment) but someow it ended up on being the same svn anyway Frans _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
