Opened 15 months ago
Last modified 10 months ago
#70645 assigned defect
py36-gobject3 a gvfs dependency, broken on M3
| Reported by: | nnolan-wbd | Owned by: | dbevans (David B. Evans) |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | nnolan-wbd, cooljeanius (Eric Gallager) | |
| Port: | gvfs |
Description
I found this error while trying to get thunar to support smb through gvfs. xquartz: thunar+samba4 > gvfs > python36 > py36-gobject3
sudo port install py36-gobject3 Error: Cannot install py36-gobject3 for the arch 'arm64' because Error: its dependency python36 is only installed for the arch 'x86_64' Error: and does not have a universal variant. Error: Unable to execute port py36-gobject3: architecture mismatch
strangely, py36 arm64 installs successfully, but py36-gobject3 still throws this error.
gvfs shouldn't even be depending on py36 anyway. I suggest pushing this instead to gvfs to get it on a newer py3x.
Change History (3)
comment:1 Changed 15 months ago by nnolan-wbd
| Cc: | nnolan-wbd added |
|---|
comment:2 Changed 15 months ago by jmroot (Joshua Root)
| Keywords: | gvfs thunar removed |
|---|---|
| Owner: | set to dbevans |
| Port: | gvfs added |
| Status: | new → assigned |
| Type: | update → defect |
comment:3 Changed 10 months ago by cooljeanius (Eric Gallager)
| Cc: | cooljeanius added |
|---|
Note: See
TracTickets for help on using
tickets.

There is a
python37variant which should at least work on arm64, but that's of course also an EOL python version.