[mythtv] Win32-packager.pl issue

Jonathan Martens jonathan at snetram.nl
Fri Oct 22 06:27:05 UTC 2010


On 22-10-2010 8:06, j p wrote:
> End-of-central-directory signature not found. Either this file is not
> a zipfile, or it constitutes one disk of a multi-part archive. In the
> latter case the central directory and zipfile comment will be found on
> the last disk(s) of this archive.
> unzip: cannot find zipfile directory in
> C:/MSys/1.0/sources/svn-win32-1.5.1.zi
> ,
> and cannot find C:/MSys/1.0/sources/svn-win32-1.5.1.zip.zip, period.
> EFFECT FAILED (dir -> extract): unable to locate expected directory
> (C:/MSys/1.
> /sources/svn-win32-1.5.1).
>
> As you can obviously guess, I have no idea what to do at this point so
> any direction would be greatly appreciated.

I think you need to update the version of your script, a more recent 
version of svn is configured in the latest win32-packager.pl script:

397	# we now use SVN 1.6.x
398	[ archive => $sources.'svn-win32-1.6.12.zip',
399	  'fetch' => 
'http://mythtv-for-windows.googlecode.com/files/svn-win32-1.6.12.zip',
400	  comment => 'Subversion comes as a zip file, so it '.
401	             'cant be done earlier than the unzip tool!'],
402	[ dir     => $sources.'svn-win32-1.6.12',
403	  extract => $sources.'svn-win32-1.6.12.zip' ],

Jonathan


More information about the mythtv-dev mailing list