[mythtv-commits] Ticket #2907: case problem in osx-packager.pl

MythTV mythtv at cvs.mythtv.org
Fri Jan 12 21:46:44 UTC 2007


#2907: case problem in osx-packager.pl
------------------------------------------------+---------------------------
 Reporter:  willu.mailingLists at cse.unsw.edu.au  |        Owner:  ijr    
     Type:  defect                              |       Status:  new    
 Priority:  minor                               |    Milestone:  unknown
Component:  mythtv                              |      Version:  0.20   
 Severity:  medium                              |   Resolution:         
------------------------------------------------+---------------------------
Comment (by willu.mailingLists at cse.unsw.edu.au):

 I was using a previous checkout of the whole system, with a previously
 created disk image, to save some other local patches.  The error occurs
 because the myth build system has created a file
 $svndir/mythtv/programs/mythfrontend/mythfrontend, and the script wants to
 copy !MythFrontend.  It can't find the file.

 My build filesystem is case sensitive.  I'm reusing the one I've been
 using for a while, but the script just creates a new UFS filesystem
 doesn't it?  Why would that be case insensitive?  And I thought that whole
 point of creating the new filesystem at all was to make it case sensitive?
 If you want it case insensitive, why not just use a normal directory?

 Anyway:

 {{{

 $ osx-packager.pl -verbose -pluginskip -svnrev 12490

 [snip]

 [osx-pkg] Building self-contained MythFrontend
 [osx-pkg] rm -fr /Users/willu/src/mythsvn/MythFrontend.app
 [osx-pkg] cp /Users/willu/src/mythsvn/.osx-packager/src/myth-
 svn/mythtv/programs/MythFrontend/MythFrontend
 /Users/willu/src/mythsvn/MythFrontend
 cp: /Users/willu/src/mythsvn/.osx-packager/src/myth-
 svn/mythtv/programs/MythFrontend/MythFrontend: No such file or directory
 [osx-pkg] Failed system call: " cp /Users/willu/src/mythsvn/.osx-
 packager/src/myth-svn/mythtv/programs/MythFrontend/MythFrontend
 /Users/willu/src/mythsvn/MythFrontend " with error code 1
 Died at osx-packager.pl line 943.

 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2907#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list