Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jan 2015 12:58:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196419] New: devel/efl broken for days, taking out 33 enlightenment ports with it
Message-ID:  <bug-196419-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196419

            Bug ID: 196419
           Summary: devel/efl broken for days, taking out 33 enlightenment
                    ports with it
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gblach@FreeBSD.org
          Reporter: marino@FreeBSD.org
             Flags: maintainer-feedback?(gblach@FreeBSD.org)
          Assignee: gblach@FreeBSD.org

Created attachment 151189
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151189&action=edit
failed attempt at fixing efl, but it least it configures with it

DragonFly has been seeing the same configuration error FreeBSD is:




checking whether c++ supports C++11 features by default... no
checking whether c++ supports C++11 features with -std=gnu++11... yes
configure: Finished Eina_Cxx checks
configure: Start Eet checks
checking for libjpeg... yes
checking for zlib... yes
checking for EET... no
configure: error: Package requirements ( ) were not met:

Please specify at least one package name on the command line.

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EET_CFLAGS
and EET_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
===>  Script "configure" failed unexpectedly.




Applying the attached patch gets efl to configure, but it later fails to find
headers it is supposed to install:



  CC       static_libs/lz4/lib_evas_libevas_la-lz4hc.lo
  CC      
lib/evas/common/evas_op_blend/lib_evas_common_libevas_op_blend_sse3_la-op_blend_master_sse3.lo
  CC       lib/eet/lib_eet_libeet_la-eet_alloc.lo
  CC       lib/eet/lib_eet_libeet_la-eet_cipher.lo
lib/eet/eet_alloc.c:5:18: fatal error: Eina.h: No such file or directory
compilation terminated.
Makefile:21658: recipe for target 'lib/eet/lib_eet_libeet_la-eet_alloc.lo'
failed
gmake[5]: *** [lib/eet/lib_eet_libeet_la-eet_alloc.lo] Error 1
gmake[5]: *** Waiting for unfinished jobs....
In file included from lib/eet/eet_cipher.c:49:0:
lib/eet/Eet.h:99:18: fatal error: Eina.h: No such file or directory
compilation terminated.
Makefile:21665: recipe for target 'lib/eet/lib_eet_libeet_la-eet_cipher.lo'
failed
gmake[5]: *** [lib/eet/lib_eet_libeet_la-eet_cipher.lo] Error 1
Makefile:31925: recipe for target 'all-recursive' failed
gmake[4]: *** [all-recursive] Error 1
Makefile:11585: recipe for target 'all' failed
gmake[3]: *** [all] Error 2
Makefile:2284: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
Makefile:1514: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/wrkdirs/devel/efl/work/efl-1.12.2'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/efl



The recent breakage of efl means that none of the enlighenment ports can be be
built.  package fallout must have warned about this.  Is there any estimated
time this desktop will be restored?

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer gblach@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196419-13>