From nobody@FreeBSD.org  Mon Sep 30 08:46:46 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DE2CB37B401
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Sep 2002 08:46:46 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8CAC943E42
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Sep 2002 08:46:46 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g8UFkf7R041571
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Sep 2002 08:46:41 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.6/8.12.6/Submit) id g8UFkfVb041570;
	Mon, 30 Sep 2002 08:46:41 -0700 (PDT)
Message-Id: <200209301546.g8UFkfVb041570@www.freebsd.org>
Date: Mon, 30 Sep 2002 08:46:41 -0700 (PDT)
From: Ariel Kotliarsky <arielk@umsa.edu.ar>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ld-elf.so.1 -> libintl.so.1 not found compiling whatever
X-Send-Pr-Version: www-1.0

>Number:         43527
>Category:       i386
>Synopsis:       ld-elf.so.1 -> libintl.so.1 not found compiling whatever
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 30 08:50:03 PDT 2002
>Closed-Date:    Sat Jan 04 13:49:39 PST 2003
>Last-Modified:  Sat Jan 04 13:49:39 PST 2003
>Originator:     Ariel Kotliarsky
>Release:        4.6
>Organization:
ARKO Sistemas
>Environment:
>Description:
      
>How-To-Repeat:
      
>Fix:
ln -s /usr/local/lib/libintl.so.1 libintl.so.4
>Release-Note:
>Audit-Trail:

From: Giorgos Keramidas <keramida@FreeBSD.org>
To: Ariel Kotliarsky <arielk@umsa.edu.ar>
Cc: bug-followup@FreeBSD.org
Subject: Re: i386/43527: ld-elf.so.1 -> libintl.so.1 not found compiling whatever
Date: Mon, 30 Sep 2002 21:46:20 +0300

 On 2002-09-30 08:46, Ariel Kotliarsky <arielk@umsa.edu.ar> wrote:
 > >Description:
 > >How-To-Repeat:
 > >Fix:
 > ln -s /usr/local/lib/libintl.so.1 libintl.so.4
 
 Why would you do that?
 
 This is hardly enough information to reproduce the problems you are
 seeing.  What is it exactly that you are trying to build? How does it
 fail?  What are the exact messages you are seeing?
 
 Giorgos.

From: Valentin Nechayev <netch@iv.nn.kiev.ua>
To: Ariel Kotliarsky <arielk@umsa.edu.ar>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: i386/43527: ld-elf.so.1 -> libintl.so.1 not found compiling whatever
Date: Sun, 6 Oct 2002 13:23:31 +0300

  Mon, Sep 30, 2002 at 08:46:41, arielk (Ariel Kotliarsky) wrote about "i386/43527: ld-elf.so.1 -> libintl.so.1 not found compiling whatever": 
 
 >>Synopsis:       ld-elf.so.1 -> libintl.so.1 not found compiling whatever
 
 libintl.so.1 was installed by old gettext port, up to 0.10.35 (don't mix
 with ports/devel/gettext-old, it sets only binaries, but not library
 (I don't know why)). If your applications want libintl.so.1 on running,
 because you upgraded gettext package, you should recompile them - FreeBSD
 package management system is not too clever to check this. If linker requires
 it, check /usr/local/lib/libintl.so - possibly it is symlink pointing to
 libintl.so.1, not current version. (Your synopsis is misleading. Do you
 compile with gmake built with gettext?) As quick test, say `ldconfig -elf
 -m /usr/local/lib/compat/pkg', if you use portupgrade tool; this can fix
 (and can not to fix also).
 
 In any case your PR is hardly belonging to i386 category, and most probably
 is result of your system-administrating actions, not something in system.
 To fix, install newest gettext and check libintl.so symlink. Recompile gmake
 if it requires old libintl. For future, use portupgrade - it moves old libs
 into special directory (/usr/local/lib/compat/pkg), which should be
 added to ldconfig_paths in /etc/rc.conf.
 
 
 /netch
State-Changed-From-To: open->feedback 
State-Changed-By: arved 
State-Changed-When: Wed Nov 27 02:21:08 PST 2002 
State-Changed-Why:  
Still a problem? 


Responsible-Changed-From-To: freebsd-bugs->freebsd-ports 
Responsible-Changed-By: arved 
Responsible-Changed-When: Wed Nov 27 02:21:08 PST 2002 
Responsible-Changed-Why:  
libintl is in ports 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43527 
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Sat Jan 4 13:49:14 PST 2003 
State-Changed-Why:  
Feedback timeout (5 weeks) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43527 
>Unformatted:
