From owner-freebsd-ports@FreeBSD.ORG Thu Sep 5 16:22:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12768E21 for ; Thu, 5 Sep 2013 16:22:16 +0000 (UTC) (envelope-from magik@roorback.net) Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A11592DA2 for ; Thu, 5 Sep 2013 16:22:15 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id l10so1012257eei.7 for ; Thu, 05 Sep 2013 09:22:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=z/YRm851aICouhx6jtuncoyF/mqhS0crqqq+HeuNMxs=; b=FpCE5wAUxDzpYUooOnK5A2Nd9pHawaEbp9mdCSJsgjXA/4tv+/dfd5qr9SkwlE6eDU ZKksuDaEOf3zccOkst4bxFQ9mJJQCKwLtms3bs+ZZzNqQsiZwaWH6pUKTFcG+BMYt4xp JGNDngmimyOVOwmI5R1lgr6rz3DoX/TaZp66cqHU6ZMHpHVjkjdBEKacmZOnFNfcFW7n wTuKYlQlZGFAxmdEvrZWTT9fKPTuIDtK+T3JFwjPFikNp8nLwhqjLFuES9z9XTxy6Ehj h1nP4gMXhvVLhT4YxTWcXLdDk1y4DnXubQ9zpoBT4HCvmFQ7Un7MQeMmYbpld40eVVsg gepQ== X-Gm-Message-State: ALoCoQnkiGGYWZDFpsenOCeJ9ZtYhSXn3ctiKim4rvijrKIfAfBYYqzqWp4kNqXVAKOfv9sHajCG X-Received: by 10.14.107.68 with SMTP id n44mr14732093eeg.26.1378398134068; Thu, 05 Sep 2013 09:22:14 -0700 (PDT) Received: from starpad.nine (user-164-126-31-125.play-internet.pl. [164.126.31.125]) by mx.google.com with ESMTPSA id t6sm49937000eel.12.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Sep 2013 09:22:13 -0700 (PDT) Message-ID: <5228AFAE.90203@roorback.net> Date: Thu, 05 Sep 2013 18:22:06 +0200 From: Grzegorz Blach User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130808 Thunderbird/17.0.8 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: enlightenment-0.17.4 hanging from xdm References: <20130905174224.54611cb0@alkumuna.eu> <5228A81F.5080107@roorback.net> <20130905161605.GA27308@ithaqua.etoilebsd.net> In-Reply-To: <20130905161605.GA27308@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, Matthieu Volat X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 16:22:16 -0000 On 09/05/13 18:16, Baptiste Daroussin wrote: > On Thu, Sep 05, 2013 at 05:49:51PM +0200, Grzegorz Blach wrote: >> On 09/05/13 17:42, Matthieu Volat wrote: >>> Hi e17 users, >>> >>> I can't get e17 to start a session from xdm, and it's quite unreliable from startx too... There's no big error message in .xsession, it just seems to hang after : >>> RUN INIT: /usr/local/lib/enlightenment/utils/enlightenment_init >>> '/usr/local/share/enlightenment/data/themes/default.edj' '0' >>> 'Enlightenment' '0.17.4' >>> >>> There's no problem if I rollback to 0.17.3... I'm in 9.2-RC3 amd64 with clang set as port compiler... (tried to rebuild just enlightenment with gcc with no avail). Does anybody has found this problem and maybe a solution? >>> >> >> Hi Matthieu, >> >> You need to rebuild graphics/evas-core using gcc, this should resolve >> your problem. > > That means I removed USE_GCC=any by mistake, this is weird, as I am able to run > e17 on head using clang (meaning clang33)? > > did I miss something? > I don't tried clang33 yet, but I'm sure that building evas-core using clang32 at last on amd64 make e17 unusable.