1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #24321 (assigned)

Opened 15 months ago

Last modified 8 months ago

/etc/mercurial/preoutgoing error

Reported by: sds Owned by: ctsai
Keywords: Cc:
Private: no

Description

when the sf repo is ahead of the local one, "hg in" and "hg pull" report:

running ssh sds@… "hg -R hgroot/clisp/clisp serve --stdio"
comparing with ssh://sds@clisp.hg.sourceforge.net/hgroot/clisp/clisp
searching for changes
changeset: 15558:5bcad87b2d40
tag: tip
user: Bruno Haible <bruno@…>
date: Tue Feb 14 00:04:47 2012 +0100
files: src/ChangeLog src/NEWS src/clos-genfun2b.lisp
description:
Fix bug#3487338.

remote: perl: warning: Setting locale failed.
remote: perl: warning: Please check that your locale settings:
remote: LANGUAGE = (unset),
remote: LC_ALL = (unset),
remote: LC_PAPER = "en_US.UTF-8",
remote: LANG = "C.UTF-8"
remote: are supported and installed on your system.
remote: perl: warning: Falling back to the standard locale ("C").
remote: Running preoutgoing hook
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/preoutgoing line 36.

$ hg pull
pulling from ssh://sds@clisp.hg.sourceforge.net/hgroot/clisp/clisp
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 3 changes to 3 files
remote: perl: warning: Setting locale failed.
remote: perl: warning: Please check that your locale settings:
remote: LANGUAGE = (unset),
remote: LC_ALL = (unset),
remote: LC_PAPER = "en_US.UTF-8",
remote: LANG = "C.UTF-8"
remote: are supported and installed on your system.
remote: perl: warning: Falling back to the standard locale ("C").
remote: Running preoutgoing hook
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/preoutgoing line 36.
nothing to rebase
3 files updated, 0 files merged, 0 files removed, 0 files unresolved

after the pull "hg in" no longer reports the error.

Change History

Changed 15 months ago by sds

a similar error for 'hg push':

$ hg push
pushing to ssh://sds@clisp.hg.sourceforge.net/hgroot/clisp/clisp
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 4 changes to 3 files
remote: perl: warning: Setting locale failed.
remote: perl: warning: Please check that your locale settings:
remote: LANGUAGE = (unset),
remote: LC_ALL = (unset),
remote: LC_PAPER = "en_US.UTF-8",
remote: LANG = "C.UTF-8"
remote: are supported and installed on your system.
remote: perl: warning: Falling back to the standard locale ("C").
remote: Running changegroup hook
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/changegroup line 57.
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/changegroup line 57.
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/changegroup line 57.
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/changegroup line 64.
remote: notify: sending 1 subscribers 1 changes
remote: notify: sending 1 subscribers 1 changes

Changed 15 months ago by ctsai

  • keywords SOG added
  • owner set to burley
  • status changed from new to assigned

Thank you for this report, I'm escalating this to our operations team to investigate.

Regards,
Chris Tsai, SourceForge.net Support

Changed 13 months ago by thomas_ah

Ticket #24230 is now closed. I assume the same fix has to be applied to the preoutgoing hook, too.

Changed 9 months ago by ctsai

  • keywords SCM P3 added

The issue with the preoutgoing hook appears to still be present, so I'm leaving this ticket open for that.

Regards,
Chris Tsai, SourceForge.net Support

Changed 8 months ago by moorman

  • owner changed from burley to ctsai

Changed 8 months ago by moorman

  • keywords SOG SCM P3 removed
Note: See TracTickets for help on using tickets.