Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Supercollider fails to install (Read 467 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Supercollider fails to install

The package was previously installed and worked without issue, but it started conflicting with new installs and upgrades so I had to remove it. Now upon trying to install it  I get the following:

Code: [Select]
# pacman -Syu supercollider
blah blah
blah
...
error
:: unable to satisfy dependency 'libboost_filesystem.so=1.75.0-64' required by supercollider
:: unable to satisfy dependency 'libboost_program_options.so=1.75.0-64' required by supercollider
:: unable to satisfy dependency 'libboost_regex.so=1.75.0-64' required by supercollider
:: unable to satisfy dependency 'libboost_thread.so=1.75.0-64' required by supercollider

Anyone have any clues?

Re: Supercollider fails to install

Reply #1
Your arch mirror is probably out of date. Boost is on 1.76.0-1 and supercollider (an arch package) installs fine here.

 

Re: Supercollider fails to install

Reply #2
Ok apparently I'm dumb and hadn't read the warning in the wiki

Quote
Do not enable community alone as it contains packages dependent on others in extra.

So after enabling both community and extra, everything seems to be working.
Sorry for being dumb.