Bug 191771 - devel/git: make fails
Summary: devel/git: make fails
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-09 15:18 UTC by Larry Rosenman
Modified: 2014-07-09 23:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2014-07-09 15:18:26 UTC
borg.lerctr.org /home/ler $ cd /usr/ports/devel/git
borg.lerctr.org /usr/ports/devel/git $ sudo
borg.lerctr.org /usr/ports/devel/git $ ls
Makefile	distinfo	files		pkg-descr	pkg-plist
borg.lerctr.org /usr/ports/devel/git $ sudo make
Password:
make: "/usr/ports/Mk/bsd.port.mk" line 1524: Cannot open /usr/ports/Mk/Uses/iconv=wchar_t.mk
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/ports/devel/git
borg.lerctr.org /usr/ports/devel/git $ svn info /usr/ports/
Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 361364
Node Kind: directory
Schedule: normal
Last Changed Author: tijl
Last Changed Rev: 361364
Last Changed Date: 2014-07-09 08:21:04 -0500 (Wed, 09 Jul 2014)

borg.lerctr.org /usr/ports/devel/git $

Not sure what's going on here, but...

borg.lerctr.org /usr/ports/devel/git $ uname -a
FreeBSD borg.lerctr.org 11.0-CURRENT FreeBSD 11.0-CURRENT #47 r268328M: Sun Jul  6 13:19:13 CDT 2014     root@borg.lerctr.org:/usr/obj/usr/src/sys/VT-LER  amd64
borg.lerctr.org /usr/ports/devel/git $
Comment 1 Henry Hu 2014-07-09 22:03:28 UTC
It looks like that "iconv=wchar_t" is introduced into the USES variable, while the correct form should be "iconv:wchar_t".
In git's Makefile, it only says "USES+= iconv".
Can you try with a clean ports tree? Did you set anything special in the configuration files?
Comment 2 Larry Rosenman freebsd_committer freebsd_triage 2014-07-09 23:08:34 UTC
Turns out this was self-inflicted -- checking out a clean ports tree fixed it (the USES=iconv* stuff is NOT there - MY FAULT -- sorry for the noise.