Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2006 09:57:43 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        Bachilo Dmitry <root@solink.ru>
Cc:        ports@freebsd.org, current@freebsd.org
Subject:   Re: Bad system call (core dumped)
Message-ID:  <20060210125743.GA835@iib.unsam.edu.ar>
In-Reply-To: <200602101246.31666.root@solink.ru>
References:  <200602101246.31666.root@solink.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
+----[ Bachilo Dmitry <root@solink.ru> (10.Feb.2006 03:48):
|
| I've tried to compile Xchat 2.6.1 from sources, it compiled with no errors, 
| but when I start xchat it gives me "Bad system call (core dumped)".

I don't know about this one, but

| So i've cvsuped ports and compiled this version of Xchat from them firs of all 
| i've got Shared object "libexpat.so.5" not found, required by 
| "libfontconfig.so.1", 

when you cvsuped, the ports tree got updated and this included a
new version of expat. Read /usr/ports/UPDATING always after
you cvsup your ports.

| and I've made a symbolic link 
| ln -s libexpat.so libexpat.so.5 

You should try to avoid doing this. When a you update a
shared library to a new major version, it is recommended
that you recompile all ports that were linked against this
library.

If you use portupgrade (sysutils/portupgrade), this can be
easily done like this

portupgrade -rf your_shared_library_port

this will upgrade the shared library rebuild all ports that
depend on it.

In this case, it will be 

portupgrade -rf textproc/expat2

as explained in UPDATING. But beware, this can take a looong
time, as many ports depend on expat.

Regards,

Fernan

| and then again typed xchat, but, as ususal
| Bad system call (core dumped)
| 
| Is that a problem with sources, or there's something wrong with my system?
| -- 
| ------------------------
| ? ?????????, ?????? ???????
| ???????????? ?????? ????????? ??????????
| ??? "???????? ??????"
| _______________________________________________
| freebsd-ports@freebsd.org mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-ports
| To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
| 
|
+----]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060210125743.GA835>