Date: Tue, 09 Apr 2019 12:47:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237161] p5-pperl does not work Message-ID: <bug-237161-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237161 Bug ID: 237161 Summary: p5-pperl does not work Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: src@ukr.net perl/p5-PPerl doesn't work on FreeBSD 12.0-RELEASE-p3 *** code *** #!/usr/local/bin/pperl my $pp =3D PersistentPerl->new; if($pp->i_am_perperl) { print "I am pperl\n"; } else { print "I'm NOT pperl\n"; } *** *** $ pperl aaa.pl=20 pperl: expected 'OK\n', got: '64377 recv_fd for 0 returned -1: Illegal seek $ netstat -na | grep aaa fffff80007c42500 stream 0 0 fffff80340dbc1e0 0=20= =20=20=20=20=20=20=20 0 0 /tmp//_data_jail_www_tmp_aaa_pl_0 $ cat /tmp//_data_jail_www_tmp_aaa_pl_0 0000064441XX 64441 recv_fd for 8 returned -1: Illegal seek --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237161-7788>