[oe-issues] [Bug 2345] cups 1.2.10 fails to build for some host distros
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Jun 22 09:42:43 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2345
--- Comment #7 from Joaquim Duran <joaquinduran at adtelecom.es> 2007-06-22 02:42:43 ---
I think that the problem resides in the script that creates the cert folder. It
thinks that the certs folder is a file so it assigns 511 permissions (RW to
owner and read to the rest) instead of 755. This causes the mv command fails to
move the folder.
Remember that the X permissions allows to users to navigate in a directory.
Instead if we create a file with permissions 511, the mv command is able to
move it.
Why the cert directory has file permissions? The cert file is missing?
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list