FS#64126 - [polymake] Package needs to be rebuilt for singular 4.1.2.p2-2

Attached to Project: Community Packages
Opened by Benjamin Lorenz (benlorenz) - Monday, 14 October 2019, 10:38 GMT
Last edited by Antonio Rojas (arojas) - Monday, 14 October 2019, 10:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
polymake needs to be rebuilt against the latest singular version (4.1.2.p2-2) since a symbol (iiAllStart) changed and polymake now fails to start.

Additional info:
Name : polymake
Version : 3.5-1

Steps to reproduce:
1) install polymake
2) run polymake
$ polymake
Welcome to polymake version 3.5
Copyright (c) 1997-2019
Ewgenij Gawrilow, Michael Joswig (TU Berlin)
https://polymake.org

This is free software licensed under GPL; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Loading applications now...polymake: ERROR: "/usr/share/polymake/perllib/Polymake/Core/CPlusPlus.pm", line 1810: Can't load shared module /usr/lib/polymake/lib/ideal.so: undefined symbol: iiAllStart(procinfo*, char*, feBufferTypes, int)


In the new singular version the symbol contains an additional const:
00000000000e51c0 T iiAllStart(procinfo*, char const*, feBufferTypes, int)

This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 14 October 2019, 10:57 GMT
Reason for closing:  Fixed
Additional comments about closing:  polynake 3.5-2

Loading...