sir, it doesn't work. my source directory is located in mounted ntfs file system. since i had no free space in linux file system. is it is the problem??
On Tue, Jun 29, 2010 at 10:06 PM, Michael Stahl <michael.st...@sun.com>wrote: > On 29/06/2010 15:47, mohammed safeer wrote: > > hi sir.. > > im sorry for > > the error i got is pasted below... > > > > Building module sysui > [...] > > unxlngx6.pro/bin/getuid.so dpkg-deb --build ../../ > > > unxlngx6.pro/misc/openoffice.org3.2-debian-menus_3.2-9505_all/media/OS/openoffice/OOO320_m19/sysui/ > > > unxlngx6.pro/bin/desktop-integration/openoffice.org3.2-debian-menus_3.2-9505_all.deb > " > > > > dpkg-deb: building package `openoffice.org-debian-menus' in > > `/media/OS/openoffice/OOO320_m19/sysui/ > > > unxlngx6.pro/bin/desktop-integration/openoffice.org3.2-debian-menus_3.2-9505_all.deb > > '. > > dpkg-deb: control directory has bad permissions 700 (must be >=0755 and > > <=0775) > > hi mohammed, > > the "dpkg-deb" program complains about wrong permissions. > > please have a look at the file: > sysui/desktop/debian/makefile.mk > > starting around line 85 you see some calls to chmod, to change the > permissions of the files. > please try to change these lines so it builds for you. > > i would guess the "chmod -R g-w" should be replaced with "chmod -R go-w", > but maybe that is not enough. > > you can rebuild just the "sysui" module by changing into the "sysui" > directory and typing "build". > > if you can get it to work, please create a patch ("hg diff") and create an > issue in OOo issuezilla, and attach the patch there. > > -- > "The secret to creativity is knowing how to hide your sources." > -- Albert Einstein > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@openoffice.org > For additional commands, e-mail: dev-h...@openoffice.org > >