Search found 35 matches

Go to advanced search

by jamesjer
10 Mar 2015, 21:17
Forum: Installing polymake
Topic: Building with -Werror=format-security
Replies: 2
Views: 6062

Building with -Werror=format-security

Some Linux distributions have started building their packages with -Werror=format-security. The polymake build almost succeeds in building with that flag, but needs this patch (against the 2.14 release) to succeed all the way: --- lib/core/src/perl/RefHash.xs.orig 2015-03-04 05:51:50.000000000 -0700...
by jamesjer
02 Aug 2013, 18:46
Forum: Installing polymake
Topic: Polymake with Perl 5.18.0
Replies: 12
Views: 17782

Re: Polymake with Perl 5.18.0

A rebuild of Fedora Rawhide for perl 5.18 has begun. The polymake package failed to rebuild. The latest snapshot is still from May, before the perl 5.18 fix was committed, so I cannot see what you did. Is there any chance you could share the perl 5.18 update with me so I can fix the Fedora package b...
by jamesjer
20 Mar 2013, 15:28
Forum: Helpdesk
Topic: lrs_alloc_dat(NULL) -> segfault
Replies: 1
Views: 3715

lrs_alloc_dat(NULL) -> segfault

I just experienced a polymake segfault. The problem is that apps/polytope/src/lrs_interface.cc has this code on line 313: Q=lrs_alloc_dat(0); and here is a snippet from the lrslib code: lrs_dat * lrs_alloc_dat (char *name) { lrs_dat *Q; ... Q->name=(char *) CALLOC ((unsigned) strlen(name)+1, sizeof ...
by jamesjer
10 Jan 2013, 17:30
Forum: Helpdesk
Topic: Polymake does not work in Perl 5.16
Replies: 5
Views: 8548

Re: Polymake does not work in Perl 5.16

Excellent! Thank you very much, Ben.
by jamesjer
08 Jan 2013, 17:36
Forum: Helpdesk
Topic: Polymake does not work in Perl 5.16
Replies: 5
Views: 8548

Re: Polymake does not work in Perl 5.16

If extracting the fix is too difficult, can you give me read-only access to your subversion repository, and I will extract the fix myself? Thanks.
by jamesjer
02 Jan 2013, 23:27
Forum: Helpdesk
Topic: Polymake does not work in Perl 5.16
Replies: 5
Views: 8548

Re: Polymake does not work in Perl 5.16

Could somebody either post the fix for perl 5.16, or send it directly to me? I have a polymake package all ready to submit to Fedora for review, and just need this fix. Thanks.
by jamesjer
03 Mar 2012, 00:43
Forum: Installing polymake
Topic: Fedora build challenges
Replies: 11
Views: 16478

Re: Fedora build challenges

Funny enough, I could not reproduce this. Actually, the parts of the callable library depend on conf.make created by configure.pl in the working build directory, while the file being rewritten during 'make install' is its copy in the destination directory, so that they shouldn't interfere. Probably...
by jamesjer
02 Mar 2012, 23:52
Forum: Installing polymake
Topic: Fedora build challenges
Replies: 11
Views: 16478

Re: Fedora build challenges

This is the last problem for now, I think. I see two undefined symbols in tropical.so. They are C++ symbols, which demangle to: polymake::tropical::tropicalize(pm::Polynomial<pm::UniPolynomial<pm::Rational, pm::Rational>, int> const&) polymake::tropical::pointlift(pm::Vector<pm::Rational> const&...
by jamesjer
02 Mar 2012, 23:46
Forum: Installing polymake
Topic: Fedora build challenges
Replies: 11
Views: 16478

Re: Fedora build challenges

... The build stopped like this: make[1]: Leaving directory `/home/jamesjer/rpmbuild/BUILD/polymake-2.11/build.x86_64/apps/graph' /usr/bin/perl perl/polymake --script configure_java polymake: ERROR: Undefined subroutine &Polymake::User::reconfigure called at /home/jamesjer/rpmbuild/BUILD/polyma...
by jamesjer
02 Mar 2012, 23:41
Forum: Installing polymake
Topic: Nauty and bliss
Replies: 4
Views: 8953

Re: Nauty and bliss

Ah, excellent news! Yes, my contribution is under the same license as your code, GPL version 2 or later. As for the bundling problem, we can approach that in multiple ways. If you can make your changes public (post patches on a web site, for example), I can see whether we can simply adopt them into ...

Go to advanced search