Opened 10 years ago
Closed 7 years ago
#3312 closed defect (worksforme)
Macport OM Install on upgrade fails
Reported by: | Adam Dershowitz | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Build Environment | Version: | trunk |
Keywords: | Cc: |
Description
Mac upgrade from 25866 to 25908 builds, but then fails to install.
It looks like it can't find a file that it is trying to copy:
:info:destroot cp: ././build/include/omc/x86_64-darwin14.3.0/omc/antlr3: No such file or directory
I will also attach the full log file.
Attachments (1)
Change History (6)
by , 10 years ago
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Perhaps related to one of these:
https://trac.openmodelica.org/OpenModelica/changeset/25888
https://trac.openmodelica.org/OpenModelica/changeset/25892
comment:3 by , 10 years ago
As a work around, after the build failed, making a link to the install directory does allow it to install.
So, the install tries to copy antlr3 from here (note the extra "omc" in the path)
build/include/omc/x86_64-darwin14.3.0/omc/antlr3
But, it actually first installs antlr3 here:
build/include/x86_64-darwin14.3.0/omc/antlr3
So there is a build directory variable somewhere that includes an extra "omc" in the path.
comment:5 by , 7 years ago
Milestone: | Future |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
This should now be working...
It looks like it is just a path issue. Because, I do see these two files on my machine:
So the script is just looking in the wrong source location for antlr3