Slaven Rezić
Slaven Rezić
Running "status" used to show the wrong result if the daemon was started for a different user. According to perlipc.pod it's best to check for $!{EPERM} after a failed kill...
Swapped the checks after a fork() call, so now the check for defined() is done first, so a failed fork() is trapped correctly. Additionally, a failed fork() now causes a...
Mojolicious 7.31 removed a number of functions, causing the test suite to fail: ``` PERL_DL_NONLAZY=1 "/bbbike/perl-5.18.4/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ....... ok Can't locate...
t/basic.t fails if Crypt::OpenSSL::RSA is not installed, so probably this dependency should be declared or so: ``` Can't locate Crypt/OpenSSL/RSA.pm in @INC (you may need to install the Crypt::OpenSSL::RSA module)...
The test suite fails if Test::Exception is not installed: ``` Can't locate Test/Exception.pm in @INC (you may need to install the Test::Exception module) (@INC contains: /home/cpansand/.cpan/build/2018111713/HTML-Tidy-1.60-FzoWHR/blib/lib /home/cpansand/.cpan/build/2018111713/HTML-Tidy-1.60-FzoWHR/blib/arch /tmp/Alien-TidyHTML5/.build/QgrRhzQpc8/blib/arch /tmp/Alien-TidyHTML5/.build/QgrRhzQpc8/blib/lib /tmp/Alien-TidyHTML5/.build/QgrRhzQpc8/blib/arch...
The following is a log on a freebsd 10.1 system, where the system's tidyp package is installed. Alien::Tidyp was installed earlier by answering this question: ``` Tidyp detected, wanna use...
The test fails on some of my smokers (mainly freebsd 13, 14, 15, but not all of them): ``` # Failed test 'It generated a standard header' # at t/01-help.t...
On FreeBSD with perls compiled with -Duselongdouble the module compilation fails: ``` ... cc -c -I. -Irabbitmq-include -Irabbitmq-include/unix -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe -DVERSION=\"2.40001\" -DXS_VERSION=\"2.40001\" -DPIC...
On my CentOS 6, CentOS 7 and Fedora 28 smokers I see the test suite failing like this: ``` t/line.t at t/lib/VimTest.pm line 7. -e at t/lib/VimTest.pm line 7.t/line.t ..................
The "Details" link on https://hierbautberlin.de/map?lat=52.50854&lng=13.595348&zoom=16.1&details=19859&detailsType=news_item which points to https://hierbautberlin.de/view_pdf/amtsblatt/abl_2023_17_1761_1912_online.pdf?ts=1681452185?page=106&title=Stra%C3%9Fenbenennung does not work: a white page with "Bad Request" appears. I suspect the additional querystring (seems to be new, and seems...