Skip Menu |

This queue is for tickets about the PGPLOT CPAN distribution.

Report information
The Basics
Id: 121668
Status: resolved
Priority: 0/
Queue: PGPLOT

People
Owner: Nobody in particular
Requestors: ye_chirkov [...] list.ru
Cc:
AdminCc:

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



Date: Sun, 14 May 2017 00:08:47 +0300
To: bug-PGPLOT [...] rt.cpan.org
From: Евгений Чирков <ye_chirkov [...] list.ru>
Hello, sorry for my  English. It is possible  that I find the bug in  PGPLOT-2.21. I am use on Windows Vista  Home Premium sp2, Citrus Perl 5.24.1.31x86  and  have not problem with install  other modules ( for example, Menlo 1.9004, PDl  2.017) When Itry to install  with , cpan, cpanm, and  manualy  (using dmake) PGPLOT-2.21, I cannot do it. In last case  I have $ perl Makefile.PL ExtUtils::F77: Version 1.20 Loaded ExtUtils::F77 version 1.20 Found compiler gfortran.exe ExtUtils::F77: Using system=MSWin32 compiler=<undefined>          ExtUtils::F77: Unable to guess and/or validate system/compiler configuration          ExtUtils::F77: Will try system=Generic Compiler=GFortran ExtUtils::F77: Validating -LC:/perl/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.3 -L/usr/lib -lgfortran -lquadmath -lm   [ok] ExtUtils::F77: Compiler: gfortran ExtUtils::F77: Cflags: -O Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -lX11 Warning (mostly harmless): No library found for -lpng Generating a dmake-style Makefile Writing Makefile for PGPLOT Writing MYMETA.yml and MYMETA.json Yeugeny@YEUGENY-ПК c:\P $ dmake test dmake:  makefile:  line 287:  Error: -- Missing targets or attributes in rule When I  look in makefile:  line 287, I see 286# --- MakeMaker depend section: 287 $(OBJECT) : pgfun.c arrays.c PGPLOT.c When I look  into PGPLOT-2.21.tar.gz  I find there pgfun.c,  arrays.c and did not find PGPLOT.c (only PGPLOT.xs)   Thanks for attention, Yeugeny
Hi Евгений, It seems dmake is not seeing the rest of the build dependencies which would create PGPLOT.c out of PGPLOT.xs. Could you attach your Makefile, and also give what version of ExtUtils::MakeMaker you have?