Bugs item #3073475, was opened at 2010-09-22 18:50 Message generated for change (Tracker Item Submitted) made by quakeman666 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3073475&group_id=6744
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build System Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Fox Mulder (quakeman666) Assigned to: Alex Joni (alex_joni) Summary: man directory rights error Initial Comment: When i get the sourcecode for emc2 with git and want to compile it like described in the wiki i get an error. The problem is that after everything is compiled the man pages get processed and there the following error occured: /usr/bin/mandb: can't create a temporary filename: Permission denied make: *** [../docs/man/index.db] Error 2 After a bit searching and with strace i found out that the directory permissions on "emc-dev/docs/man" are wrong. Because mandb wants to read this dir and runs under a different user it can't access it and the whole compilation stops with an error. As simple bugfix i "chmod 777 emc-dev/docs/man" and the compilaton works like a charm. :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3073475&group_id=6744 ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
