Opened 8 years ago

Closed 8 years ago

#50320 closed defect (invalid)

Cannot install gimp-app

Reported by: kevinkonrad@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: gimp-app

Description

I encountered a problem installing the gimp dependency. A quick look into the log-file offered the specific line of code, it is cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_gimp-app/gimp-app/work/GIMPskel/ScriptExecCocoa && /usr/bin/xcodebuild clean The xcodebuild failed. I executed the two commands manually, adding a sudo to xcodebuild. This did indeed work out fine. Nevertheless the port install gimp will still fail at the line given above. I tried setting the setuid-bit for xcodebuild and running the install as root, but the xcodebuild keeps failing. If anyone else encounters a similar problem, I suggest adding sudo to the xcodebuild. Take a look at the logfile for additional info.

Attachments (1)

main.log (2.4 KB) - added by kevinkonrad@… 8 years ago.

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by kevinkonrad@…

Attachment: main.log added

comment:1 Changed 8 years ago by dbevans (David B. Evans)

Owner: changed from macports-tickets@… to devans@…
Status: newassigned

You really don't want to do that. Just execute the install command in the normal way using sudo

sudo port install gimp-app

Works for me.

comment:2 Changed 8 years ago by dbevans (David B. Evans)

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.