On Fri, Jul 30, 2010 at 1:00 PM, <[email protected]> wrote:
> Send Kde-windows mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.kde.org/mailman/listinfo/kde-windows > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Kde-windows digest..." > > > Today's Topics: > > 1. emerge - dynamic package url related (Ralf Habacker) > 2. Re: Digest error on fontconfig (John Layt) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 30 Jul 2010 09:03:46 +0200 > From: Ralf Habacker <[email protected]> > Subject: emerge - dynamic package url related > To: KDE on Windows <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-15; format=flowed > > Hi, > > in the last time there were some digest errors reported relating to urls > generated by info.infoclass.getPackage() which is used in the following > example. > > self.targets[ version ] = self.getPackage( repoUrl, "fontconfig", > version ) > > Since today there is a related digest retrieving method (see > win32libs-bin/fontconfig for an example) > > old: > def setTargets( self ): > repoUrl = """http://downloads.sourceforge.net/kde-windows""" > for version in ['2.4.2-3']: > self.targets[ version ] = self.getPackage( repoUrl, > "fontconfig", version ) > > self.defaultTarget = '2.4.2-3' > > new > + self.targetDigests['2.4.2-3-vc90-bin'] = > '1b7c2171fb60669924c9d7174fc2e39161f7ef7b' > + self.targetDigests['2.4.2-3-vc90-lib'] = > 'e48d8c535cd245bfcc617590d3142035c77b8aa2' > > for version in ['2.4.2-3']: > self.targets[ version ] = self.getPackage( repoUrl, > "fontconfig", version ) > + self.targetDigests[version] = > self.packageDigests("fontconfig", version) > > > for the related mingw package the digest entry looks like that. > > + self.targetDigests['2.4.2-3-mingw4-bin'] = '...' > > Regards > Ralf > > > > ------------------------------ > > Message: 2 > Date: Fri, 30 Jul 2010 10:39:40 +0100 > From: John Layt <[email protected]> > Subject: Re: Digest error on fontconfig > To: KDE on Windows <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > On Friday 30 July 2010 06:48:31 Ralf Habacker wrote: > > John Layt schrieb: > > > > Hi, > > > > > > Another digest error, delete download and retry didn't work, is > this > > > another dynamic one? > > > > > > emerge error: digest value for file > > > > c:\kderoot\download\fontconfig-mingw4-2.4.2-3-bin.tar.bz2 > > > > (6576c28f072a0075c5ff758d899788b06f3aa0c8) do not match > > > > (1b7c2171fb60669924c9d7174fc2e39161f7ef7b) > > > > yes, it uses getPackage > > > > > self.targets[ version ] = self.getPackage( repoUrl, > > > "fontconfig", version ) > > > > - i disabled the digest in svn > > > > Regards > > > Ralf > > > > Thanks Ralf, but after updating Emerge I get an error: > > Traceback > (most recent call last): > File "c:\kderoot\emerge\bin\emerge.py", line 469, > in <module> > portage.solveDependencies( category, entry, "", deplist ) > > File "c:\kderoot\emerge\bin\portage.py", line 302, in solveDependencies > > mydeps = getDependencies( category, package, version ) > File > "c:\kderoot\emerge\bin\portage.py", line 269, in getDependencies > info = > mod.subinfo() > File "c:\kderoot\emerge\bin\info.py", line 51, in __init__ > > self.setTargets() > File > "c:\kderoot\emerge\portage\win32libs-bin\fontconfig\fontconfig-2.4.2.py", > line 14, in setTargets > self.targetDigests[version] = > self.packageDigests("fontconfig", version) > File > "c:\kderoot\emerge\bin\info.py", line 134, in packageDigests > > ret.append(self.targetDigests[key]) > KeyError: '2.4.2-3-mingw4-bin' > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mail.kde.org/pipermail/kde-windows/attachments/20100730/2f3fbedb/attachment-0001.htm > > ------------------------------ > > _______________________________________________ > Kde-windows mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-windows > > > End of Kde-windows Digest, Vol 58, Issue 19 > ******************************************* >
_______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
