Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2017 11:13:46 +0200
From:      Kurt Jaeger <lists@opsec.eu>
To:        Geraint Edwards <gedge@yadn.org>
Cc:        perl@FreeBSD.org
Subject:   Re: perl5.26 vs devel/p5-Params-Classify ?
Message-ID:  <20170805091346.GA81427@home.opsec.eu>
In-Reply-To: <20170805084408.GJ26140@yadn.org>
References:  <20170805084408.GJ26140@yadn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> Alas, I've got a problem with the installation of the devel/p5-Params-Classify port
> which - I suspect - is beause I'm on perl5.26 (but I'm also recently on FreeBSD 11.1, so it may be that):
[...]

> => SHA256 Checksum OK for Params-Classify-0.015.tar.gz.
> ===>  Patching for p5-Params-Classify-0.015
> ===>   p5-Params-Classify-0.015 depends on package: p5-Devel-CallChecker>=0.003 - found
> ===>   p5-Params-Classify-0.015 depends on package: p5-Module-Build>=0.4206 - found
> ===>   p5-Params-Classify-0.015 depends on package: perl5>=5.26<5.27 - found
> ===>  Configuring for p5-Params-Classify-0.015
> Created MYMETA.yml and MYMETA.json
> Creating new 'Build' script for 'Params-Classify' version '0.015'
> ===>  Building for p5-Params-Classify-0.015
> Building Params-Classify
> ===>  Staging for p5-Params-Classify-0.015

Between the last two lines I have

cc -I/usr/local/lib/perl5/5.26/mach/CORE -DVERSION="0.015" -DXS_VERSION="0.015" -DPIC -fPIC -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -o lib/Params/Classify.o lib/Params/Classify.c
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Params/Classify/Classify.bs')
cc -shared -L/usr/local/lib/perl5/5.26/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Params/Classify/Classify.so lib/Params/Classify.o

That's what you're missing and this is why you do not have the .so
file.

It's cause is not 11.1 and it's not 5.26. Something else is wrong.

-- 
pi@opsec.eu            +49 171 3101372                         3 years to go !



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170805091346.GA81427>