You are not logged in.

#26 2005-05-23 01:12:52

rgalgon
Member
From: RIT
Registered: 2005-01-09
Posts: 11
Website

Re: any interest in daily built e17 cvs snapshots?

I am also getting

warning: failed to get filesize

for everything I try.

also, could anyone confirm that all I need to do to get e17 from nickm's repo is just a

pacman -S e

?

Offline

#27 2005-05-24 01:30:57

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: any interest in daily built e17 cvs snapshots?

if you want, get me a script i can chuck in cron and ill have my server generate snapshots daily for you.

Offline

#28 2005-05-24 16:33:22

bardo
Member
Registered: 2004-12-06
Posts: 96

Re: any interest in daily built e17 cvs snapshots?

Nickm, just to know: what machine(s) do you use to build it, and how much time does it take?


dreaming in digital / living in realtime / thinking in binary / talking in ip / welcome to our world

Offline

#29 2005-05-24 22:02:06

tyme
Member
From: PA
Registered: 2003-06-12
Posts: 139
Website

Re: any interest in daily built e17 cvs snapshots?

Nickm: your DB for the repo is out of sync with your files.  please correct this.

i.e., it wants edje-CVS_20050503-1.pkg.tar.gz when the most recent is edje-CVS_20050524-1.pkg.tar.gz and the one from 5/03 has been deleted.

while we all appreciate your hard work, we'd be able to appreciate it more if you kept your DB up-to-date wink

Offline

#30 2005-05-26 09:37:11

sml
Member
Registered: 2005-05-21
Posts: 89

Re: any interest in daily built e17 cvs snapshots?

I have also been checking everyday and there do not seem to be daily updates.

I thought Nickm was updating daily? I think I will switch back to Rensel.

Offline

#31 2005-05-26 17:00:18

tyme
Member
From: PA
Registered: 2003-06-12
Posts: 139
Website

Re: any interest in daily built e17 cvs snapshots?

guys..as I stated, and I believe someone else prior to me, the packages -are- getting updated, but the actual DB that you download when you sync -is not-.  if you have patience (servers a bit slow) you can login anonymously and download each package individually then install them via pacman -A.  it's a longer process...but it can be done.  I sent Nickm a pm about this, I have a feeling he's been distracted by life or other things of that sort.

as far as building directly from CVS, go check out http://www.get-e.org - the user documentation gives you guidance.

Offline

#32 2005-06-01 13:06:28

tyme
Member
From: PA
Registered: 2003-06-12
Posts: 139
Website

Re: any interest in daily built e17 cvs snapshots?

i got a pm from Nickm, he says it should be fixed now.

Offline

#33 2005-06-03 04:54:42

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: any interest in daily built e17 cvs snapshots?

rgalgon wrote:

I am also getting

warning: failed to get filesize

for everything I try.

also, could anyone confirm that all I need to do to get e17 from nickm's repo is just a

pacman -S e

?


No, or at least, thats not what i did smile

pacman -S e

is for the COMMUNITY (rensels) version of E17, i used pacman -S e17 for nicks. (but had to deactivate community due to some names conflicting).


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#34 2005-06-03 05:01:02

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: any interest in daily built e17 cvs snapshots?

Im having a little issue running E17 dated 02-06-05 cvs (two of june)

Here is the error after startx:

enlightenment: symbol lookup error: enlightenment: undefined symbol: ECORE_X_EVE NT_DESKTOP_CHANGE

its a problem with the build? or im doing something wrong here?

my .xinitrc:

exec enlightenment


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#35 2005-06-04 01:35:42

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: any interest in daily built e17 cvs snapshots?

My path variable has not been updated, despite doing source /etc/profile and logging out and back in. In addition, enlightenment (which must be activated via its full path, /opt/e17/bin/enlightenment) gives the following error message:

/opt/e17/bin/enlightenment: error while loading shared libraries: libedje.so.0: cannot open shared object file: No such file or directory

Edit: aha, no enlightenment apps can be started at all. This seems to be due to my path variable not being updated. Now my only problem is actually getting it to update... :x

Offline

#36 2005-06-04 02:48:33

MillTek
Member
Registered: 2005-01-30
Posts: 442

Re: any interest in daily built e17 cvs snapshots?

Gullible,
Try editing /etc/profile. That's where Arch sets the path at boot.


Jim

Offline

#37 2005-06-04 05:24:07

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: any interest in daily built e17 cvs snapshots?

Actually /etc/profile is the path to executables and such, but not for the libraries, and thats the problem... i was having the same issue, solved it with:

add /opt/e17/lib and /opt/e17/bin to /etc/ld.so.conf and then, run ldconfig to update the cache.

greets.

edit:

i forgot:
you should add /opt/e17/bin and /opt/e17/share to /etc/profile PATH variable so you have access to E utils and such, without full path.


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#38 2005-06-04 14:55:31

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: any interest in daily built e17 cvs snapshots?

Can I add /opt/*/bin and /opt/*/share to /etc/profile, or does it not like asterisks?

Offline

#39 2005-06-04 18:57:20

bardo
Member
Registered: 2004-12-06
Posts: 96

Re: any interest in daily built e17 cvs snapshots?

Gullible Jones wrote:

Can I add /opt/*/bin and /opt/*/share to /etc/profile, or does it not like asterisks?

I don't think you can, but you can surely expand backticks, so... just add

/opt/`for i in ls /opt; do echo "$i"; done`/bin

a bit dirty trick, but it does the job wink


dreaming in digital / living in realtime / thinking in binary / talking in ip / welcome to our world

Offline

#40 2005-06-04 19:07:50

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: any interest in daily built e17 cvs snapshots?

Thanks.

Offline

#41 2005-06-06 01:04:49

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: any interest in daily built e17 cvs snapshots?

Uhh, Nick? Eclair needs libtag to work...

Offline

Board footer

Powered by FluxBB