You are not logged in.
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
if you want, get me a script i can chuck in cron and ill have my server generate snapshots daily for you.
Offline
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
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
Offline
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
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
i got a pm from Nickm, he says it should be fixed now.
Offline
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
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
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
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
Gullible,
Try editing /etc/profile. That's where Arch sets the path at boot.
Jim
Offline
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
Can I add /opt/*/bin and /opt/*/share to /etc/profile, or does it not like asterisks?
Offline
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
dreaming in digital / living in realtime / thinking in binary / talking in ip / welcome to our world
Offline
Thanks.
Offline
Uhh, Nick? Eclair needs libtag to work...
Offline