NetBSD Problem Report #43692

From gson@gson.org  Mon Aug  2 07:27:56 2010
Return-Path: <gson@gson.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 153E063BB73
	for <gnats-bugs@gnats.NetBSD.org>; Mon,  2 Aug 2010 07:27:56 +0000 (UTC)
Message-Id: <20100802072751.7F1C875F6B@guava.gson.org>
Date: Mon,  2 Aug 2010 10:27:51 +0300 (EEST)
From: gson@gson.org (Andreas Gustafsson)
Reply-To: gson@gson.org (Andreas Gustafsson)
To: gnats-bugs@gnats.NetBSD.org
Subject: grep on install CD fails due to missing libintl.so.1
X-Send-Pr-Version: 3.95

>Number:         43692
>Category:       install
>Synopsis:       grep on install CD fails due to missing libintl.so.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    martin
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 02 07:30:00 +0000 2010
>Closed-Date:    Mon Aug 02 10:05:10 +0000 2010
>Last-Modified:  Mon Aug 02 10:20:05 +0000 2010
>Originator:     Andreas Gustafsson
>Release:        NetBSD-current as of source date 2010.08.01.12.42.45
>Organization:
>Environment:
System: NetBSD
Architecture: i386
Machine: i386
>Description:

When I boot a NetBSD-current/i386 install CD, exit sysinst to a shell,
and type "grep", I get the error message:

   Shared object "libintl.so.1" not found

>How-To-Repeat:

See above.

>Fix:

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: install-manager->martin
Responsible-Changed-By: martin@NetBSD.org
Responsible-Changed-When: Mon, 02 Aug 2010 08:07:36 +0000
Responsible-Changed-Why:
I'll deal


From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: install/43692: grep on install CD fails due to missing libintl.so.1
Date: Mon, 2 Aug 2010 10:32:15 +0200

 --wRRV7LY7NUeQGEoC
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline

 Could you please check if this patch helps (and also fixes PR 43693)?
 No need to rebuild all, just patch and "build.sh release" should do,
 if you happen to have the last state around.

 Thanks,

 Martin

 --wRRV7LY7NUeQGEoC
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patch

 Index: i386/cdroms/Makefile.cdrom
 ===================================================================
 RCS file: /cvsroot/src/distrib/i386/cdroms/Makefile.cdrom,v
 retrieving revision 1.20
 diff -u -r1.20 Makefile.cdrom
 --- i386/cdroms/Makefile.cdrom	23 Apr 2010 14:10:19 -0000	1.20
 +++ i386/cdroms/Makefile.cdrom	2 Aug 2010 08:30:15 -0000
 @@ -15,6 +15,7 @@
  CDRUNTIME+=	./dev/MAKEDEV
  CDRUNTIME+=	./etc
  CDRUNTIME+=	./lib
 +CDRUNTIME+=	./libdata
  CDRUNTIME+=	./libexec/ld.elf_so
  CDRUNTIME+=	./libexec/lfs_cleanerd
  CDRUNTIME+=	./libexec/dhcpcd-run-hooks
 @@ -38,6 +39,7 @@
  CDRUNTIME+=	./usr/lib/libc.so*
  CDRUNTIME+=	./usr/lib/libcurses.so*
  CDRUNTIME+=	./usr/lib/libedit.so*
 +CDRUNTIME+=	./usr/lib/libintl.so*
  CDRUNTIME+=	./usr/lib/libkvm.so*
  CDRUNTIME+=	./usr/lib/libterminfo.so*
  CDRUNTIME+=	./usr/lib/libutil.so*
 Index: sparc64/cdroms/installcd/Makefile
 ===================================================================
 RCS file: /cvsroot/src/distrib/sparc64/cdroms/installcd/Makefile,v
 retrieving revision 1.7
 diff -u -r1.7 Makefile
 --- sparc64/cdroms/installcd/Makefile	23 Apr 2010 14:10:19 -0000	1.7
 +++ sparc64/cdroms/installcd/Makefile	2 Aug 2010 08:30:15 -0000
 @@ -16,6 +16,7 @@
  CDRUNTIME+=	./dev/MAKEDEV
  CDRUNTIME+=	./etc
  CDRUNTIME+=	./lib
 +CDRUNTIME+=	./libdata
  CDRUNTIME+=	./libexec
  CDRUNTIME+=	./mnt
  CDRUNTIME+=	./sbin
 @@ -38,6 +39,7 @@
  CDRUNTIME+=	./usr/lib/libc.so*
  CDRUNTIME+=	./usr/lib/libcurses.so*
  CDRUNTIME+=	./usr/lib/libedit.so*
 +CDRUNTIME+=	./usr/lib/libintl.so*
  CDRUNTIME+=	./usr/lib/libkvm.so*
  CDRUNTIME+=	./usr/lib/libterminfo.so*
  CDRUNTIME+=	./usr/lib/libutil.so*

 --wRRV7LY7NUeQGEoC--

State-Changed-From-To: open->closed
State-Changed-By: martin@NetBSD.org
State-Changed-When: Mon, 02 Aug 2010 10:05:10 +0000
State-Changed-Why:
Fixed, thanks for report + testing!


From: Andreas Gustafsson <gson@gson.org>
To: gnats-bugs@NetBSD.org
Cc: martin@NetBSD.org,
    gnats-admin@netbsd.org,
    netbsd-bugs@netbsd.org
Subject: Re: install/43692: grep on install CD fails due to missing libintl.so.1
Date: Mon, 2 Aug 2010 12:59:58 +0300

 Martin Husemann wrote:
 > Could you please check if this patch helps (and also fixes PR 43693)?

 Yes, your patch fixed both issues.  Thanks!
 -- 
 Andreas Gustafsson, gson@gson.org

From: Martin Husemann <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/43692 CVS commit: src/distrib
Date: Mon, 2 Aug 2010 10:03:13 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Aug  2 10:03:13 UTC 2010

 Modified Files:
 	src/distrib/i386/cdroms: Makefile.cdrom
 	src/distrib/sparc64/cdroms/installcd: Makefile

 Log Message:
 Add /libdata/firmware and /usr/lib/libintl* to install CDROMs with
 root on iso9660; fixes PR install/43692 and install/43693.


 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 src/distrib/i386/cdroms/Makefile.cdrom
 cvs rdiff -u -r1.7 -r1.8 src/distrib/sparc64/cdroms/installcd/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.