Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 26/01/2006, à 18:40

lut!n

Re : Installation de e17 a l'aide d'un tutorial et probleme

cd ~/misc/engage/debian
cp changelog.in changelog
cd ..
dpkg-buildpackage

Dernière modification par lut!n (Le 26/01/2006, à 18:50)

Hors ligne

#27 Le 26/01/2006, à 18:47

petertosh

Re : Installation de e17 a l'aide d'un tutorial et probleme

Là, tu vas vraiment m'en vouloir :

tonio@tonio:~$ cd ~/misc/engage/debian
tonio@tonio:~/misc/engage/debian$ cd ~/misc/engage/debian
tonio@tonio:~/misc/engage/debian$ dpkg-buildpackage
dpkg-parsechangelog: error: cannot open debian/changelog to find format: Aucun fichier ou répertoire de ce type
dpkg-buildpackage: unable to determine source package is
tonio@tonio:~/misc/engage/debian$

Je commance a avoir honte de t'ennuyer avec ça

Hors ligne

#28 Le 26/01/2006, à 18:49

lut!n

Re : Installation de e17 a l'aide d'un tutorial et probleme

d'apres ton log, t'as pas copié le changelog roll
post du dessus wink

Hors ligne

#29 Le 26/01/2006, à 18:52

petertosh

Re : Installation de e17 a l'aide d'un tutorial et probleme

Et 1 de plus big_smile

tonio@tonio:~$ cd ~/misc/engage/debian
tonio@tonio:~/misc/engage/debian$ cp changelog.in changelog
tonio@tonio:~/misc/engage/debian$ cd ..
tonio@tonio:~/misc/engage$ dpkg-buildpackage
dpkg-buildpackage: source package is engage
dpkg-buildpackage: source version is @VERSION@-1
dpkg-buildpackage: source changed by Blake Barnett (shadoi) <shadoi@soulmachine.net>
dpkg-buildpackage: host architecture i386
dpkg-checkbuilddeps: Unmet build dependencies: libeet-dev libevas-dev libedje-dev libesmart-dev libewl-dev libecore-dev libe-dev (>= 0.16.999.003)
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)
tonio@tonio:~/misc/engage$

Hors ligne

#30 Le 26/01/2006, à 18:55

lut!n

Re : Installation de e17 a l'aide d'un tutorial et probleme

evidemment, il faut avoir compilé les librairies de developpement d'e17......
si tu n'as pas fait des .deb d'e17, alors le truc a faire c'est

./autogen.sh && make && make install (ou sudo make install)

Hors ligne

#31 Le 26/01/2006, à 19:05

petertosh

Re : Installation de e17 a l'aide d'un tutorial et probleme

Alors, j'ouvre une console, puis cd ~/misc/engage et apres
./autogen.sh && make && make install
Et j'obtient:

