Opened 19 years ago

Closed 19 years ago

#3339 closed defect (worksforme)

gettext libraries not found, problem not automatically resolved

Reported by: lists@… Owned by: mij@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

Firefly:~/Downloads/pygtk-2.4.1 derek$ sudo port install atk ---> Configuring glib2 Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/local/var/db/ dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_glib2/work/ glib-2.6.2" && LDFLAGS="-L/opt/local/lib -bind_at_load" CPPFLAGS="-I/opt/local/include" CFLAGS="- O3 -funroll-loops -fstrict-aliasing" ./configure --prefix=/opt/local --mandir=/opt/local/share/man" returned error 1 Command output: checking for gawk... (cached) awk checking for perl5... no checking for perl... perl checking for indent... indent checking for perl... /usr/bin/perl checking for iconv_open... no checking for libiconv_open in -liconv... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no configure: error: * You must have either have gettext support in your C library, or use the * GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html

Error: The following dependencies failed to build: glib2 Firefly:~/Downloads/pygtk-2.4.1 derek$ sudo port install gettext ---> Fetching libiconv ---> Attempting to fetch libiconv-1.9.2.tar.gz from ftp://ftp.gnu.org/gnu/libiconv ---> Verifying checksum(s) for libiconv ---> Extracting libiconv ---> Configuring libiconv ---> Building libiconv with target all ---> Staging libiconv into destroot ---> Packaging tgz archive for libiconv 1.9.2_1 ---> Installing libiconv 1.9.2_1 ---> Activating libiconv 1.9.2_1 ---> Cleaning libiconv ---> Fetching gettext ---> Attempting to fetch gettext-0.14.3.tar.gz from ftp://ftp.gnu.org/gnu/gettext ---> Verifying checksum(s) for gettext ---> Extracting gettext ---> Configuring gettext ---> Building gettext with target all ---> Staging gettext into destroot ---> Packaging tgz archive for gettext 0.14.3_1 ---> Installing gettext 0.14.3_1 ---> Activating gettext 0.14.3_1 ---> Cleaning gettext Firefly:~/Downloads/pygtk-2.4.1 derek$

Change History (2)

comment:1 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to mij@…

comment:2 Changed 19 years ago by pguyot (Paul Guyot)

Resolution: worksforme
Status: newclosed

This would be a problem in the dependency engine. However, after: sudo port uninstall -f gettext sudo port uninstall -f glib2

sudo port install atk really reinstalls gettext first and then glib2.

Can you reproduce the problem?

Note: See TracTickets for help on using tickets.