bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A curious bug...


From: Emmanuel Charpentier
Subject: Re: A curious bug...
Date: Mon, 29 May 2023 17:51:38 +0200
User-agent: Evolution 3.46.4-2

Le lundi 29 mai 2023 à 15:03 +0200, Dr. Jürgen Sauermann a écrit :

Hi Emanuel,

is this behavior reproducible?

From an APL perspective it simply looks like the body of
your function contains an invalid Unicode (probably â according
to the hex value).

You can get more info with:

]log 6

in APL (after make develop)..

Can't do that : I have a curious version mismatch :

I do

make disclean
time ./configure CXXFLAGS="-I /usr/include/python3.11" DYNAMIC_LOG_WANTED=yes DEVELOP_WANTED=yes | tee configuration.log
time make -j8 develop | tee compilation.log

which ends up with several instances of :

/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..     -I ./.. -g -O2  -Wall -Wno-strict-aliasing -fstrict-aliasing -rdynamic -gdwarf-2 -I /home/charpent/Dev/apl-svn/trunk -MT lib_file_io_la-file_io.lo -MD -MP -MF .deps/lib_file_io_la-file_io.Tpo -c -o lib_file_io_la-file_io.lo `test -f 'file_io.cc' || echo './'`file_io.cc
libtool: Version mismatch error.  This is libtool 2.4.6 Debian-2.4.6-2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.7.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6 Debian-2.4.6-2
libtool: and run autoconf again.

Which I don't understand :

charpent@zen-book-flip:~/Dev/apl-svn/trunk$ dpkg -l libtool
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=att>
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom            Version      Architecture Description
+++-==============-============-============-=================================
ii  libtool        2.4.7-5      all          Generic library support script
charpent@zen-book-flip:~/Dev/apl-svn/trunk$ 
charpent@zen-book-flip:~/Dev/apl-svn/trunk$ ./libtool --version
libtool (GNU libtool) 2.4.6
Written by Gordon Matzigkeit, 1996

Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I'm somewhat stuck...

--
Emmanuel Charpentier

[ Snip... ]

Attachment: compilation.log
Description: Text Data

Attachment: config.log
Description: Text Data

Attachment: configuration.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]