Skip Menu |

This queue is for tickets about the PDL-Graphics-PLplot CPAN distribution.

Report information
The Basics
Id: 69328
Status: open
Priority: 0/
Queue: PDL-Graphics-PLplot

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

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



Subject: Fail on Architecture x86_64
Please see attached file for details. This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-multi-2level Darwin ath2o.mac.jcu.edu.au 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 In the Makefile.PL I had to add ``/opt/local/include/plplot'' so that make could find the header file plplot.h I used MacPorts to install plplot and there is no issue in using plplot in C code.
Subject: pdl_graphics_plplot-0.56_make_attempt_x86_64.txt

Message body is not shown because it is too large.

CC: perldl [...] jach.hawaii.edu
Subject: Re: [rt.cpan.org #69328] Fail on Architecture x86_64
Date: Thu, 7 Jul 2011 10:02:28 -0600 (MDT)
To: "Daniel P. Atwater via RT" <bug-PDL-Graphics-PLplot [...] rt.cpan.org>
From: Doug Hunt <dhunt [...] ucar.edu>
Hi Daniel: It seems that many perl library symbols are not being found. Where is perl installed? Somehow is seems that the step: LD_RUN_PATH="/opt/local/lib" env MACOSX_DEPLOYMENT_TARGET=10.6 \ /usr/bin/gcc-4.2 -shared -L/opt/local/lib -L/usr/local/lib \ PLplot.o -o blib/arch/auto/PDL/Graphics/PLplot/PLplot.bundle \ -L/opt/local/lib -lplplotd -lX11 \ which on my Linux machine does not check for perl libraries does so (and fails to find them) on your Mac. I don't know enough about Mac development to understand this. I'm CC'ing the PDL list, maybe someone there has some ideas. Regards, Doug Hunt dhunt@ucar.edu Software Engineer UCAR - COSMIC, Tel. (303) 497-2611 On Thu, 7 Jul 2011, Daniel P. Atwater via RT wrote: Show quoted text
> Thu Jul 07 00:36:02 2011: Request 69328 was acted upon. > Transaction: Ticket created by dpath2o > Queue: PDL-Graphics-PLplot > Subject: Fail on Architecture x86_64 > Broken in: 0.56 > Severity: Important > Owner: Nobody > Requestors: danielpath2o@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=69328 > > > > Please see attached file for details. > > This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-multi-2level > > Darwin ath2o.mac.jcu.edu.au 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT > 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 > > In the Makefile.PL I had to add ``/opt/local/include/plplot'' so that make could find the header > file plplot.h > > I used MacPorts to install plplot and there is no issue in using plplot in C code. >