multiple authors in manifest [closed]

asked 2012-11-01 04:34:17 -0500

SL Remy gravatar image

updated 2014-01-28 17:14:07 -0500

ngrennan gravatar image

Has anyone else noticed this error? I "fixed" it by including all authors in the same block.

(Fuerte, Lucid, debs)

Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

Traceback (most recent call last):
  File "/usr/bin/rosversion", line 76, in <module>
    version = rosstack.get_stack_version(stack_name)
  File "/usr/lib/pymodules/python2.6/rospkg/rospack.py", line 414, in get_stack_version
    return get_stack_version_by_dir(self.get_path(stack))
  File "/usr/lib/pymodules/python2.6/rospkg/rospack.py", line 469, in get_stack_version_by_dir
    m = parse_manifest_file(stack_dir, STACK_FILE)
  File "/usr/lib/pymodules/python2.6/rospkg/manifest.py", line 343, in parse_manifest_file
    return parse_manifest(manifest_name, f.read(), filename)
  File "/usr/lib/pymodules/python2.6/rospkg/manifest.py", line 404, in parse_manifest
    m.author = _check('author')(p, filename)
  File "/usr/lib/pymodules/python2.6/rospkg/manifest.py", line 67, in check
    raise InvalidManifest("Invalid manifest file [%s]: must have a single '%s' element"%(filename, name))
rospkg.manifest.InvalidManifest: Invalid manifest file [/opt/ros/fuerte/share/ros/stack.xml]: must have a single 'author' element
Invalid <param> tag: Cannot load command parameter [rosversion]: command [rosversion ros] returned with code [1]. 

Param xml is <param command="rosversion ros" name="rosversion"/>
edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Lorenz
close date 2012-11-01 04:53:13

Comments

Thanks. I didn't search properly on google. Shame on me...

SL Remy gravatar image SL Remy  ( 2012-11-01 05:57:54 -0500 )edit