Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Entice] Compilation plante
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Animatrix
Guru
Guru


Joined: 13 May 2006
Posts: 480
Location: France - Gard (30)

PostPosted: Sat Jul 29, 2006 11:32 am    Post subject: [Entice] Compilation plante Reply with quote

Salut à tous,

J'essaye d'installer E17, mais sans succès.
En effet, la compilation d'entice plante :

>> http://fr.pastebin.ca/104956

Savez-vous ce que je peux faire pour résoudre ce problème ?
Back to top
View user's profile Send private message
man in the hill
Veteran
Veteran


Joined: 15 Dec 2005
Posts: 1552
Location: Madinina

PostPosted: Sat Jul 29, 2006 11:56 am    Post subject: Reply with quote

Salut,


C'est un programme en dev from CVS donc ne t'attend pas que tout ce déroule comme un charme ! Tu n'as qu'a skipper entice, tu vas rééssayé plus tard...a part si tu connaîs le C et les librairies EFL pour modifier le fichier entice.c. C'est mon avis mais j'espère que qqu'un aura une solution pour toi ....



@+
_________________
Get Up and Go !
Back to top
View user's profile Send private message
Tanki
Apprentice
Apprentice


Joined: 29 Mar 2005
Posts: 195
Location: Bordeaux/France

PostPosted: Sat Jul 29, 2006 12:39 pm    Post subject: Reply with quote

selon le how to tiré de chez gentoo
Quote:

Some other packages are unmaintained (some for years already) and why they are still in portage is a mystery to me, since most of them don't work at all anymore. I tried to list them here for completeness, if you know that one of these packages is in fact still maintained, feel free to add them to the list above!

* app-misc/examine: configuration library for applications based on the EFL
* media-gfx/entice: An E image browser. Use exhibit instead!
* app-editors/enscribe: Simple text editor using EFL and Esmart_Textarea
* app-laptop/epbb: a pbbuttonsd client using the EFL
* app-misc/enotes: sticky notes system based on the EFL
* app-misc/entropy: a File Manager For e17
* net-im/express: EFL based instant messaging program
* sci-calculators/equate: simple themeable calculator built off of ewl
* x11-apps/elapse: EFL powered clock

Im not 100% sure of the following packages, so please feel free to try them out regardless.

* mail-client/embrace: never tried that out, somebody check it?!
* media-video/elation: Another media player... Unsure as well!
* media-video/envision: video player, ditto.
* x11-terms/enterminus: a ewl based terminal

donc il n'est plus supporté
voila pourquoi il plante :)
_________________
Kick Ass !
Dell XPS 13 Developer Edition 9350 | Intel Core i7 @2.20 GHz | 16 Go DDR3 | SSD Samsung PM951 NVMe 512Go
Back to top
View user's profile Send private message
lma1980
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2005
Posts: 78

PostPosted: Sat Jul 29, 2006 12:43 pm    Post subject: Reply with quote

J'utilise entice-9999 et c'est plutot stable. Ca va peut-etre te permettre d'obtenir un fichier compillable sans avoir a regarder pour une patch. J'ai fait l'installation de E17 en l'incluant pas dans mon world (---oneshot / -1) pour ne pas le mettre a jours sans raison. Il ne faut pas abuser du CVS.

Voici mon script bash pour installer et mettre à jours E17:
Code:
#!/bin/bash
# Author : LMA1980
# License : MIT
# Goal : Getting logfile of the emerge in case something goes
# wrong. Nothing is added to the world file of portage. I wan't to
# only use this script to update my E17 installation.
LOG_CORE=/root/eLog/E17_CORE.log
LOG_ENTRANCE=/root/eLog/E17_ENTRANCE.log
LOG_MODULE=/root/eLog/E17_MODULE.log
LOG_MISC=/root/eLog/E17_MISC.log
emerge --oneshot x11-wm/e x11-libs/ecore x11-libs/evas \
        dev-libs/eet media-libs/edje dev-libs/embryo \
        >${LOG_CORE} 2>&1;

emerge --oneshot x11-misc/entrance x11-libs/esmart \
        media-libs/epsilon media-libs/epeg \
        >${LOG_ENTRANCE} 2>&1;

emerge --oneshot x11-plugins/e_modules >${LOG_MODULE} 2>&1;

emerge --oneshot dev-libs/exml >${LOG_MISC} 2>&1;

emerge --oneshot dev-util/e_utils x11-libs/ewl dev-libs/engrave \
        1>>${LOG_MISC} 2>>&1;

emerge --oneshot x11-misc/engage app-misc/examine 1>>${LOG_MISC} 2>>&1;

emerge --oneshot x11-terms/enterminus 1>>${LOG_MISC} 2>>&1;


De là vous pourez ajouter les outils que vous voudrez. Note: j'ai utilisé des scripts qui tournait en boucle mais cela va contre l'usage des CVS selon moi : on ce doit de plutot le faire manuellement à la place s'il le faut et d'utiliser ebuild au lieu de emerge si on ne ce connecte pas grace au outils de emerge. Il peut peut-etre y avoir une raison.
_________________
"... before that, there was amoebas..."
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Sat Jul 29, 2006 1:15 pm    Post subject: Reply with quote

C'est pas top de l'installer en --oneshot, parce que les dépendances propres seulement à e17 ne seront pas mises à jour, et partiront avec --depclean. De plus, les ebuilds cvs ne sont pas ré-emergés automatiquement si le numéro de version, et depuis peu les useflags, ne changent pas, donc ya pas de raison.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum