GNU Astronomy Utilities - Bugs: bug #49459, rpl_malloc: make check fails when...
You are not allowed to post comments on this tracker with your current authentication level.
bug #49459: rpl_malloc: make check fails when linking with library
Submitter: | Mohammad Akhlaghi <makhlaghi> | ||
Submitted: | Thu 27 Oct 2016 04:41:48 PM UTC | ||
Category: | Installation | Severity: | 3 - Normal |
Item Group: | Crash | Status: | Fixed |
Privacy: | Public | Assigned to: | makhlaghi |
Open/Closed: | Closed |
Fri 28 Oct 2016 08:21:17 AM UTC, comment #2: |
Mohammad Akhlaghi <makhlaghi>![]() ![]() |
Thu 27 Oct 2016 05:02:25 PM UTC, comment #1: Sorry, on re-reading the text of this bug-report, I noticed that I forgot to explain the problem completely.
|
Mohammad Akhlaghi <makhlaghi>![]() ![]() |
Thu 27 Oct 2016 04:41:48 PM UTC, original submission:
Autoconf's test of `malloc' can fail some times. So it will call a function called `rpl_malloc' instead. The situation is described described in the autoconf manual (under the `AC_FUNC_MALLOC' macro).
|
Mohammad Akhlaghi <makhlaghi>![]() ![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 3 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2016-10-28 | makhlaghi | Status | Confirmed | ![]() |
Fixed |
Assigned to | None | ![]() |
makhlaghi | ||
Open/Closed | Open | ![]() |
Closed |
The problem is now fixed and pushed to the main repo. The problem was that I thought `AC_FUNC_MALLOC' is included by Gnulib, so after a check, I saw it isn't and we have to call it ourselves.