Bug 147486

Summary: textproc/gsed PORTVERSION not bumped to match new gettext
Product: Ports & Packages Reporter: Alain Wolf <wolf>
Component: Individual Port(s)Assignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alain Wolf 2010-06-05 03:50:05 UTC
The version of gettext was recently bumped, see 20100530 in UPDATING.

After upgrading gettext and all dependencies, shells/bash with shells/bash-completion installed displays following error while login in to the system:

/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "gsed"

Fix: 

Workaround:
Deinstall and reinstall textproc/gsed
 
 portmanager -f textproc/gsed
How-To-Repeat: Before upgrading gettext:
 * Install shells/bash-completion.
 * Enable the option "GSED" for the shells/bash-completion port.
 * Make sure /usr/local/etc/bash-completion is loaded in your bash shell (.bashrc)

After upgrading gettext as described in /usr/ports/UPDATING
 * Start a new bash shell
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-05 03:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-08 07:45:35 UTC
gabor       2010-06-08 06:45:21 UTC

  FreeBSD ports repository

  Modified files:
    textproc/gsed        Makefile pkg-plist 
  Log:
  - Bump PORTREVISION after gettext update
  
  PR:             ports/147486
  Submitted by:   Alain Wolf <wolf@digris.ch>
  
  Revision  Changes    Path
  1.30      +15 -6     ports/textproc/gsed/Makefile
  1.7       +37 -37    ports/textproc/gsed/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2010-06-08 07:45:42 UTC
State Changed
From-To: open->closed

Committed, thanks.