[MacPorts] #32527: Unable to install Meld via MacPorts 2.0.3 on OSX 10.6.8
#32527: Unable to install Meld via MacPorts 2.0.3 on OSX 10.6.8 -----------------------------------+---------------------------------------- Reporter: robertkuhar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: -----------------------------------+---------------------------------------- I am trying to get Meld onto my OS X 10.6.8 box using MacPorts 2.0.3 and am not having success. {{{ bobk-mbp:build bobk$ sudo port clean --work meld Password: ---> Cleaning meld bobk-mbp:build bobk$ sudo port install meld Password: ---> Computing dependencies for meld ---> Dependencies to be installed: py26-gnome libgnomeui py26-gtk py26-cairo py26-numpy fftw-3 py26-nose py26-distribute python26 py26-py py26-gobject py26-orbit ---> Building libgnomeui Error: Target org.macports.build returned: shell command failed (see log for details) Error: Failed to install libgnomeui Log for libgnomeui is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/main.log Error: The following dependencies were not installed: py26-gnome libgnomeui py26-gtk py26-cairo py26-numpy fftw-3 py26-nose py26-distribute python26 py26-py py26-gobject py26-orbit Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> }}} When I look at /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/main.log it has a line like... {{{ :info:build Warning: the following items did not execute (for libgnomeui): org.macports.activate org.macports.build org.macports.destroot org.macports.install :error:build Failed to install libgnomeui :debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory while executing "open [file join $dir tclIndex]" :notice:build Log for libgnomeui is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/main.log }}} ...and that file is indeed missing on my system. Is this a MacPort bug or failed configuration on my system? There is an older XCode on this Mac at Version 3.2.6 (1761) -- Ticket URL: <https://trac.macports.org/ticket/32527> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32527: libgnomeui build failure -----------------------------------+---------------------------------------- Reporter: robertkuhar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: libgnomeui -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) * port: => libgnomeui Comment: I don't see any error message in that log that I can do anything with. The tclIndex error message you mentioned above (which does not appear in the log) is spurious and is never the cause of a problem. Please clean the affected port and try again and attach the new main.log. {{{ sudo port clean libgnomeui sudo port install libgnomeui }}} -- Ticket URL: <https://trac.macports.org/ticket/32527#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32527: libgnomeui build failure -----------------------------------+---------------------------------------- Reporter: robertkuhar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: libgnomeui -----------------------------------+---------------------------------------- Comment(by robertkuhar@…): Replying to [comment:1 ryandesign@…]:
I don't see any error message in that log that I can do anything with.
The tclIndex error message you mentioned above (which does not appear in the log) is spurious and is never the cause of a problem.
Please clean the affected port and try again and attach the new main.log.
{{{ sudo port clean libgnomeui sudo port install libgnomeui }}}
I have executed those steps and the result is essentially the same. Here is the console output, I have attached the main.log. {{{ bobk-mbp:build bobk$ sudo port clean libgnomeui Password: ---> Cleaning libgnomeui bobk-mbp:build bobk$ sudo port clean meld ---> Cleaning meld bobk-mbp:build bobk$ sudo port install libgnomeui ---> Computing dependencies for libgnomeui ---> Fetching archive for libgnomeui ---> Attempting to fetch libgnomeui-2.24.5_1.darwin_10.x86_64.tbz2 from http://packages.macports.org/libgnomeui ---> Fetching libgnomeui ---> Verifying checksum(s) for libgnomeui ---> Extracting libgnomeui ---> Configuring libgnomeui ---> Building libgnomeui Error: Target org.macports.build returned: shell command failed (see log for details) Log for libgnomeui is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> bobk-mbp:build bobk$ }}} -- Ticket URL: <https://trac.macports.org/ticket/32527#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32527: libgnomeui build failure -----------------------------------+---------------------------------------- Reporter: robertkuhar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: libgnomeui -----------------------------------+---------------------------------------- Comment(by robertkuhar@…): This main.log is indeed different. It is not complaining about missing tclIndex, but it does have failures that are equally mysterious to me... {{{ ... :info:build failed to load "./stock_attach.png": Couldn't recognize the image file format for file './stock_attach.png' :info:build make[4]: *** [gnome-stock-pixbufs.h] Error 1 :info:build make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/work/libgnomeui-2.24.5/libgnomeui/pixmaps' :info:build make[3]: *** [all-recursive] Error 1 :info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/work/libgnomeui-2.24.5/libgnomeui' :info:build make[2]: *** [all] Error 2 :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/work/libgnomeui-2.24.5/libgnomeui' :info:build make[1]: *** [all-recursive] Error 1 :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/work/libgnomeui-2.24.5' :info:build make: *** [all] Error 2 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/work/libgnomeui-2.24.5' :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_libgnomeui/libgnomeui/work/libgnomeui-2.24.5" && /usr/bin/make -j4 -w all " returned error 2 :error:build Target org.macports.build returned: shell command failed (see log for details) ... }}} -- Ticket URL: <https://trac.macports.org/ticket/32527#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32527: libgnomeui build failure: loaders.cache: no such file or directory -----------------------------------+---------------------------------------- Reporter: robertkuhar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: libgnomeui -----------------------------------+---------------------------------------- Comment(by ryandesign@…): Ok so the relevant error seems to be: {{{ :info:build (process:39463): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/opt/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory :info:build failed to load "./stock_attach.png": Couldn't recognize the image file format for file './stock_attach.png' :info:build make[4]: *** [gnome-stock-pixbufs.h] Error 1 }}} I assume something in another port was supposed to make that loaders.cache but didn't, and now as a result libgnomeui can't figure out what format its images are. -- Ticket URL: <https://trac.macports.org/ticket/32527#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32527: libgnomeui build failure: loaders.cache: no such file or directory -----------------------------------+---------------------------------------- Reporter: robertkuhar@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: libgnomeui gdk-pixbuf2 -----------------------------------+---------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => devans@… * port: libgnomeui => libgnomeui gdk-pixbuf2 Comment: Is this still a problem with current versions? -- Ticket URL: <https://trac.macports.org/ticket/32527#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32527: libgnomeui build failure: loaders.cache: no such file or directory -------------------------------------+-------------------------------------- Reporter: robertkuhar@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: worksforme | Keywords: Port: libgnomeui gdk-pixbuf2 | -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => worksforme Comment: No response; presumed fixed. -- Ticket URL: <https://trac.macports.org/ticket/32527#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts