GNU Astronomy Utilities - Bugs: bug #52427, Libtool checks only in non-current...
You are not allowed to post comments on this tracker with your current authentication level.
bug #52427: Libtool checks only in non-current directory
Submitter: | Mohammad Akhlaghi <makhlaghi> | ||
Submitted: | Fri 17 Nov 2017 10:46:45 AM UTC | ||
Category: | Installation | Severity: | 3 - Normal |
Item Group: | Crash | Status: | Fixed |
Privacy: | Public | Assigned to: | makhlaghi |
Open/Closed: | Closed |
Fri 17 Nov 2017 10:52:54 AM UTC, comment #1: |
Mohammad Akhlaghi <makhlaghi>![]() ![]() |
Fri 17 Nov 2017 10:46:45 AM UTC, original submission:
At configure time, Gnuastro needs to check if the system has GNU Libtool installed. On my system, the configure script (following PATH), doesn't look into the current directory. But based on the system configuration, some users might have the current directory in their PATH. Gnuastro comes with its own internal implementation of GNU Libtool. As a result, the configure script will find the libtool in Gnuastro's build and think that the system has GNU Libtool. Therefore if the system doesn't have libtool, or if the libtool isn't GNU, then the BuildProgram check fails.
|
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 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2017-11-17 | makhlaghi | Status | In Progress | ![]() |
Fixed |
Open/Closed | Open | ![]() |
Closed |
Gnuastro's configure is now explicitly configured to reject libtool's check if it is in the current directory.
The correction has been pushed to the main repo.