Δημοσιεύτηκε: 05 Μάιος 2011, 21:59
από basoula
τίποτα παλι! :(Δίνω ολο το τερματικό να δείτε μήπως έκανα κάποιο λάθος:

Κώδικας: Επιλογή όλων
bill@bill-desktop:~$ sudo apt-get install git-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
git-core is already the newest version.
The following packages were automatically installed and are no longer required:
uvcdynctrl uvcdynctrl-data libwebcam0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bill@bill-desktop:~$ git clone http://repo.or.cz/r/microdia.git
fatal: destination path 'microdia' already exists and is not an empty directory.
bill@bill-desktop:~$ cd microdia
bill@bill-desktop:~/microdia$ sudo apt-get install exuberant-ctags
Reading package lists... Done
Building dependency tree
Reading state information... Done
exuberant-ctags is already the newest version.
The following packages were automatically installed and are no longer required:
uvcdynctrl uvcdynctrl-data libwebcam0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bill@bill-desktop:~/microdia$ sudo apt-get install git-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
git-core is already the newest version.
The following packages were automatically installed and are no longer required:
uvcdynctrl uvcdynctrl-data libwebcam0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bill@bill-desktop:~/microdia$ sudo apt-get install git-doc
Reading package lists... Done
Building dependency tree
Reading state information... Done
git-doc is already the newest version.
The following packages were automatically installed and are no longer required:
uvcdynctrl uvcdynctrl-data libwebcam0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bill@bill-desktop:~/microdia$ sudo apt-get install kernel-package
Reading package lists... Done
Building dependency tree
Reading state information... Done
kernel-package is already the newest version.
The following packages were automatically installed and are no longer required:
uvcdynctrl uvcdynctrl-data libwebcam0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bill@bill-desktop:~/microdia$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
The following packages were automatically installed and are no longer required:
uvcdynctrl uvcdynctrl-data libwebcam0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bill@bill-desktop:~/microdia$ sudo apt-get install linux-headers
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-headers is a virtual package provided by:
linux-headers-2.6.35-29-virtual 2.6.35-29.51
linux-headers-2.6.35-29-generic-pae 2.6.35-29.51
linux-headers-2.6.35-29-generic 2.6.35-29.51
linux-headers-2.6.35-29 2.6.35-29.51
linux-headers-2.6.35-26-virtual 2.6.35-26.46
linux-headers-2.6.35-26-generic-pae 2.6.35-26.46
linux-headers-2.6.35-26-generic 2.6.35-26.46
linux-headers-2.6.35-26 2.6.35-26.46
linux-headers-2.6.35-28-virtual 2.6.35-28.50
linux-headers-2.6.35-28-generic-pae 2.6.35-28.50
linux-headers-2.6.35-28-generic 2.6.35-28.50
linux-headers-2.6.35-28 2.6.35-28.50
linux-headers-2.6.35-27-virtual 2.6.35-27.48
linux-headers-2.6.35-27-generic-pae 2.6.35-27.48
linux-headers-2.6.35-27-generic 2.6.35-27.48
linux-headers-2.6.35-27 2.6.35-27.48
linux-headers-2.6.35-25-virtual 2.6.35-25.44
linux-headers-2.6.35-25-generic-pae 2.6.35-25.44
linux-headers-2.6.35-25-generic 2.6.35-25.44
linux-headers-2.6.35-25 2.6.35-25.44
linux-headers-2.6.35-24-virtual 2.6.35-24.42
linux-headers-2.6.35-24-generic-pae 2.6.35-24.42
linux-headers-2.6.35-24-generic 2.6.35-24.42
linux-headers-2.6.35-24 2.6.35-24.42
linux-headers-2.6.35-23-virtual 2.6.35-23.41
linux-headers-2.6.35-23-generic-pae 2.6.35-23.41
linux-headers-2.6.35-23-generic 2.6.35-23.41
linux-headers-2.6.35-23 2.6.35-23.41
linux-headers-2.6.35-22-virtual 2.6.35-22.35
linux-headers-2.6.35-22-generic-pae 2.6.35-22.35
linux-headers-2.6.35-22-generic 2.6.35-22.35
linux-headers-2.6.35-22 2.6.35-22.35
You should explicitly select one to install.

E: Package 'linux-headers' has no installation candidate
bill@bill-desktop:~/microdia$ sudo apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version.
The following packages were automatically installed and are no longer required:
uvcdynctrl uvcdynctrl-data libwebcam0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bill@bill-desktop:~/microdia$ make
make -C /lib/modules/2.6.35-29-generic/build SUBDIRS=/home/bill/microdia modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.35-29-generic'
Building modules, stage 2.
MODPOST 1 modules
make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-29-generic'
bill@bill-desktop:~/microdia$