Bug 166705 - [patch] net/p5-ZeroMQ: fix tests
Summary: [patch] net/p5-ZeroMQ: fix tests
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-06 20:50 UTC by Rachel Flynn
Modified: 2012-04-06 21:20 UTC (History)
1 user (show)

See Also:


Attachments
net__p5-ZeroMQ.patch (931 bytes, patch)
2012-04-06 20:50 UTC, Rachel Flynn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rachel Flynn 2012-04-06 20:50:01 UTC
Tests will hang with perl < 5.14.
More tests can be completed with two more TEST_DEPENDS.

How-To-Repeat: cd /usr/ports/net/p5-ZeroMQ
make build
cd `make -V WRKSRC`
make test

Result:
Failed 7/14 test programs. 19/1063 subtests failed.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-06 20:50:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-06 21:19:48 UTC
az          2012-04-06 20:19:39 UTC

  FreeBSD ports repository

  Modified files:
    net/p5-ZeroMQ        Makefile 
  Log:
  - adds dependencies which required for TEST_DEPENDS.
  
  PR:             ports/166705
  Submitted by:   Mel Flynn <rflynn@acsalaska.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.5       +10 -2     ports/net/p5-ZeroMQ/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2012-04-06 21:20:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!