Easy_e17.sh 1.2.3 released
02.01.2009 - 16:39
Just a version bump to spread out some improvements:
- `make clean` code has been improved
- added exchange application
- added drawer and places modules
- fix package counter when preinstalled packages are found
- new commandline argument --ask-on-src-conflicts, default behavour is now fixing src conflicts automatically
- little fix when the svn checkout dir already exists and is empty
Add a comment
Comments
Posted by Lars Thomassen @ 06.01.2009 - 18:26
Hi, It seems the script wrongfully tries to download edje_player rather than edje_viewer from /trunk
Regards
Lars
Regards
Lars
Posted by morlenxus @ 08.01.2009 - 00:39
No, edje_viewer is obsolete and edje_player is the newer replacement. edje_viewer also doesn't work since a while.
Greets
Greets
Posted by sickpig @ 15.01.2009 - 13:05
Indipently from whic actions I chose I got always the same error:
----------------------------- Current Configuration ----------------------------
Install path: /opt/e17
Source path: /var/cache/e17_src
Source url: http://svn.enlightenment.org/svn/e/trunk
Logs path: /tmp/easy_e17/install_logs
Packages: eina eet evas ecore efreet embryo edje epsilon esmart emotion etk etk_extra ewl exml enhance e_dbus exalt e entrance edje_editor elicit elitaire enna enthrall emphasis empower emprint ephoto estickies exhibit expedite exquisite extrackt eyesight e_phys rage alarm bling calendar cpu deskshow diskio drawer efm_nav efm_path emu execwatch flame forecasts iiirk language mail mem moon mpdule net news notification penguins photo places rain screenshot slideshow snow taskbar tclock tiling uptime weather winselector wlan
Source conflict: solve automatically
Script action: MISSING!
--------------------------------------------------------------------------------
------------------------------- Bad script argument ----------------------------
Unknown argument '--fix-src-conflicts'!
--------------------------------------------------------------------------------
----------------------------- Current Configuration ----------------------------
Install path: /opt/e17
Source path: /var/cache/e17_src
Source url: http://svn.enlightenment.org/svn/e/trunk
Logs path: /tmp/easy_e17/install_logs
Packages: eina eet evas ecore efreet embryo edje epsilon esmart emotion etk etk_extra ewl exml enhance e_dbus exalt e entrance edje_editor elicit elitaire enna enthrall emphasis empower emprint ephoto estickies exhibit expedite exquisite extrackt eyesight e_phys rage alarm bling calendar cpu deskshow diskio drawer efm_nav efm_path emu execwatch flame forecasts iiirk language mail mem moon mpdule net news notification penguins photo places rain screenshot slideshow snow taskbar tclock tiling uptime weather winselector wlan
Source conflict: solve automatically
Script action: MISSING!
--------------------------------------------------------------------------------
------------------------------- Bad script argument ----------------------------
Unknown argument '--fix-src-conflicts'!
--------------------------------------------------------------------------------
Posted by morlenxus @ 17.01.2009 - 15:29
You are missing the install action (probably '-i') and you use the obsolete argument '--fix-src-conflicts' - this is done now automatically.
Kind Regards
Kind Regards
Posted by Neije @ 19.01.2009 - 22:57
Hello,
first of all thanks for the script, it's great.
I got the following error and I can't explain why (the first time I used it, everything was working until 2 dependencies were missing; since then, I can't use the script anymore !):
- updating sources (please wait, this won't output much) ...
svn: invalid option: --accept
Entrer 'svn help' pour l'aide.
Have you an idea ?
In advance, Thanks a lot !
Neie
first of all thanks for the script, it's great.
I got the following error and I can't explain why (the first time I used it, everything was working until 2 dependencies were missing; since then, I can't use the script anymore !):
- updating sources (please wait, this won't output much) ...
svn: invalid option: --accept
Entrer 'svn help' pour l'aide.
Have you an idea ?
In advance, Thanks a lot !
Neie
Posted by hydrow @ 21.01.2009 - 22:33
Hello Brian.
Thank you for this great script.
You would like to update it by adding some conditionals:
If OS is FreeBSD and package is eet or ecore, add --disable-gnutls to autogen args
By doing so, i'm able to run e17 on common user account, so no need to run it under sudo or set suid bit to e binaries.
Thank you.
Thank you for this great script.
You would like to update it by adding some conditionals:
If OS is FreeBSD and package is eet or ecore, add --disable-gnutls to autogen args
By doing so, i'm able to run e17 on common user account, so no need to run it under sudo or set suid bit to e binaries.
Thank you.
Posted by fablion @ 03.03.2009 - 22:16
Hi.
Thanks for the script.
Today, I get an error when it compiles exalt:
But I don't see in your script when elementary is downloaded and compiled.
Thanks for your answer.
Thanks for the script.
Today, I get an error when it compiles exalt:
But I don't see in your script when elementary is downloaded and compiled.
Thanks for your answer.
Posted by fablion @ 03.03.2009 - 22:18
Sorry the error:
checking for EXALT... configure: error: Package requirements (
ecore >= 0.9.9.037,
eet >= 0.9.9.038,
ecore-file >= 0.9.9,
ehal >= 0.1.0.002,
edbus >= 0.1.0.002,
dbus-1 >= 0.1,
evas >= 0.9
elementary >= 0.1
) were not met:
No package 'elementary' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables EXALT_CFLAGS
and EXALT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
--------------------------------------------------------------------------------
-> Get more informations by checking the log file '/tmp/easy_e17/install_logs/exalt.log'!
checking for EXALT... configure: error: Package requirements (
ecore >= 0.9.9.037,
eet >= 0.9.9.038,
ecore-file >= 0.9.9,
ehal >= 0.1.0.002,
edbus >= 0.1.0.002,
dbus-1 >= 0.1,
evas >= 0.9
elementary >= 0.1
) were not met:
No package 'elementary' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables EXALT_CFLAGS
and EXALT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
--------------------------------------------------------------------------------
-> Get more informations by checking the log file '/tmp/easy_e17/install_logs/exalt.log'!
Posted by Thiago Cangussu @ 14.03.2009 - 03:35
To solve the problem with elementary package >=0.1 edit the script Easy_e17.sh at line 26 and add "elementary" before exalt in the variable "packages".
Then move elementary dir ($HOME/e17_dir/TMP/elementary) found in TMP dir (in $HOME/e17_src/) to the main dir e17_src (it'll be this: $HOME/e17_src/elementary).
Then move elementary dir ($HOME/e17_dir/TMP/elementary) found in TMP dir (in $HOME/e17_src/) to the main dir e17_src (it'll be this: $HOME/e17_src/elementary).



