Opened 10 years ago
Closed 10 years ago
#44092 closed defect (worksforme)
port install gtk-osx-application return command execution failed
Reported by: | luckfox0927@… | Owned by: | elelay (Eric Le Lay) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | Cc: | ||
Port: | gtk-osx-application |
Description
Guestteki-MacBook-Pro:linphone-android administrator$ sudo port install gtk-osx-application -python27 ---> Computing dependencies for gtk-osx-application ---> Configuring gtk-osx-application Error: Failed to configure gtk-osx-application, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gtk-osx-application/gtk-osx-application/work/gtk-mac-integration-2.0.5/config.log Error: org.macports.configure for port gtk-osx-application returned: configure failure: command execution failed Please see the log file for port gtk-osx-application for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gtk-osx-application/gtk-osx-application/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/£project.tickets Error: Processing of port gtk-osx-application failed
Attachments (1)
Change History (7)
Changed 10 years ago by luckfox0927@…
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Keywords: | pygtk-2.0 gtk-osx-application removed |
---|---|
Owner: | changed from macports-tickets@… to elelay@… |
comment:2 Changed 10 years ago by luckfox0927@…
Guestteki-MacBook-Pro:linphone administrator$ port info --maintainers Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /XXXXX/workspace/linphone/linphone"). Please verify that the directory and portfile syntax are correct. To use the current port, you must be in a port's directory.
comment:3 Changed 10 years ago by mf2k (Frank Schima)
You did not use the command correctly. You have to type exactly what I wrote in comment:1.
comment:4 Changed 10 years ago by elelay (Eric Le Lay)
Hi,
are you trying to install gtk-osx-application without any python bindings or with python27 version?
If you want gtk-osx-application without any python bindings, your should use the no_python
variant, as in
sudo port install gtk-osx-application +no_python
If you want python27 bindings:
sudo port install gtk-osx-application +python27
by using -python27
you request *not* python27 bindings, which confuses the port I guess, since python27 is added by default. This might be a mistake in the port or a feature of macports, I'm not sure yet.
comment:5 Changed 10 years ago by luckfox0927@…
sudo port install gtk-osx-application +no_python thank you sir,it work for me.
comment:6 Changed 10 years ago by elelay (Eric Le Lay)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
ok, cool. I'm closing the ticket, then.
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainers (
port info --maintainers gtk-osx-application
).