Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
E17 emerge fails
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2, 3, 4, 5, 6  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bladdo
Guru
Guru


Joined: 19 Jul 2004
Posts: 334
Location: NJ

PostPosted: Mon Mar 28, 2005 4:53 pm    Post subject: E17 emerge fails Reply with quote

Well I have been using Ob3 for a while and I wanted to start using E17 which i have used before... so I figure to get all the new things in e17 I will have to re emerge everthing so I do a
Code:

PerlBoxX mi # emerge -av edb eet imlib2 imlib2_loaders evas ecore epeg epsilon embryo edje esmart etox ewl e engrave e_utils entrance evidence
--- Invalid atom in /etc/portage/package.keywords: from

These are the packages that I would merge, in order:

Calculating dependencies                   ...done!
[ebuild   R   ] dev-db/edb-9999  -debug -doc +gtk +ncurses +nls 0 kB
[ebuild   R   ] dev-libs/eet-9999  -doc +nls 0 kB
[ebuild   R   ] media-libs/imlib2-9999  +X -doc +gif +jpeg -mmx +nls +png +tiff 0 kB
[ebuild   R   ] media-libs/imlib2_loaders-1.1.2  -doc +nls 0 kB
[ebuild   R   ] x11-libs/evas-9999  +X -cairo -debug +directfb -doc -fbcon +jpeg -mmx +nls +opengl +png -sse 0 kB
[ebuild   R   ] x11-libs/ecore-9999  +X -doc +fbcon +nls +opengl 0 kB
[ebuild   R   ] media-libs/epeg-9999  -doc +nls 0 kB
[ebuild   R   ] media-libs/epsilon-9999  -doc +nls 0 kB
[ebuild   R   ] dev-libs/embryo-9999  -doc +nls 0 kB
[ebuild   R   ] media-libs/edje-9999  -doc +nls 0 kB
[ebuild   R   ] x11-libs/esmart-9999  -debug -doc +nls 0 kB
[ebuild   R   ] media-libs/etox-9999  -doc +nls 0 kB
[ebuild   R   ] x11-libs/ewl-9999  -doc +nls 0 kB
[ebuild   R   ] x11-wm/e-9999  -doc +nls 0 kB
[ebuild   R   ] dev-libs/engrave-9999  -doc +nls 0 kB
[ebuild   R   ] dev-util/e_utils-9999  -doc +nls 0 kB
[ebuild   R   ] x11-misc/entrance-9999  -doc +nls +pam 0 kB
[ebuild   R   ] app-misc/evidence-9999  +X +avi -debug -doc +gnome -kde +mad +mpeg +nls +oggvorbis +perl +truetype -xine 0 kB

Total size of downloads: 0 kB

Do you want me to merge these packages? [Yes/No]y


And it starts running. Eventually I get
Code:

e_eapp_main.c: In function `main':
e_eapp_main.c:149: error: `EET_FILE_MODE_READ_WRITE' undeclared (first use in this function)
e_eapp_main.c:149: error: (Each undeclared identifier is reported only once
e_eapp_main.c:149: error: for each function it appears in.)
make[3]: *** [e_eapp_main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/e-9999/work/e17/apps/e/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/e-9999/work/e17/apps/e/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/e-9999/work/e17/apps/e'
make: *** [all] Error 2
 * This is a LIVE CVS ebuild.
 * That means there are NO promises it will work.
 * If it fails to build, FIX THE CODE YOURSELF
 * before reporting any issues.

!!! ERROR: x11-wm/e-9999 failed.
!!! Function enlightenment_die, Line 73, Exitcode 0
!!! emake failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM
!!! If you need support, post the topmost build error, NOT this status message.



How do I fix this?
Also how do I get engage working in E17 after it emerges?
_________________
Bladdo formerly >Milo<
bladdo.net - scripting and design
Creator of AIM Bot: Tiny Tiny Bot - the bot that learns
distro: gentoo | window manager: pekwm
Back to top
View user's profile Send private message
martoni
Apprentice
Apprentice


Joined: 16 Jan 2004
Posts: 244
Location: Tyresö, Sweden

PostPosted: Mon Mar 28, 2005 5:03 pm    Post subject: Reply with quote

You need to emerge stuff in the right order.
This solved it for me. Bottom of second page if you get the wrong page...
Back to top
View user's profile Send private message
vrln
Guru
Guru


Joined: 11 Sep 2004
Posts: 534
Location: Finland

PostPosted: Mon Mar 28, 2005 5:09 pm    Post subject: Reply with quote

martoni wrote:
You need to emerge stuff in the right order.
This solved it for me. Bottom of second page if you get the wrong page...


the order in that url is an old (wrong) one btw - the order he is using is the correct one. Perhaps something is broken in CVS right now. Not much you can do except wait and try again later.

edit: if everything is -* ebuilds, my quess would be that imlib2_loaders needs to be too, other than that seems ok
edit2: compiles fine here, perhaps the ebuilds aren't updating the source or something similar (just a quess), try deleting /usr/portage/distfiles/cvs-src (this will delete all code portage has downloaded from cvs so it'll have to get everything again)
_________________
Interested in E17? Get Enlightened by reading the user guide.
Back to top
View user's profile Send private message
bladdo
Guru
Guru


