Skip Menu |

This queue is for tickets about the GDGraph CPAN distribution.

Maintainer(s)' notes

There are plenty of good ideas of what people can do published here on the queue. Turning a patch from the tracker into a pull request is not one of them. In order to get maintainers' attention way more quickier, PR should have at least a sample included. We know it's hard to test images generating software, but it doesn't mean we can not test numbers produced by intermediate algorithms used to generate these images, so either a test or a sample.

Report information
The Basics
Id: 121121
Status: resolved
Priority: 0/
Queue: GDGraph

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

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



Subject: GD::Graph does not install with cpanm on Ubuntu 16.10, perl version 5.24.1
Running (Ubuntu 16.10, perl version 5.24.1): $ cpanm GD::Graph [...] Unpacking GD-2.56.tar.gz Entering GD-2.56 Checking configure dependencies from META.json Checking if you have Module::Build 0.42 ... Yes (0.4220) Checking if you have ExtUtils::Install 1.46 ... Yes (2.04) Configuring GD-2.56 Running Build.PL **UNRECOVERABLE ERROR** Could not find gdlib-config in the search path. Please install libgd 2.0.28 or higher. Running Makefile.PL Notice: Type perl Makefile.PL -h for command-line option summary. **UNRECOVERABLE ERROR** Could not find gdlib-config in the search path. Please install libgd 2.0.28 or higher. If you want to try to compile anyway, please rerun this script with the option --ignore_missing_gd. -> N/A -> FAIL Configure failed for GD-2.56. See /home/hakon/.cpanm/work/1492111069.20007/build.log for details. [...] According to this thread: https://github.com/libgd/libgd/issues/376 gdlib-config is dead. A pkg-config script should be used instead.
It's GD that you can not install. Could not find gdlib-config in the search path. Please install libgd 2.0.28 or higher. Running Makefile.PL Notice: Type perl Makefile.PL -h for command-line option summary. And it even provides details. -- Best regards, Ruslan.
Subject: Re: [rt.cpan.org #121121] Resolved: GD::Graph does not install with cpanm on Ubuntu 16.10, perl version 5.24.1
Date: Fri, 14 Apr 2017 16:21:08 +0200
To: bug-GDGraph [...] rt.cpan.org
From: Håkon Hægland <hakon.hagland [...] gmail.com>
Thanks for the quick reply! Show quoted text
>It's GD that you can not install.
No don't think so, I had of course tried to install libgd before submitting this ticket. Here is the commands I tried: $ sudo apt-get install libgd-dev $ sudo apt-get install libgd-perl None of these packages contained 'gdlib-config'. Then I tried search for packages containing 'gdlib-config': $ apt-file search gdlib-config But it gave me no result. Based on the link I gave above, I believe gdlib-config is dead (it has been removed from the newest Ubuntu packages). 2017-04-14 13:59 GMT+02:00 Ruslan Zakirov via RT <bug-GDGraph@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=121121 > > > According to our records, your request has been resolved. If you have any > further questions or concerns, please respond to this message. >
Have you read what you sent in the very first message? GD is a separate module and dependency of this. Text you provided says GD module fails to install. It's very unusual, but in Debian and Ubuntu gdlib-config is in libgd2-xpm-dev. See also http://blogs.perl.org/users/gabor_szabo/2012/07/what-package-provides-gdlib-config-in-your-distribution.html On Fri Apr 14 10:21:21 2017, hakon.hagland@gmail.com wrote: Show quoted text
> Thanks for the quick reply! >
> >It's GD that you can not install.
> > No don't think so, I had of course tried to install libgd before submitting > this ticket. Here is the commands I tried: > > $ sudo apt-get install libgd-dev > $ sudo apt-get install libgd-perl > > None of these packages contained 'gdlib-config'. Then I tried search for > packages containing 'gdlib-config': > > $ apt-file search gdlib-config > > But it gave me no result. Based on the link I gave above, I believe > gdlib-config is dead (it has been removed from the newest Ubuntu packages). > > > > 2017-04-14 13:59 GMT+02:00 Ruslan Zakirov via RT <bug-GDGraph@rt.cpan.org>: >
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=121121 > > > > > According to our records, your request has been resolved. If you have any > > further questions or concerns, please respond to this message. > >
-- Best regards, Ruslan.
Subject: Re: [rt.cpan.org #121121] GD::Graph does not install with cpanm on Ubuntu 16.10, perl version 5.24.1
Date: Fri, 14 Apr 2017 22:50:13 +0200
To: bug-GDGraph [...] rt.cpan.org
From: Håkon Hægland <hakon.hagland [...] gmail.com>
Show quoted text
> It's very unusual, but in Debian and Ubuntu gdlib-config is in
libgd2-xpm-dev: Actually it is not in libgd2-xpm-dev: $ sudo apt-get install libgd2-xpm-dev Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libgd-dev' instead of 'libgd2-xpm-dev' libgd-dev is already the newest version (2.2.1-1ubuntu3.3). The following packages were automatically installed and are no longer required: linux-headers-4.8.0-39 linux-headers-4.8.0-39-generic linux-headers-4.8.0-41 linux-headers-4.8.0-41-generic linux-image-4.8.0-39-generic linux-image-4.8.0-41-generic linux-image-extra-4.8.0-39-generic linux-image-extra-4.8.0-41-generic linux-signed-image-4.8.0-39-generic linux-signed-image-4.8.0-41-generic Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded. So it would install libgd-dev instead (which I have already installed). Also $ dpkg -L libgd-dev | grep gdlib-config [ no output ] It seems from the link you gave to Szabo's blog that gdlib-config was present in that package 5 years ago, but no longer is. (Trying to install GD module does not help: cpanm GD gives same error message as cpanm GD::Graph ) 2017-04-14 18:15 GMT+02:00 Ruslan Zakirov via RT <bug-GDGraph@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=121121 > > > > Have you read what you sent in the very first message? GD is a separate > module and dependency of this. Text you provided says GD module fails to > install. It's very unusual, but in Debian and Ubuntu gdlib-config is in > libgd2-xpm-dev. See also http://blogs.perl.org/users/ > gabor_szabo/2012/07/what-package-provides-gdlib-config- > in-your-distribution.html > > On Fri Apr 14 10:21:21 2017, hakon.hagland@gmail.com wrote:
> > Thanks for the quick reply! > >
> > >It's GD that you can not install.
> > > > No don't think so, I had of course tried to install libgd before
> submitting
> > this ticket. Here is the commands I tried: > > > > $ sudo apt-get install libgd-dev > > $ sudo apt-get install libgd-perl > > > > None of these packages contained 'gdlib-config'. Then I tried search for > > packages containing 'gdlib-config': > > > > $ apt-file search gdlib-config > > > > But it gave me no result. Based on the link I gave above, I believe > > gdlib-config is dead (it has been removed from the newest Ubuntu
> packages).
> > > > > > > > 2017-04-14 13:59 GMT+02:00 Ruslan Zakirov via RT <
> bug-GDGraph@rt.cpan.org>:
> >
> > > <URL: https://rt.cpan.org/Ticket/Display.html?id=121121 > > > > > > > According to our records, your request has been resolved. If you have
> any
> > > further questions or concerns, please respond to this message. > > >
> > > -- > Best regards, Ruslan. >