Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 123121
Status: open
Priority: 0/
Queue: Tk

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

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



Subject: 804.034 cannot be tested on macOS
Date: Mon, 25 Sep 2017 10:01:14 +0200
To: bug-Tk [...] rt.cpan.org
From: Gintautas Grigelionis <g.grigelionis [...] gmail.com>
... because the generated Makefile lacks an appropriate test target.
On 2017-09-25 04:01:23, g.grigelionis@gmail.com wrote: Show quoted text
> ... because the generated Makefile lacks an appropriate test target.
I think you're referring to this fail report: http://www.cpantesters.org/cpan/report/724663cc-8cc4-11e7-8f15-f427a774fb86 It is possible to get a pass report on a mac: http://www.cpantesters.org/cpan/report/b1533468-9e5e-11e7-946f-e26ad98bfe85 Currently I don't have a mac available (but maybe at the end of the week). Just an idea for checking: probably you don't have zlib installed and the bundled zlib is used, but this one does not seem to build correctly. Can you try to install a zlib package (e.g. with homebrew) and build & test again?
Subject: Re: [rt.cpan.org #123121] 804.034 cannot be tested on macOS
Date: Tue, 26 Sep 2017 12:24:01 +0200
To: bug-Tk [...] rt.cpan.org
From: Gintautas Grigelionis <g.grigelionis [...] gmail.com>
Just installing zlib from homebrew doesn't help. The culprit seems to be the bundled PNG library make -n test ... cd libpng && make test_dynamic "CC=cc " RANLIB="/usr/bin/ar s" make[2]: *** No rule to make target `test_dynamic'. Stop. 2017-09-25 22:31 GMT+02:00 Slaven_Rezic via RT <bug-Tk@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=123121 > > > On 2017-09-25 04:01:23, g.grigelionis@gmail.com wrote:
> > ... because the generated Makefile lacks an appropriate test target.
> > I think you're referring to this fail report: > http://www.cpantesters.org/cpan/report/724663cc-8cc4- > 11e7-8f15-f427a774fb86 > > It is possible to get a pass report on a mac: > http://www.cpantesters.org/cpan/report/b1533468-9e5e- > 11e7-946f-e26ad98bfe85 > > Currently I don't have a mac available (but maybe at the end of the week). > Just an idea for checking: probably you don't have zlib installed and the > bundled zlib is used, but this one does not seem to build correctly. Can > you try to install a zlib package (e.g. with homebrew) and build & test > again? > >
Can you confirm that installing png from homebrew (libpng, pnglib, whatever it's called) fixes the problem? On 2017-09-26 06:24:39, g.grigelionis@gmail.com wrote: Show quoted text
> Just installing zlib from homebrew doesn't help. The culprit seems to be > the bundled PNG library > > make -n test > ... > > cd libpng && make test_dynamic "CC=cc " RANLIB="/usr/bin/ar s" > > make[2]: *** No rule to make target `test_dynamic'. Stop. > > 2017-09-25 22:31 GMT+02:00 Slaven_Rezic via RT <bug-Tk@rt.cpan.org>: >
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=123121 > > > > > On 2017-09-25 04:01:23, g.grigelionis@gmail.com wrote:
> > > ... because the generated Makefile lacks an appropriate test target.
> > > > I think you're referring to this fail report: > > http://www.cpantesters.org/cpan/report/724663cc-8cc4- > > 11e7-8f15-f427a774fb86 > > > > It is possible to get a pass report on a mac: > > http://www.cpantesters.org/cpan/report/b1533468-9e5e- > > 11e7-946f-e26ad98bfe85 > > > > Currently I don't have a mac available (but maybe at the end of the week). > > Just an idea for checking: probably you don't have zlib installed and the > > bundled zlib is used, but this one does not seem to build correctly. Can > > you try to install a zlib package (e.g. with homebrew) and build & test > > again? > > > >
Subject: Re: [rt.cpan.org #123121] 804.034 cannot be tested on macOS
Date: Wed, 27 Sep 2017 06:39:07 +0200
To: bug-Tk [...] rt.cpan.org
From: Gintautas Grigelionis <g.grigelionis [...] gmail.com>
No, libpng (1.6.32) from homebrew is ignored. 2017-09-26 20:50 GMT+02:00 Slaven_Rezic via RT <bug-Tk@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=123121 > > > Can you confirm that installing png from homebrew (libpng, pnglib, > whatever it's called) fixes the problem? > > On 2017-09-26 06:24:39, g.grigelionis@gmail.com wrote:
> > Just installing zlib from homebrew doesn't help. The culprit seems to be > > the bundled PNG library > > > > make -n test > > ... > > > > cd libpng && make test_dynamic "CC=cc " RANLIB="/usr/bin/ar s" > > > > make[2]: *** No rule to make target `test_dynamic'. Stop. > > > > 2017-09-25 22:31 GMT+02:00 Slaven_Rezic via RT <bug-Tk@rt.cpan.org>: > >
> > > <URL: https://rt.cpan.org/Ticket/Display.html?id=123121 > > > > > > > On 2017-09-25 04:01:23, g.grigelionis@gmail.com wrote:
> > > > ... because the generated Makefile lacks an appropriate test target.
> > > > > > I think you're referring to this fail report: > > > http://www.cpantesters.org/cpan/report/724663cc-8cc4- > > > 11e7-8f15-f427a774fb86 > > > > > > It is possible to get a pass report on a mac: > > > http://www.cpantesters.org/cpan/report/b1533468-9e5e- > > > 11e7-946f-e26ad98bfe85 > > > > > > Currently I don't have a mac available (but maybe at the end of the
> week).
> > > Just an idea for checking: probably you don't have zlib installed and
> the
> > > bundled zlib is used, but this one does not seem to build correctly.
> Can
> > > you try to install a zlib package (e.g. with homebrew) and build & test > > > again? > > > > > >
> > > >