Re: [e-users] enlightenment build fails with meson

2019-07-17 Thread mh


On 7/17/19 5:20 PM, Massimo Maiurana wrote:

mh ha scritto il 17/07/19 alle 23:05:

On 7/17/19 12:04 PM, Massimo Maiurana wrote:


mh ha scritto il 17/07/19 alle 15:16:

On 7/17/19 12:50 AM, Vincent Torri wrote:


On Wed, Jul 17, 2019 at 12:25 AM mh  wrote:

On 7/16/19 5:39 PM, Vincent Torri wrote:


On Tue, Jul 16, 2019 at 10:32 PM mh  wrote:

I am trying to build/install E into /opt/e. I have my PATH,
LD_LIBRARY_PATH, and PKG_CONFIG_PATH set to include /opt/e. EFL
builds
and install properly to /opt/e. Enlightenment meson build fails
with:
meson.build:225:11: ERROR: Dependency "eeze" not found, tried
pkgconfig
and cmake

The end of the enlightenment/build/meson-logs/meson-log.txt (below)
shows that it appears to see the correct PKG_CONFIG_PATH, but still
fails. What is happening? When autoconf was still possible with
efl I
could install to /opt/e with that and then build the enlightenment,
ephoto, terminology with their respective meson/ninja methods.


CMake binary for MachineChoice.HOST is not cached
CMake binary missing from cross or native file, or env var
undefined.
Trying a default CMake fallback at cmake
Trying CMake binary cmake for machine MachineChoice.HOST at
['/usr/bin/cmake']
Found CMake: /usr/bin/cmake (3.13.4)
Extracting basic cmake information
Try CMake generator: auto
Called `/usr/bin/cmake --trace-expand .` in
/home/michael/e-git-script/enlightenment/build/meson-private/cmake_bluez


-> 0
-- Module search paths: ['/', '/opt', '/usr', '/usr/local']
-- CMake root: /usr/share/cmake-3.13
-- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu']
-- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32',
'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
Run-time dependency bluez found: NO (tried pkgconfig and cmake)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'systemd' with pkg-config executable
'/usr/bin/pkg-config'
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --modversion systemd` -> 0
241
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --cflags systemd` -> 0

PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config systemd --libs` -> 0

PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config systemd --libs` -> 0

Run-time dependency systemd found: YES 241
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --variable=systemduserunitdir systemd`
-> 0
/usr/lib/systemd/user
Got pkgconfig variable systemduserunitdir : /usr/lib/systemd/user
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'eeze' with pkg-config executable
'/usr/bin/pkg-config'
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --modversion eeze` -> 1

CMake binary for MachineChoice.HOST is cached.
Run-time dependency eeze found: NO (tried pkgconfig and cmake)

meson.build:225:11: ERROR: Dependency "eeze" not found, tried
pkgconfig
and cmake

the error is that eeze is not found.

Either :

1) build the efl with eeze support (iirc, libmount is necessary for
eeze). Verify that eeze.pc is available where you installed the EFL

or :

