[MacPorts] #17837: Cannot install gedit and anjuta
#17837: Cannot install gedit and anjuta --------------------------------------+------------------------------------- Reporter: klausdguenther@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: gedit, anjuta --------------------------------------+------------------------------------- "sudo port install gedit" and "sudo port install anjuta" dont yield any response (nor an error message). -- Ticket URL: <http://trac.macports.org/ticket/17837> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17837: Cannot install gedit and anjuta --------------------------------------+------------------------------------- Reporter: klausdguenther@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: gedit, anjuta --------------------------------------+------------------------------------- Comment(by jmr@…): How about `sudo port -d install gedit`? What does `port installed gedit anjuta` say? -- Ticket URL: <http://trac.macports.org/ticket/17837#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17837: Cannot install gedit and anjuta --------------------------------------+------------------------------------- Reporter: klausdguenther@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: gedit, anjuta --------------------------------------+------------------------------------- Comment(by klausdguenther@…): Replying to [comment:1 jmr@…]:
How about `sudo port -d install gedit`? What does `port installed gedit anjuta` say?
Macintosh:~ guenthk$ port installed gedit anjuta None of the specified ports are installed. Macintosh:~ guenthk$ sudo port -d install gedit Password: DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gedit DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gedit DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port gedit. DEBUG: Requested variant i386 is not provided by port gedit. DEBUG: Requested variant macosx is not provided by port gedit. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gtksourceview2 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gtksourceview2 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port gtksourceview2. DEBUG: Requested variant i386 is not provided by port gtksourceview2. DEBUG: Requested variant macosx is not provided by port gtksourceview2. DEBUG: Searching for dependency: gtksourceview2 . . . -- Ticket URL: <http://trac.macports.org/ticket/17837#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17837: Cannot install gedit and anjuta --------------------------------------+------------------------------------- Reporter: klausdguenther@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: gedit, anjuta --------------------------------------+------------------------------------- Comment(by blb@…): Replying to [comment:2 klausdguenther@…]:
DEBUG: Searching for dependency: gtksourceview2
. . .
So did it continue after that to install various ports? gedit has over 100 dependencies so it isn't surprising that it would take some time, and as you've now seen, using {{{-d}}} can be much more verbose in what's happening than without. Also note there's a {{{-v}}} option which is between {{{-d}}} and no option, as far as verbosity goes. -- Ticket URL: <http://trac.macports.org/ticket/17837#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17837: Cannot install gedit and anjuta --------------------------------------+------------------------------------- Reporter: klausdguenther@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: gedit, anjuta --------------------------------------+------------------------------------- Comment(by klausdguenther@…): What *I* have concluded from this DEBUG output is that lots of required "variants" aren't provided by "gedit" and other ports and that the installation cannot succeed therefore. But I'll try again and wait more patiently. -- Ticket URL: <http://trac.macports.org/ticket/17837#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17837: Cannot install gedit and anjuta --------------------------------------+------------------------------------- Reporter: klausdguenther@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: gedit, anjuta --------------------------------------+------------------------------------- Comment(by klausdguenther@…): After more than 2 hours, "sudo port -d install anjuta" crashed with the error messages contained in the attached file. Replying to [comment:3 blb@…]:
Replying to [comment:2 klausdguenther@…]:
DEBUG: Searching for dependency: gtksourceview2
. . .
So did it continue after that to install various ports? gedit has over 100 dependencies so it isn't surprising that it would take some time, and as you've now seen, using {{{-d}}} can be much more verbose in what's happening than without. Also note there's a {{{-v}}} option which is between {{{-d}}} and no option, as far as verbosity goes.
-- Ticket URL: <http://trac.macports.org/ticket/17837#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17837: Cannot install gedit and anjuta ---------------------------------------+------------------------------------ Reporter: klausdguenther@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: gedit, anjuta | ---------------------------------------+------------------------------------ Changes (by blb@…): * status: new => closed * resolution: => fixed Comment: Looks like libzvt has an incompatibility with newer gtk2/glib2. libzvt has been fixed in r44650. At least 30 minutes after this, run {{{ sudo port sync sudo port clean --work libzvt }}} then try your original install again. -- Ticket URL: <http://trac.macports.org/ticket/17837#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17837: Cannot install gedit and anjuta ---------------------------------------+------------------------------------ Reporter: klausdguenther@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: gedit, anjuta | ---------------------------------------+------------------------------------ Comment(by klausdguenther@…): OK, many thanks, now I could successfully install anjuta. Unfortunately it turned out to be a largely outdated version of anjuta, which is completely unusable, moreover: Main menus are totally empty white panes, window contents doesn't adapt to changes of window size, ... Replying to [comment:6 blb@…]:
Looks like libzvt has an incompatibility with newer gtk2/glib2. libzvt has been fixed in r44650. At least 30 minutes after this, run {{{ sudo port sync sudo port clean --work libzvt }}} then try your original install again.
-- Ticket URL: <http://trac.macports.org/ticket/17837#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts