[MacPorts] #34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- I am trying to install wine and am receiving an error indicating that I am missing the dependencies for:[[BR]] gst-plugins-base [[BR]] gnome-vfs [[BR]] gconf [[BR]] gtk2 [[BR]] librsvg [[BR]] libgsf[[BR]] OSX Version: Mac OS X 10.7[[BR]] MacPorts Version: 2.1.1 [[BR]] I have run the following: [[BR]] $ sudo port -v selfupdate[[BR]] $ sudo port upgrade outdated[[BR]] Following is the applicable part of my main.log:[[BR]] :msg:main ---> Dependencies to be installed: gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf[[BR]] :error:main The following dependencies were not installed: gst-plugins- base gnome-vfs gconf gtk2 librsvg libgsf[[BR]] :notice:main To report a bug, follow the instructions in the guide:[[BR]] :error:main Processing of port wine failed[[BR]] I have also attached my main.log file -- Ticket URL: <https://trac.macports.org/ticket/34726> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by macports@…): Additional information: Xcode version: 4.3.2 -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Old description:
I am trying to install wine and am receiving an error indicating that I am missing the dependencies for:[[BR]] gst-plugins-base [[BR]] gnome-vfs [[BR]] gconf [[BR]] gtk2 [[BR]] librsvg [[BR]] libgsf[[BR]]
OSX Version: Mac OS X 10.7[[BR]] MacPorts Version: 2.1.1 [[BR]]
I have run the following: [[BR]] $ sudo port -v selfupdate[[BR]] $ sudo port upgrade outdated[[BR]]
Following is the applicable part of my main.log:[[BR]] :msg:main ---> Dependencies to be installed: gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf[[BR]] :error:main The following dependencies were not installed: gst-plugins- base gnome-vfs gconf gtk2 librsvg libgsf[[BR]] :notice:main To report a bug, follow the instructions in the guide:[[BR]] :error:main Processing of port wine failed[[BR]]
I have also attached my main.log file
New description: I am trying to install wine and am receiving an error indicating that I am missing the dependencies for: * gst-plugins-base * gnome-vfs * gconf * gtk2 * librsvg * libgsf OSX Version: Mac OS X 10.7[[BR]] MacPorts Version: 2.1.1 [[BR]] I have run the following: {{{ $ sudo port -v selfupdate $ sudo port upgrade outdated }}} Following is the applicable part of my main.log: {{{ :msg:main ---> Dependencies to be installed: gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf :error:main The following dependencies were not installed: gst-plugins- base gnome-vfs gconf gtk2 librsvg libgsf :notice:main To report a bug, follow the instructions in the guide: :error:main Processing of port wine failed }}} I have also attached my main.log file -- Comment: The only error in the log you attached is: {{{ :error:main The following dependencies were not installed: gst-plugins- base gnome-vfs gconf gtk2 librsvg libgsf }}} So please attach the main.log from the one of those ports that actually failed to build. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by macports@…): I have tried to install each of the missing dependencies individually and have had the same result. Each attempt to install the dependency results in an error stating that the dependencies are missing. I have gone through and tried to install each of the dependencies that are listed in the error produced for each dependency. I have attached the log from $ port install gtk2 to this ticket. It seems to me that this is only providing the same type of error information that $ port install wine did.[[BR]] I am new to MacPorts so I apologize if I am missing something obvious. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by ryandesign@…): Unfortunately that still doesn't help because the only error in the new log is: {{{ :error:main The following dependencies were not installed: librsvg libgsf gconf gtk2 gnome-vfs }}} So it must be one of those ports that can't be installed. Try cleaning them first: {{{ sudo port clean librsvg libgsf gconf gtk2 gnome-vfs }}} Then try installing them again: {{{ sudo port install librsvg libgsf gconf gtk2 gnome-vfs }}} If it fails, the last thing MacPorts prints should be the location of the main.log file that will contain more information about what we should do, so please attach it here. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by macports@…): Thanks for your help!! I followed your instructions with the same result. Following is the out put from my terminal:[[BR]] {{{ mike:~ mike$ sudo port clean librsvg libgsf gconf gtk2 gnome-vfs ---> Cleaning librsvg ---> Cleaning libgsf ---> Cleaning gconf ---> Cleaning gtk2 ---> Cleaning gnome-vfs mike:~ mike$ sudo port install librsvg libgsf gconf gtk2 gnome-vfs ---> Computing dependencies for librsvg ---> Dependencies to be installed: libgsf gconf gtk2 librsvg gnome-vfs Error: The following dependencies were not installed: libgsf gconf gtk2 librsvg gnome-vfs To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port librsvg failed mike:~ mike$ }}} I have attached the only log file that was generated from the above to the ticket. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by ryandesign@…): I'm coming to recognize that this confusing non-error output may be MacPorts' way of telling us it already previously installed the newer version of one of those, but failed to activate it. Could you show the output of: {{{ port installed libgsf gconf gtk2 librsvg gnome-vfs }}} -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by md14-macports@…): I am seeing what appears to be the same problem just trying to install gtk2, without wine. {{{ $ sudo port -vs install gtk2 ---> Computing dependencies for gtk2...... ---> Dependencies to be installed: librsvg libgsf gconf gtk2 gnome-vfs Error: The following dependencies were not installed: librsvg libgsf gconf gtk2 gnome-vfs To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gtk2 failed }}} Notice that gtk2 depends on itself. It seems that currently the dependency chain is: gtk2 -> librsvg -> libgsf -> gconf -> gtk2. {{{ $ port deps gtk2 Full Name: gtk2 @2.24.10_2+x11 Extract Dependencies: xz Build Dependencies: pkgconfig, perl5 Library Dependencies: atk, pango, gdk-pixbuf2, librsvg, xorg-libXi, xorg-libXrandr, xorg-libXcursor, xorg-libXinerama, xorg-libXdamage, xorg-libXcomposite, xorg-libXfixes Runtime Dependencies: shared-mime-info, hicolor-icon-theme $ port deps librsvg Full Name: librsvg @2.34.2_2 Build Dependencies: pkgconfig Library Dependencies: libart_lgpl, cairo, libcroco, fontconfig, freetype, glib2, libgsf, libxml2, pango Runtime Dependencies: python27 $ port deps libgsf Full Name: libgsf @1.14.22_0 Extract Dependencies: xz Build Dependencies: pkgconfig, gconf, intltool Library Dependencies: libbonobo, bzip2, gettext, glib2, libxml2, zlib, gnome-vfs $ port deps gconf Full Name: gconf @2.28.1_3 Build Dependencies: pkgconfig, intltool Library Dependencies: gtk2, dbus-glib, policykit, orbit2 }}} -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by macports@…): Here is the output from my terminal running $ mike:~ mike$ sudo port installed libgsf gconf gtk2 librsvg gnome-vfs None of the specified ports are installed.[[BR]] {{{ mike:~ mike$ port installed libgsf gconf gtk2 librsvg gnome-vfs None of the specified ports are installed. }}} -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by tik2014@…): i just tried to install Wine, and got the same error. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by kbro92@…): I believe the problem lies in libgsf. Bringing up the dependency lists I got the following: gst-plugins-base --> gnome-vfs --> gconf --> gtk2 --> librsvg However, if you then plug in $ port deps librsvg it lists gconf as a build dependency and gnome-vfs as a library dependency. MacBook-Pro:~ keith$ port deps libgsf @1.14.20_0+universal Full Name: libgsf @1.14.22_0+universal Extract Dependencies: xz Build Dependencies: pkgconfig, gconf, intltool Library Dependencies: libbonobo, bzip2, gettext, glib2, libxml2, zlib, gnome-vfs Snooping around online, it seems like a good handful of people are encountering this error but only in the past 24h. I'm guessing someone made a mistake when they updated wine. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by kbro92@…): Found it finally... 15 hours ago with r93882 they added librsvg as a dependency for gtk2. However, librsvg is already dependent upon libgsf, which is in turn dependent upon gnome-vfs, creating an endless loop. Trying looking here: https://trac.macports.org/wiki/howto/InstallingOlderPort for instructions on how to install a slightly older version.... im working on it now, ill let you know if it works. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by kbro92@…): Got wine all installed, here's what i did.... First of all install subversion {{{ $ sudo port install subversion }}} This took about 20m for my computer. Next, enter this code {{{ $ svn co -r 93831 http://svn.macports.org/repository/macports/trunk/dports/gnome/gtk2 }}} Followed by {{{ $ cd gtk2 }}} {{{ $ sudo port install +apache2+postgresq183 }}} The older version of gtk2 should now be on your computer. Now you can simply install wine as per usual: {{{ $ sudo port install wine }}} And voila! Hope it helps. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: pixilla@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * cc: kbro92@…, dmopalmer@… (added) * owner: macports-tickets@… => pixilla@… * priority: Normal => High Comment: Has duplicate #34735. Bradley, your r93882 seems to introduce a circular dependency. Please investigate and fix or revert. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: pixilla@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by mk@…): Probably also a duplicate #34739 -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:17> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: pixilla@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by cal@…): The attached patch removes the gconf dependency (libgsf configures and builds just fine without it) from libgsf, however gnome-vfs still has a dependency on gconf, causing the same issue again. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:18> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: pixilla@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: wine,libgsf,aqbanking5,policykit -----------------------------------+---------------------------------------- Changes (by mk@…): * port: => wine,libgsf,aqbanking5,policykit -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:22> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: pixilla@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: wine,libgsf,aqbanking5,policykit -----------------------------------+---------------------------------------- Comment(by macports@…): Thanks for all of your help I was able to get Wine up and running! -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:24> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: pixilla@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: wine,libgsf,aqbanking5,policykit -----------------------------------+---------------------------------------- Comment(by royliu@…): Pixilla doesn't seem to have responded. Shall I revert his change? -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:25> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: pixilla@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: wine,libgsf,aqbanking5,policykit -----------------------------------+---------------------------------------- Comment(by mk@…): He usually responds fast. I suggest to stay patient. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:26> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: pixilla@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: wine,libgsf,aqbanking5,policykit -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * cc: marcell.ribeiro@… (added) Comment: Has duplicate #34764. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:28> MacPorts <http://www.macports.org/> Ports system for Mac OS
#34726: Wine missing dependencies for gst-plugins-base gnome-vfs gconf gtk2 librsvg libgsf -----------------------------------------------+---------------------------- Reporter: macports@… | Owner: pixilla@… Type: defect | Status: closed Priority: High | Milestone: Component: ports | Version: 2.1.1 Resolution: duplicate | Keywords: Port: wine,libgsf,aqbanking5,policykit | -----------------------------------------------+---------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => duplicate Comment: jmr reverted the change that caused this problem. See #34738. -- Ticket URL: <https://trac.macports.org/ticket/34726#comment:29> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts