Replies: 2 comments
-
complete output from
|
Beta Was this translation helpful? Give feedback.
0 replies
-
here's a little update, it appears install graphite2 from the bottle on archlinux in a non standard prefix ie.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
qt ie.
qt.br
ie. qt v6 fails to build from source. running arch linux with homebrew in a non standard homebrew prefix. have almost updated all my packages at this point, but qt v6 fails to build from source. i guess at some point one the homebrew maintainers updated the qt v6 fromula ie.qt.rb
so when installs qt in a non standard prefix the formula is built from source. this is the first time i've run into this. previouslyqt.rb
would install from bottle even though i have mentioned in the past the bottle installation was in correct ie. not fully working with homebrew setup in a non standard prefix. that said i began the qt installation yesterday ie. building qt from source usingbrew upgrade qt -v
. and have since run into the below error.the first glaring issue seems to be a hard coded path somehwere in a installation with
/home/.linuxbrew/linuxbrew
is detected in the qt installation obviously i do not have homebrew setup in that path, so haven't fully investigated why the build process for qt would be searching in that path. either way here's the copypasta.Beta Was this translation helpful? Give feedback.
All reactions