Joined: 19 Jul 2004
Posts: 334
Location: NJ

PostPosted: Mon Mar 28, 2005 7:57 pm    Post subject: Reply with quote

vrln wrote:
martoni wrote:
You need to emerge stuff in the right order.
This solved it for me. Bottom of second page if you get the wrong page...


the order in that url is an old (wrong) one btw - the order he is using is the correct one. Perhaps something is broken in CVS right now. Not much you can do except wait and try again later.

edit: if everything is -* ebuilds, my quess would be that imlib2_loaders needs to be too, other than that seems ok
edit2: compiles fine here, perhaps the ebuilds aren't updating the source or something similar (just a quess), try deleting /usr/portage/distfiles/cvs-src (this will delete all code portage has downloaded from cvs so it'll have to get everything again)


Tried rm cvs-src and then emerging in the new order I still get the same problem when I try and emerge e. Same with engage , it wont emerge either. :( Guess Im stuck with OB3 till E17 is officially released
_________________
Bladdo formerly >Milo<
bladdo.net - scripting and design
Creator of AIM Bot: Tiny Tiny Bot - the bot that learns
distro: gentoo | window manager: pekwm
Back to top
View user's profile Send private message
anfpunk
Apprentice
Apprentice


Joined: 29 May 2003
Posts: 275
Location: Columbus, Oh

PostPosted: Mon Mar 28, 2005 8:17 pm    Post subject: Reply with quote

You got further than I did. Evas keeps dying on me.
Back to top
View user's profile Send private message
martoni
Apprentice
Apprentice


Joined: 16 Jan 2004
Posts: 244
Location: Tyresö, Sweden

PostPosted: Tue Mar 29, 2005 3:32 am    Post subject: Reply with quote

Actually the order I refered to worked for me a few days ago. It's CVS though, so changes and YMMVs aren't too surprising I suppose...
Back to top
View user's profile Send private message
vrln
Guru
Guru


Joined: 11 Sep 2004
Posts: 534
Location: Finland

PostPosted: Tue Mar 29, 2005 10:26 am    Post subject: Reply with quote

martoni wrote:
Actually the order I refered to worked for me a few days ago. It's CVS though, so changes and YMMVs aren't too surprising I suppose...


yup it worked for me too when I used it, but it's still not the right order, you can check it from the EFL dependency graph on rasterman.com/files for example.
_________________
Interested in E17? Get Enlightened by reading the user guide.
Back to top
View user's profile Send private message
martoni
Apprentice
Apprentice


Joined: 16 Jan 2004
Posts: 244
Location: Tyresö, Sweden

PostPosted: Tue Mar 29, 2005 10:52 am    Post subject: Reply with quote

Hm, so things are more broken than they need to be then? :)
Anyone with an idea of what one is missing? It does compile everything in the old order, whereas when I simply ran it through emerge I got stuck on e itself. (Just as in the OPs error message).
Back to top
View user's profile Send private message
vrln
Guru
Guru


Joined: 11 Sep 2004
Posts: 534
Location: Finland

PostPosted: Tue Mar 29, 2005 11:59 am    Post subject: Reply with quote

