Opened 12 years ago
Closed 12 years ago
#35810 closed defect (invalid)
mtn-browse: Error: Prerequisite Gtk2::SourceView 1 not found
Reported by: | nickycougar@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | mtn-browse |
Description
gtksourceview2 depency is missing to compile mtn-browse
see log:
:debug:destroot euid changed to: 0. egid changed to: 0. :info:destroot . missing (directory not created: File exists) :info:destroot ./Applications missing (directory not created: File exists) :info:destroot ./Developer missing (directory not created: File exists) :info:destroot ./Library missing (directory not created: File exists) :debug:destroot Executing org.macports.destroot (mtn-browse) :info:destroot Error: Prerequisite Gtk2::SourceView 1 not found. :info:destroot Command failed: cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_mtn-browse/mtn-browse/work/mtn-browse-0.72 && ./linux-installer --destdir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_mtn-browse/mtn-browse/work/destroot --prefix=/opt/local --no-use-dists-mas --file-comparison=opendiff --globs-file=/opt/local/share/mime/globs :info:destroot Exit code: 1 :error:destroot org.macports.destroot for port mtn-browse returned: command execution failed :debug:destroot Error code: NONE :debug:destroot Backtrace: command execution failed while executing "$procedure $targetname" :info:destroot Warning: targets not executed for mtn-browse: org.macports.activate org.macports.destroot org.macports.install :notice:destroot Please see the log file for port mtn-browse for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_mtn-browse/mtn-browse/main.log
after installing gtksourceview2 port, it works fine
Change History (3)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | missing dependency on mtn-browser port → mtn-browse: Error: Prerequisite Gtk2::SourceView 1 not found |
---|
comment:2 Changed 12 years ago by nickycougar@…
I didn't deactivated or uninstalled gtksourceview before. But I had two gtksourceview ports installed with the same version number:
$port list gtksourceview gtksourceview @1.8.5 gnome/gtksourceview gtksourceview @1.8.5 gnome/gtksourceview $
I remove all, and install again. It seems to be OK now, so you can close this ticket.
comment:3 Changed 12 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
mtn-browse requires gtksourceview (not gtksourceview2) and it should already be installed, since mtn-browse depends on p5.12-gtk2-sourceview which depends on gtksourceview. So I cannot explain why you encountered this problem, unless you had forcibly deactivated or uninstalled gtksourceview before.