[Bug 195418] New: devel/efl segfaults when building

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 26 16:49:18 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195418

            Bug ID: 195418
           Summary: devel/efl segfaults when building
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gblach at FreeBSD.org
          Reporter: cnehren+freebsd-bugs at pobox.com
          Assignee: gblach at FreeBSD.org
             Flags: maintainer-feedback?(gblach at FreeBSD.org)

Trying to build latest devel/efl as of this morning and it's segfaulting when
trying to do some elua stuff:

[...]
  EOLCXX   lib/ecore_audio/ecore_audio.eo.hh
  EOLCXX   lib/ecore_audio/ecore_audio_in.eo.hh
  EOLCXX   lib/ecore_audio/ecore_audio_out.eo.hh
  EOLCXX   lib/ecore_audio/ecore_audio_in_sndfile.eo.hh
  EOLCXX   lib/ecore_audio/ecore_audio_out_sndfile.eo.hh
  EOLCXX   lib/ecore_audio/ecore_audio_out_pulse.eo.hh
  EOLCXX   lib/ecore_audio/ecore_audio_in_tone.eo.hh
  ELUA     lib/ecore_con/ecore_con_base.eo.lua
Makefile:33668: recipe for target 'lib/ecore_con/ecore_con_base.eo.lua' failed
gmake[4]: *** [lib/ecore_con/ecore_con_base.eo.lua] Segmentation fault (core
dumped)
gmake[4]: *** Deleting file 'lib/ecore_con/ecore_con_base.eo.lua'
Makefile:31925: recipe for target 'all-recursive' failed
gmake[3]: *** [all-recursive] Error 1
Makefile:11585: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
Makefile:2284: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
Makefile:1514: recipe for target 'all' failed
gmake: *** [all] Error 2
root at behemoth:/usr/ports/devel/efl/work/efl-1.12.1 # cd src
root at behemoth:/usr/ports/devel/efl/work/efl-1.12.1/src # gmake -n
lib/ecore_con/ecore_con_base.eo.lua
echo "  ELUA    "
lib/ecore_con/ecore_con_base.eo.lua;ELUA_EOLIAN_LIBRARY_PATH=../src/lib/eolian/.libs
EFL_RUN_IN_TREE=1 ../src/bin/elua/elua lualian -I./lib/eo -I./lib/evas/canvas
-I./lib/edje -I./lib/efl/interfaces -I./lib/ecore_audio -I./lib/ecore
-I./lib/ecore_con -o lib/ecore_con/ecore_con_base.eo.lua
lib/ecore_con/ecore_con_base.eo
root at behemoth:/usr/ports/devel/efl/work/efl-1.12.1/src # env
ELUA_EOLIAN_LIBRARY_PATH=../src/lib/eolian/.libs EFL_RUN_IN_TREE=1
../src/bin/elua/elua lualian -I./lib/eo -I./lib/evas/canvas -I./lib/edje
-I./lib/efl/interfaces -I./lib/ecore_audio -I./lib/ecore -I./lib/ecore_con -o
lib/ecore_con/ecore_con_base.eo.lua lib/ecore_con/ecore_con_base.eo
Segmentation fault (core dumped)

The stacktrace isn't very useful without debug info; I'll see if I have time to
rebuild everything with debugging and get something useful.

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

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


More information about the freebsd-ports-bugs mailing list