Skip Menu |

This queue is for tickets about the XML-Schema CPAN distribution.

Report information
The Basics
Id: 3274
Status: new
Priority: 0/
Queue: XML-Schema

People
Owner: Nobody in particular
Requestors: muenalan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: [perl5.8.0/win32] NMAKE : fatal error U1095: expanded command line ... too long
I used this module on perl5.6.1, but on perl5.8.0 it has this issue. Seems like the commandline generation changed between the releases of any ExtUtils::* . I had exact the problem for the "a-lot-of-files" Regexp::Common 2.113 release. PS: I have no suggestion to solve that problem. May be this should be forwarded to some ExtUtils::* module author. Greetings, Murat CPAN.pm: Going to build A/AB/ABW/XML-Schema-0.07.tar.gz Checking if your kit is complete... Warning: the following files are missing in your kit: docs/lib/view/default/LIST Please inform the author. Writing Makefile for XML::Schema Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. NMAKE : fatal error U1095: expanded command line '@ C:\Programme\Perl\bin\perl.exe -MExtUtils::Install -e "pm_to_blib({@ARGV}, 'blib\lib\auto', '')" lib/XML/Schema/Particle/Choice.pm blib\lib\XML\Schema\Particle\Choice.pm lib/XML/Schema/Content.pm blib\lib\XML\Schema\Content.pm lib/XML/Schema/Element.pm blib\lib\XML\Schema\Element.pm lib/XML/Schema/Type/Simpl e.pm blib\lib\XML\Schema\Type\Simple.pm lib/XML/Schema/Type/List.pm blib\lib\XML\Schema\Type\List.pm lib/XML/Schema/Scheduler.pm blib\lib\XML\Schema\Scheduler.pm lib/XML/Schema/Pa rticle/Sequence.pm blib\lib\XML\Schema\Particle\Sequence.pm lib/XML/Schema/Handler.pm blib\lib\XML\Schema\Handler.pm lib/XML/Schema/Scope.pm blib\lib\XML\Schema\Scope.pm lib/XML/S chema/Wildcard.pm blib\lib\XML\Schema\Wildcard.pm lib/XML/Schema/Type.pm blib\lib\XML\Schema\Type.pm lib/XML/Schema/Constants.pm blib\lib\XML\Schema\Constants.pm lib/XML/Schema/Ha ndler/Simple.pm blib\lib\XML\Schema\Handler\Simple.pm lib/XML/Schema/Base.pm blib\lib\XML\Schema\Base.pm lib/XML/Schema/Parser.pm blib\lib\XML\Schema\Parser.pm lib/XML/Schema/Face t/Builtin.pm blib\lib\XML\Schema\Facet\Builtin.pm lib/XML/Schema/Attribute.pm blib\lib\XML\Schema\Attribute.pm lib/XML/Schema/Particle/Element.pm blib\lib\XML\Schema\Particle\Eleme nt.pm lib/XML/Schema.pm blib\lib\XML\Schema.pm lib/XML/Schema/Exception.pm blib\lib\XML\Schema\Exception.pm lib/XML/Schema/Type/Provider.pm blib\lib\XML\Schema\Type\Provider.pm l ib/XML/Schema/Type/Complex.pm blib\lib\XML\Schema\Type\Complex.pm lib/XML/Schema/Type/Builtin.pm blib\lib\XML\Schema\Type\Builtin.pm lib/XML/Schema/Handler/Schema.pm blib\lib\XML\S chema\Handler\Schema.pm lib/XML/Schema/Test.pm blib\lib\XML\Schema\Test.pm lib/XML/Schema/Scoped.pm blib\lib\XML\Schema\Scoped.pm lib/XML/Schema/Attribute/Group.pm blib\lib\XML\Sc hema\Attribute\Group.pm lib/XML/Schema/Facet.pm blib\lib\XML\Schema\Facet.pm lib/XML/Schema/Instance.pm blib\lib\XML\Schema\Instance.pm lib/XML/Schema/Handler/Complex.pm blib\lib\ XML\Schema\Handler\Complex.pm lib/XML/Schema/Factory.pm blib\lib\XML\Schema\Factory.pm lib/XML/Schema/Type/Union.pm blib\lib\XML\Schema\Type\Union.pm lib/XML/Schema/Particle.pm bl ib\lib\XML\Schema\Particle.pm lib/XML/Schema/Annotation.pm blib\lib\XML\Schema\Annotation.pm' too long Stop. w:\bin\nmake -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Show quoted text
cpan>
From: muenalan [...] cpan.org
[guest - Sun Aug 17 18:08:55 2003]: Problem was ExtUtils::MakeMaker, see discussion at http://rt.cpan.org/NoAuth/Bug.html?id=3275. Greetings, Murat