Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2010 17:50:05 GMT
From:      "Igor S." <scorched@bk.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149679: cannot build python31, some libintl issue
Message-ID:  <201008151750.o7FHo5wF005517@www.freebsd.org>
Resent-Message-ID: <201008151800.o7FI0AoF016574@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         149679
>Category:       ports
>Synopsis:       cannot build python31, some libintl issue
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 15 18:00:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Igor S.
>Release:        8.1-stable
>Organization:
>Environment:
FreeBSD sc.compr 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Jul 24 19:59:00 MSD 2010     ciphr@sc.compr:/usr/obj/usr/src/sys/SCKERNEL1  i386
>Description:
the configure script is ok except these notes:

:configure: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: libintl.h: proceeding with the compiler's result

make stucks at (cut):

_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o   -lutil  -lm ;  fi
cc -c -fno-strict-aliasing -DNDEBUG -I/usr/local/include -D__wchar_t=wchar_t  -DTHREAD_STACK_SIZE=0x20000  -I. -IInclude -I./../Include -fPIC -DPy_BUILD_CORE -o Modules/python.o ./../Modules/python.c
cc -pthread -Wl,--export-dynamic -o python  Modules/python.o  -L. -lpython3.1 -lutil   -lm  
./libpython3.1.so: undefined reference to `libintl_bindtextdomain'
./libpython3.1.so: undefined reference to `libintl_dgettext'
./libpython3.1.so: undefined reference to `libintl_gettext'
./libpython3.1.so: undefined reference to `libintl_dcgettext'
./libpython3.1.so: undefined reference to `libintl_textdomain'
*** Error code 1

Stop in /usr/obj/usr/ports/lang/python31/work/Python-3.1.2/portbld.shared.
*** Error code 1

Stop in /usr/ports/lang/python31.
*** Error code 1

>How-To-Repeat:
portinstall -R python31
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008151750.o7FHo5wF005517>