Closed Thread
Results 1 to 5 of 5

Thread: E17 on Sabayon Linux elementary error

  1. #1
    mop
    mop is offline Learning Programmer
    Join Date
    Apr 2008
    Posts
    30
    Rep Power
    0

    E17 on Sabayon Linux elementary error

    I keep getting this error:
    Code:
        No package 'elementary' found
    when trying to install E17 using these instructions: www.sabayonlinux.org • View topic - [Howto] install e17 on Sabayon

    How do I fix this?

    Error:
    Code:
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    Are you using the install script? I had some issues with it and had to end up skipping the packages that wouldn't compile.

    Code:
    sudo ./easy_e17.sh -i -skip=elementary

  4. #3
    hampe is offline Newbie
    Join Date
    Mar 2009
    Posts
    1
    Rep Power
    0
    You need to install elementary

    remove the blank in the line below
    svn co http ://svn.enlightenment.org/svn/e/trunk/TMP/st/elementary
    cd elementary
    export PKG_CONFIG_PATH=/opt/e17/lib/pkgconfig
    ./autogen.sh --prefix=/opt/e17
    make && make install

  5. #4
    mop
    mop is offline Learning Programmer
    Join Date
    Apr 2008
    Posts
    30
    Rep Power
    0
    I thought the install script was trying to install it though?

  6. #5
    sirizak is offline Newbie
    Join Date
    Mar 2009
    Posts
    5
    Rep Power
    0

    had this problem found the answer on the easy_e17 site

    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)

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. swftools -> pdf2swf linux ERROR Unknown font
    By lion69 in forum Software Development Tools
    Replies: 0
    Last Post: 07-12-2011, 01:48 PM
  2. Sabayon Linux x86/x86-64 4 "Lite MCE" Released
    By Jordan in forum Announcements
    Replies: 2
    Last Post: 01-22-2009, 04:43 PM
  3. Official Sabayon Linux Mirror
    By Jordan in forum Announcements
    Replies: 17
    Last Post: 01-09-2009, 06:18 PM
  4. HELP ME - socket error in linux
    By donzaza in forum C and C++
    Replies: 1
    Last Post: 09-20-2008, 11:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts