Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76288 - new version of dmalloc out (5.4.2)
Summary: new version of dmalloc out (5.4.2)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High enhancement
Assignee: Aaron Walker (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-01 00:34 UTC by Jeff Ames
Modified: 2005-01-21 08:48 UTC (History)
0 users

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


Attachments
DESTDIR patch for 5.3.0 (dmalloc-5.3.0-destdir.patch,4.24 KB, patch)
2005-01-01 08:33 UTC, Jeff Ames
Details | Diff
DESTDIR patch for 5.4.2 (dmalloc-5.4.2-destdir.patch,4.25 KB, patch)
2005-01-01 08:34 UTC, Jeff Ames
Details | Diff
revised dmalloc-5.3.0.ebuild (dmalloc-5.3.0.ebuild,926 bytes, text/plain)
2005-01-01 08:35 UTC, Jeff Ames
Details
new dmalloc-5.4.2.ebuild (dmalloc-5.4.2.ebuild,926 bytes, text/plain)
2005-01-01 08:36 UTC, Jeff Ames
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Ames 2005-01-01 00:34:48 UTC
dmalloc 5.4.2 is available
Comment 1 Jeff Ames 2005-01-01 08:32:42 UTC
Here's are new ebuilds for 5.3.0 and 5.4.2, with a couple fixes.  Changes:
  - added DESTDIR's to Makefile.in
  - changed make command to use DESTDIR
  - added -j1 to MAKEOPTS (there's a "mv aout dmalloc" and "mv aout dmalloc_t" race)

The reason for the DESTDIR change is that otherwise when using a profile that passes libdir into configure, it ends up hard-coding the library paths, resulting in sandbox violations.

The fpic patch is the same as the 5.3.0 one.

I didn't look into the 4.8.2 ebuild at all....
Comment 2 Jeff Ames 2005-01-01 08:33:17 UTC
Created attachment 47318 [details, diff]
DESTDIR patch for 5.3.0
Comment 3 Jeff Ames 2005-01-01 08:34:05 UTC
Created attachment 47319 [details, diff]
DESTDIR patch for 5.4.2
Comment 4 Jeff Ames 2005-01-01 08:35:14 UTC
Created attachment 47320 [details]
revised dmalloc-5.3.0.ebuild
Comment 5 Jeff Ames 2005-01-01 08:36:02 UTC
Created attachment 47321 [details]
new dmalloc-5.4.2.ebuild
Comment 6 Aaron Walker (RETIRED) gentoo-dev 2005-01-21 07:40:25 UTC
Jeff, just a FYI, almost 1/2 the docs don't get installed with those ebuilds, but that's not entirely your fault as until this morning that's how they were in portage.  Upstream moved them to ${S}/docs a release or two it looks like.

Anyways, I'll get this committed asap.
Comment 7 Aaron Walker (RETIRED) gentoo-dev 2005-01-21 08:48:17 UTC
Fixed.  Thanks much ;)