• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst]Probleme mit opencl

Achja 2011 hatte ich mit dem Bitcoinmining angefangen und sagen wir es mal so die Anschaffung meiner Grafikkarte ist locker wieder drin :D . Verkauft hatte ich das meiste schon vorher aber heute habe ich noch einmal aufgeräumt und habe nun sämtliche bitcoins abgestoßen.

Da ich hier im Wohnheim nix für den Strom zahle möchte ich den Rechner jetzt doch nochmal ein Wochenende durchlaufen lassen zwar dachte ich mir als der Bitcoin schon bei 100€ stand wer so viel Geld für sowas ausgibt aber das es bei weitem zu toppen ist zeigen die jüngsten Ereignisse.

Ich habe mal den alten poclbm (python opencl bitcoin miner) herausgekramt um das unter opensuse 13.1 zum laufen zu bekommen. Die python-devel und python opencl Pakete habe ich instaliert aber irgendwie scheint es da andere Probleme zu geben

Code:
tefan@linux-jhfl:~/src/poclbm> python ./setup.py build
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'console'
  warnings.warn(msg)
running build
stefan@linux-jhfl:~/src/poclbm> python ./setup.py install
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'console'
  warnings.warn(msg)
running install
running build
running install_data
warning: install_data: setup script did not provide a directory for 'phatk.cl' -- installing right in '/usr'

warning: install_data: setup script did not provide a directory for 'msvcp90.dll' -- installing right in '/usr'

error: can't copy 'msvcp90.dll': doesn't exist or not a regular file
stefan@linux-jhfl:~/src/poclbm> sudo python ./setup.py install
root's password:
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'console'
  warnings.warn(msg)
running install
running build
running install_data
warning: install_data: setup script did not provide a directory for 'phatk.cl' -- installing right in '/usr'

warning: install_data: setup script did not provide a directory for 'msvcp90.dll' -- installing right in '/usr'

error: can't copy 'msvcp90.dll': doesn't exist or not a regular file
stefan@linux-jhfl:~/src/poclbm>
 
Oben