Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 633722

Summary: <dev-perl/Net-Daemon-4.80.0-r2 config-file support broken without '.' in @INC
Product: Gentoo Linux Reporter: Kent Fredric (IRC: kent\n) (RETIRED) <kentnl>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://rt.cpan.org/Ticket/Display.html?id=123213
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 643290    
Bug Blocks: 612408    

Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-10-07 20:19:03 UTC
This causes DBI's tests to fail, and Net-Daemon is itself entirely broken:


Net::Daemon->new(
  configfile => "configfile"
)

And

Net::Daemon->ReadConfigFile("configfile");

Are both broken when "configfile" is not in @INC.
Comment 1 Larry the Git Cow gentoo-dev 2017-10-07 21:47:47 UTC
The bug has been referenced in the following commit(s):

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

commit d9ba115614ecbeecb8fd940faf051359f60a144c
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-07 21:46:58 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-07 21:47:38 +0000

    dev-perl/Net-Daemon: Fix configfile reading bug #633722
    
    - r1bump because this changes runtime code
    - will need restable because this needs testing to happen
    - tests restored, please do not disable them all again
    - EAPI6
    
    Bug: https://bugs.gentoo.org/633722
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild   | 21 +++++++++++++
 .../files/Net-Daemon-0.480.0-perl526.patch         | 35 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)}
Comment 2 Larry the Git Cow gentoo-dev 2018-05-01 00:22:04 UTC
The bug has been closed via the following commit(s):

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

commit d5bfd441b8171a2250db7a5d77eef5baec185d30
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2018-05-01 00:21:51 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2018-05-01 00:21:51 +0000

    dev-perl/Net-Daemon: Cleanup old re bug #633722
    
    Closes: https://bugs.gentoo.org/633722
    Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)