- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 688
 
Closed
Milestone
Description
(from #30589)
On OS X Big Sur + various homebrew packages, if I use
% ./configure --with-system-python3=no --enable-download-from-upstream-url 
then Sage builds (if I also incorporate various other changes from #30651), but I get doctest failures of the form
File "src/sage/misc/sagedoc.py", line 646, in sage.misc.sagedoc.format
Failed example:
    cython('\n'.join(cython_code))
Expected nothing
Got:
    ld: warning: dylib (/usr/local/lib/libmpfr.dylib) was built for newer macOS version (11.0) than being linked (10.9)
    ld: warning: dylib (/usr/local/lib/libgmp.dylib) was built for newer macOS version (11.0) than being linked (10.9)
    ld: warning: dylib (/usr/local/lib/libgmpxx.dylib) was built for newer macOS version (11.0) than being linked (10.9)
    ld: warning: dylib (/usr/local/lib/libgsl.dylib) was built for newer macOS version (11.0) than being linked (10.9)
    ld: warning: dylib (/usr/local/lib/libntl.dylib) was built for newer macOS version (11.0) than being linked (10.9)
We should filter out these warnings in doctesting.
CC: @jhpalmieri @dimpase @kiwifb
Component: doctest framework
Author: John Palmieri
Branch/Commit: 55cf2ee
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/31204