Chameleon

Issue 211: Error message while compiled the source with script template

Reported by King Fright, Jan 9, 2012

At the end of the command 'make pkg', below error messages pop up:

/Users/kingoffright/trunk/package/buildpkg.sh: line 168: 
/Users/kingoffright/trunk/sym/package/Chameleon/Resources/.svn/all-wc
props: Permission denied
/Users/kingoffright/trunk/package/buildpkg.sh: line 168: 
/Users/kingoffright/trunk/sym/package/Chameleon/Resources/.svn/dir-pr
op-base: Permission denied
/Users/kingoffright/trunk/package/buildpkg.sh: line 168: 
/Users/kingoffright/trunk/sym/package/Chameleon/Resources/.svn/entrie
s: Permission denied
/Users/kingoffright/trunk/package/buildpkg.sh: line 168: 
/Users/kingoffright/trunk/sym/package/Chameleon/Resources/.svn/prop-b
ase/background.tiff.svn-base: Permission denied
/Users/kingoffright/trunk/package/buildpkg.sh: line 168: 
/Users/kingoffright/trunk/sym/package/Chameleon/Resources/.svn/text-b
ase/background.tiff.svn-base: Permission denied
/Users/kingoffright/trunk/package/buildpkg.sh: line 168: 
/Users/kingoffright/trunk/sym/package/Chameleon/Resources/ar.lproj/.s
vn/all-wcprops: Permission denied
...

Comment 1 by blackosx, Jan 9, 2012

Resolved in commit 1782.
Status: Fixed
Owner: blackosx

Comment 2 by JrCs, Jan 13, 2012

@Gavin Fung: look at the owner of the .svn/* files. I think you have 
done a sudo svn checkout and all the files under .svn directories 
are now owned by root which can't be remove by the buildpkg script 
which is run under your own account.

Comment 3 by King Fright, Jan 13, 2012

@JrCs: No, I just use below command to check out source:
svn co -r 1791 http://forge.voodooprojects.org/svn/chameleon/trunk
, but blackosx version works until you replaced his changes in 
buildpkg.sh in trunk

Created: 12 years 2 months ago by King Fright

Updated: 12 years 2 months ago

Status: Fixed

Owner: blackosx

Followed by: 1 person

Labels:
Priority:Medium
Type:Defect