Sziasztok.
Kezdő linuxos vagyok, és akadt egy problémám, amire nem nagyon tudom a megoldást:
-ubuntu 8.04 LTS-
Ahhoz, hogy az emesene 1.5höz legyen webcam, a libmimic csomag szükséges, amit egy itt talált bejezés olvasása után együtt az emesene-vel le is szedtem, eddig nincs gond.
Ahhoz, hogy a libmimic "működjön" az kell, hogy: betallózok az emesene mappába, és sudoval beírom ezt:
python setup.py build_ext -i
viszont ezt kapom eredményként:
root@------:/usr/share/emesene# python setup.py build_ext -i
running build_ext
building 'libmimic' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c libmimic/bitstring.c -o build/temp.linux-i686-2.5/libmimic/bitstring.o
In file included from libmimic/mimic.h:21,
from libmimic/mimic-private.h:21,
from libmimic/bitstring.c:18:
libmimic/glib_header.h:24:20: error: stdlib.h: No such file or directory
In file included from libmimic/mimic-private.h:21,
from libmimic/bitstring.c:18:
libmimic/mimic.h:48: warning: function declaration isn’t a prototype
error: command 'gcc' failed with exit status 1
Tehát a header fileokkal van valami gáz.. ..
Szintén a fórum segítségével arra következtettem, hogy gcc valamelyik csomagja hiányzik, ezért megnéztem a synapticot, valóban nem volt feltéve néhány a gcc-hez.. .. (ez a gcc-4.2-multilib) Viszont ennek van egy függősége (linux-libc-dev) amit valamiért nem akar feltenni :S
Aztán kidobja ezt, és nem tudok mit kezdeni ezzel .. .. :S
gcc-4.2-multilib:
Depends: lib64gcc1 but it is not going to be installed
Depends: lib64gomp1 but it is not going to be installed
Depends: libc6-dev-amd64 but it is not going to be installed
Próbáltam a sudo apt-get install build-essential parancsot is, aminek terminálban ugyanez az eredménye:
root@-------:/usr/share/emesene# sudo apt-get install build-essential
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.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
build-essential: Depends: libc6-dev but it is not going to be installed or
libc-dev
Depends: g++ (>= 4:4.1.1) but it is not going to be installed
E: Broken packages
Várom a véleményeket, hogy mit is kellene most csinálnom.. ..