make[1]: entrant dans le répertoire « /home/tonio/misc/engage/src »
Making install in module
make[2]: entrant dans le répertoire « /home/tonio/misc/engage/src/module »
make[3]: entrant dans le répertoire « /home/tonio/misc/engage/src/module »
make[3]: Rien à faire pour « install-exec-am ».
/bin/sh ../../mkinstalldirs /usr/local/lib/engage/module
/usr/bin/install -c -m 644 module_icon.png /usr/local/lib/engage/module/module_icon.png
/usr/bin/install: ne peut enlever `/usr/local/lib/engage/module/module_icon.png': Permission non accordée
make[3]: *** [install-filesDATA] Erreur 1
make[3]: quittant le répertoire « /home/tonio/misc/engage/src/module »
make[2]: *** [install-am] Erreur 2
make[2]: quittant le répertoire « /home/tonio/misc/engage/src/module »
make[1]: *** [install-recursive] Erreur 1
make[1]: quittant le répertoire « /home/tonio/misc/engage/src »
make: *** [install-recursive] Erreur 1
tonio@tonio:~/misc/engage$

Je te remercie d'avance smile

Hors ligne

#32 Le 26/01/2006, à 19:43

lut!n

Re : Installation de e17 a l'aide d'un tutorial et probleme

c'est pas pour rien que j'avais mis "ou" sudo make install roll
essaye de l'installer avec sudo make install et dis moi ce que ca donne wink

Hors ligne

#33 Le 26/01/2006, à 20:02

petertosh

Re : Installation de e17 a l'aide d'un tutorial et probleme

tonio@tonio:~$ cd ~/misc/engage
tonio@tonio:~/misc/engage$ sudo make install
Making install in src
make[1]: entrant dans le répertoire « /home/tonio/misc/engage/src »
Making install in module
make[2]: entrant dans le répertoire « /home/tonio/misc/engage/src/module »
make[3]: entrant dans le répertoire « /home/tonio/misc/engage/src/module »
make[3]: Rien à faire pour « install-exec-am ».
/bin/sh ../../mkinstalldirs /usr/local/lib/engage/module
/usr/bin/install -c -m 644 module_icon.png /usr/local/lib/engage/module/module_icon.png
/bin/sh ../../mkinstalldirs /usr/local/lib/enlightenment/modules_extra/engage/linux-gnu-i686
/bin/sh ../../libtool --mode=install /usr/bin/install -c  module.la /usr/local/lib/enlightenment/modules_extra/engage/linux-gnu-i686/module.la
/usr/bin/install -c .libs/module.so /usr/local/lib/enlightenment/modules_extra/engage/linux-gnu-i686/module.so
/usr/bin/install -c .libs/module.lai /usr/local/lib/enlightenment/modules_extra/engage/linux-gnu-i686/module.la
/usr/bin/install -c .libs/module.a /usr/local/lib/enlightenment/modules_extra/engage/linux-gnu-i686/module.a
ranlib /usr/local/lib/enlightenment/modules_extra/engage/linux-gnu-i686/module.achmod 644 /usr/local/lib/enlightenment/modules_extra/engage/linux-gnu-i686/module.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/enlightenment/modules_extra/engage/linux-gnu-i686
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/enlightenment/modules_extra/engage/linux-gnu-i686

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: quittant le répertoire « /home/tonio/misc/engage/src/module »
make[2]: quittant le répertoire « /home/tonio/misc/engage/src/module »
make[2]: entrant dans le répertoire « /home/tonio/misc/engage/src »
make[3]: entrant dans le répertoire « /home/tonio/misc/engage/src »
/bin/sh ../mkinstalldirs /usr/local/bin
  /bin/sh ../libtool --mode=install /usr/bin/install -c engage /usr/local/bin/engage
/usr/bin/install -c engage /usr/local/bin/engage
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/tonio/misc/engage/src »
make[2]: quittant le répertoire « /home/tonio/misc/engage/src »
make[1]: quittant le répertoire « /home/tonio/misc/engage/src »
Making install in data
make[1]: entrant dans le répertoire « /home/tonio/misc/engage/data »
Making install in icons
make[2]: entrant dans le répertoire « /home/tonio/misc/engage/data/icons »
make[3]: entrant dans le répertoire « /home/tonio/misc/engage/data/icons »
make[3]: Rien à faire pour « install-exec-am ».
/bin/sh ../../mkinstalldirs /usr/local/share/engage/icons
/usr/bin/install -c -m 644 xapp.eap /usr/local/share/engage/icons/xapp.eap
make[3]: quittant le répertoire « /home/tonio/misc/engage/data/icons »
make[2]: quittant le répertoire « /home/tonio/misc/engage/data/icons »
Making install in themes
make[2]: entrant dans le répertoire « /home/tonio/misc/engage/data/themes »
make[3]: entrant dans le répertoire « /home/tonio/misc/engage/data/themes »
make[3]: Rien à faire pour « install-exec-am ».
/bin/sh ../../mkinstalldirs /usr/local/share/engage/themes
/usr/bin/install -c -m 644 gentoo.edj /usr/local/share/engage/themes/gentoo.edj /usr/bin/install -c -m 644 none.edj /usr/local/share/engage/themes/none.edj
/usr/bin/install -c -m 644 module.edj /usr/local/share/engage/themes/module.edjmake[3]: quittant le répertoire « /home/tonio/misc/engage/data/themes »
make[2]: quittant le répertoire « /home/tonio/misc/engage/data/themes »
make[2]: entrant dans le répertoire « /home/tonio/misc/engage/data »
make[3]: entrant dans le répertoire « /home/tonio/misc/engage/data »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/tonio/misc/engage/data »
make[2]: quittant le répertoire « /home/tonio/misc/engage/data »
make[1]: quittant le répertoire « /home/tonio/misc/engage/data »
make[1]: entrant dans le répertoire « /home/tonio/misc/engage »
make[2]: entrant dans le répertoire « /home/tonio/misc/engage »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/tonio/misc/engage »
make[1]: quittant le répertoire « /home/tonio/misc/engage »

J'avais essayer avec sudo make install, mais je n'ais pas pensé à le dire tongue
J'ecoute vraiment ce que tu dis, ne t'inquites pas big_smile

Hors ligne

#34 Le 26/01/2006, à 20:08

lut!n

Re : Installation de e17 a l'aide d'un tutorial et probleme

eh ben ya pas de message d'erreur la si ??? wink

Hors ligne

#35 Le 26/01/2006, à 20:19

petertosh

Re : Installation de e17 a l'aide d'un tutorial et probleme

En meme temps tu as peut etre raison. smile
Mais apres je fais quoi, je me suis perdu dans toutes ces lignes de commandes.
Je commance vraiment à avoir des scrupules à force d'accaparer ton temps.
Je l'ais dit mais je me repete, un GRAND merci pour ton soutient smile

Dernière modification par petertosh (Le 26/01/2006, à 20:20)

Hors ligne