Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633722 - <dev-perl/Net-Daemon-4.80.0-r2 config-file support broken without '.' in @INC
Summary: <dev-perl/Net-Daemon-4.80.0-r2 config-file support broken without '.' in @INC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords:
Depends on: 643290
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-10-07 20:19 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2018-05-01 00:22 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 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(-)