edward6018 / libnetconf

Automatically exported from code.google.com/p/libnetconf
Other
0 stars 0 forks source link

lnctool produces a misleading message. #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Linux system does not have xsltproc installed.
2. $ lnctool -h
3. lnctool exits with: "Missing pyang tool, please install it."

What is the expected output? What do you see instead?
Since pyang _is_ installed, I expect to see:
   "Missing xsltproc tool, please install it."
Instead, I see:
   "Missing pyang tool, please install it."

What version of the product are you using? On what operating system?
   I cloned at commit: 4ae9f8bcc37d92f10dc27bb5690bb6b3688ed5b1

   OS= Linux 3.8.0-25-generic #37-Ubuntu x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by br...@vellosystems.com on 5 Sep 2013 at 10:50

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by rkre...@cesnet.cz on 6 Sep 2013 at 7:20

GoogleCodeExporter commented 9 years ago
Fixed in commit 00a6671ef1c7.

Original comment by rkre...@cesnet.cz on 8 Sep 2013 at 12:20