This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 98781 - I18N: ML installer does not set execution priviledge in cnd1/bin directory
Summary: I18N: ML installer does not set execution priviledge in cnd1/bin directory
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Zlamal
URL:
Keywords: I18N
: 100984 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-23 12:20 UTC by Keiichi Oono
Modified: 2007-04-19 07:31 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keiichi Oono 2007-03-23 12:20:11 UTC
Build 070322
Platform: Solaris (SPARC, x86), Linux (FC3)

to check this issue:
 - Install C/C++ Pack by the ML installer
 - ls -l <netbeans_dir>/cnd1/bin

The execution privilege is needed for dorun.sh and stdouterr.sh. English
installer set that privilege, but ML installer does not.

English installation:
cnd@praha[606] $ LC_ALL=C ls -l *.sh
-rwxrwxr-x   1 cnd      staff       1279 Mar 22 15:17 dorun.sh*
-rwxrwxr-x   1 cnd      staff        898 Mar 22 15:17 stdouterr.sh*

ML installaation:
cnd@praha[598] $ LC_ALL=C ls -l *.sh
-rw-rw-r--   1 cnd      staff       1279 Mar 22 15:18 dorun.sh
-rw-rw-r--   1 cnd      staff        898 Mar 22 15:18 stdouterr.sh

It's a serious issue because ML C/C++ Pack can not work without execution privilege.
Comment 1 mslama 2007-03-23 13:16:24 UTC
Michal please check permissions is source.
Comment 2 Michal Zlamal 2007-04-17 16:56:08 UTC
*** Issue 100984 has been marked as a duplicate of this issue. ***
Comment 3 Michal Zlamal 2007-04-17 17:05:30 UTC
I changed the build script and run new build please verify
Comment 4 Keiichi Oono 2007-04-19 07:31:35 UTC
Verified in Build070418.
Thank you very much for your fixing!