Skip Menu |

This queue is for tickets about the SQL-Yapp CPAN distribution.

Report information
The Basics
Id: 84338
Status: resolved
Priority: 0/
Queue: SQL-Yapp

People
Owner: Nobody in particular
Requestors: cocacrispy [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.001
Fixed in: 2



Subject: Cannot install in Strawberry Perl
Hello, This module will not install on CPAN for strawberry perl. If you have some time, could you take a look? Perl version: This is perl 5, version 16, subversion 2 (v5.16.2) built for MSWin32-x64-multi-thread SQL::Yapp 1.001 Windows 7 64bit Strawberry Perl 5.16.2 CPAN output: ------------------------------------------- CPAN.pm: Building T/TH/THEILING/SQL-Yapp-1.001.tar.gz Checking if your kit is complete... Looks good Both ABSTRACT_FROM and ABSTRACT are set. Ignoring ABSTRACT_FROM. Writing Makefile for SQL::Yapp Writing MYMETA.yml and MYMETA.json CPAN: Module::CoreList loaded ok (v2.76) mkdir -p blib/html/SQL The syntax of the command is incorrect. dmake.exe: Error code 129, while making 'blib\html\SQL\Yapp.html' THEILING/SQL-Yapp-1.001.tar.gz C:\Ejypt\strawberry\c\bin\dmake.exe -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Stopping: 'install' failed for 'SQL::Yapp'. ------------------------------------------ Please let me know if you need any more info. Best, Komodo
On Mon Apr 01 10:03:58 2013, komodo wrote: Show quoted text
>... > mkdir -p blib/html/SQL > The syntax of the command is incorrect. >...
Are you sure this is a problem with this particular package?
On 2016-04-24 06:19:14, THEILING wrote: Show quoted text
> On Mon Apr 01 10:03:58 2013, komodo wrote:
> >... > > mkdir -p blib/html/SQL > > The syntax of the command is incorrect. > >...
> > Are you sure this is a problem with this particular package? > >
This command does not work on Windows systems: mkdir -p blib/html/SQL
On Sun Apr 24 10:08:26 2016, SREZIC wrote: Show quoted text
>... > This command does not work on Windows systems: > > mkdir -p blib/html/SQL
Yeah, I know. But it's not in my code. None of the files of this distribution contains a mkdir command. And actually, the Makefile my MakeMaker generates does not contain any mkdir command either. That's why I'm suggesting it's not my package, maybe a broken Makefile generator.
On 2016-04-27 12:15:49, THEILING wrote: Show quoted text
> On Sun Apr 24 10:08:26 2016, SREZIC wrote:
> > ... > > This command does not work on Windows systems: > > > > mkdir -p blib/html/SQL
> > Yeah, I know. But it's not in my code. None of the files of this > distribution contains a mkdir command. > > And actually, the Makefile my MakeMaker generates does not contain any > mkdir command either. > > That's why I'm suggesting it's not my package, maybe a broken Makefile > generator.
The mkdir happened in older versions of the distribution: https://metacpan.org/source/THEILING/SQL-Yapp-1.001/Makefile.PL#L9 It is gone in newer versions, so probably it's safe to close this ticket.
On Thu Apr 28 02:21:50 2016, SREZIC wrote: Show quoted text
>... > The mkdir happened in older versions of the distribution: > https://metacpan.org/source/THEILING/SQL-Yapp-1.001/Makefile.PL#L9 > > It is gone in newer versions, so probably it's safe to close this ticket.
Thanks for noting that! There was a postamble in 1.x, so that's where this came from. OK, so it's fixed.