Bug 187894 - devel/git fails after upgrading libiconv-1.14_2 -> libiconv-1.14_3
Summary: devel/git fails after upgrading libiconv-1.14_2 -> libiconv-1.14_3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-24 05:10 UTC by Simeon Simeonov
Modified: 2014-03-25 18:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simeon Simeonov 2014-03-24 05:10:00 UTC
After upgrading libiconv-1.14_2 -> libiconv-1.14_3, git fails any attempts to push / pull with the following message:

/usr/local/bin/git-upload-pack: Undefined symbol "locale_charset"
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Fix: 

recompile / reinstall git

Include an entry in /usr/ports/UPDATING urging the user to recompile after upgrading and / or create a new minor version of the git port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-24 05:27:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 vsjcfm 2014-03-24 10:42:25 UTC
Not only git should be reinstalled, but all dependant ports (I'm
experiencing problems with rsync).
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-24 11:48:23 UTC
Author: tijl
Date: Mon Mar 24 11:48:19 2014
New Revision: 348942
URL: http://svnweb.freebsd.org/changeset/ports/348942
QAT: https://qat.redports.org/buildarchive/r348942/

Log:
  The previous commit made git use nl_langinfo instead of locale_charset
  but did not bump PORTREVISION.  Bump it now that libiconv no longer exports
  locale_charset.
  
  PR:		ports/187894

Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Mon Mar 24 11:46:06 2014	(r348941)
+++ head/devel/git/Makefile	Mon Mar 24 11:48:19 2014	(r348942)
@@ -3,6 +3,7 @@
 
 PORTNAME=	git
 PORTVERSION=	1.9.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Tijl Coosemans freebsd_committer freebsd_triage 2014-03-25 18:30:33 UTC
State Changed
From-To: open->closed

Fixed in r348942.