[Python-bugs-list] [ python-Bugs-735274 ] FILEMODE not honoured

SourceForge.net noreply@sourceforge.net
Thu, 15 May 2003 22:17:55 -0700


Bugs item #735274, was opened at 2003-05-09 17:07
Message generated for change (Settings changed) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=735274&group_id=5470

Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
>Assigned to: Jack Jansen (jackjansen)
Summary: FILEMODE not honoured

Initial Comment:
The Python build process doesn't honour the FILEMODE setting in 
Makefile.pre.in (or passed in at install time with "make 
FILEMODE=664 install") because configure sets the install command 
to an explicit "${INSTALL} -m 644" in stead of to "${INSTALL} -m 
${FILEMODE}".

DIRMODE and EXEMODE are handled correctly.

Please let me know whether you agree and assign back to me, if you 
agree I'll put the changes in.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2003-05-11 22:40

Message:
Logged In: YES 
user_id=21627

I'm probably missing something: Where precisely is EXEMODE
being used?

As for FILEMODE: Is it important that this is honored? Users
wanting to override this can also override INSTALL_DATA instead.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=735274&group_id=5470