2) build E without eeze support (it's disabled by default)

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

yes, but it really is installed:

$:/mnt/opt/e$ ls bin

diffeet  edje_inspector  eetpack efl_debug
elementary_codegen  elm_prefs_cc eolian_cxx
ecore_evas_convert   edje_pick   eeze_disk_ls efl_debugd
elementary_config   elua eolian_gen
edje_cc  edje_player eeze_mount efreetd
elementary_perf embryo_cc    ethumb
edje_codegen edje_recc   eeze_scanner eina_btlog
elementary_quicklaunch  emotion_test ethumbd
edje_decc    edje_watch  eeze_scanner_monitor
eina_modinfo    elementary_run  emotion_test-eo ethumbd_client
edje_external_inspector  eet eeze_umount eldbus-codegen
elementary_test eo_debug vieet

and

$:/mnt/opt/e/lib/x86_64-linux-gnu$ ls

cmake libecore_imf.so
libefl.so.1 libembryo.so.1.22.99
ecore libecore_imf.so.1
libefl.so.1.22.99   libemile.so
ecore_con libecore_imf.so.1.22.99
libefreet_mime.so   libemile.so.1
ecore_evas    libecore_input_evas.so
libefreet_mime.so.1 libemile.so.1.22.99
ecore_imf libecore_input_evas.so.1
libefreet_mime.so.1.22.99   libemotion.so
edje  libecore_input_evas.so.1.22.99
libefreet.so    libemotion.so.1
eeze  libecore_input.so
libefreet.so.1  libemotion.so.1.22.99
efreet    libecore_input.so.1
libefreet.so.1.22.99    libeo_dbg.so
elementary    libecore_input.so.1.22.99
lib

Re: [e-users] enlightenment build fails with meson

2019-07-17 Thread Massimo Maiurana
mh ha scritto il 17/07/19 alle 23:05:
> On 7/17/19 12:04 PM, Massimo Maiurana wrote:
> 
>> mh ha scritto il 17/07/19 alle 15:16:
>>> On 7/17/19 12:50 AM, Vincent Torri wrote:
>>>
 On Wed, Jul 17, 2019 at 12:25 AM mh  wrote:
> On 7/16/19 5:39 PM, Vincent Torri wrote:
>
>> On Tue, Jul 16, 2019 at 10:32 PM mh  wrote:
>>> I am trying to build/install E into /opt/e. I have my PATH,
>>> LD_LIBRARY_PATH, and PKG_CONFIG_PATH set to include /opt/e. EFL
>>> builds
>>> and install properly to /opt/e. Enlightenment meson build fails
>>> with:
>>> meson.build:225:11: ERROR: Dependency "eeze" not found, tried
>>> pkgconfig
>>> and cmake
>>>
>>> The end of the enlightenment/build/meson-logs/meson-log.txt (below)
>>> shows that it appears to see the correct PKG_CONFIG_PATH, but still
>>> fails. What is happening? When autoconf was still possible with
>>> efl I
>>> could install to /opt/e with that and then build the enlightenment,
>>> ephoto, terminology with their respective meson/ninja methods.
>>>
>>>
>>> CMake binary for MachineChoice.HOST is not cached
>>> CMake binary missing from cross or native file, or env var
>>> undefined.
>>> Trying a default CMake fallback at cmake
>>> Trying CMake binary cmake for machine MachineChoice.HOST at
>>> ['/usr/bin/cmake']
>>> Found CMake: /usr/bin/cmake (3.13.4)
>>> Extracting basic cmake information
>>> Try CMake generator: auto
>>> Called `/usr/bin/cmake --trace-expand .` in
>>> /home/michael/e-git-script/enlightenment/build/meson-private/cmake_bluez
>>>
>>>
>>> -> 0
>>> -- Module search paths: ['/', '/opt', '/usr', '/usr/local']
>>> -- CMake root: /usr/share/cmake-3.13
>>> -- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu']
>>> -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32',
>>> 'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
>>> Run-time dependency bluez found: NO (tried pkgconfig and cmake)
>>> Pkg-config binary for MachineChoice.HOST is cached.
>>> Determining dependency 'systemd' with pkg-config executable
>>> '/usr/bin/pkg-config'
>>> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
>>> Called `/usr/bin/pkg-config --modversion systemd` -> 0
>>> 241
>>> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
>>> Called `/usr/bin/pkg-config --cflags systemd` -> 0
>>>
>>> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
>>> Called `/usr/bin/pkg-config systemd --libs` -> 0
>>>
>>> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
>>> Called `/usr/bin/pkg-config systemd --libs` -> 0
>>>
>>> Run-time dependency systemd found: YES 241
>>> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
>>> Called `/usr/bin/pkg-config --variable=systemduserunitdir systemd`
>>> -> 0
>>> /usr/lib/systemd/user
>>> Got pkgconfig variable systemduserunitdir : /usr/lib/systemd/user
>>> Pkg-config binary for MachineChoice.HOST is cached.
>>> Determining dependency 'eeze' with pkg-config executable
>>> '/usr/bin/pkg-config'
>>> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
>>> Called `/usr/bin/pkg-config --modversion eeze` -> 1
>>>
>>> CMake binary for MachineChoice.HOST is cached.
>>> Run-time dependency eeze found: NO (tried pkgconfig and cmake)
>>>
>>> meson.build:225:11: ERROR: Dependency "eeze" not found, tried
>>> pkgconfig
>>> and cmake
>> the error is that eeze is not found.
>>
>> Either :
>>
>> 1) build the efl with eeze support (iirc, libmount is necessary for
>> eeze). Verify that eeze.pc is available where you installed the EFL
>>
>> or :
>>
>> 2) build E without eeze support (it's disabled by default)
>>
>> Vincent
>>
>>
>> ___
>> enlightenment-users mailing list
>> enlightenment-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> yes, but it really is installed:
>
> $:/mnt/opt/e$ ls bin
>
> diffeet  edje_inspector  eetpack efl_debug
> elementary_codegen  elm_prefs_cc eolian_cxx
> ecore_evas_convert   edje_pick   eeze_disk_ls efl_debugd
> elementary_config   elua eolian_gen
> edje_cc  edje_player eeze_mount efreetd
> elementary_perf embryo_cc    ethumb
> edje_codegen edje_recc   eeze_scanner eina_btlog
> elementary_quicklaunch  emotion_test ethumbd
> edje_decc    edje_watch  eeze_scanner_monitor
> eina_modinfo    elementary_run  emotion_test-eo ethumbd_client
> edje_external_inspector  eet eeze_umount eldbus-codegen
> elementary_test eo_debug vieet
>
> and
>
> $:/mnt/opt/e/lib/x86_64-linux-gnu$ ls
>
> cmake libecore_imf.so
> l

Re: [e-users] enlightenment build fails with meson

2019-07-17 Thread mh

On 7/17/19 12:04 PM, Massimo Maiurana wrote:


mh ha scritto il 17/07/19 alle 15:16:

On 7/17/19 12:50 AM, Vincent Torri wrote:


On Wed, Jul 17, 2019 at 12:25 AM mh  wrote:

On 7/16/19 5:39 PM, Vincent Torri wrote:


On Tue, Jul 16, 2019 at 10:32 PM mh  wrote:

I am trying to build/install E into /opt/e. I have my PATH,
LD_LIBRARY_PATH, and PKG_CONFIG_PATH set to include /opt/e. EFL builds
and install properly to /opt/e. Enlightenment meson build fails with:
meson.build:225:11: ERROR: Dependency "eeze" not found, tried
pkgconfig
and cmake

The end of the enlightenment/build/meson-logs/meson-log.txt (below)
shows that it appears to see the correct PKG_CONFIG_PATH, but still
fails. What is happening? When autoconf was still possible with efl I
could install to /opt/e with that and then build the enlightenment,
ephoto, terminology with their respective meson/ninja methods.


CMake binary for MachineChoice.HOST is not cached
CMake binary missing from cross or native file, or env var undefined.
Trying a default CMake fallback at cmake
Trying CMake binary cmake for machine MachineChoice.HOST at
['/usr/bin/cmake']
Found CMake: /usr/bin/cmake (3.13.4)
Extracting basic cmake information
Try CMake generator: auto
Called `/usr/bin/cmake --trace-expand .` in
/home/michael/e-git-script/enlightenment/build/meson-private/cmake_bluez

-> 0
-- Module search paths: ['/', '/opt', '/usr', '/usr/local']
-- CMake root: /usr/share/cmake-3.13
-- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu']
-- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32',
'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
Run-time dependency bluez found: NO (tried pkgconfig and cmake)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'systemd' with pkg-config executable
'/usr/bin/pkg-config'
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --modversion systemd` -> 0
241
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --cflags systemd` -> 0

PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config systemd --libs` -> 0

PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config systemd --libs` -> 0

Run-time dependency systemd found: YES 241
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --variable=systemduserunitdir systemd`
-> 0
/usr/lib/systemd/user
Got pkgconfig variable systemduserunitdir : /usr/lib/systemd/user
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'eeze' with pkg-config executable
'/usr/bin/pkg-config'
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --modversion eeze` -> 1

CMake binary for MachineChoice.HOST is cached.
Run-time dependency eeze found: NO (tried pkgconfig and cmake)

meson.build:225:11: ERROR: Dependency "eeze" not found, tried
pkgconfig
and cmake

the error is that eeze is not found.

Either :

1) build the efl with eeze support (iirc, libmount is necessary for
eeze). Verify that eeze.pc is available where you installed the EFL

