Skip Menu |

This queue is for tickets about the PGPLOT CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: fsfs [...] debian.org
Cc:
AdminCc:

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



Subject: [PATCH] do not link against unused libraries
Date: Thu, 24 Apr 2014 18:52:20 +0200
To: bug-pgplot [...] rt.cpan.org
From: Florian Schlichting <fsfs [...] debian.org>
In Debian we are currently applying the attached patch to PGPLOT. We thought you might be interested in it, too. Description: do not link against unused libraries dpkg-shlibdeps complained about useless dependencies on libgfortran.so.3, libpng12.so.0, libX11.so.6 and libm.so.6 Author: Florian Schlichting <fsfs@debian.org> Linking succeeds with just "L/usr/lib -L/usr/local/lib -lcpgplot -lpgplot", "-lX11 -lpng -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib -lgfortran -lm" seems to be unneeded. Thanks in advance, Florian Schlichting, Debian Perl Group

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #95006] [PATCH] do not link against unused libraries
Date: Fri, 25 Apr 2014 11:39:07 +1000
To: "bug-PGPLOT [...] rt.cpan.org" <bug-PGPLOT [...] rt.cpan.org>
From: Karl Glazebrook <karlglazebrook [...] mac.com>
Thanks, yes. - Karl Show quoted text
> On 25 Apr 2014, at 2:53 am, "fsfs@debian.org via RT" <bug-PGPLOT@rt.cpan.org> wrote: > > Thu Apr 24 12:53:32 2014: Request 95006 was acted upon. > Transaction: Ticket created by fsfs@debian.org > Queue: PGPLOT > Subject: [PATCH] do not link against unused libraries > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: fsfs@debian.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=95006 > > > > In Debian we are currently applying the attached patch to PGPLOT. > We thought you might be interested in it, too. > > Description: do not link against unused libraries > dpkg-shlibdeps complained about useless dependencies on libgfortran.so.3, > libpng12.so.0, libX11.so.6 and libm.so.6 > Author: Florian Schlichting <fsfs@debian.org> > > Linking succeeds with just "L/usr/lib -L/usr/local/lib -lcpgplot -lpgplot", > "-lX11 -lpng -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib -lgfortran -lm" > seems to be unneeded. > > Thanks in advance, > Florian Schlichting, Debian Perl Group > > <useless_dependency.patch>
Karl, want me to apply this? It's not in the codebase yet.
Subject: Re: [rt.cpan.org #95006] [PATCH] do not link against unused libraries
Date: Tue, 26 Mar 2019 22:03:55 +0900
To: bug-PGPLOT [...] rt.cpan.org
From: Karl Glazebrook <karlglazebrook [...] mac.com>
I honestly don’t know about this one Karl Show quoted text
> On 18 Mar 2019, at 1:34 am, Ed J via RT <bug-PGPLOT@rt.cpan.org> wrote: > > Queue: PGPLOT > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=95006 > > > Closing this in favour of https://github.com/PDLPorters/perl5-PGPLOT/pull/6