Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
E17 is coming(part 6) [locked]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... 14, 15, 16 ... 28, 29, 30  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
roelof
Guru
Guru


Joined: 05 Feb 2009
Posts: 488

PostPosted: Fri Oct 02, 2009 2:39 pm    Post subject: Reply with quote

Hello,

I like e17 but what im missing is a good text expander programm which will work in e17.

Roelof
Back to top
View user's profile Send private message
EasterParade
l33t
l33t


Joined: 26 Jul 2003
Posts: 938

PostPosted: Sat Oct 03, 2009 10:31 am    Post subject: Reply with quote

Hi all,

this is a chicken and egg problem:
I am running revdep-rebuild --library libjpeg.so.62 but it fails on esmart:
Code:
sr/lib64/libecore_txt.so /usr/lib64/libecore_input.so /usr/lib64/libevas.so /usr/lib64/libeet.so /usr/lib64/libecore_file.so /usr/lib64/libecore_ipc.so /usr/lib64/libecore_con.so /usr/lib64/libecore.so /usr/lib64/libglib-2.0.so /usr/lib64/libcurl.so -lssl -lcrypto /usr/lib64/libfribidi.so /usr/lib64/libgnutls.so /usr/lib64/libtasn1.so /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so /usr/lib64/libjpeg.so /usr/lib64/libfontconfig.so /usr/lib64/libfreetype.so -lz /usr/lib64/libexpat.so -lpthread /usr/lib64/libeina.so -lrt -lm -ldl -pthread -Wl,-rpath -Wl,//usr/lib64/                                                         
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libjpeg.so.62, needed by /usr/lib64/libepsilon.so, may conflict with libjpeg.so.7                                                                                   
//usr/lib64//libxcb-xlib.so.0: undefined reference to `_xcb_unlock_io'                                                       
//usr/lib64//libxcb-xlib.so.0: undefined reference to `_xcb_lock_io'                                                         
collect2: ld returned 1 exit status                                                                                           
make[3]: *** [esmart_test] Fehler 1                                                                                           
make[3]: Leaving directory `/var/tmp/portage/x11-libs/esmart-9999/work/esmart/src/bin'                                       
make[2]: *** [all-recursive] Fehler 1                                                                                         
make[2]: Leaving directory `/var/tmp/portage/x11-libs/esmart-9999/work/esmart/src'                                           
make[1]: *** [all] Fehler 2                                                                                                   
make[1]: Leaving directory `/var/tmp/portage/x11-libs/esmart-9999/work/esmart/src'                                           
make: *** [all-recursive] Fehler 1                                                                                           
 * Using user server for live sources: http://svn.enlightenment.org/svn/e/trunk                                               
 * This is a LIVE SOURCES 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-libs/esmart-9999 failed.                                                                                       
 * Call stack:                                                                                                               
 *               ebuild.sh, line   49:  Called src_compile                                                                   
 *             environment, line 2918:  Called enlightenment_src_compile                                                     
 *             environment, line 1585:  Called enlightenment_die 'emake failed'                                               
 *             environment, line 1555:  Called die                                                                           
 * The specific snippet of code:                                                                                             
 *   '"!!! SEND BUG REPORTS TO enlightenment@gentoo.org NOT THE E TEAM"                                                       
 *  The die message:                                                                                                         
 *   emake failed                                                                                                             
 * !!! SEND BUG REPORTS TO enlightenment@gentoo.org NOT THE E TEAM           


If revdep-rebuild can' t run through properly many packages won' t be linked to libjpeg.so.7

How could I fix this?
Back to top
View user's profile Send private message
sera
Retired Dev
Retired Dev


Joined: 29 Feb 2008
Posts: 1017
Location: CET

PostPosted: Sat Oct 03, 2009 11:06 am    Post subject: Reply with quote

transsib, you can add --keep-going to revdep-rebuild to at least build the rest. Obviously esmart does currently not build. After a successful first run try it again or try it another time and postpone the removal of libjpeg.so.62.
Back to top
View user's profile Send private message
EasterParade
l33t
l33t


Joined: 26 Jul 2003
Posts: 938

PostPosted: Sat Oct 03, 2009 6:04 pm    Post subject: Reply with quote

Thanks sera,
I am already at it :?
Btw --keep-going doesn' t work anymore. You cannot give revdep-rebuild this command; it doesn' t pass it to portage anymore.
Back to top
View user's profile Send private message
sera
Retired Dev
Retired Dev


Joined: 29 Feb 2008
Posts: 1017
Location: CET

PostPosted: Sat Oct 03, 2009 7:44 pm    Post subject: Reply with quote

transsib wrote:
Thanks sera,
I am already at it :?
Btw --keep-going doesn' t work anymore. You cannot give revdep-rebuild this command; it doesn' t pass it to portage anymore.

Are you using 2.2 by chance? Maybe the proper way of doing it still works :
Code:
revdep-rebuild --library libjpeg.so.62 -- --keep-going


Quote:
//usr/lib64//libxcb-xlib.so.0: undefined reference to `_xcb_unlock_io'

