From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 26 16:49:18 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCFE8FBF for ; Wed, 26 Nov 2014 16:49:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FF28123 for ; Wed, 26 Nov 2014 16:49:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQGnIBV044575 for ; Wed, 26 Nov 2014 16:49:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195418] New: devel/efl segfaults when building Date: Wed, 26 Nov 2014 16:49:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cnehren+freebsd-bugs@pobox.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gblach@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 16:49:18 -0000 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@FreeBSD.org Reporter: cnehren+freebsd-bugs@pobox.com Assignee: gblach@FreeBSD.org Flags: maintainer-feedback?(gblach@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@behemoth:/usr/ports/devel/efl/work/efl-1.12.1 # cd src root@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@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 --- Auto-assigned to maintainer gblach@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.