#51487 closed defect (fixed)
octave fails to build on 10.6.8 because of missing /usr/bin/iconutil
Reported by: | chrisjogorman | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | octave |
Description
Hello,
octave @4.0.2_0+accelerate+app+docs+fltk+gfortran+graphicsmagick+java+qt4gui+sound fails to install cleanly on my machine as it is missing /usr/bin/iconutil. This file is apparently only available in Xcode 4.5 and later. Setting the file to an empty bash script allowed the install to continue, minus putting the icons into the correct location.
Change History (7)
comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mcalhoun@… removed |
---|---|
Keywords: | octave gui iconutil removed |
Owner: | changed from macports-tickets@… to mcalhoun@… |
comment:2 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Status: | new → assigned |
---|
Did r149057 fix the problem?
comment:3 Changed 8 years ago by chrisjogorman
Still fails to build properly, the new code did not execute, the program looked for iconutil again. Not sure why. I m still investigating. I performed
port uninstall octave @4.0.2_0+accelerate+app+docs+fltk+gfortran+graphicsmagick+java+qt4gui+sound port -v install octave
Should I have run a selfupdate or something like that?
comment:4 follow-up: 5 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Yes, you must run selfupdate to get the latest code.
comment:5 Changed 8 years ago by chrisjogorman
Replying to mcalhoun@…:
Yes, you must run selfupdate to get the latest code.
After port selfupdate the install works and I now have some nice icons in /Applications/Octave. So r149057 works for me.
comment:6 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Great. Thanks for the report and for testing the solution.
Could you please attach the main.log file that shows the error?