Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563376 - dev-perl/PDL-2.4.11 returns realloc failure during demo
Summary: dev-perl/PDL-2.4.11 returns realloc failure during demo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on: 599548
Blocks:
  Show dependency tree
 
Reported: 2015-10-18 08:16 UTC by Lukas Oliva
Modified: 2017-03-19 18:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info,7.44 KB, text/plain)
2015-10-18 08:16 UTC, Lukas Oliva
Details
equery g PDL (equery_g_PDL,1.66 KB, application/octet-stream)
2015-10-18 08:17 UTC, Lukas Oliva
Details
equery u PDL (equery_u_PDL,649 bytes, text/plain)
2015-10-18 08:54 UTC, Lukas Oliva
Details
equery u perl (equery_u_perl,620 bytes, text/plain)
2015-10-18 08:55 UTC, Lukas Oliva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Oliva 2015-10-18 08:16:55 UTC
Created attachment 414824 [details]
emerge --info

When running the PDL demo, I got following error:

demo pdl
----

	Welcome to a short tour of PDL's capabilities.

...

---- (press enter)
---- Code:
	# So you can do things like
	$b = $a + 0.1 * xvals($a) + 0.01 * yvals($a);
	print $b;
---- Output:
*** Error in `/usr/bin/perl': realloc(): invalid next size: 0x0000000000b18f40 ***

Relevant info attached
Comment 1 Lukas Oliva 2015-10-18 08:17:50 UTC
Created attachment 414826 [details]
equery g PDL
Comment 2 Lukas Oliva 2015-10-18 08:54:48 UTC
Created attachment 414834 [details]
equery u PDL
Comment 3 Lukas Oliva 2015-10-18 08:55:27 UTC
Created attachment 414836 [details]
equery u perl
Comment 4 Lukas Oliva 2016-02-15 21:29:21 UTC
I tried the same version on Debian and the demo worked.
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2016-10-29 18:02:03 UTC
Please test 2.17.0 (just committed)
Comment 6 Andreas K. Hüttel archtester gentoo-dev 2017-03-17 22:52:32 UTC
Fixed in 2.17.0

commit fb3308414d3e7ffda6d3b50514bef8e869086028
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Fri Mar 17 23:51:46 2017 +0100

    dev-perl/PDL: Remove old
    
    Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/PDL/Manifest                           |   1 -
 dev-perl/PDL/PDL-2.4.11.ebuild                  | 115 -------------------------------------------------------------------------------------------------------------------
 dev-perl/PDL/files/PDL-2.4.11-fortran.patch     |  22 ----------------------
 dev-perl/PDL/files/PDL-2.4.11-shared-fftw.patch |  11 -----------
 dev-perl/PDL/files/PDL-2.4.11-shared-hdf.patch  |  36 ------------------------------------
 dev-perl/PDL/files/PDL-2.4.2-makemakerfix.patch |  20 --------------------
 dev-perl/PDL/metadata.xml                       |   1 -
 7 files changed, 206 deletions(-)
Comment 7 Lukas Oliva 2017-03-19 18:20:02 UTC
  Hi Andreas,
sorry that I did not test the version you provided as i had some mail issues and did not read the mail notification. Anyway, your fix works now. Thanks much for your effort.

  Lukas