From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 10:41:00 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A1716A420; Fri, 10 Feb 2006 10:41:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C01943D7B; Fri, 10 Feb 2006 10:40:50 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 90BEA1A3C23; Fri, 10 Feb 2006 02:40:50 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D4D46515A3; Fri, 10 Feb 2006 05:40:49 -0500 (EST) Date: Fri, 10 Feb 2006 05:40:49 -0500 From: Kris Kennaway To: Bachilo Dmitry Message-ID: <20060210104049.GA34533@xor.obsecurity.org> References: <200602101246.31666.root@solink.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <200602101246.31666.root@solink.ru> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org, current@freebsd.org Subject: Re: Bad system call (core dumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2006 10:41:00 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 10, 2006 at 12:46:31PM +0600, Bachilo Dmitry wrote: > I've tried to compile Xchat 2.6.1 from sources, it compiled with no error= s,=20 > but when I start xchat it gives me "Bad system call (core dumped)". > So i've cvsuped ports and compiled this version of Xchat from them firs o= f all=20 > i've got Shared object "libexpat.so.5" not found, required by=20 > "libfontconfig.so.1", and I've made a symbolic link=20 > ln -s libexpat.so libexpat.so.5=20 > and then again typed xchat, but, as ususal > Bad system call (core dumped) >=20 > Is that a problem with sources, or there's something wrong with my system? The latter, looks like. The fact that you have the missing library suggests you're not upgrading your ports correctly (e.g. using portupgrade), which suggests you're probably not upgrading your OS correctly either. e.g. if you built and installed a new world without first building, installing and booting a new kernel (per the documentation in the handbook and UPDATING), you could run into this error from new system calls recently added. Kris --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7G2xWry0BWjoQKURAnUBAJ49MARIpUN4KDJCLSvpT4J6oA1+CQCgowzA OdUkGqRQMku1YSzsQMhmfeM= =Mp78 -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA--