Re: [Ekiga-devel-list] small patch for FreeBSD HEAD, but ekiga crashes on start
- From: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
- To: Matthias Apitz <guru unixarea de>
- Cc: Ekiga development mailing list <ekiga-devel-list gnome org>
- Subject: Re: [Ekiga-devel-list] small patch for FreeBSD HEAD, but ekiga crashes on start
- Date: Tue, 24 May 2011 14:12:44 +0200
On 24/05/11 12:59, Matthias Apitz wrote:
El día Tuesday, May 24, 2011 a las 12:17:09PM +0200, Eugen Dedu escribió:
ekiga from git itself needs a small patch to be configured:
*** autogen.sh.OLD 2011-05-15 18:28:50.000000000 +0200
--- autogen.sh 2011-05-20 07:41:33.000000000 +0200
***************
*** 43,46 ****
exit 1
fi
! ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/share/aclocal"
GNOME_DATADIR="$gnome_datadir" USE_GNOME2_MACROS=1 . $gnome_autogen
--- 43,48 ----
exit 1
fi
! test -d /usr/local/share/aclocal&& ACLOCAL_DIR="-I
/usr/local/share/aclocal"
! test -d /usr/share/aclocal&& ACLOCAL_DIR="-I /usr/share/aclocal"
! ACLOCAL_FLAGS="$ACLOCAL_FLAGS $ACLOCAL_DIR"
GNOME_DATADIR="$gnome_datadir" USE_GNOME2_MACROS=1 . $gnome_autogen
This means that you have not installed aclocal from FreeBSD repository,
but you instaleld it manually. I am not sure, but I think people should
use the first method, is that right?
I do not know what you mean exactly with 'from FreeBSD repository';
I have kernel and userland from FreeBSD SVN (9.0-CURRENT #1 r214444: Thu
Oct 28 10:56:32 CEST 2010) and the ports from CVS from October 2010 on
the machine we are talking about; in FreeBSD all port's stuff is
installed below /usr/local and nothing below /usr/share/aclocal:
$ LANG=C ls -l /usr/share/aclocal
ls: /usr/share/aclocal: No such file or directory
$ ls -l /usr/local/share/aclocal/*.m4 | wc -l
96
Ok, thanks, I chose a simpler solution
(http://git.gnome.org/browse/ekiga/commit/?id=d20859885adf6), tell me if
it ok.
--
Eugen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]