[MacPorts] #36024: Problem with gettext
#36024: Problem with gettext -----------------------------------+---------------------------------------- Reporter: gkshenaut@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: -----------------------------------+---------------------------------------- OS/X 10.8.1 After a selfupdate/upgrade-outdated, everything stops at gettext. Here are the messages (I'm attaching the log): % sudo port install gettext ---> Computing dependencies for gettext ---> Building gettext Error: org.macports.build for port gettext returned: command execution failed Please see the log file for port gettext for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/gettext/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gettext failed -- Ticket URL: <https://trac.macports.org/ticket/36024> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36024: Problem with gettext -----------------------------------+---------------------------------------- Reporter: gkshenaut@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gettext -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * port: => gettext Old description:
OS/X 10.8.1 After a selfupdate/upgrade-outdated, everything stops at gettext. Here are the messages (I'm attaching the log): % sudo port install gettext ---> Computing dependencies for gettext ---> Building gettext Error: org.macports.build for port gettext returned: command execution failed Please see the log file for port gettext for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/gettext/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gettext failed
New description: OS/X 10.8.1 [[br]] After a selfupdate/upgrade-outdated, everything stops at gettext. Here are the messages (I'm attaching the log): {{{ % sudo port install gettext ---> Computing dependencies for gettext ---> Building gettext Error: org.macports.build for port gettext returned: command execution failed Please see the log file for port gettext for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/gettext/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gettext failed }}} -- Comment: The lines in the log that say "Skipping completed" show us that this was not a clean attempt, so please "sudo port clean gettext" and try again. -- Ticket URL: <https://trac.macports.org/ticket/36024#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36024: Problem with gettext -----------------------------------+---------------------------------------- Reporter: gkshenaut@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gettext -----------------------------------+---------------------------------------- Comment(by gkshenaut@…): OK. Here is the output: $ sudo port clean gettext ---> Cleaning gettext $ sudo port install gettext ---> Computing dependencies for gettext ---> Fetching archive for gettext ---> Attempting to fetch gettext-0.18.1.1_2.darwin_12.x86_64.tbz2 from http://packages.macports.org/gettext ---> Attempting to fetch gettext-0.18.1.1_2.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/gettext ---> Attempting to fetch gettext-0.18.1.1_2.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/gettext ---> Fetching distfiles for gettext ---> Verifying checksum(s) for gettext ---> Extracting gettext ---> Applying patches to gettext ---> Configuring gettext ---> Building gettext Error: org.macports.build for port gettext returned: command execution failed Please see the log file for port gettext for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/gettext/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gettext failed -- Ticket URL: <https://trac.macports.org/ticket/36024#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36024: gettext: build fails because grep is installed which needs gettext -----------------------------------+---------------------------------------- Reporter: gkshenaut@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gettext -----------------------------------+---------------------------------------- Comment(by ryandesign@…): Remember to use WikiFormatting when writing in Trac. Ok, the relevant part of the log seems to be: {{{ :info:configure dyld: Library not loaded: /opt/local/lib/libintl.8.dylib :info:configure Referenced from: /opt/local/bin/grep :info:configure Reason: image not found }}} This is telling us that you have grep installed, and it needs gettext, but gettext's internationalization library (libintl) is either missing or broken. The simplest solution is to deactivate (or uninstall) grep, then clean and try the gettext install again. You can re-activate (or re- install) grep later if desired. {{{ sudo port clean gettext sudo port -f deactivate grep sudo port install gettext sudo port activate grep }}} -- Ticket URL: <https://trac.macports.org/ticket/36024#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36024: gettext: build fails because grep is installed which needs gettext -----------------------------------+---------------------------------------- Reporter: gkshenaut@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gettext -----------------------------------+---------------------------------------- Comment(by gkshenaut@…): I uninstalled grep and the upgrade-outdated process (including gettext) appears to be running smoothly now. Thank you very much. -- Ticket URL: <https://trac.macports.org/ticket/36024#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36024: gettext: build fails because grep is installed which needs gettext --------------------------+-------------------------- Reporter: gkshenaut@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: invalid | Keywords: Port: gettext | --------------------------+-------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => invalid -- Ticket URL: <https://trac.macports.org/ticket/36024#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts