From owner-freebsd-questions@FreeBSD.ORG Thu May 6 17:48:02 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5A151065675 for ; Thu, 6 May 2010 17:48:02 +0000 (UTC) (envelope-from amsibamsi@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 3E9B58FC1A for ; Thu, 6 May 2010 17:48:01 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so1797555fge.13 for ; Thu, 06 May 2010 10:47:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=PXYsAOmkaWxp4tyIkh8YabBumktWMVN6CNHyM9xtVKY=; b=JXcMb+DRdebsKTy3VlUKtFmActgwvIobnqv45vm/noGlk8yQesafbIGAUDSh1NbzQw wVZyQuyFeHTLmyW0vGrWKaqdpuJIbNO34c+kldGreghcQ/Bu3ECyY7C5LQ5GRRhvc1qn 5vqsf6zUhP1EEF0QwtMrHAv2XBnwc2Xxg/FRk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=wAGDJUn0pz5pIyDqLfBrwwBD7S1osMgj9GEESSOW1EIhowjhRhyxAyR6XYmCBBXIdq pzRV7DQPq3EaMLdwJa94Ua8m9IW8XjYC+y+xTzvGNYVSQP+lqJu2MvUxI4OsJTpCc6aG xRF2lemsR5xJBsWfdn/93h7OjxiE8MGKA2LYQ= Received: by 10.87.50.6 with SMTP id c6mr2042717fgk.41.1273168075002; Thu, 06 May 2010 10:47:55 -0700 (PDT) Received: from hulk.l.ttyv0.net (80-219-19-168.dclient.hispeed.ch [80.219.19.168]) by mx.google.com with ESMTPS id d8sm3489462fga.21.2010.05.06.10.47.53 (version=SSLv3 cipher=RC4-MD5); Thu, 06 May 2010 10:47:54 -0700 (PDT) Message-ID: <4BE300C7.7070609@gmail.com> Date: Thu, 06 May 2010 19:47:51 +0200 From: Anselm Strauss User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100424 Thunderbird/3.0.4 MIME-Version: 1.0 To: Johan van Selst References: <4BE1C8BC.6060806@gmail.com> <20100506055432.GA96779@mud.stack.nl> In-Reply-To: <20100506055432.GA96779@mud.stack.nl> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: [Help-smalltalk] gst-browser on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2010 17:48:02 -0000 On 05/06/10 07:54, Johan van Selst wrote: > Anselm Strauss wrote: >> I didn't find any GTK packages coming with the installation, maybe the >> port for FreeBSD is incomplete ...? > > Yes, the FreeBSD port installs smalltalk without GTK support (because > the combination was broken). This has been the default setup for over 6 > years now. I'm not sure how bad it is these days. If you want to test it > with GTK support, then add "gtk20" to the USE_GNOME line and remove the > "--disable-gtk" line in the port's Makefile, before compiling and > installing again. Please let me know if this works for you and what > system you use (FreeBSD version and architecture). > > > Best regards, > Johan van Selst It compiles and installs on FreeBSD 8.0-p2 on amd64. But it segfaults on start: -> gst-browser Recompiling classes... Recompiling class: GTK.GtkRequisition class Recompiling selector: #sizeof Recompiling classes... Recompiling classes... Recompiling classes... Recompiling class: GTK.GdkEventButton class Recompiling selector: #sizeof Recompiling classes... Recompiling class: GTK.GdkEventMotion class Recompiling selector: #sizeof Recompiling classes... Recompiling class: GTK.GdkEventConfigure class Recompiling selector: #sizeof Recompiling classes... Recompiling class: GTK.GdkEventKey class Recompiling selector: #sizeof Segmentation fault: 11 -> Think I will have to look deeper into it ... Thanks, Anselm