Maybe you should first run:
Code:
revdep-rebuild --library libxcb-xlib.so.0 -- --keep-going
Back to top
View user's profile Send private message
EasterParade
l33t
l33t


Joined: 26 Jul 2003
Posts: 938

PostPosted: Sun Oct 11, 2009 2:19 pm    Post subject: Reply with quote

Is there any other way how I can run revdep-rebuild without the enlightenment packages.
I happened to run into the qt-* blockers hell today and urgently need revdep-rebuild right now.

:?
Back to top
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Sun Oct 11, 2009 3:19 pm    Post subject: Reply with quote

transsib wrote:
Is there any other way how I can run revdep-rebuild without the enlightenment packages.
I happened to run into the qt-* blockers hell today and urgently need revdep-rebuild right now.

:?
Just give revdep-rebuild -p. And note down the packages it is going to emerge. Then you can just give the emerge command to the selected ones you really want to fix.
_________________
emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/
Back to top
View user's profile Send private message
EasterParade
l33t
l33t


Joined: 26 Jul 2003
Posts: 938

PostPosted: Sun Oct 11, 2009 3:44 pm    Post subject: Reply with quote

ppurka,
you are right :D . That´s what I do, manually; but what with a long, real :( long list of
packages to remerge I hoped for a solution for the lazy...

Btw: do you have any information about esmart status concerning libjpeg-7?
Back to top
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Sun Oct 11, 2009 5:42 pm    Post subject: Reply with quote

transsib wrote:
Btw: do you have any information about esmart status concerning libjpeg-7?
No. I am not even aware of this or any issue with esmart. :?
_________________
emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/
Back to top
View user's profile Send private message
EasterParade
l33t
l33t


Joined: 26 Jul 2003
Posts: 938

PostPosted: Sun Oct 11, 2009 5:52 pm    Post subject: Reply with quote

Quote:
No. I am not even aware of this or any issue with esmart. :?


Strange...because when I emerge esmart it fails while expecting the old ibjpeg.so.62.
Everything else seems to compile just fine.

The newest revision of esmart, synced today, compiled through. :)
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Fri Nov 06, 2009 12:14 am    Post subject: Reply with quote

Back to E17 after a long time - I almost forgot how snappy it was. :)
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Fri Nov 06, 2009 2:40 am    Post subject: Reply with quote

rahulthewall wrote:
Back to E17 after a long time - I almost forgot how snappy it was. :)
It is like gentoo.. you come crawling back to it. :twisted:
_________________
emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Fri Nov 06, 2009 8:11 am    Post subject: Reply with quote

ppurka wrote:
rahulthewall wrote:
Back to E17 after a long time - I almost forgot how snappy it was. :)
It is like gentoo.. you come crawling back to it. :twisted:

You got me there. :D
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
E11
l33t
l33t


Joined: 24 Feb 2004
Posts: 764
Location: Bruxelles

PostPosted: Mon Nov 09, 2009 3:31 pm    Post subject: Reply with quote

I have an error with layman and gimpel overlay:

Code:
layman -f -o http://gimpel.ath.cx/~tom/layman-enlightenment-svn.list -a enlightenment-svn
* Running command "/usr/bin/svn co "http://gimpel.ath.cx/svn/enlightenment-svn//" "/usr/local/portage/layman/enlightenment-svn""...
svn: Repository moved temporarily to 'http://gimpel.ath.cx/svn/'; please relocate
* Failed to add overlay "enlightenment-svn".
* Error was: Adding the overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/enlightenment-svn. Please remove them manually if required.


