Re: [MacPorts] #51424: octave @4.0.2: The file “Info.plist” couldn’t be opened because there is no such file (was: Info.plist file appears to be missing during Build phase of the Octave 4.0.2)
MacPorts
noreply at macports.org
Wed May 18 00:52:06 PDT 2016
#51424: octave @4.0.2: The file “Info.plist” couldn’t be opened because there is no
such file
-------------------------+-------------------------
Reporter: dohertyt@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: octave |
-------------------------+-------------------------
Changes (by ryandesign@…):
* cc: mcalhoun@… (added)
* owner: macports-tickets@… => michaelld@…
Comment:
Works for me.
Your log shows the creation of directories, followed by the failure of
`plutil` to convert the Info.plist from binary to xml format. In between
those steps, which would not be shown in the log, was supposed to be the
creation of the Info.plist by use of the `defaults` command. Could it be
there is a problem with your `defaults` command? Try doing some simple
tests with the `defaults` command, such as:
{{{
/usr/bin/defaults write /tmp/Info foo bar
/usr/bin/defaults read /tmp/Info
}}}
If successful, should print out:
{{{
{
foo = bar;
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/51424#comment:1>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list