Bug 993217 - sagemath: FTBFS in rawhide
Summary: sagemath: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: sagemath
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Paulo Andrade
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F20FTBFS
TreeView+ depends on / blocked
 
Reported: 2013-08-05 17:08 UTC by Dennis Gilmore
Modified: 2013-08-10 17:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-10 17:01:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dennis Gilmore 2013-08-05 17:08:03 UTC
Your package sagemath failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=5768316

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

Comment 1 Paulo Andrade 2013-08-10 17:01:02 UTC
Package has been built in rawhide.
Currently only command line is functional, unless using a one
line system wide patch, to have the notebook functional:

$ diff -u /usr/lib/python2.7/site-packages/flask/app.py{.orig,}
--- /usr/lib/python2.7/site-packages/flask/app.py.orig  2013-08-10 09:35:40.048836187 -0300
+++ /usr/lib/python2.7/site-packages/flask/app.py       2013-08-10 09:36:44.685838662 -0300
@@ -979,7 +979,7 @@
         self.url_map.add(rule)
         if view_func is not None:
             old_func = self.view_functions.get(endpoint)
-            if old_func is not None and old_func != view_func:
+            if old_func is not None and old_func is not view_func:
                 raise AssertionError('View function mapping is overwriting an '
                                      'existing endpoint function: %s' % endpoint)
             self.view_functions[endpoint] = view_func

problem reported in python-flask bug
https://bugzilla.redhat.com/show_bug.cgi?id=995716


Note You need to log in before you can comment on or make changes to this bug.