Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433139 - net-analyzer/smokeping with =net-analyzer/fping-3.3 - data output not on stderr
Summary: net-analyzer/smokeping with =net-analyzer/fping-3.3 - data output not on stderr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 07:41 UTC by Tobias Klausmann (RETIRED)
Modified: 2012-09-05 15:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Klausmann (RETIRED) gentoo-dev 2012-08-29 07:41:41 UTC
From the fping-3.3 Changelog:

> * Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9)

This breaks smokeping since it expects this data on stderr. My current workaround is a shell wrapper for fping that simply does a 1>&2. Smokeping upstream has been notified, as far as I am aware. 

We need to either mask fping-3.3 or patch smokeping.
Comment 1 Tobias Klausmann (RETIRED) gentoo-dev 2012-08-29 07:52:30 UTC
https://github.com/oetiker/SmokePing/commit/491498b57a427230069604d10b68073c0f6f5e33 has a fix for smokeping
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-05 15:59:07 UTC
2012-09-04  David Schweikert  <david@schweikert.ch>
  * Version 3.4
  * Revert "Output statistics to stdout instead of stderr", because it breaks
    tools assuming the output goes to stderr


*fping-3.4 (05 Sep 2012)

  05 Sep 2012; Jeroen Roovers <jer@gentoo.org> -fping-3.3.ebuild,
  +fping-3.4.ebuild:
  Version bump, fixes bug #433139.