or :

2) build E without eeze support (it's disabled by default)

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

yes, but it really is installed:

$:/mnt/opt/e$ ls bin

diffeet  edje_inspector  eetpack efl_debug
elementary_codegen  elm_prefs_cc eolian_cxx
ecore_evas_convert   edje_pick   eeze_disk_ls efl_debugd
elementary_config   elua eolian_gen
edje_cc  edje_player eeze_mount efreetd
elementary_perf embryo_cc    ethumb
edje_codegen edje_recc   eeze_scanner eina_btlog
elementary_quicklaunch  emotion_test ethumbd
edje_decc    edje_watch  eeze_scanner_monitor
eina_modinfo    elementary_run  emotion_test-eo ethumbd_client
edje_external_inspector  eet eeze_umount eldbus-codegen
elementary_test eo_debug vieet

and

$:/mnt/opt/e/lib/x86_64-linux-gnu$ ls

cmake libecore_imf.so
libefl.so.1 libembryo.so.1.22.99
ecore libecore_imf.so.1
libefl.so.1.22.99   libemile.so
ecore_con libecore_imf.so.1.22.99
libefreet_mime.so   libemile.so.1
ecore_evas    libecore_input_evas.so
libefreet_mime.so.1 libemile.so.1.22.99
ecore_imf libecore_input_evas.so.1
libefreet_mime.so.1.22.99   libemotion.so
edje  libecore_input_evas.so.1.22.99
libefreet.so    libemotion.so.1
eeze  libecore_input.so
libefreet.so.1  libemotion.so.1.22.99
efreet    libecore_input.so.1
libefreet.so.1.22.99    libeo_dbg.so
elementary    libecore_input.so.1.22.99
libefreet_trash.so  libeo_dbg.so.1
emotion   libecore_ipc.so

Re: [e-users] enlightenment build fails with meson

2019-07-17 Thread Massimo Maiurana
mh ha scritto il 17/07/19 alle 15:16:
> On 7/17/19 12:50 AM, Vincent Torri wrote:
> 
>> On Wed, Jul 17, 2019 at 12:25 AM mh  wrote:
>>> On 7/16/19 5:39 PM, Vincent Torri wrote:
>>>
 On Tue, Jul 16, 2019 at 10:32 PM mh  wrote:
> I am trying to build/install E into /opt/e. I have my PATH,
> LD_LIBRARY_PATH, and PKG_CONFIG_PATH set to include /opt/e. EFL builds
> and install properly to /opt/e. Enlightenment meson build fails with:
> meson.build:225:11: ERROR: Dependency "eeze" not found, tried
> pkgconfig
> and cmake
>
> The end of the enlightenment/build/meson-logs/meson-log.txt (below)
> shows that it appears to see the correct PKG_CONFIG_PATH, but still
> fails. What is happening? When autoconf was still possible with efl I
> could install to /opt/e with that and then build the enlightenment,
> ephoto, terminology with their respective meson/ninja methods.
>
>
> CMake binary for MachineChoice.HOST is not cached
> CMake binary missing from cross or native file, or env var undefined.
> Trying a default CMake fallback at cmake
> Trying CMake binary cmake for machine MachineChoice.HOST at
> ['/usr/bin/cmake']
> Found CMake: /usr/bin/cmake (3.13.4)
> Extracting basic cmake information
> Try CMake generator: auto
> Called `/usr/bin/cmake --trace-expand .` in
> /home/michael/e-git-script/enlightenment/build/meson-private/cmake_bluez
>
> -> 0
> -- Module search paths: ['/', '/opt', '/usr', '/usr/local']
> -- CMake root: /usr/share/cmake-3.13
> -- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu']
> -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32',
> 'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
> Run-time dependency bluez found: NO (tried pkgconfig and cmake)
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'systemd' with pkg-config executable
> '/usr/bin/pkg-config'
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --modversion systemd` -> 0
> 241
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --cflags systemd` -> 0
>
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config systemd --libs` -> 0
>
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config systemd --libs` -> 0
>
> Run-time dependency systemd found: YES 241
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --variable=systemduserunitdir systemd`
> -> 0
> /usr/lib/systemd/user
> Got pkgconfig variable systemduserunitdir : /usr/lib/systemd/user
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'eeze' with pkg-config executable
> '/usr/bin/pkg-config'
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --modversion eeze` -> 1
>
> CMake binary for MachineChoice.HOST is cached.
> Run-time dependency eeze found: NO (tried pkgconfig and cmake)
>
> meson.build:225:11: ERROR: Dependency "eeze" not found, tried
> pkgconfig
> and cmake
 the error is that eeze is not found.

 Either :

 1) build the efl with eeze support (iirc, libmount is necessary for
 eeze). Verify that eeze.pc is available where you installed the EFL

 or :

 2) build E without eeze support (it's disabled by default)

 Vincent


 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>>> yes, but it really is installed:
>>>
>>> $:/mnt/opt/e$ ls bin
>>>
>>> diffeet  edje_inspector  eetpack efl_debug
>>> elementary_codegen  elm_prefs_cc eolian_cxx
>>> ecore_evas_convert   edje_pick   eeze_disk_ls efl_debugd
>>> elementary_config   elua eolian_gen
>>> edje_cc  edje_player eeze_mount efreetd
>>> elementary_perf embryo_cc    ethumb
>>> edje_codegen edje_recc   eeze_scanner eina_btlog
>>> elementary_quicklaunch  emotion_test ethumbd
>>> edje_decc    edje_watch  eeze_scanner_monitor
>>> eina_modinfo    elementary_run  emotion_test-eo ethumbd_client
>>> edje_external_inspector  eet eeze_umount eldbus-codegen
>>> elementary_test eo_debug vieet
>>>
>>> and
>>>
>>> $:/mnt/opt/e/lib/x86_64-linux-gnu$ ls
>>>
>>> cmake libecore_imf.so
>>> libefl.so.1 libembryo.so.1.22.99
>>> ecore libecore_imf.so.1
>>> libefl.so.1.22.99   libemile.so
>>> ecore_con libecore_imf.so.1.22.99
>>> libefreet_mime.so   libemile.so.1
>>> ecore_evas    libecore_input_evas.so
>>> libefreet_mime.so.1 libemile.so.1.22.

Re: [e-users] enlightenment build fails with meson

2019-07-17 Thread mh

On 7/17/19 12:50 AM, Vincent Torri wrote:


On Wed, Jul 17, 2019 at 12:25 AM mh  wrote:

On 7/16/19 5:39 PM, Vincent Torri wrote:


On Tue, Jul 16, 2019 at 10:32 PM mh  wrote:

I am trying to build/install E into /opt/e. I have my PATH,
LD_LIBRARY_PATH, and PKG_CONFIG_PATH set to include /opt/e. EFL builds
and install properly to /opt/e. Enlightenment meson build fails with:
meson.build:225:11: ERROR: Dependency "eeze" not found, tried pkgconfig
and cmake

The end of the enlightenment/build/meson-logs/meson-log.txt (below)
shows that it appears to see the correct PKG_CONFIG_PATH, but still
fails. What is happening? When autoconf was still possible with efl I
could install to /opt/e with that and then build the enlightenment,
ephoto, terminology with their respective meson/ninja methods.


CMake binary for MachineChoice.HOST is not cached
CMake binary missing from cross or native file, or env var undefined.
Trying a default CMake fallback at cmake
Trying CMake binary cmake for machine MachineChoice.HOST at
['/usr/bin/cmake']
Found CMake: /usr/bin/cmake (3.13.4)
Extracting basic cmake information
Try CMake generator: auto
Called `/usr/bin/cmake --trace-expand .` in
/home/michael/e-git-script/enlightenment/build/meson-private/cmake_bluez
-> 0
-- Module search paths: ['/', '/opt', '/usr', '/usr/local']
-- CMake root: /usr/share/cmake-3.13
-- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu']
-- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32',
'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
Run-time dependency bluez found: NO (tried pkgconfig and cmake)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'systemd' with pkg-config executable
'/usr/bin/pkg-config'
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --modversion systemd` -> 0
241
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --cflags systemd` -> 0

PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config systemd --libs` -> 0

PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config systemd --libs` -> 0

Run-time dependency systemd found: YES 241
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --variable=systemduserunitdir systemd` -> 0
/usr/lib/systemd/user
Got pkgconfig variable systemduserunitdir : /usr/lib/systemd/user
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'eeze' with pkg-config executable
'/usr/bin/pkg-config'
PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
Called `/usr/bin/pkg-config --modversion eeze` -> 1

CMake binary for MachineChoice.HOST is cached.
Run-time dependency eeze found: NO (tried pkgconfig and cmake)

meson.build:225:11: ERROR: Dependency "eeze" not found, tried pkgconfig
and cmake

the error is that eeze is not found.

Either :

1) build the efl with eeze support (iirc, libmount is necessary for
eeze). Verify that eeze.pc is available where you installed the EFL

or :

2) build E without eeze support (it's disabled by default)

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

yes, but it really is installed:

$:/mnt/opt/e$ ls bin

diffeet  edje_inspector  eetpack efl_debug
elementary_codegen  elm_prefs_cc eolian_cxx
ecore_evas_convert   edje_pick   eeze_disk_ls efl_debugd
elementary_config   elua eolian_gen
edje_cc  edje_player eeze_mount efreetd
elementary_perf embryo_ccethumb
edje_codegen edje_recc   eeze_scanner eina_btlog
elementary_quicklaunch  emotion_test ethumbd
edje_deccedje_watch  eeze_scanner_monitor
eina_modinfoelementary_run  emotion_test-eo ethumbd_client
edje_external_inspector  eet eeze_umount eldbus-codegen
elementary_test eo_debug vieet

and

$:/mnt/opt/e/lib/x86_64-linux-gnu$ ls

cmake libecore_imf.so
libefl.so.1 libembryo.so.1.22.99
ecore libecore_imf.so.1
libefl.so.1.22.99   libemile.so
ecore_con libecore_imf.so.1.22.99
libefreet_mime.so   libemile.so.1
ecore_evaslibecore_input_evas.so
libefreet_mime.so.1 libemile.so.1.22.99
ecore_imf libecore_input_evas.so.1
libefreet_mime.so.1.22.99   libemotion.so
edje  libecore_input_evas.so.1.22.99
libefreet.solibemotion.so.1
eeze  libecore_input.so
libefreet.so.1  libemotion.so.1.22.99
efreetlibecore_input.so.1
libefreet.so.1.22.99libeo_dbg.so
elementarylibecore_input.so.1.22.99
libefreet_trash.so  libeo_dbg.so.1
emotion   libecore_ipc.so
libefreet_trash.so.1libeo_dbg.so.1.22.99
ethumblibecore

Re: [e-users] Wayland help please ( continued ) ...

2019-07-17 Thread Daniel Kasak
Hi Raster. Thanks for the response ...

My problem appears to be related to the initial configuration process.

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=efl-git
>
> :) no deprecated stuff. -Ddrm=true -Dwl=true is what u want. i think the
> issue
> is you are using the old unmaintained deprecated stuff and thus confusion
> as to
> what is going on even... now i know. :)
>

Yes I've tried using those build scripts as a template. I enabled the
deprecated stuff, because if I *don't*, I get:

Message: ecore_wayland disabled!
Message: ecore_drm disabled!

How can I debug why these are disabled? This is with the build command (
copied from the arch build script, modified the --prefix part *only* of the
meson command ):

---

export LIBRAW_CFLAGS=-I/usr/include/libraw
export PKG_CONFIG_PATH=/opt/e23/lib/pkgconfig
export CFLAGS="-O3 -g3 -march=native -ffast-math -fvisibility=hidden -W
-Wall -Wextra -Wshadow -Wstrict-prototypes"

cd efl

rm -rf build

meson --prefix=/opt/e23 \
-Dopengl=es-egl \
-Dfb=true \
-Dtslib=false \
-Ddrm=true \
-Dwl=true \
-Dnetwork-backend=connman \
-Devas-loaders-disabler=json \
-Dbindings= \
-Dbuild-examples=false \
-Dbuild-tests=false \
-Decore-imf-loaders-disabler= \
. build

ninja -j 10 -C build
ninja -C build install

cd ..

---

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] efl-git, taskbar displays annoying "error" about acpid

2019-07-17 Thread leoutation

On 7/17/19 12:33 AM, Carsten Haitzler (The Rasterman) wrote:

On Tue, 16 Jul 2019 20:39:37 +0200 leoutat...@gmx.fr said:


Hi
Since two or three last efl-git / enlightement-git versions,
enlightenment taskbar displays 'Error'.
In x session, an E notification asks for acpid to be launched.
In wayland session, i just see 'error' in taskbar
I don't want to install acpid but, may be it's necessary now. I don't
know...
Is it a bug or do i have to install acpid?


install it. it is an error to have an acpi based system and NOT install acpid
and have it running. this is how e gets acpi events (power button, reset
button, sleep button, lid close/open for laptops etc.).  without acpid things
will appear seemingly broken with e as it just won't get the events it will
expect to get to make the system work right. i added the above check in acpi
init as i had forgotten to install and set up acpid on a new box or 2 recently
and so having e tell you is a nice reminder to go fix it. :)


OK, i understand. Thanks.

Best regards

--
Maderios


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users