Re: migrate from Embperl 1.3 to 2.x

2014-05-21 Thread Florian Schlichting
Hi Dirk, > I want to start with a 64bit amd64 Debian and that will likely use Apache 2.4 > and > Embperl 2.4. > > Are there any usable debian packages to set up Embperl and Apache using > mod_perl? In Debian, Apache 2.4 is available from Jessie (currently "testing"), which also contains an up-

Re: Problem with "last" label

2014-01-29 Thread Florian Schlichting
code point 0x80 in POD and as a string constant, which is the EURO sign from Windows-1252 but unavailable in latin1, 0xA4 in iso8859-15, U+20AC or perhaps best spelled out as 'EUR' Author: Florian Schlichting --- a/Changes.pod +++ b/Changes.pod @@ -1,6 +1,8 @@ =pod -=head 2.5.0 +=en

test failure(s) with Apache 2.4

2013-08-15 Thread Florian Schlichting
Hi Gerald, thank you for your work regarding Perl 5.18, which I hope to be able to look at soon. In the meantime, I have been struggling to make Embperl work with Apache 2.4, which is now in Debian testing/unstable for a few weeks. Compiling Embperl was relatively straight-forward; all I needed t

embperl: test failure with perl 5.18

2013-05-26 Thread Florian Schlichting
Hi Gerald, Debian is preparing to transition to perl 5.18, and test rebuilds of all packages have revealed a problem with embperl (tracked at http://bugs.debian.org/709668): > This package FTBFS with perl 5.18 from experimental (in a clean sbuild > session): > > #51 escape.htm... >

Re: build failures on arm, mips: -m32 not available

2012-12-01 Thread Florian Schlichting
Hi Gerald, > please check if http://www.embperl.org/downloads/Embperl-2.5.0_3.tar.gz fixes > the issue sorry for taking so long to respond - I removed our proposed patch and instead updated to Embperl 2.5.0_3, which built just as well on all architectures including sparc and powerpc. So yes, RC3

Re: build failures on arm, mips: -m32 not available

2012-10-22 Thread Florian Schlichting
gt; -Original Message- > > From: Florian Schlichting [mailto:fschl...@zedat.fu-berlin.de] > > Sent: Saturday, October 20, 2012 9:53 PM > > To: Gerald Richter - ECOS; embperl@perl.apache.org > > Subject: build failures on arm, mips: -m32 not available > >

build failures on arm, mips: -m32 not available

2012-10-20 Thread Florian Schlichting
Hi, I'm forwarding Debian bug http://bugs.debian.org/691032 - Embperl 2.5.0 RC2 fails to build on armel/armhf, mips/mipsel, s390 due to -m32 not being available on those platforms as a valid gcc flag. The use of -m32 in Makefile.PL was introduced in Embperl 2.4.0 along with $perl32bit, to have Em