and I don't find where is the new location...

Thanks !
Back to top
View user's profile Send private message
Clad in Sky
l33t
l33t


Joined: 04 May 2007
Posts: 887
Location: Germany

PostPosted: Tue Nov 10, 2009 1:17 pm    Post subject: Reply with quote

Hi,

I wanted to give e17 another try since it seems like Gnome will be getting worse (and I don't like KDE).
I followed the steps in the Gentoo-wiki (only I didn't make package.keywords and package.use directories but kept my files and entered the keywords there), but when I run emerge x11-wm/enlightenment it wants to install enlightenment-1.0.1 (is this correct, I thought it should be something like .9999) and nothing else, no e_dbus and whatnot.
Where am I going wrong? Do I need to have accept_keywords="~x86" set in make.conf?

Thank you.
_________________
Kali Ma
Now it's autumn of the aeons
Dance with your sword
Now it's time for the harvest
Back to top
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Tue Nov 10, 2009 1:21 pm    Post subject: Reply with quote

The keywords should be "**" instead of "~x86".
_________________
emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/
Back to top
View user's profile Send private message
Clad in Sky
l33t
l33t


Joined: 04 May 2007
Posts: 887
Location: Germany

PostPosted: Tue Nov 10, 2009 1:54 pm    Post subject: Reply with quote

A, thanks. Seems to work now.

Interesting thing is: even though I don't have it installed already it tells me the size of downloads was 0kb. Strange.
_________________
Kali Ma
Now it's autumn of the aeons
Dance with your sword
Now it's time for the harvest
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Tue Nov 10, 2009 3:23 pm    Post subject: Reply with quote

Clad in Sky wrote:
A, thanks. Seems to work now.

Interesting thing is: even though I don't have it installed already it tells me the size of downloads was 0kb. Strange.


That's what it says when you install live builds (9999) since there are no tar balls to fetch. Welcome to the Enlightened side of things. :)
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
aplesch
n00b
n00b


Joined: 26 Feb 2004
Posts: 70

PostPosted: Tue Dec 08, 2009 2:38 pm    Post subject: pager does not show desktop names Reply with quote

I use the last overlay snapshot ebuild which is x11-wm/enlightenment-0.16.999.050. I like to use snapshots so one has a defined reference to talk about. enlightenment.org offers later snapshots. Can I simply edit existing overlay ebuild to refer to the latest snapshot ? I doubt it because there might be a good reason why the snapshot ebuild was not updated in that way ?

The reason why I would like to update is to check if the latest snapshots have a pager which lets you show the names of desktops in the pager. There is an option "show desktop names" but it does not seem to work in 0.16.999.050.

Thanks, Andreas
_________________
Andreas


Last edited by aplesch on Tue Dec 08, 2009 4:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Tue Dec 08, 2009 3:45 pm    Post subject: Reply with quote

rahulthewall wrote:
ppurka wrote:
rahulthewall wrote:
Back to E17 after a long time - I almost forgot how snappy it was. :)
It is like gentoo.. you come crawling back to it. :twisted:

You got me there. :D

ach... me too, I can't resist much longer. :P
Back to top
View user's profile Send private message
duckz
Apprentice
Apprentice


Joined: 26 Jun 2007
Posts: 158

PostPosted: Mon Dec 14, 2009 8:35 am    Post subject: Reply with quote

ppurka : dude still on e17??
_________________
emerge -va techygadget.com <- install my blog in gentoo
./configure anime wallpaper
make install premium drupal theme
Back to top
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Mon Dec 14, 2009 3:13 pm    Post subject: Reply with quote

duckz wrote:
ppurka : dude still on e17??
yup :?
_________________
emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/
Back to top
View user's profile Send private message
aplesch
n00b
n00b


Joined: 26 Feb 2004
Posts: 70

PostPosted: Tue Dec 15, 2009 4:58 pm    Post subject: snapshot .063 ebuilds Reply with quote

Since the latest overlay contains an older snapshot, I went ahead and made ebuilds for the latest (.063) snapshot:

https://bugs.gentoo.org/attachment.cgi?id=213106&action=view

Extract into the existing overlay:

Code:
$ cd /usr/local/portage/layman
$ tar xzvf enlightenment_063_addon.tar.gz
$ for a in `tar tzf enlightenment_063_addon.tar.gz`; do ebuild $a digest; done
$ emerge =x11-wm/enlightenment-0.16.999.063


This works for me. One issue is that eet-1.2.3 depends now on eina but eina is
unstable whereas eet is stable. So eet could be made unstable as well.

Perhaps somebody finds that useful, Andreas
_________________
Andreas
Back to top
View user's profile Send private message
dylan_stark
Tux's lil' helper
Tux's lil' helper


Joined: 30 Aug 2005
Posts: 135
Location: Belgrade, Serbia

PostPosted: Sat Dec 19, 2009 7:37 am    Post subject: Reply with quote

I didn't do upgrade for a long time and feeling bored today I tried to upgrade E17...

Code:
libtool: compile:  i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -I../../../src/lib -I../../../src/lib/include -DPACKAGE_BIN_DIR=\"/usr/bin\" -DPACKAGE_LIB_DIR=\"/usr/lib\" -DPACKAGE_DATA_DIR=\"/usr/share/evas\" -I/usr/include/freetype2 -I/usr/include/eina-0 -I/usr/include/eina-0/eina -Os -mtune=athlon-xp -pipe -fomit-frame-pointer -D_GNU_SOURCE -MT evas_cache_engine_image.lo -MD -MP -MF .deps/evas_cache_engine_image.Tpo -c evas_cache_engine_image.c  -fPIC -DPIC -o .libs/evas_cache_engine_image.o
evas_cache_image.c:35: error: expected identifier or '(' before '=' token
evas_cache_image.c:36: error: expected identifier or '(' before '=' token
evas_cache_image.c:38: error: 'PTHREAD_COND_INITIALIZER' undeclared here (not in a function)
evas_cache_image.c: In function 'evas_cache_image_shutdown':
evas_cache_image.c:600: error: 'wakeup' undeclared (first use in this function)
evas_cache_image.c:600: error: (Each undeclared identifier is reported only once
evas_cache_image.c:600: error: for each function it appears in.)
evas_cache_image.c: In function 'evas_cache_image_load_data':
evas_cache_image.c:1120: error: 'wakeup' undeclared (first use in this function)
make[4]: *** [evas_cache_image.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile:  i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -I../../../src/lib -I../../../src/lib/include -DPACKAGE_BIN_DIR=\"/usr/bin\" -DPACKAGE_LIB_DIR=\"/usr/lib\" -DPACKAGE_DATA_DIR=\"/usr/share/evas\" -I/usr/include/freetype2 -I/usr/include/eina-0 -I/usr/include/eina-0/eina -Os -mtune=athlon-xp -pipe -fomit-frame-pointer -D_GNU_SOURCE -MT evas_cache_engine_image.lo -MD -MP -MF .deps/evas_cache_engine_image.Tpo -c evas_cache_engine_image.c -o evas_cache_engine_image.o >/dev/null 2>&1
mv -f .deps/evas_cache_engine_image.Tpo .deps/evas_cache_engine_image.Plo
make[4]: Leaving directory `/var/tmp/portage/x11-libs/evas-9999/work/evas/src/lib/cache'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-libs/evas-9999/work/evas/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-libs/evas-9999/work/evas/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/evas-9999/work/evas'
make: *** [all] Error 2
 * Using user server for live sources: http://svn.enlightenment.org/svn/e/trunk
 * This is a LIVE SOURCES 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-libs/evas-9999 failed.


I don't have set all USE flags as it says on the wiki x11-libs/evas X jpeg png svg xpm
I only have x11-libs/evas X jpeg png
Could that be the problem?
Back to top
View user's profile Send private message
Ahenobarbi
Retired Dev
Retired Dev


Joined: 02 Apr 2009
Posts: 345
Location: Warsaw, PL

PostPosted: Sat Dec 19, 2009 11:56 am    Post subject: Reply with quote

Did you layman -S ? ( usually it's not needed but I had some trouble with compiling e17. and layman -S solved them)
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 14, 15, 16 ... 28, 29, 30  Next
Page 15 of 30

 
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