From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 28 14:41:47 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D0C2106566B for ; Mon, 28 Apr 2008 14:41:47 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5E5648FC13 for ; Mon, 28 Apr 2008 14:41:47 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: (qmail 13329 invoked from network); 28 Apr 2008 14:15:05 -0000 Received: from dsl081-173-150.sea1.dsl.speakeasy.net (HELO asus.tddhome) ([64.81.173.150]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 28 Apr 2008 14:15:05 -0000 Received: from asus.tddhome (localhost.tddhome [127.0.0.1]) by asus.tddhome (8.14.2/8.14.2) with ESMTP id m3SEF5Q2004165; Mon, 28 Apr 2008 07:15:05 -0700 (PDT) (envelope-from tomdean@asus.tddhome) Received: (from tomdean@localhost) by asus.tddhome (8.14.2/8.14.2/Submit) id m3SEF3QH004162; Mon, 28 Apr 2008 07:15:03 -0700 (PDT) (envelope-from tomdean) Date: Mon, 28 Apr 2008 07:15:03 -0700 (PDT) Message-Id: <200804281415.m3SEF3QH004162@asus.tddhome> From: "Thomas D. Dean" To: miwi@FreeBSD.org In-reply-to: <200804280944.m3S9ilVH047539@freefall.freebsd.org> (miwi@FreeBSD.org) References: <200804280944.m3S9ilVH047539@freefall.freebsd.org> Cc: freebsd-ports-bugs@FreeBSD.org, js@jeannot.org, miwi@FreeBSD.org Subject: Re: ports/116378: xorg 7.3 on -stable breaks math/scilab X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 14:41:47 -0000 I installed scilab from a fresh ports tree on FreeBSD 7.0. I used all defaults in the installation. Scilab starts and immediately exits. # scilab /usr/local/bin/scilab: /usr/local/lib/pvm//lib/pvmgetarch: not found Installing pvm-3.4.5_3, scilab still exits with no error message. # scilab -debug GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... (gdb) r Starting program: /usr/local/lib/scilab/bin/scilex Program received signal SIGSEGV, Segmentation fault. 0x28d2815a in _XtBindActions () from /usr/local/lib/libXt.so.6 (gdb) bt #0 0x28d2815a in _XtBindActions () from /usr/local/lib/libXt.so.6 #1 0x28d31fdc in _XtInstallTranslations () from /usr/local/lib/libXt.so.6 #2 0x28d12848 in RealizeWidget () from /usr/local/lib/libXt.so.6 #3 0x00000000 in ?? () #4 0xbfbfdacc in ?? () #5 0x28d3ea58 in __JCR_LIST__ () from /usr/local/lib/libXt.so.6 #6 0x0000015b in ?? () #7 0x00000018 in ?? () #8 0xbfbfdb08 in ?? () #9 0x28d0d94a in XtMoveWidget () from /usr/local/lib/libXt.so.6 Previous frame inner to this frame (corrupt stack?) I will try reinstalling scilab without pvm, tomorrow. tomdean