add build dependency on libtry-tiny-perl#1
Open
nickbroon wants to merge 1 commit intodanos:masterfrom
Open
Conversation
Trying to build the package results in a test failure: not ok 1 - use Vyatta::Interface; # Failed test 'use Vyatta::Interface;' # at ./interface.t line 43. # Tried to use 'Vyatta::Interface'. # Error: Can't locate Try/Tiny.pm in @inc (you may need to install the Try::Tiny module) (@inc contains: /usr/src/packages/BUILD/lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/src/packages/BUILD/lib/Vyatta/Interface.pm line 28. # BEGIN failed--compilation aborted at /usr/src/packages/BUILD/lib/Vyatta/Interface.pm line 28. # Compilation failed in require at ./interface.t line 43. # BEGIN failed--compilation aborted at ./interface.t line 43. ok 2 - use Vyatta::Address; not ok 3 - use Vyatta::DistributedDataplane; # Failed test 'use Vyatta::DistributedDataplane;' # at ./interface.t line 45. # Tried to use 'Vyatta::DistributedDataplane'. # Error: Attempt to reload Vyatta/Interface.pm aborted. # Compilation failed in require at /usr/src/packages/BUILD/lib/Vyatta/DistributedDataplane.pm line 16. # BEGIN failed--compilation aborted at /usr/src/packages/BUILD/lib/Vyatta/DistributedDataplane.pm line 16. # Compilation failed in require at ./interface.t line 45. # BEGIN failed--compilation aborted at ./interface.t line 45. Undefined subroutine &Vyatta::Interface::parse_netdev_file called at ./interface.t line 47. 1..3 # Looks like your test exited with 255 just after 3. FAIL interface.t (exit status: 255) Signed-off-by: Nick Brown <nickbroon@graphiant.com>
c0856ed to
6d82b51
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trying to build the package results in a test failure: