You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (Jira)" <ji...@apache.org> on 2022/05/06 16:54:00 UTC

[jira] [Resolved] (YETUS-968) releasedocmaker -V does not work from homebrew install

     [ https://issues.apache.org/jira/browse/YETUS-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer resolved YETUS-968.
------------------------------------
    Resolution: Duplicate

> releasedocmaker -V does not work from homebrew install
> ------------------------------------------------------
>
>                 Key: YETUS-968
>                 URL: https://issues.apache.org/jira/browse/YETUS-968
>             Project: Yetus
>          Issue Type: Bug
>          Components: homebrew, Release Doc Maker
>    Affects Versions: 0.11.1
>            Reporter: Sean Busbey
>            Priority: Minor
>
> trying to get the version of the installed releasedocmaker fails due to a problem unwrapping our location
> {code}
> busbey-mba13:Downloads busbey$ releasedocmaker -V
> Traceback (most recent call last):
>   File "/usr/local/Cellar/yetus/0.11.1/libexec/lib/releasedocmaker/releasedocmaker.py", line 26, in <module>
>     releasedocmaker.main()
>   File "/usr/local/Cellar/yetus/0.11.1/libexec/lib/releasedocmaker/releasedocmaker/__init__.py", line 728, in main
>     options = parse_args()
>   File "/usr/local/Cellar/yetus/0.11.1/libexec/lib/releasedocmaker/releasedocmaker/__init__.py", line 691, in parse_args
>     os.path.dirname(__file__), "../VERSION"), 'r') as ver_file:
> IOError: [Errno 2] No such file or directory: '/usr/local/Cellar/yetus/0.11.1/libexec/lib/releasedocmaker/releasedocmaker/../VERSION'
> {code}
> workaround: ask test-patch for the version, since they presumably are the same
> {code}
> busbey-mba13:Downloads busbey$ test-patch --version
> 0.11.1
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)