there are many correct build orders, it all comes down to the EFL dependency graph

1. e17/libs/edb
2. e17/libs/eet
3. e17/libs/imlib2
4. e17/libs/imlib2_loaders
5. e17/libs/evas
6. e17/libs/ecore
7. e17/libs/epeg
8. e17/libs/epsilon
9. e17/libs/embryo
10. e17/libs/edje
11. e17/libs/esmart
12. e17/libs/emotion
13. e17/libs/etox
14. e17/libs/ewl
15. e17/libs/engrave

is the correct order if you want to install all EFL
_________________
Interested in E17? Get Enlightened by reading the user guide.
Back to top
View user's profile Send private message
hulmeman
Apprentice
Apprentice


Joined: 02 Jul 2002
Posts: 184
Location: Duchy of Lancaster, England.

PostPosted: Wed Mar 30, 2005 8:46 am    Post subject: Reply with quote

This worked for me (on AMD64):

echo ">=x11-wm/e-9999 -*
>=dev-db/edb-9999 -*
>=dev-libs/eet-9999 -*
>=media-libs/imlib2-9999 -*
>=media-libs/imlib2_loaders-9999 -*
>=x11-libs/evas-9999 -*
>=x11-libs/ecore-9999 -*
>=media-libs/epeg-9999 -*
>=media-libs/epsilon-9999 -*
>=dev-libs/embryo-9999 -*
>=media-libs/edje-9999 -*
>=x11-libs/esmart-9999 -*
>=media-libs/etox-9999 -*
>=x11-libs/ewl-9999 -*
>=dev-libs/engrave-9999 -*
>=dev-util/e_utils-9999 -*
>=x11-misc/entrance-9999 -*
>=app-misc/evidence-9999 -*
>=x11-misc/engage-9999 -*
>=media-gfx/elicit-9999 -*
>=media-gfx/entice-9999 -*
>=media-video/elation-9999 -*
>=media-video/envision-9999 -*
>=app-misc/examine-9999 -*
>=media-libs/emotion-9999 -*
>=mail-client/embrace-9999 -*
>=net-news/erss-9999 -*
>=sci-calculators/equate-9999 -*" > /etc/portage/package.keywords &&
emerge -av edb eet imlib2 imlib2_loaders evas ecore epeg epsilon embryo edje esmart emotion etox ewl e engrave e_utils entrance evidence engage elicit entice elation envision examine equate erss embrace


Runs as sweet as a nut! I can't get entrance to work though, that's todays' task!
Back to top
View user's profile Send private message
Duncan Mac Leod
Guru
Guru


Joined: 02 May 2004
Posts: 312
Location: Germany

PostPosted: Sun Apr 10, 2005 8:29 pm    Post subject: Reply with quote

strange - I got an error emerging engage...

any ideas ??

