octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58072] Do not install executable *.oct in /us


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #58072] Do not install executable *.oct in /usr/lib
Date: Sun, 29 Mar 2020 15:14:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36

Update of bug #58072 (project octave):

                Category:         Octave Function => Configuration and Build
System
                Severity:              3 - Normal => 1 - Wish               
                Priority:              5 - Normal => 1 - Later              
              Item Group:                   Other => Feature Request        

    _______________________________________________________

Follow-up Comment #1:

I don't think this is really covered by FHS. As I read it, FHS doesn't say
anything about whether shared library files should or should not have the
executable permission bits set. It only talks about whether executable
programs should be installed under /usr/lib or elsewhere. .oct files are
clearly not programs, but are dynamic modules, so they are allowed to be
installed under /usr/lib.

This is more a question of Debian Policy §8.1, which says

> Shared libraries should not be installed executable, since the dynamic
linker does not require this and trying to execute a shared library usually
results in a core dump.

but also says

> Shared libraries […] that are only loaded as dynamic modules are not
covered by this section and are not subject to its requirements.

There doesn't seem to be a clear right answer here, and the easiest and most
consistent thing would be to continue to install .oct files with the
executable permission bits set. But we could discuss whether we should change
the permissions on .oct files, either when building or when installing them.

We should also consider .oct files built by Octave's own build system as well
as .oct files built by mkoctfile and installed by the pkg command
equivalently.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58072>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]