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

Re: Any progress with FIS GT.M?



> > $> strace -fF -o /tmp/123strace2.log $gtm_dist/mumps -direct
> It works for me if I add
>  gtmroutines=$gtm_dist/libgtmutil.so
> to the environment.

rright -- forgot about this one ;-)  so many hidden precious env
variables without any punishing me-forgetful error messages ;)

also we need to adjust/patch configure so it strips the gtm_destdir
during s|GTMDIST|$gtmdist|g, i.e.

$> quilt diff
--- a/sr_unix/configure.gtc
+++ b/sr_unix/configure.gtc
@@ -371,7 +371,7 @@ fi
 cat << SEDSCRIPT > sedin$$
 s|ARCH|$arch|g
 s|ECHO|"$echo"|g
-s|GTMDIST|$gtmdist|g
+s|GTMDIST|${gtmdist#${gtm_destdir:-}}|g
 s|SERVERID|$server_id|g
 SEDSCRIPT
 for i in $pathmods

I have pushed that into SVN for packaging (to be bundled with of
gtm_destdir patches from Brad)

But there is tiny bit left

$> grep /home/yoh/deb/perspect/fis-gtm/.*debian/ -r .
Binary file ./utf8/gdehelp.gld matches
./utf8/plugin/gpgagent.tab:/home/yoh/deb/perspect/fis-gtm/fis-gtm-gitsvn/debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so
Binary file ./utf8/gtmhelp.gld matches
Binary file ./gdehelp.gld matches
./plugin/gpgagent.tab:/home/yoh/deb/perspect/fis-gtm/fis-gtm-gitsvn/debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so
Binary file ./gtmhelp.gld matches

so whenever help files and gpgagent.tab is composed we should strip prefix as
well.   Is there a clean "fix"? ;)

But also zhelp doesn't work since there is no gtmhelp.dat
installed which should come from:

sr_unix/comlist.mk:../gtmhelp.dat: ../mumps.hlp

I guess -- is it me somehow missing it or it is a generic TODO for
cmakification?

Also I recalled that we spotted with Bhaskar following missing
symbols and he said that it looks like absent needed linking

dpkg-shlibdeps: warning: debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so contains an unresolvable reference to symbol gtm_free: it's probably a plugin.
dpkg-shlibdeps: warning: debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so contains an unresolvable reference to symbol gtm_xcfileid_free: it's probably a plugin.
dpkg-shlibdeps: warning: debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so contains an unresolvable reference to symbol gtm_is_file_identical: it's probably a plugin.
dpkg-shlibdeps: warning: debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so contains an unresolvable reference to symbol gtm_filename_to_id: it's probably a plugin.
dpkg-shlibdeps: warning: debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so contains an unresolvable reference to symbol gtm_zstatus: it's probably a plugin.
dpkg-shlibdeps: warning: debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so contains an unresolvable reference to symbol gtm_malloc: it's probably a plugin.
dpkg-shlibdeps: warning: debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so contains an unresolvable reference to symbol gtm_ci: it's probably a plugin.


-- 
Yaroslav O. Halchenko
Postdoctoral Fellow,   Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834                       Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik        


Reply to: