Opened 3 years ago
Closed 3 years ago
#24187 closed defect (worksforme)
Scipy fails to build on gentoo patchbot
Reported by: | mderickx | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | sage-8.1 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
See the logs of sage4 patchbot
Relevant part of the log:
[scipy-0.19.1] getarrdims:warning: assumed shape array, using 0 instead of '*' [scipy-0.19.1] getarrdims:warning: assumed shape array, using 0 instead of '*' [scipy-0.19.1] x,y = zrot(x,y,c,s,[n,offx,incx,offy,incy,overwrite_x,overwrite_y]) [scipy-0.19.1] Constructing wrapper function "ilaver"... [scipy-0.19.1] major,minor,patch = ilaver() [scipy-0.19.1] Wrote C/API module "_flapack" to file "build/src.linux-x86_64-2.7/build/src.linux-x86_64-2.7/scipy/linalg/_flapackmodule.c" [scipy-0.19.1] Fortran 77 wrappers are saved to "build/src.linux-x86_64-2.7/build/src.linux-x86_64-2.7/scipy/linalg/_flapack-f2pywrappers.f" [scipy-0.19.1] adding 'build/src.linux-x86_64-2.7/build/src.linux-x86_64-2.7/build/src.linux-x86_64-2.7/scipy/linalg/fortranobject.c' to sources. [scipy-0.19.1] adding 'build/src.linux-x86_64-2.7/build/src.linux-x86_64-2.7/build/src.linux-x86_64-2.7/scipy/linalg' to include_dirs. [scipy-0.19.1] adding 'build/src.linux-x86_64-2.7/build/src.linux-x86_64-2.7/scipy/linalg/_flapack-f2pywrappers.f' to sources. [scipy-0.19.1] building extension "scipy.linalg._flinalg" sources [scipy-0.19.1] f2py options: [] [scipy-0.19.1] f2py:> build/src.linux-x86_64-2.7/scipy/linalg/_flinalgmodule.c [scipy-0.19.1] IOError: [Errno 2] No such file or directory: 'scipy/linalg/src/det.f'. Skipping file "scipy/linalg/src/det.f". [scipy-0.19.1] IOError: [Errno 2] No such file or directory: 'scipy/linalg/src/lu.f'. Skipping file "scipy/linalg/src/lu.f". [scipy-0.19.1] Reading fortran codes... [scipy-0.19.1] Post-processing... [scipy-0.19.1] Post-processing (stage 2)... [scipy-0.19.1] Building modules... [scipy-0.19.1] error: f2py target file 'build/src.linux-x86_64-2.7/scipy/linalg/_flinalgmodule.c' not generated [scipy-0.19.1] Running setup.py install for scipy: finished with status 'error
Change History (2)
comment:1 Changed 3 years ago by
comment:2 Changed 3 years ago by
- Resolution set to worksforme
- Status changed from new to closed
I agree, I indeed see that sage4 builds correctly at https://patchbot.sagemath.org/ticket/24163/
Note: See
TracTickets for help on using
tickets.
Seems to work now, the patchbot is testing other tickets just fine. Maybe this was just a one-time build failure?
OK to close as worksforme?