make all-recursive
make[1]: Entering directory `/var/tmp/portage/engage-9999/work/misc/engage'
Making all in src
make[2]: Entering directory `/var/tmp/portage/engage-9999/work/misc/engage/src'
Making all in module
make[3]: Entering directory `/var/tmp/portage/engage-9999/work/misc/engage/src/module'
if /bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I/usr/include -I/usr/include -I/usr/include/enlightenment -O2 -march=pentium3 -msse -mmmx -pipe -fomit-frame-pointer -MT e_mod_main.lo -MD -MP -MF ".deps/e_mod_main.Tpo" -c -o e_mod_main.lo e_mod_main.c; \
then mv -f ".deps/e_mod_main.Tpo" ".deps/e_mod_main.Plo"; else rm -f ".deps/e_mod_main.Tpo"; exit 1; fi
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I/usr/include -I/usr/include -I/usr/include/enlightenment -O2 -march=pentium3 -msse -mmmx -pipe -fomit-frame-pointer -MT e_mod_main.lo -MD -MP -MF .deps/e_mod_main.Tpo -c e_mod_main.c -fPIC -DPIC -o .libs/e_mod_main.o
e_mod_main.c: In function `_engage_cb_event_dnd_selection':
e_mod_main.c:974: error: structure has no member named `num_files'
e_mod_main.c:977: error: structure has no member named `files'
e_mod_main.c:980: error: structure has no member named `files'
e_mod_main.c:982: error: structure has no member named `files'
make[3]: *** [e_mod_main.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/engage-9999/work/misc/engage/src/module'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/engage-9999/work/misc/engage/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/engage-9999/work/misc/engage'
make: *** [all] Error 2
* This is a LIVE CVS ebuild.
* That means there are NO promises it will work.
* If it fails to build, FIX THE CODE YOURSELF
* before reporting any issues.

!!! ERROR: x11-misc/engage-9999 failed.
!!! Function enlightenment_die, Line 75, Exitcode 0
!!! emake failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sun Apr 10, 2005 9:17 pm    Post subject: Reply with quote

Duncan Mac Leod wrote:
strange - I got an error emerging engage...

any ideas ??

make all-recursive
make[1]: Entering directory `/var/tmp/portage/engage-9999/work/misc/engage'
Making all in src
make[2]: Entering directory `/var/tmp/portage/engage-9999/work/misc/engage/src'
Making all in module
make[3]: Entering directory `/var/tmp/portage/engage-9999/work/misc/engage/src/module'
if /bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I/usr/include -I/usr/include -I/usr/include/enlightenment -O2 -march=pentium3 -msse -mmmx -pipe -fomit-frame-pointer -MT e_mod_main.lo -MD -MP -MF ".deps/e_mod_main.Tpo" -c -o e_mod_main.lo e_mod_main.c; \
then mv -f ".deps/e_mod_main.Tpo" ".deps/e_mod_main.Plo"; else rm -f ".deps/e_mod_main.Tpo"; exit 1; fi
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I/usr/include -I/usr/include -I/usr/include/enlightenment -O2 -march=pentium3 -msse -mmmx -pipe -fomit-frame-pointer -MT e_mod_main.lo -MD -MP -MF .deps/e_mod_main.Tpo -c e_mod_main.c -fPIC -DPIC -o .libs/e_mod_main.o
e_mod_main.c: In function `_engage_cb_event_dnd_selection':
e_mod_main.c:974: error: structure has no member named `num_files'
e_mod_main.c:977: error: structure has no member named `files'
e_mod_main.c:980: error: structure has no member named `files'
e_mod_main.c:982: error: structure has no member named `files'
make[3]: *** [e_mod_main.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/engage-9999/work/misc/engage/src/module'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/engage-9999/work/misc/engage/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/engage-9999/work/misc/engage'
make: *** [all] Error 2
* This is a LIVE CVS ebuild.
* That means there are NO promises it will work.
* If it fails to build, FIX THE CODE YOURSELF
* before reporting any issues.

!!! ERROR: x11-misc/engage-9999 failed.
!!! Function enlightenment_die, Line 75, Exitcode 0
!!! emake failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM
!!! If you need support, post the topmost build error, NOT this status message.


seems like you have an outdated lib, remerge ALL of your EFL (edb eet imlib2 etc etc)! they all have to be from the same day
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Duncan Mac Leod
Guru
Guru


Joined: 02 May 2004
Posts: 312
Location: Germany

PostPosted: Sun Apr 10, 2005 11:08 pm    Post subject: Reply with quote

I have recompiled all libs and the error is still present - I have re-emerged all e17 stuff without any problems except engage which still throws the same error as shown above :cry:...
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Mon Apr 11, 2005 12:04 pm    Post subject: Reply with quote

Duncan Mac Leod wrote:
I have recompiled all libs and the error is still present - I have re-emerged all e17 stuff without any problems except engage which still throws the same error as shown above :cry:...


erm...
Quote:
Enlightenment CVS committal
Author : handyande
Project : misc
Module : engage
Dir : misc/engage/src/module

Modified Files:
e_mod_main.c

Log Message:
Fix for latest ecore DND


^^ should be fixed in today's cvs
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Swatinem
Tux's lil' helper
Tux's lil' helper


Joined: 27 Oct 2004
Posts: 89
Location: Bad Reicnehall, Germany

PostPosted: Tue Apr 12, 2005 1:25 pm    Post subject: Reply with quote

i wanted to update e today but i keep getting the following error:
Code:

make[2]: Entering directory `/var/tmp/portage/e-9999/work/e17/apps/e/po'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
for L in ja; do \
  /bin/install -c -m 644 -D \
  $L.mo /usr/share/locale/$L/LC_MESSAGES/enlightenment.mo; \
done
ACCESS DENIED  open_wr:   /usr/share/locale/ja/LC_MESSAGES/enlightenment.mo
/bin/install: reguläre Datei ,,/usr/share/locale/ja/LC_MESSAGES/enlightenment.mo" kann nicht angelegt werden: Keine Berechtigung
make[2]: *** [install-data-local] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/e-9999/work/e17/apps/e/po'
make[1]: *** [install-am] Fehler 2
make[1]: Leaving directory `/var/tmp/portage/e-9999/work/e17/apps/e/po'
make: *** [install-recursive] Fehler 1
 * This is a LIVE CVS ebuild.
 * That means there are NO promises it will work.
 * If it fails to build, FIX THE CODE YOURSELF
 * before reporting any issues.

!!! ERROR: x11-wm/e-9999 failed.
!!! Function enlightenment_die, Line 75, Exitcode 0
!!!
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------LOG FILE = "/tmp/sandbox-x11-wm_-_e-9999-18642.log"

open_wr:   /usr/share/locale/ja/LC_MESSAGES/enlightenment.mo
--------------------------------------------------------------------------------

any ideas what i need to do?
_________________
swatinux: default-linux/amd64/2006.0 x86_64
Back to top
View user's profile Send private message
Duncan Mac Leod
Guru
Guru


Joined: 02 May 2004
Posts: 312
Location: Germany

PostPosted: Tue Apr 12, 2005 3:49 pm    Post subject: Reply with quote

I am getting the same error during a clean install on my other box :( ...
Back to top
View user's profile Send private message
Adrien
Advocate
Advocate


Joined: 13 Jul 2004
Posts: 2295
Location: Bretagne

PostPosted: Tue Apr 12, 2005 4:32 pm    Post subject: Reply with quote

Swatinem wrote:

any ideas what i need to do?

have you synced lately? If not do it now and retry! :wink:
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Tue Apr 12, 2005 6:09 pm    Post subject: Reply with quote

Adrien wrote:
Swatinem wrote:

any ideas what i need to do?

have you synced lately? If not do it now and retry! :wink:


that won't help!
no changes to CVS ebuilds for quite a long time meanwhile :P
Code:

FEATURES="-sandbox" emerge e


===>
Quote:
>>> x11-wm/e-9999 merged.

_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Swatinem
Tux's lil' helper
Tux's lil' helper


Joined: 27 Oct 2004
Posts: 89
Location: Bad Reicnehall, Germany

PostPosted: Tue Apr 12, 2005 7:11 pm    Post subject: Reply with quote

Thanks, it emerged. But i still have a error when i'm trying to start it:
Code:
/etc/X11/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/X11/gdm/PreSession/Default: running: /usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/gdm/:20.Xservers" -h "" -l ":20" "swatinem"
/etc/X11/gdm/Xsession: Beginning session setup...
/etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- /home/swatinem/.exec_e
Xlib:  extension "XpExtension" missing on display ":20.0".
Xlib:  extension "XINERAMA" missing on display ":20.0".
E17 INIT: XINERAMA CHOSEN: [0], 960x768+0+0
Xlib:  extension "XpExtension" missing on display ":20.0".

_________________
swatinux: default-linux/amd64/2006.0 x86_64
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Tue Apr 12, 2005 7:46 pm    Post subject: Reply with quote

Swatinem wrote:
Thanks, it emerged. But i still have a error when i'm trying to start it:
Code:
/etc/X11/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/X11/gdm/PreSession/Default: running: /usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/gdm/:20.Xservers" -h "" -l ":20" "swatinem"
/etc/X11/gdm/Xsession: Beginning session setup...
/etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- /home/swatinem/.exec_e
Xlib:  extension "XpExtension" missing on display ":20.0".
Xlib:  extension "XINERAMA" missing on display ":20.0".
E17 INIT: XINERAMA CHOSEN: [0], 960x768+0+0
Xlib:  extension "XpExtension" missing on display ":20.0".


yes, same here! i'm on xfce currently :(

...waiting recently added fixes to hit anonymous cvs. could take some hours...
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Duncan Mac Leod
Guru
Guru


Joined: 02 May 2004
Posts: 312
Location: Germany

PostPosted: Tue Apr 12, 2005 11:19 pm    Post subject: Reply with quote

gimpel wrote:

yes, same here! i'm on xfce currently :(

...waiting recently added fixes to hit anonymous cvs. could take some hours...


...are you sure that it will be fixed in e17's cvs ?? ...or is this a problem with portage (sandbox) ??

Is it safe to run portage with '-sandbox'? ...and why does it fail using the sandbox feature?

It seems to me that the emerge process wants to alter an file owned by an e16 installation (e16 is still on my system), or am I completely wrong? ...can anyone confirm this, please?
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Tue Apr 12, 2005 11:22 pm    Post subject: Reply with quote

arghs!
just realized:

tom@SiRiUS ~ $ ls -l /ja.mo
-rw-r--r-- 1 root root 1186 12. Apr 23:32 /ja.mo
tom@SiRiUS ~ $ epm -qf /ja.mo
e-9999


so, do NOT use FEATURES="-sandbox" :)

we must wait for a fixed ebuilt it seems (currently trying to fix it)

i think it doesn't have to do we failing startup at all, but that is evil!
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Duncan Mac Leod
Guru
Guru


Joined: 02 May 2004
Posts: 312
Location: Germany

PostPosted: Tue Apr 12, 2005 11:44 pm    Post subject: Reply with quote

gimpel wrote:
so, do NOT use FEATURES="-sandbox" :)

we must wait for a fixed ebuilt it seems (currently trying to fix it)

i think it doesn't have to do we failing startup at all, but that is evil!


Filed a Bugreport => https://bugs.gentoo.org/show_bug.cgi?id=88910
Back to top
View user's profile Send private message
Pithlit
l33t
l33t


Joined: 27 Dec 2003
Posts: 887
Location: fuhen

PostPosted: Wed Apr 13, 2005 12:52 am    Post subject: Reply with quote

OK... I managed to emerge (with sandbox) the thing without that enlightenment.mo error by wiping /path/to/portage/distfiles/cvs-src/e17/apps/e/po/Makefile.am (yeah I know it's ugly...). But I still get those
Code:
Xlib:  extension "XpExtension" missing on display ":1.0".
Xlib:  extension "XINERAMA" missing on display ":1.0".
E17 INIT: XINERAMA CHOSEN: [0], 1024x768+0+0
Xlib:  extension "XpExtension" missing on display ":1.0"
errors. It is indeed a sad day.
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Wed Apr 13, 2005 12:56 am    Post subject: Reply with quote

Duncan Mac Leod wrote:
gimpel wrote:
so, do NOT use FEATURES="-sandbox" :)

we must wait for a fixed ebuilt it seems (currently trying to fix it)

i think it doesn't have to do we failing startup at all, but that is evil!


Filed a Bugreport => https://bugs.gentoo.org/show_bug.cgi?id=88910


please don't do that!! the gentoo devs have NOTHING, really NOTHING to do with errors in e17 CVS.
if you ever read that big note while emergeing any of the -9999 ebuilds you might have seen following:

Quote:
* This is a LIVE CVS ebuild.
* That means there are NO promises it will work.
* If it fails to build, FIX THE CODE YOURSELF
* before reporting any issues.


that's why the e-9999 is masked as -* which means "known not to work at all"
and i think it's meant like that!

i just talked with dj2 (one of the e devs) who added a fix to CVS for that. he also is running gentoo. the patch IS already in anonymous CVS, but still e17 doesn't start up...
he and mekius now helped me over an hour to try to trace back that error with gdb, no results :(

i'm going to ask vrln or someone for a snapshot of an "old but working" snapshot of /usr/portage/distfiles/cvs-src/e17 and install that manually. i would even keep using that snapshot if it were two years old...

hope it magically gets fixed soon, but don't file bugreports
the ebuilds are done by vapier, but it's not the fault of the ebuilds
i tried installing manually, no success
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay


Last edited by gimpel on Wed Apr 13, 2005 1:30 am; edited 2 times in total
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2, 3, 4, 5, 6  Next
Page 1 of 6

 
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