Changes between Initial Version and Version 1 of Ticket #46949, comment 5
- Timestamp:
- Mar 13, 2015, 8:42:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46949, comment 5
initial v1 1 1 @mk: 2 Well, the key is perhaps "on a new Yosemite" 3 I had successively Mountain Lion, Mavericks and Yosemite on m machine, with the corresponding MacPorts, Xcode & command line tools. 2 Well, the key is perhaps "on a new Yosemite". I had successively Mountain Lion, Mavericks and Yosemite on my machine, with the corresponding MacPorts, Xcode & command line tools.[[BR]] 4 3 But I now remember that I already had this problem when I migrated to Yosemite (following https://trac.macports.org/wiki/Migration). 5 4 I then had these icon generation errors for the 1st time, but forgot to report them at this time. 6 5 7 6 @rjvbertin: 8 Yes, the error is in the cop , because the icon generation command a few lines before does not create the icon, although the command is correct.7 Yes, the error is in the copy, because the icon generation command a few lines before does not create the icon, although the command is correct. 9 8 Repeating the port command does not help. It fails exactly at the same point. 10 9 To successfully install a port, I have to: 11 10 1. sudo port install <port> 12 11 2. if ok, cool, stop here 13 3. get last icontool command listin the build log12 3. else get last icontool command line in the build log 14 13 4. execute this command with sudo in a terminal 15 14 5. go back to step 1