Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671792 - net-analyzer/mk-livestatus-1.2.8_p16 (and _p26 ) fails tests: hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this) at t/20-Monitoring-Livestatus-test_socket.t line 315, <GEN1> line 4.
Summary: net-analyzer/mk-livestatus-1.2.8_p16 (and _p26 ) fails tests: hash- or arrayr...
Status: RESOLVED DUPLICATE of bug 358565
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bertrand Jacquin
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-11-24 05:17 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2020-01-13 06:26 UTC (History)
2 users (show)

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


Attachments
mk-livestatus-1.2.8_p16:20181124-050506.log (mk-livestatus-1.2.8_p16:20181124-050506.log,53.67 KB, text/x-log)
2018-11-24 05:17 UTC, Kent Fredric (IRC: kent\n) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2018-11-24 05:17:34 UTC
Created attachment 556092 [details]
mk-livestatus-1.2.8_p16:20181124-050506.log

===(     121;1    1/109  0/? )==========================================Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/
               (%             # leading '%'
                (-)?          # left-align, rather than right
                (\d*)?        # (optional) minimum field width
                (?:\.(\d*))?  # (optional) maximum field width
                ({ <-- HERE .*?})?      # (optional) stuff inside
                (\S)          # actual format character
             )/ at /usr/lib64/perl5/vendor_perl/5.28.0/String/Format.pm line 77.
===(     122;3    1/109  1/? )==========================================Thread 2 terminated abnormally: hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this) at t/20-Monitoring-Livestatus-test_socket.t line 315, <GEN1> line 4.
failed to connect at t/20-Monitoring-Livestatus-test_socket.t line 156.
# Looks like your test exited with 111 just after 6.
Perl exited with active threads:
        1 running and unjoined
        1 finished and unjoined
        0 running and detached
t/20-Monitoring-Livestatus-test_socket.t .......... Dubious, test returned 111 (wstat 28416, 0x6f00)
Failed 103/109 subtests

The problem looks related to this line:

   315              $data = encode_json($test_data)."\n";

Unrelated Advice:
- Kill the tests that use Perl critic, as they don't expose any real problems, and are really only for upstreams use, and have no valid application in Gentoo, only creating risk for false-negatives ( because Perl-Critic rules are dependent on what you have installed ), while also complicating dependency graphs and stabilization.
- Same goes for Test::Pod and Test::Pod::Coverage, these can only be considered harmful for gentoo ( because they trigger tests failing sometimes simply due to DOCUMENTATION problems, which is not OK )

These changes will shrink the aggregate dependencies SUBSTANTIALLY.

See perl-modules.eclass and perl-functions.eclass documentation for a tool for removing these entries safely, and note: due to Module::Install being in use, unwanted tests must be exorcised BEFORE calling api/perl/Makefile.PL , so employing PERL_RM_FILES which triggers in src_prepare is recommended.

Also, the dependency on dev-perl/Module-Install looks like it may be spurious, as typically, upstream code that uses Module-Install uses a bundled copy in inc/ ( api/perl/inc/Module/Install.pm ), and otherwise ignores the system copy. ( And this is the right way to handle it )

