introducing brockenboring
Ingo Klöcker
kloecker at kde.org
Mon Jun 30 21:42:44 BST 2003
On Saturday 28 June 2003 03:58, Alex Zepeda wrote:
> On Fri, Jun 27, 2003 at 03:11:02PM +0200, Stephan Kulow wrote:
> > Permission denied? That doesn't sound like a general problem.
>
> It's the only module I get that error message in, and that was after
> I just checked out kdepim.
The reason is that after checking out kdepim the permissions of
Makefile.am.in (and all other files in kdepim/) are 0444, i. e.
Makefile.am.in is write-protected. cvs.sh now simply copies
Makefile.am.in to Makefile.am and then tries to append a line.
Obviously this fails because of the missing write permissions. I don't
know why Makefile.am.in in CVS doesn't have write permissions but a
'chmod u+w Makefile.am' directly after the 'cp Makefile.am.in
Makefile.am' in kde-common/admin/cvs.sh fixes this problem.
Regards,
Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 192 bytes
Desc: signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20030630/2da05b86/attachment.sig>
More information about the kde-core-devel
mailing list