#13663 closed defect (fixed)
Gtk2-Aurora
Reported by: | schroeder@… | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | gtk2, aurora | Cc: | |
Port: |
Description (last modified by jmpalacios (Juan Manuel Palacios))
Fails to build
test -z "/opt/local/lib/gtk-2.0/2.10.0/engines" || ./install-sh -c -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2-aurora/work/destroot/opt/local/lib/gtk-2.0/2.10.0/engines" /bin/sh: ./install-sh: Permission denied make[1]: *** [install-engineLTLIBRARIES] Error 126 make: *** [install-am] Error 2 Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2-aurora/work/gtk2-aurora-1.3" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2-aurora/work/destroot " returned error 2 Command output: make[1]: Nothing to be done for `install-exec-am'. test -z "/opt/local/lib/gtk-2.0/2.10.0/engines" || ./install-sh -c -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2-aurora/work/destroot/opt/local/lib/gtk-2.0/2.10.0/engines" /bin/sh: ./install-sh: Permission denied make[1]: *** [install-engineLTLIBRARIES] Error 126 make: *** [install-am] Error 2 Warning: the following items did not execute (for gtk2-aurora): org.macports.activate org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
Attachments (1)
Change History (7)
comment:1 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Description: | modified (diff) |
---|
comment:3 Changed 17 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to nox@… |
---|
Assigning to maintainer.
comment:4 Changed 17 years ago by mp@…
The problem is that install-sh
is not executable. I will attach a patch to the Portfile that fixes this in the pre-destroot stage.
Changed 17 years ago by mp@…
Attachment: | patch-gtk2-aurora-Portfile.diff added |
---|
patch to gtk2-aurora Portfile to make install-sh executable
comment:5 Changed 17 years ago by gui-dos (Guido Soranzio)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r35620, thanks!
Note: See
TracTickets for help on using
tickets.
Please read WikiFormatting to learn how to properly paste terminal output: you should use the
{{{ }}}
pre-formatted text macro, thanks!Also, you'll have to provide more information for the appropriate people to look into the problem. For instance, you don't talk at all about the platform you're on.
-jmpp