-
Notifications
You must be signed in to change notification settings - Fork 361
Open
OpenModelica/OpenModelicaBuildScripts
#43Labels
COMP/Build SystemIssue and pull request related to the build systemsIssue and pull request related to the build systemsCOMP/FMIIssue and pull request related to FMI exportIssue and pull request related to FMI export
Milestone
Description
Description
As mentioned in a comment under #14814, omc tries to copy some files from the /opt/openmodelica-nightly directory, but fails because they are owned by root with permission number 700, thus not accessible by normal users:
cp -a \"/opt/openmodelica-nightly/bin/../share/omc/runtime/c/fmi/buildproject/\"* 332.fmutmp/sources
cp: cannot open '/opt/openmodelica-nightly/bin/../share/omc/runtime/c/fmi/buildproject/config.guess' for reading: Permission denied
cp: cannot open '/opt/openmodelica-nightly/bin/../share/omc/runtime/c/fmi/buildproject/config.sub' for reading: Permission denied
This occurs on my machine running Fedora 43, but not inside a container based on Debian 13.
Steps to Reproduce
- Install OpenModelica Nightly as instructed in the Download Linux page, on section "RPM packages", on Fedora 43;
- Download minimal-nonworking-example-fedora.tar.gz, extract it and run
omc buildfmi.mos.
Version and OS
- OpenModelica Version: OpenModelica 1.27.0~dev-8-gf6de017
- OS: Fedora 43
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
COMP/Build SystemIssue and pull request related to the build systemsIssue and pull request related to the build systemsCOMP/FMIIssue and pull request related to FMI exportIssue and pull request related to FMI export