Opened 9 years ago
Closed 9 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)
Change History (3)
Changed 9 years ago by kevinkonrad@…
comment:1 Changed 9 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
You really don't want to do that. Just execute the install command in the normal way using sudo
Works for me.