Closed jakebailey closed 7 years ago
Looks like one of your git package pulls the ttf-ms-win10 package, probably through a ttf-fonts requirement.
Could you test the following and see which one of these package causes trouble?
pacaur -Syu --devel --ignore ttf-google-fonts-git,vertex-themes-git,xournalpp-git
(for testing streamlink-git)
pacaur -Syu --devel --ignore streamlink-git,vertex-themes-git,xournalpp-git
(ttf-google-fonts-git)
pacaur -Syu --devel --ignore streamlink-git,ttf-google-fonts-git,xournalpp-git
(vertex-themes-git)
pacaur -Syu --devel --ignore streamlink-git,ttf-google-fonts-git,vertex-themes-git
(xournalpp-git)
Here's the four outputs. I think the Google fonts is the output you're looking for, but the other three do something I wouldn't expect too.
pacaur -Syu --devel --ignore ttf-google-fonts-git,vertex-themes-git,xournalpp-git
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
infinality-bundle is up to date
infinality-bundle-multilib is up to date
:: Starting full system upgrade...
there is nothing to do
:: Starting AUR upgrade...
:: ttf-google-fonts-git: ignoring package upgrade (20161201-1 => latest)
:: vertex-themes-git: ignoring package upgrade (r590.20161127-1 => latest)
:: xournalpp-git: ignoring package upgrade (1.0.0.328.gbb3c205-1 => latest)
:: resolving dependencies...
:: Unresolved dependency 'ttf-google-fonts-git'
pacaur -Syu --devel --ignore streamlink-git,vertex-themes-git,xournalpp-git
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
infinality-bundle is up to date
infinality-bundle-multilib is up to date
:: Starting full system upgrade...
there is nothing to do
:: Starting AUR upgrade...
:: streamlink-git: ignoring package upgrade (0.1.0.r31.g47e270c-1 => latest)
:: vertex-themes-git: ignoring package upgrade (r590.20161127-1 => latest)
:: xournalpp-git: ignoring package upgrade (1.0.0.328.gbb3c205-1 => latest)
:: resolving dependencies...
:: ttf-ms-win10 dependency is in IgnorePkg/IgnoreGroup. Install anyway? [Y/n] ^C
pacaur -Syu --devel --ignore streamlink-git,ttf-google-fonts-git,xournalpp-git
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
infinality-bundle is up to date
infinality-bundle-multilib is up to date
:: Starting full system upgrade...
there is nothing to do
:: Starting AUR upgrade...
:: streamlink-git: ignoring package upgrade (0.1.0.r31.g47e270c-1 => latest)
:: ttf-google-fonts-git: ignoring package upgrade (20161201-1 => latest)
:: xournalpp-git: ignoring package upgrade (1.0.0.328.gbb3c205-1 => latest)
:: resolving dependencies...
:: Unresolved dependency 'ttf-google-fonts-git'
pacaur -Syu --devel --ignore streamlink-git,ttf-google-fonts-git,vertex-themes-git
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
infinality-bundle is up to date
infinality-bundle-multilib is up to date
:: Starting full system upgrade...
there is nothing to do
:: Starting AUR upgrade...
:: streamlink-git: ignoring package upgrade (0.1.0.r31.g47e270c-1 => latest)
:: ttf-google-fonts-git: ignoring package upgrade (20161201-1 => latest)
:: vertex-themes-git: ignoring package upgrade (r590.20161127-1 => latest)
:: resolving dependencies...
:: Unresolved dependency 'ttf-google-fonts-git'
I have located the issue. This is indeed related to tff-font that is provided by many installed packages, and triggered with --devel
by the ttf-google-fonts-git
package (note to myself: see the vcsdepspkgs
variable).
However, I cannot reproduce the issue, as the dependency solver has been heavily modified since the last stable release.
Do you mind installing pacaur-git
and see if the issue can be reproduced on your end?
Looks like this is fixed in the git version. I guess I should have tried that first.
pacaur -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
infinality-bundle is up to date
infinality-bundle-multilib is up to date
:: Starting full system upgrade...
there is nothing to do
:: Starting AUR upgrade...
:: resolving dependencies...
:: looking for inter-conflicts...
AUR Packages (3) android-sdk-platform-tools-r25.0.1-1 google-chrome-55.0.2883.75-1 keybase-bin-1.0.18_20161202201411+495bb76-1
:: Proceed with installation? [Y/n] ^C
pacaur -Syu --devel
[sudo] password for jake:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
infinality-bundle is up to date
infinality-bundle-multilib is up to date
:: Starting full system upgrade...
there is nothing to do
:: Starting AUR upgrade...
:: resolving dependencies...
:: looking for inter-conflicts...
:: pacaur-git latest revision -- fetching
:: streamlink-git latest revision -- fetching
:: ttf-google-fonts-git latest revision -- fetching
:: vertex-themes-git latest revision -- fetching
:: xournalpp-git latest revision -- fetching
AUR Packages (8) android-sdk-platform-tools-r25.0.1-1 google-chrome-55.0.2883.75-1 keybase-bin-1.0.18_20161202201411+495bb76-1 pacaur-git-latest streamlink-git-latest ttf-google-fonts-git-latest vertex-themes-git-latest xournalpp-git-latest
:: Proceed with installation? [Y/n]
I'll just stick with the git version for now (it may just be me, but dependency resolution seems to be much faster with the git version too).
I'll close this bug, unless you think there's some other work to be done here. Thanks.
(EDITED: I copied the wrong command when I pasted them in, it's still working, my goof)
(it may just be me, but dependency resolution seems to be much faster with the git version too).
It isn't just you - the purpose of the solver change was to improve its speed!
Important
Read me first: Bug reports
Version
pacaur -v
Description
When I add
--devel
, pacaur wants to updatettf-ms-win10
even though it's unrelated to the other packages and hasn't had an update in a month. I've tried to prevent pacaur from trying to update those packages by adding them to my IgnorePkg, but it tries to update them anyway and quits if I say to not update them.Output
pacaur -Syu
pacaur -Syu --devel
Debug output
bash -x pacaur -Syu
bash -x pacaur -Syu --devel
This output is ridiculously long, so I've stuck it into a gist instead. https://gist.githubusercontent.com/jakebailey/2b85bf23c2f3a0ec3cac55efd6c5d739/raw/ad68d5463fb44ad7fd8df40838005bc5ee1d1ffd/gistfile1.txtI'm not sure what you'll be able to get out of it.