[Bug 5429] New: Fail on solaris11.3 while trying to compile mozilla-central ?

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Fri Nov 18 17:11:29 UTC 2016


https://bz.mercurial-scm.org/show_bug.cgi?id=5429

            Bug ID: 5429
           Summary: Fail on solaris11.3 while trying to compile
                    mozilla-central ?
           Product: Mercurial
           Version: 3.9.2
          Hardware: PC
                OS: Other
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: njhnbehrens at gmail.com
                CC: mercurial-devel at selenic.com

ico at devnull:/sources/mozilla-central$ ./mach mercurial-setup
================================================================================
Ensuring https://hg.mozilla.org/hgcustom/version-control-tools is up to date at
/export/home/nico/.mozbuild/version-control-tools
pulling from https://hg.mozilla.org/hgcustom/version-control-tools
searching for changes
no changes found
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
================================================================================
This wizard will guide you through configuring Mercurial for an optimal
experience contributing to Mozilla projects.

The wizard makes no changes without your permission.

To begin, press the enter/return key.

** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 2.7.11 (default, Mar 14 2016, 17:31:55) [GCC 5.2.0]
** Mercurial Distributed SCM (version 3.9.2)
** Extensions loaded: color, pager, histedit, rebase, blackbox, firefoxtree,
reviewboard, push-to-try, configwizard
Traceback (most recent call last):
  File "/opt/csw/bin/hg", line 45, in <module>
    mercurial.dispatch.run()
  File "/opt/csw/lib/python2.7/site-packages/mercurial/dispatch.py", line 59,
in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "/opt/csw/lib/python2.7/site-packages/mercurial/dispatch.py", line 125,
in dispatch
    ret = _runcatch(req)
  File "/opt/csw/lib/python2.7/site-packages/mercurial/dispatch.py", line 204,
in _runcatch
    return _dispatch(req)
  File "/opt/csw/lib/python2.7/site-packages/mercurial/dispatch.py", line 880,
in _dispatch
    cmdpats, cmdoptions)
  File "/opt/csw/lib/python2.7/site-packages/mercurial/dispatch.py", line 637,
in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/opt/csw/lib/python2.7/site-packages/mercurial/extensions.py", line
210, in closure
    return func(*(args + a), **kw)
  File "/opt/csw/lib/python2.7/site-packages/hgext/pager.py", line 160, in
pagecmd
    return orig(ui, options, cmd, cmdfunc)
  File "/opt/csw/lib/python2.7/site-packages/mercurial/extensions.py", line
210, in closure
    return func(*(args + a), **kw)
  File "/opt/csw/lib/python2.7/site-packages/hgext/color.py", line 503, in
colorcmd
    return orig(ui_, opts, cmd, cmdfunc)
  File "/opt/csw/lib/python2.7/site-packages/mercurial/dispatch.py", line 1010,
in _runcommand
    return checkargs()
  File "/opt/csw/lib/python2.7/site-packages/mercurial/dispatch.py", line 971,
in checkargs
    return cmdfunc()
  File "/opt/csw/lib/python2.7/site-packages/mercurial/dispatch.py", line 877,
in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/opt/csw/lib/python2.7/site-packages/mercurial/util.py", line 1036, in
check
    return func(*args, **kwargs)
  File
"/export/home/nico/.mozbuild/version-control-tools/hgext/configwizard/__init__.py",
line 341, in configwizard
    cw = configobjwrapper(path)
  File
"/export/home/nico/.mozbuild/version-control-tools/hgext/configwizard/__init__.py",
line 952, in __init__
    write_empty_values=True, list_values=False)
  File
"/export/home/nico/.mozbuild/version-control-tools/pylib/configobj/configobj.py",
line 1242, in __init__
    self._load(infile, configspec)
  File
"/export/home/nico/.mozbuild/version-control-tools/pylib/configobj/configobj.py",
line 1332, in _load
    raise error
configobj.DuplicateError: Duplicate section name at line 31.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list