Axiom Computer Algebra System - Bugs: bug #9648, algebra creates the file...
You are not allowed to post comments on this tracker with your current authentication level.
bug #9648: algebra creates the file 'code.lsp', this needs to be renamed before compile
Submitter: | Tim Daly <axiom> | ||
Submitted: | Thu 15 Jul 2004 03:13:39 AM UTC | ||
Category: | build process | Severity: | 2 - Minor |
Item Group: | feature request | Status: | transferred |
Privacy: | Public | Assigned to: | axiom |
Originator Name: | Tim Daly | Open/Closed: | Open |
Release: | current | Reproducibility: | None |
Fixed Release: | |||
Error message: |
|
||
Example of code trigerring the bug: |
|
||
Internal cause: |
|
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
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.
Greetings! Just a quick note on an observation I've made in putting
together the latest Debian package. As you may recall, we are
skipping the database rebuilding step on ia64, alpha, hppa, mips and
mipsel, as we cannot natively relocate objects on these machines yet,
and they therefore use dlopen, which takes up too many file handles in
this step. Even were this surmounted, another difficulty would arise
-- all the algebra files are compiled with the filename "code.lsp"
before renaming the .o file as appropriate. This names the lisp
initialization function in each object "init_code", causing a linker
conflict, and results in a failure to find the sought init functions
determined by filename at load time, e.g. init_AHYB, etc.
We do intend to get native relocation on these machines, but it will
likely take considerable time. Might it be quicker to rename the
code.lsp before compiling?