Opened 7 years ago
Closed 7 years ago
#20156 closed defect (invalid)
Sage library depends on pkgconfig
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | sage-duplicate/invalid/wontfix |
Component: | build | Keywords: | |
Cc: | vbraun | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
While building the Sage library on 7.1.beta6:
python -u setup.py install ************************************************************************ Traceback (most recent call last): File "setup.py", line 47, in <module> from module_list import ext_modules, library_order, aliases File "/usr/local/src/sage-config/src/module_list.py", line 12, in <module> import pkgconfig ImportError: No module named pkgconfig ************************************************************************ Error building the Sage library ************************************************************************
Change History (2)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Milestone: | sage-7.1 → sage-duplicate/invalid/wontfix |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That means you have #20133 in, on top of
7.1.beta6
. Of course that means we need to addpkgconf
to the list of build time dependency of the sage library.