Bug 1074590 (Singular-3.1.6)

Summary: (RFE) Singular-3.1.6
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: SingularAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: paulo.cesar.pereira.de.andrade, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-19 15:20:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1074597    
Bug Blocks: 1074594    

Description Rex Dieter 2014-03-10 15:26:42 UTC
Tracker bug for upgrading to Singular-3.16

Comment 1 Rex Dieter 2014-03-10 15:37:22 UTC
work-in-progress Singular-3.1.6 packaging I'm testing with:
http://rdieter.fedorapeople.org/rpms/Singular/

Comment 2 Rex Dieter 2014-05-19 14:18:03 UTC
I have some time to work on this more today.

Recent modifications to Singlar-3.1.5 in rawhide means some stuff needs rebasing.

In particular, I'm running into build failures when polymake support is enabled... I'm probably going to disable that temporarily.

Comment 3 Rex Dieter 2014-05-19 15:13:23 UTC
Oh boo, f20 local builds ok, but rawhide hits another new issue:

../factory/libsingcf.a(cf_factor.o): In function `~zz_pX':
/usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()'
/usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()'
/usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()'
/usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()'
/usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()'
../factory/libsingcf.a(cf_factor.o):/usr/include/NTL/lzz_pX.h:87: more undefined references to `NTL::Vec<NTL::zz_p>::~Vec()' follow
collect2: error: ld returned 1 exit status

Seems it's not happy with rawhide's ntl-6.1.0 (vs f20's ntl-6.0.0)

Comment 4 Rex Dieter 2014-05-19 15:19:08 UTC
Arg, my checkout missed a few recent commits, I think this got fixed (now I need more merging)

Comment 5 Rex Dieter 2014-05-19 15:20:23 UTC
Ha, nevermind, the best kind of missed recent commit. :)


%changelog
* Sun May 18 2014 pcpa <paulo.cesar.pereira.de.andrade> - 3.1.6-2
- Merge with RFE 3.1.6 update (#1074590)
- Remove patches applied upstream
- Disable polymake to allow interface rebootstrap

thanks for fixing it.