Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 2004 17:01:44 GMT
From:      Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/74169: building wdm fails
Message-ID:  <200411201701.iAKH1ir8085475@www.freebsd.org>
Resent-Message-ID: <200411201710.iAKHATdE012076@freefall.freebsd.org>

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

>Number:         74169
>Category:       ports
>Synopsis:       building wdm fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 20 17:10:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Florian Franzmann
>Release:        
>Organization:
>Environment:
FreeBSD olorin.hawo.stw.uni-erlangen.de 4.10-STABLE FreeBSD 4.10-STABLE #1: Fri Nov  5 00:01:13 CET 2004     root@olorin.hawo.stw.uni-erlangen.de:/usr/obj/usr/src/sys/OLORIN1  i386
>Description:
building the wdm port fails with the following error:

cc -L/usr/local/lib -L./bin -L/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib src/wdmLogin/Login.o src/wdmLogin/config.o -lcrypt -lutil -lwdm -lSM -lICE -lXext -lX11 -lm  -lXinerama -lWINGs -lwraster -ltiff -lXpm -lpng -lz -ljpeg -lungif -L/usr/X11R6/lib -L/usr/local/lib -lXft -lfreetype -lz -lXrender -lX11 -lXext -lfontconfig -lXext -lX11 -lm -o bin/wdmLogin
src/wdmLogin/Login.o: In function `parse_helpArg':
src/wdmLogin/Login.o(.text+0xb7): undefined reference to `libintl_gettext'
src/wdmLogin/Login.o: In function `PrintErrMsg':
src/wdmLogin/Login.o(.text+0x53e): undefined reference to `libintl_gettext'
src/wdmLogin/Login.o: In function `init_pwdfield':
src/wdmLogin/Login.o(.text+0x74b): undefined reference to `libintl_gettext'
src/wdmLogin/Login.o: In function `init_namefield':
src/wdmLogin/Login.o(.text+0x7ae): undefined reference to `libintl_gettext'
src/wdmLogin/Login.o: In function `PerformLogin':
src/wdmLogin/Login.o(.text+0x8c2): undefined reference to `libintl_gettext'
src/wdmLogin/Login.o(.text+0x97c): more undefined references to `libintl_gettext' follow
src/wdmLogin/Login.o: In function `main':
src/wdmLogin/Login.o(.text+0x21a8): undefined reference to `libintl_bindtextdomain'
src/wdmLogin/Login.o(.text+0x21c2): undefined reference to `libintl_bindtextdomain'
src/wdmLogin/Login.o(.text+0x21d2): undefined reference to `libintl_textdomain'
>How-To-Repeat:
cd /usr/ports/x11/wdm
make
>Fix:
in Makefile replace
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
                DEF_SERVER="${DEF_SERVER}"
by
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" \
                DEF_SERVER="${DEF_SERVER}"
>Release-Note:
>Audit-Trail:
>Unformatted:



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