Recientemente probé el xorg-edgers
ppa para Nvidia-352
Conductor y algo así jodió las cosas, así que lo quité. Ahora no puedo make
O instalar cosas que solía ser capaz de hacer. Estoy tratando de hacer el 2_graphics/Mandelbrot
ejemplo como parte de la CUDA
6.5 muestras. Yo se esto debería trabajo porque funcionó cuando acabo de usar el Nvidia-331
paquete de instalación desde Ubuntu
.
Cuando intento make
, Yo obtengo:
>>> WARNING - gl.h not found, refer to CUDA Samples release notes for how to find and install them. <<<
>>> WARNING - glu.h not found, refer to CUDA Samples release notes for how to find and install them. <<<
Un simple googlear me dio la idea de que podría necesitar apt-get install libglu1-mesa-dev
, pero cuando lo hago, me sale lo siguiente:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libglu1-mesa-dev : Depends: libgl1-mesa-dev or
libgl-dev
E: Unable to correct problems, you have held broken packages.
Cuando intento instalar estos paquetes, cada uno me dice algo como "Estos son paquetes virtuales, especifique uno por nombre" o el mismo E: Unable to correct problems, you have held broken packages.
¿Es este un problema persistente de la xorg-edgers
ppa? Si es así, ¿cómo me deshago de él?
EDITAR: antes de que alguien pregunte, sí - lo he intentado apt-get update
, apt-get autoremove
, apt-get upgrade
, y muchos otros.
xedgers
rompio cosas Aunque no soluciona el problema ahora.
apt-get -f install
?
apt-get -f install
?