From: Chip Camden on
Quoth Christer Solskogen on Saturday, 07 August 2010:
> On Sat, Aug 7, 2010 at 5:46 AM, Chip Camden <sterling(a)camdensoftware.com> wrote:
> > I just pulled mercurial, and the build nowfails:
> >
> > for f in bash_completion  convert-repo  dumprevlog  hg-ssh  hgdiff  hgk
> > logo-droplets.svg  memory.py  mercurial.el  mergetools.hgrc  mq..el
> > perf.py  pylintrc  python-hook-examples.py  rewrite-log  sample..hgrc
> > shrink-revlog.py  simplemerge  tcsh_completion  tcsh_completion_build.sh
> > tmplrewrite.py  undumprevlog  zsh_completion  git-viz/git-cat-file
> > git-viz/git-diff-tree  git-viz/git-rev-list  git-viz/git-rev-tree
> > git-viz/hg-viz  hgsh/Makefile  hgsh/hgsh.c  vim/HGAnnotate.vim
> > vim/hg-menu.vim  vim/hgcommand.vim  vim/patchreview.txt
> > vim/patchreview.vim; do  /bin/cp -p
> > /usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/${f}
> > /usr/local/share/mercurial/contrib/${f};  done
> > cp: /usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/hgdiff: No
> > such file or directory
> > *** Error code 1
> >
> > Indeed there is no directory:
> > /usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/hgdiff
> >
>
> Almost same problem as you:
> for f in bash_completion convert-repo dumprevlog hg-ssh hgk
> logo-droplets.svg memory.py mercurial.el mergetools.hgrc mq.el
> perf.py pylintrc python-hook-examples.py sample.hgrc
> shrink-revlog.py simplemerge tcsh_completion
> tcsh_completion_build.sh tmplrewrite.py undumprevlog zsh_completion
> git-viz/git-cat-file git-viz/git-diff-tree git-viz/git-rev-list
> git-viz/git-rev-tree git-viz/hg-viz hgsh/Makefile hgsh/hgsh.c
> vim/HGAnnotate.vim vim/hg-menu.vim vim/hgcommand.vim
> vim/patchreview.txt vim/patchreview.vim; do /bin/cp -p
> /usr/obj/usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/${f}
> /usr/local/share/mercurial/contrib/${f}; done
> cp: /usr/obj/usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/git-viz/git-cat-file:
> No such file or directory
> *** Error code 1
>
>
> --
> chs,

Looks the same to me. A message went out on freebsd-ports@ that the port
is broken and will be fixed in a couple of days:

> Greetings,
>
> the devel/mercurial port is currently broken, and we've decided to wait
> two days before committing behind the maintainer's back.
>
> If you urgently need Mercurial 1.6.2, grab the port from:
>
> http://home.pages.de/~mandree/freebsd/ports_devel_mercurial-1.6.2.tar.gz
>
> Note that your downloader needs to follow redirects. For curl, use the -L
> option.
>
> HTH


--
Sterling (Chip) Camden | sterling(a)camdensoftware.com | 2048D/3A978E4F
http://camdensoftware.com | http://chipstips.com | http://chipsquips..com
From: Christer Solskogen on
On Sat, Aug 7, 2010 at 5:46 AM, Chip Camden <sterling(a)camdensoftware.com> wrote:
> I just pulled mercurial, and the build nowfails:
>
> for f in bash_completion  convert-repo  dumprevlog  hg-ssh  hgdiff  hgk
> logo-droplets.svg  memory.py  mercurial.el  mergetools.hgrc  mq.el
> perf.py  pylintrc  python-hook-examples.py  rewrite-log  sample.hgrc
> shrink-revlog.py  simplemerge  tcsh_completion  tcsh_completion_build.sh
> tmplrewrite.py  undumprevlog  zsh_completion  git-viz/git-cat-file
> git-viz/git-diff-tree  git-viz/git-rev-list  git-viz/git-rev-tree
> git-viz/hg-viz  hgsh/Makefile  hgsh/hgsh.c  vim/HGAnnotate.vim
> vim/hg-menu.vim  vim/hgcommand.vim  vim/patchreview.txt
> vim/patchreview.vim; do  /bin/cp -p
> /usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/${f}
> /usr/local/share/mercurial/contrib/${f};  done
> cp: /usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/hgdiff: No
> such file or directory
> *** Error code 1
>
> Indeed there is no directory:
> /usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/hgdiff
>

Almost same problem as you:
for f in bash_completion convert-repo dumprevlog hg-ssh hgk
logo-droplets.svg memory.py mercurial.el mergetools.hgrc mq.el
perf.py pylintrc python-hook-examples.py sample.hgrc
shrink-revlog.py simplemerge tcsh_completion
tcsh_completion_build.sh tmplrewrite.py undumprevlog zsh_completion
git-viz/git-cat-file git-viz/git-diff-tree git-viz/git-rev-list
git-viz/git-rev-tree git-viz/hg-viz hgsh/Makefile hgsh/hgsh.c
vim/HGAnnotate.vim vim/hg-menu.vim vim/hgcommand.vim
vim/patchreview.txt vim/patchreview.vim; do /bin/cp -p
/usr/obj/usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/${f}
/usr/local/share/mercurial/contrib/${f}; done
cp: /usr/obj/usr/ports/devel/mercurial/work/mercurial-1.6.2/contrib/git-viz/git-cat-file:
No such file or directory
*** Error code 1


--
chs,
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Sahil Tandon on
On Sat, 2010-08-07 at 13:51:29 -0700, Chip Camden wrote:

> Looks the same to me. A message went out on freebsd-ports@ that the port
> is broken and will be fixed in a couple of days:

There is a preliminary patch with which you can experiment until the
port is fixed in the tree:

http://lists.freebsd.org/pipermail/cvs-ports/2010-August/200063.html

--
Sahil Tandon <sahil(a)FreeBSD.org>
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"