#57329 closed defect (fixed)
xorg-xcb-proto installs python files in a nonstandard location
Reported by: | olupton (Olli Lupton) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), yan12125 (Chih-Hsuan Yen) | |
Port: | xorg-xcb-proto |
Description
In xorg-xcb-proto @1.13_0+python37
the various .py
files are installed under /opt/local/lib/python3.7/site-packages
, which is not one of the default paths known to python
(as installed by the python37
port).
These should, presumably, go somewhere under /opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7
(?)
Change History (10)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Cc: | jeremyhu removed |
---|---|
Owner: | set to jeremyhu |
Status: | new → assigned |
comment:2 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | MarcusCalhoun-Lopez added |
---|
comment:3 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
comment:4 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
Cc: | yan12125 added |
---|
comment:5 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
comment:6 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 follow-up: 8 Changed 6 years ago by jmroot (Joshua Root)
@yan12125: Have you reported this upstream?
comment:8 follow-up: 9 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
Replying to jmroot:
@yan12125: Have you reported this upstream?
Sorry haven't had time for composing a bug report. Will do that after this Wednesday.
Looks like Automake developers use a mailing list for bug reports [1]. Do you want to be on CC for the bug report?
[1] https://www.gnu.org/software/automake/manual/html_node/Reporting-Bugs.html
comment:9 Changed 6 years ago by jmroot (Joshua Root)
comment:10 Changed 6 years ago by yan12125 (Chih-Hsuan Yen)
Reported as https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35322.
I proposed a fix at https://github.com/macports/macports-ports/pull/4035