bug: FriCAS aldor cannot load compiled program

14 views
Skip to first unread message

Ralf Hemmecke

unread,
Apr 12, 2024, 4:35:12 AM4/12/24
to fricas-devel
Hi Waldek,

seemingly, commit b3949674b6ec5234c9756b8ff475b87e4820323f broke
something in the FriCAS Aldor connection.

For the attached files, I get ... (see below).

Unfortunately, I am unable to see where it comes from.

Ralf

%%% (1) -> )co funny.as
Compiling FriCAS source code from file
/home/hemmecke/backup/git/fricas-bisect/aldortest/funny.as using
Aldor compiler and options
-O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y
$FRICAS/algebra -I $FRICAS/algebra
Use the system command )set compiler args to change these
options.
Compiling Lisp source code from file ./funny.lsp
Issuing )library command for funny
Reading #P"/home/hemmecke/backup/git/fricas-bisect/aldortest/funny.asy"
WARNING:
(get_database FunnySeries modemaps) failed


>> System error:
The function BOOT::|database-constructorform| is undefined.

===============================================================
%%% (2) -> )compile simple.as
Compiling FriCAS source code from file
/home/hemmecke/backup/git/fricas-bisect/aldortest/simple.as using
Aldor compiler and options
-O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y
$FRICAS/algebra -I $FRICAS/algebra
Use the system command )set compiler args to change these
options.
Compiling Lisp source code from file ./simple.lsp
Issuing )library command for simple
Reading #P"/home/hemmecke/backup/git/fricas-bisect/aldortest/simple.asy"
WARNING:
(get_database dd1 modemaps) failed


>> System error:
The function BOOT::|database-constructorform| is undefined.
funny.as
simple.as

Waldek Hebisch

unread,
Apr 12, 2024, 8:11:34 AM4/12/24
to fricas...@googlegroups.com
On Fri, Apr 12, 2024 at 10:35:09AM +0200, Ralf Hemmecke wrote:
> Hi Waldek,
>
> seemingly, commit b3949674b6ec5234c9756b8ff475b87e4820323f broke something
> in the FriCAS Aldor connection.
>
> For the attached files, I get ... (see below).
>
> Unfortunately, I am unable to see where it comes from.
>
> Ralf
>
<snip>
> ===============================================================
> %%% (2) -> )compile simple.as
> Compiling FriCAS source code from file
> /home/hemmecke/backup/git/fricas-bisect/aldortest/simple.as using
> Aldor compiler and options
> -O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y
> $FRICAS/algebra -I $FRICAS/algebra
> Use the system command )set compiler args to change these
> options.
> Compiling Lisp source code from file ./simple.lsp
> Issuing )library command for simple
> Reading #P"/home/hemmecke/backup/git/fricas-bisect/aldortest/simple.asy"
> WARNING:
> (get_database dd1 modemaps) failed
>
>
> >> System error:
> The function BOOT::|database-constructorform| is undefined.

There was still older code in Aldor related part ('database-constructorform'
is removed now). Fixed now in the trunk.

--
Waldek Hebisch

Ralf Hemmecke

unread,
Apr 12, 2024, 9:04:49 AM4/12/24
to fricas...@googlegroups.com
Thank you, Waldek, for fixing it.

>> WARNING:
>> (get_database dd1 modemaps) failed
>>
>>
>> >> System error:
>> The function BOOT::|database-constructorform| is undefined.
>
> There was still older code in Aldor related part ('database-constructorform'
> is removed now). Fixed now in the trunk.

I, however still see this warning. Is that necessary, if the loading
code then successfully loads the domain?

WARNING:
(get_database dd1 modemaps) failed

dd1 is now explicitly exposed in frame initial


Ralf

Waldek Hebisch

unread,
Apr 12, 2024, 9:44:21 AM4/12/24
to fricas...@googlegroups.com
On Fri, Apr 12, 2024 at 03:04:45PM +0200, Ralf Hemmecke wrote:
>
> I, however still see this warning. Is that necessary, if the loading code
> then successfully loads the domain?
>
> WARNING:
> (get_database dd1 modemaps) failed
>
> dd1 is now explicitly exposed in frame initial

ATM I do not know reason for this warning. Is it a new thing?
I see it with version before main databases change, but I do not
have much older version handy.

--
Waldek Hebisch

Waldek Hebisch

unread,
Apr 12, 2024, 1:24:47 PM4/12/24
to fricas...@googlegroups.com
On Fri, Apr 12, 2024 at 03:04:45PM +0200, Ralf Hemmecke wrote:
> I, however still see this warning. Is that necessary, if the loading code
> then successfully loads the domain?
>
> WARNING:
> (get_database dd1 modemaps) failed
>
> dd1 is now explicitly exposed in frame initial

Fixed now

--
Waldek Hebisch
Reply all
Reply to author
Forward
0 new messages