The warnings related to String::Format need further investigation as to whether its a bug in String::Format, or a result of values being passed by mk-livestatus to String::Format ( but it looks like https://metacpan.org/changes/distribution/String-Format#L15 )

 * Package:    net-analyzer/mk-livestatus-1.2.8_p16
 * Repository: gentoo
 * Maintainer: bertrand@jacquin.bzh netmon@gentoo.org,proxy-maint@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux perl python_targets_python2_7 test userland_GNU
 * FEATURES:   ccache preserve-libs sandbox test userpriv usersandbox

Install Graph:

[ebuild  N    ~] net-analyzer/mk-livestatus-1.2.8_p16  USE="perl -examples -nagios4 -python {-test}" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild  N    #]  virtual/perl-File-Path-2.150.0  0 KiB
[ebuild  N    ~]  virtual/perl-Thread-Queue-3.120.0-r1  0 KiB
[ebuild  N     ]  dev-perl/JSON-XS-3.40.0  USE="-examples {-test}" 0 KiB
[ebuild  N     ]   dev-perl/Canary-Stability-2012.0.0  0 KiB
[ebuild  N     ]   dev-perl/common-sense-3.740.0-r1  0 KiB
[ebuild  N     ]   dev-perl/Types-Serialiser-1.0.0-r1  0 KiB
[ebuild  N     ]  dev-perl/Module-Install-1.180.0  USE="{-test}" 0 KiB
[ebuild  N     ]   dev-perl/Archive-Zip-1.600.0  USE="-examples {-test}" 0 KiB
[ebuild  N    ~]    virtual/perl-Time-Local-1.250.0-r1  0 KiB
[ebuild  N    #]    virtual/perl-Compress-Raw-Zlib-2.76.0  0 KiB
[ebuild  N     ]   dev-perl/Module-ScanDeps-1.240.0  USE="{-test}" 0 KiB
[ebuild  N     ]   dev-perl/File-Remove-1.570.0  USE="{-test}" 0 KiB
[ebuild  N     ]   virtual/perl-autodie-2.290.0-r3  0 KiB
[ebuild  N     ]   dev-perl/JSON-MaybeXS-1.3.9  USE="xs {-test}" 0 KiB
[ebuild  N    #]    virtual/perl-Carp-1.500.0  0 KiB
[ebuild  N     ]   dev-perl/YAML-Tiny-1.690.0  USE="{-test}" 0 KiB
[ebuild  N    #]    virtual/perl-Exporter-5.730.0  0 KiB
[ebuild  N     ]   dev-perl/File-HomeDir-1.2.0  USE="xdg {-test}" 0 KiB
[ebuild  N     ]    dev-perl/File-Which-1.220.0  USE="pwhich {-test}" 0 KiB
[ebuild  N     ]     dev-perl/App-pwhich-1.140.0  USE="{-test}" 0 KiB
[ebuild  N     ]    x11-misc/xdg-user-dirs-0.17  USE="-gtk" 0 KiB
[ebuild  NS    ]     app-text/docbook-xml-dtd-4.3-r1:4.3 [4.1.2-r6:4.1.2] 0 KiB
[ebuild  N    #]   virtual/perl-Devel-PPPort-3.400.0  0 KiB
[ebuild  N     ]   dev-perl/libwww-perl-6.270.0  USE="ssl {-test}" 0 KiB
[ebuild  N     ]    dev-perl/Encode-Locale-1.50.0  USE="{-test}" 0 KiB
[ebuild  N    #]     virtual/perl-Encode-2.970.0  0 KiB
[ebuild  N     ]    dev-perl/HTTP-Date-6.20.0-r1  0 KiB
[ebuild  N     ]    dev-perl/WWW-RobotRules-6.20.0-r1  0 KiB
[ebuild  N     ]     dev-perl/URI-1.730.0  USE="{-test}" 0 KiB
[ebuild  N    ~]      virtual/perl-parent-0.236.0-r1  0 KiB
[ebuild  N     ]    dev-perl/HTTP-Cookies-6.40.0  USE="{-test}" 0 KiB
[ebuild  N     ]     dev-perl/HTTP-Message-6.130.0  USE="{-test}" 0 KiB
[ebuild  N    #]      virtual/perl-Storable-3.80.0  0 KiB
[ebuild  N    ~]      virtual/perl-IO-Compress-2.74.0-r1  0 KiB
[ebuild  N    ~]       virtual/perl-Compress-Raw-Bzip2-2.74.0-r1  0 KiB
[ebuild  N     ]      dev-perl/IO-HTML-1.1.0  USE="{-test}" 0 KiB
[ebuild  N     ]      dev-perl/LWP-MediaTypes-6.20.0-r1  0 KiB
[ebuild  N     ]    dev-perl/Net-HTTP-6.170.0  USE="minimal {-test}" 0 KiB
[ebuild  N     ]    dev-perl/File-Listing-6.40.0-r1  0 KiB
[ebuild  N     ]    dev-perl/HTTP-Daemon-6.10.0-r2  0 KiB
[ebuild  N     ]    dev-perl/LWP-Protocol-https-6.70.0  USE="{-test}" 0 KiB
[ebuild  N     ]    dev-perl/HTML-Parser-3.720.0  USE="{-test}" 0 KiB
[ebuild  N     ]     dev-perl/HTML-Tagset-3.200.0-r1  0 KiB
[ebuild  N    #]     virtual/perl-XSLoader-0.300.0  0 KiB
[ebuild  N     ]    dev-perl/Try-Tiny-0.300.0  USE="minimal {-test}" 0 KiB
[ebuild  N     ]    dev-perl/HTTP-Negotiate-6.10.0-r1  0 KiB
[ebuild  N     ]   dev-perl/PAR-Dist-0.490.0-r1  0 KiB
[ebuild  N     ]    dev-perl/YAML-Syck-1.300.0  0 KiB
[ebuild  N    ~]   virtual/perl-Module-CoreList-5.201.806.220-r1  0 KiB

Test Install Graph:

[nomerge       ] net-analyzer/mk-livestatus-1.2.8_p16  USE="perl -examples -nagios4 -python {-test}" PYTHON_TARGETS="python2_7"
[ebuild  N     ]  dev-perl/Perl-Critic-1.130.0  USE="minimal -emacs -examples {-test}" 0 KiB
[ebuild  N     ]   dev-perl/Email-Address-1.908.0  USE="{-test}" 0 KiB
[ebuild  N     ]   dev-perl/Exception-Class-1.430.0  USE="-examples {-test}" 0 KiB
[ebuild  N     ]    dev-perl/Devel-StackTrace-2.20.0  USE="{-test}" 0 KiB
[ebuild  N     ]    dev-perl/Class-Data-Inheritable-0.80.0-r2  0 KiB
[ebuild  N     ]   dev-perl/Pod-Spell-1.200.0  USE="minimal {-test}" 0 KiB
[ebuild  N     ]    virtual/perl-Pod-Escapes-1.70.0-r4  0 KiB
[ebuild  N     ]    dev-perl/Path-Tiny-0.104.0  USE="minimal {-test}" 0 KiB
[ebuild  N    #]     virtual/perl-if-0.60.800  0 KiB
[ebuild  N     ]     virtual/perl-Digest-1.170.100_rc-r7  0 KiB
[ebuild  N     ]    dev-perl/File-ShareDir-Install-0.110.0  USE="{-test}" 0 KiB
[ebuild  N     ]    virtual/perl-Pod-Parser-1.630.0-r4  0 KiB
[ebuild  N     ]    dev-perl/Class-Tiny-1.6.0  USE="minimal {-test}" 0 KiB
[ebuild  N     ]    dev-perl/Lingua-EN-Inflect-1.902.0  USE="-examples {-test}" 0 KiB
[ebuild  N     ]    virtual/perl-Text-Tabs+Wrap-2013.52.300-r7  0 KiB
[ebuild  N     ]    dev-perl/File-ShareDir-1.104.0  USE="{-test}" 0 KiB
[ebuild  N     ]     dev-perl/Class-Inspector-1.320.0  USE="{-test}" 0 KiB
[ebuild  N     ]   dev-perl/PPIx-Utilities-1.1.0-r1  USE="{-test}" 0 KiB
[ebuild  N     ]    dev-perl/Readonly-2.50.0  USE="{-test}" 0 KiB
[ebuild  N     ]     dev-perl/Module-Build-Tiny-0.39.0  USE="{-test}" 0 KiB
[ebuild  N     ]      dev-perl/ExtUtils-Config-0.8.0  USE="{-test}" 0 KiB
[ebuild  N     ]      dev-perl/ExtUtils-Helpers-0.26.0  USE="{-test}" 0 KiB
[ebuild  N     ]      dev-perl/ExtUtils-InstallPaths-0.11.0  USE="{-test}" 0 KiB
[ebuild  N     ]    dev-perl/PPI-1.224.0  USE="{-test}" 0 KiB
[ebuild  N     ]     dev-perl/Params-Util-1.70.0  USE="{-test}" 0 KiB
[ebuild  N     ]     dev-perl/Clone-0.390.0  USE="{-test}" 0 KiB
[ebuild  N     ]     dev-perl/List-MoreUtils-0.418.0  USE="xs {-test}" 0 KiB
[ebuild  N     ]      dev-perl/List-MoreUtils-XS-0.418.0  USE="{-test}" 0 KiB
[ebuild  N    #]       virtual/perl-IPC-Cmd-1.0.0  0 KiB
[ebuild  N     ]      dev-perl/Exporter-Tiny-1.0.0  USE="-examples {-test}" 0 KiB
[ebuild  N     ]     dev-perl/IO-String-1.80.0-r1  0 KiB
[ebuild  N     ]     dev-perl/Task-Weaken-1.50.0  USE="{-test}" 0 KiB
[ebuild  N     ]   dev-perl/Config-Tiny-2.230.0  USE="{-test}" 0 KiB
[ebuild  N    #]   virtual/perl-Test-Simple-1.302.133  0 KiB
[ebuild  N     ]   dev-perl/PPIx-Regexp-0.53.0  USE="-examples {-test}" 0 KiB
[ebuild  N     ]   dev-perl/String-Format-1.170.0-r1  0 KiB
[ebuild  N     ]   dev-perl/Perl-Tidy-20171214.0.0  USE="-examples" 0 KiB
[ebuild  N     ]   dev-perl/Module-Pluggable-5.200.0  USE="{-test}" 0 KiB
[ebuild  N    ~]   virtual/perl-Term-ANSIColor-4.60.0-r1  0 KiB
[ebuild  N     ]   dev-perl/B-Keywords-1.180.0  0 KiB
[ebuild  N    ~]  dev-perl/Perl-Critic-Nits-1.0.0-r1  USE="{-test}" 0 KiB
[ebuild  N    ~]  dev-perl/Test-Perl-Critic-1.30.0  0 KiB
[ebuild  N    ~]   dev-perl/MCE-1.831.0  USE="sereal {-test}" 0 KiB
[ebuild  N    #]    virtual/perl-Time-HiRes-1.975.900  0 KiB
[ebuild  N     ]    dev-perl/Sereal-Decoder-4.4.0  USE="{-test}" 0 KiB
[ebuild  N     ]     app-arch/zstd-1.3.4-r1:0/1  USE="-lz4 -static-libs" 0 KiB
[ebuild  N    #]    virtual/perl-Socket-2.27.0  0 KiB
[ebuild  N     ]    dev-perl/Sereal-Encoder-4.4.0  USE="{-test}" 0 KiB
[ebuild  N    ~]  dev-perl/Perl-Critic-Policy-Dynamic-NoIndirect-0.60.0-r1  USE="{-test}" 0 KiB
[ebuild  N     ]   dev-perl/indirect-0.370.0  USE="{-test}" 0 KiB
[ebuild  N     ]   dev-perl/Perl-Critic-Dynamic-0.50.0-r2  0 KiB
[ebuild  N     ]    dev-perl/Devel-Symdump-2.180.0  USE="{-test}" 0 KiB
[ebuild  N     ]  dev-perl/File-Copy-Recursive-0.380.0-r1  0 KiB
[ebuild  N     ]  dev-perl/Test-Pod-Coverage-1.100.0  USE="{-test}" 0 KiB
[ebuild  N     ]   dev-perl/Pod-Coverage-0.230.0-r1  USE="{-test}" 0 KiB
[ebuild  N     ]  dev-perl/Test-Pod-1.510.0  USE="{-test}" 0 KiB
[ebuild  N    ~]   virtual/perl-Pod-Simple-3.350.0-r1  0 KiB
[ebuild  N    ~]  dev-perl/Perl-Critic-Deprecated-1.119.0  USE="{-test}" 0 KiB


Portage 2.3.40 (python 2.7.15-final-0, default/linux/amd64/17.1/no-multilib, gcc-8.2.0, glibc-2.27-r6, 4.9.6-gentoo-r1 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.9.6-gentoo-r1-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E6750_@_2.66GHz-with-gentoo-2.6
KiB Mem:     2042732 total,    179784 free
KiB Swap:   18588764 total,  18541016 free
Head commit of repository gentoo: 165be96144ceb34e25c63a869a6c959a009c341f

sh bash 4.4_p12
ld GNU ld (Gentoo 2.30 p5) 2.30.0
ccache version 3.3.4 [enabled]
app-shells/bash:          4.4_p12::gentoo
dev-lang/perl:            5.28.0::gentoo
dev-lang/python:          2.7.15::gentoo, 3.6.5::gentoo
dev-util/ccache:          3.3.4-r1::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.38.3::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.69-r4::gentoo
sys-devel/automake:       1.15.1-r2::gentoo
sys-devel/binutils:       2.30-r4::gentoo
sys-devel/gcc:            8.2.0-r4::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:           2.27-r6::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: git
    sync-uri: https://github.com/gentoo/gentoo.git
    priority: -1000

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -mtune=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build y --jobs 3 --autounmask=n"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs binpkg-multi-instance ccache clean-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms split-elog split-log strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://127.0.0.1/ http://distfiles.gentoo.org"
LANG="en_NZ.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bzip2 cli crypt cxx dri fortran gdbm iconv ipv6 libtirpc minimal ncurses nls nptl openmp pam pcre perl readline seccomp ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="X86" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-1" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby23 ruby24" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

=================================================================
                        Package Settings
=================================================================

net-analyzer/mk-livestatus-1.2.8_p16::gentoo was built with the following:
USE="perl -examples -nagios4 -python -test" PYTHON_TARGETS="python2_7"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-01-13 06:25:41 UTC

*** This bug has been marked as a duplicate of bug 358565 ***
Comment 2 Larry the Git Cow gentoo-dev 2020-01-13 06:26:38 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b789c312b096b2e0adad5ed8406441ffcc974b

commit 23b789c312b096b2e0adad5ed8406441ffcc974b
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2020-01-13 06:11:56 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2020-01-13 06:26:25 +0000

    net-analyzer/mk-livestatus: Version 1.5.0_p22
    
    - Update HOMEPAGE/SRC_URI and use HTTPS
    - EAPI=7
    - Add USE=boost
    - Add USE=re2
    - Move SRC_TEST out of global scope
    - Drop failing test api/perl/t/20-Monitoring-Livestatus-test_socket.t
    - Export CC/CXX (or it will default to anything it can find)
    - icigna => icinga(!)
    - Drop python_foreach_impl as the build system supports only one
      implementation anyway
    
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=671792
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=358565
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-analyzer/mk-livestatus/Manifest                |   1 +
 .../files/mk-livestatus-1.5.0_p22-rm.patch         |  10 ++
 net-analyzer/mk-livestatus/metadata.xml            |   2 +
 .../mk-livestatus/mk-livestatus-1.5.0_p22.ebuild   | 166 +++++++++++++++++++++
 4 files changed, 179 insertions(+)