| 34 | |
| 35 | EDIT: A little odd. I removed boost, libtorrent-rasterbar, and mkvtoolnix (the latter two as removing boost would break them anyway). Trying to install then, it fails because: |
| 36 | {{{ |
| 37 | # sudo port install qbittorrent |
| 38 | ---> Computing dependencies for qBittorrent |
| 39 | The following dependencies will be installed: libtorrent-rasterbar |
| 40 | Continue? [Y/n]: |
| 41 | ---> Fetching archive for libtorrent-rasterbar |
| 42 | ---> Attempting to fetch libtorrent-rasterbar-2.0.4_0+python39.darwin_14.x86_64.tbz2 from https://packages.macports.org/libtorrent-rasterbar |
| 43 | ---> Attempting to fetch libtorrent-rasterbar-2.0.4_0+python39.darwin_14.x86_64.tbz2.rmd160 from https://packages.macports.org/libtorrent-rasterbar |
| 44 | ---> Installing libtorrent-rasterbar @2.0.4_0+python39 |
| 45 | Warning: boost176 must be installed with +python39. |
| 46 | ---> Activating libtorrent-rasterbar @2.0.4_0+python39 |
| 47 | ---> Cleaning libtorrent-rasterbar |
| 48 | ---> Fetching archive for qBittorrent |
| 49 | ---> Attempting to fetch qBittorrent-4.3.2_2+gui.darwin_14.x86_64.tbz2 from https://packages.macports.org/qBittorrent |
| 50 | ---> Attempting to fetch qBittorrent-4.3.2_2+gui.darwin_14.x86_64.tbz2 from https://cph.dk.packages.macports.org/qBittorrent |
| 51 | ---> Attempting to fetch qBittorrent-4.3.2_2+gui.darwin_14.x86_64.tbz2 from https://nue.de.packages.macports.org/qBittorrent |
| 52 | ---> Building qBittorrent |
| 53 | Error: Failed to build qBittorrent: command execution failed |
| 54 | Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_qBittorrent/qBittorrent/main.log for details. |
| 55 | Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. |
| 56 | Error: Processing of port qbittorrent failed |
| 57 | }}} |
| 58 | |
| 59 | I immediately noticed the warning about boost, but now I think it's not the culprit for this particular failure, since it does say that it installed it, and indeed if I try to install it afterwards, it asks me if I want to rebuild it. Also, the qbittorent build log fails the same way as always, with the "mainWindow" references. |
| 60 | |
| 61 | This time, however, it failed *very* quickly compared to before, so I'm not sure if there's some kind of caching going on here? I'm starting to feel like I'm messing up my installation completely XD |