Opened 12 years ago

Closed 11 years ago

#349 closed bug (wontfix)

MP not working

Reported by: steenpass Owned by: hannes
Priority: minor Milestone: 3-1-4 and higher
Component: MP Version: 3-1-3
Keywords: MP links Cc:

Description

MP links are not working with a recent version of Singular (svn commit no. 14350).

steenpas@snork:~$ Singular32 -v
Singular for ix86-Linux version 3-1-3 (3132- 14350 )  Jul 27 2011 14:27:51
with
	factory(@(#) factoryVersion = 3.1.3),libfac(3.1.3,March 2011),
	GMP(4.3),NTL(5.5.2),MP(1.1.2.1),32bit,static readline,Plural,DBM,
	dynamic modules,OM_NDEBUG,random=1311942062
	CC= gcc -march=pentiumpro -O3 -w -fomit-frame-pointer -pipe -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H,
	CXX= g++ -march=pentiumpro -O3 -w -fomit-frame-pointer --no-rtti -I.. -I/tmp/hannes -pipe -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H (4.4.5)
argv[0]   :	Singular32
SearchPath:	/usr/local/Singular/3-1-3/ix86-Linux/MOD:/usr/local/Singular/3-1-3/LIB
Singular  :	/usr/local/Singular/3-1-3/ix86-Linux/Singular
BinDir    :	/usr/local/Singular/3-1-3/ix86-Linux
RootDir   :	/usr/local/Singular/3-1-3
DefaultDir:	/usr/local/Singular/3-1-3
InfoFile  :	/usr/local/Singular/3-1-3/info/singular.hlp
IdxFile   :	/usr/local/Singular/3-1-3/doc/singular.idx
HtmlDir   :	/usr/local/Singular/3-1-3/html
ManualUrl :	http://www.singular.uni-kl.de/Manual/3-1-3
ExDir     :	/usr/local/Singular/3-1-3/examples
Path      :	/usr/local/Singular/3-1-3/ix86-Linux:/usr/local/bin:/usr/bin:/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.5
EmacsDir  :	/usr/local/Singular/3-1-3/emacs
Available HelpBrowsers: info, builtin, dummy, emacs, 
Current HelpBrowser: info 
                     SINGULAR                                 /
 A Computer Algebra System for Polynomial Computations       /   version 3-1-3
                                                           0<
 by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann     \   March 2011
FB Mathematik der Universitaet, D-67653 Kaiserslautern        \
> system("with", "MP");    // test if MP  is available
1
> link l = "MPtcp:fork";
> open(l);                 // nothing happens
^C// ** Interrupt at cmd:`open` in line:'open(l);'
abort command(a), continue(c) or quit Singular(q) ?q

halt 2
steenpas@snork:~$

Change History (2)

comment:1 Changed 12 years ago by Oleksandr

Owner: changed from somebody to hannes

this issue is glibc-related...

comment:2 Changed 11 years ago by hannes

Resolution: wontfix
Status: newclosed

Occurs only for statically linked binaries.

Note: See TracTickets for help on using tickets.