This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Attn. Maintainers] Perl 5.26.1-RC1


On 24/09/2017 19:24, Marco Atzeri wrote:
On 24/09/2017 11:25, Achim Gratz wrote:
Marco Atzeri writes:
I am uploading as test

Please hold on until I have uploaded the release version sometime later
today.  You need to build with that, not the RC1 if you are going to put
it on the official Cygwin distribution.

I will re-run the tests and if needed re-build


Achim,

rebuilding GraphicsMagick with 5.26-1 I noted that the
perl files have not changed location from previous build with RC1:


 $ cygport GraphicsMagick.cygport list |grep perl
  /usr/lib/perl5/vendor_perl/5.26/x86_64-cygwin-threads/Graphics/Magick.pm

/usr/lib/perl5/vendor_perl/5.26/x86_64-cygwin-threads/auto/Graphics/Magick/Magick.dll

/usr/lib/perl5/vendor_perl/5.26/x86_64-cygwin-threads/auto/Graphics/Magick/autosplit.ix


cygcheck -l perl-Graphics-Magick
/usr/lib/perl5/vendor_perl/5.26/x86_64-cygwin-threads/auto/Graphics/Magick/autosplit.ix
/usr/lib/perl5/vendor_perl/5.26/x86_64-cygwin-threads/auto/Graphics/Magick/Magick.dll
/usr/lib/perl5/vendor_perl/5.26/x86_64-cygwin-threads/Graphics/Magick.pm
/usr/share/man/man3/Graphics.Magick.3pm.gz


but the same cygport instruction
perl_Graphics_Magick_CONTENTS="${PERL_VENDORLIB:1}/ usr/share/man/man3/"

now fails

>>> perl-Graphics-Magick-1.3.26-3.tar.xz
tar: usr/share/perl5/vendor_perl/5.26: Cannot stat: No such file or directory
usr/share/man/man3/
usr/share/man/man3/Graphics.Magick.3pm.gz


so PERL_VENDORLIB has changed from
  /usr/lib/perl5/vendor_perl/5.26
to
  /usr/share/perl5/vendor_perl/5.26

but nothing is installed on /usr/share/perl5/vendor_perl/5.26

It is a perl issue or a cygport glitch ?


Regards
Marco


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]