Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2011 16:16:42 -0700
From:      Robert <traveling08@cox.net>
To:        freebsd-ports@freebsd.org <freebsd-ports@freebsd.org>, obrien@FreeBSD.org
Subject:   ICAL fails to build
Message-ID:  <20110701161642.2dd6a743@dell64>

next in thread | raw e-mail | index | archive | help
Greetings=20

I am having trouble getting ICAL to build.

uname -a
FreeBSD dell64.shasta204.local 8.2-STABLE FreeBSD 8.2-STABLE #19: Fri
Jul  1 06:36:42 PDT 2011
root@dell64.shasta204.local:/usr/obj/usr/src/sys/GENERIC  amd64

I ran portsnap fetch update before starting. Here is what I have. Sorry
about the length.

[robert@dell64] /usr/ports/deskutils/ical> pkg_info | grep tcl
tcl-8.5.10          Tool Command Language
tcl-modules-8.5.10  Tcl common modules
[robert@dell64] /usr/ports/deskutils/ical> sudo make
=3D=3D=3D>   ical-2.2_3 depends on shared library: tk84.1 - found
=3D=3D=3D>  Configuring for ical-2.2_3
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g
wheel checking for ranlib... ranlib
checking whether ln -s works... yes
checking for Mail... /usr/bin/Mail
checking for c++... c++
checking whether the C++ compiler (c++ -O2 -pipe -fno-strict-aliasing )
works... yes checking whether the C++ compiler (c++ -O2 -pipe
-fno-strict-aliasing ) is a cross-compiler... no checking whether we
are using GNU C++... yes checking whether c++ accepts -g... yes
checking for POSIXized ISC... no
checking Tcl/Tk installation
checking for tclsh... /usr/local/bin/tclsh8.4
checking for tclConfig.sh... configure: error: I could not find
tclConfig.sh.

Please specify the directory that contains tclConfig.sh
by running configure with the following option
	--with-tclconfig=3D<path name of directory containing
tclConfig.sh>

Warning: Only Tcl versions 7.5 and later provide a tclConfig.sh file.
Make sure you have a new enough version installed on your
system.
=3D=3D=3D>  Script =E2=80=9Cconfigure=E2=80=9D failed unexpectedly.
Please report the problem to obrien@FreeBSD.org [maintainer] and attach
the =E2=80=9C/usr/ports/deskutils/ical/work/ical-2.2/config.log=E2=80=9D in=
cluding the
output of the failure of your make command. Also, it might be a good
idea to provide an overview of all packages installed on your system
(e.g. an =E2=80=98ls /var/db/pkg=E2=80=99).
*** Error code 1

Stop in /usr/ports/deskutils/ical.

me: OK. I will find it.

[robert@dell64] /usr/ports/deskutils/ical> sudo find /usr -name
tclConfig.sh -print /usr/local/lib/tcl8.5/tclConfig.sh
me: OK. That was easy

[root@dell64] /usr/ports/deskutils/ical# cd work/ical-2.2/

<clip a couple of more directory requests>

[root@dell64] /usr/ports/deskutils/ical/work/ical-2.2# ./configure
--with-tclsh=3D/usr/local/bin/tclsh8.5
--with-tclconfig=3D/usr/local/lib/tcl8.5/
--with-tkconfig=3D/usr/local/lib/tk8.4/ loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c checking
for ranlib... ranlib checking whether ln -s works... yes checking for
Mail... /usr/bin/Mail checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for POSIXized ISC... no
checking for prefix by checking for wish... no
checking Tcl/Tk installation
checking for tclsh... /usr/local/bin/tclsh8.5
checking for tclConfig.sh... /usr/local/lib/tcl8.5//tclConfig.sh
checking for tkConfig.sh... /usr/local/lib/tk8.4//tkConfig.sh
checking for installed Tcl/Tk library files... ok
checking how to run the C preprocessor... cc -E
checking for up-to-date Tcl version in tcl.h... no

me: I guess that worked but I am not sure about the last line.
config.log and config.h are updated to the current time.

[root@dell64] /usr/ports/deskutils/ical/work/ical-2.2# cd ../../

[root@dell64] /usr/ports/deskutils/ical# make install
=3D=3D=3D>   ical-2.2_3 depends on shared library: tk84.1 - found
=3D=3D=3D>  Configuring for ical-2.2_3
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g
wheel checking for ranlib... ranlib
checking whether ln -s works... yes
checking for Mail... /usr/bin/Mail
checking for c++... c++
checking whether the C++ compiler (c++ -O2 -pipe -fno-strict-aliasing )
works... yes checking whether the C++ compiler (c++ -O2 -pipe
-fno-strict-aliasing ) is a cross-compiler... no checking whether we
are using GNU C++... yes checking whether c++ accepts -g... yes
checking for POSIXized ISC... no
checking Tcl/Tk installation
checking for tclsh... /usr/local/bin/tclsh8.4
checking for tclConfig.sh... configure: error: I could not find
tclConfig.sh.

Please specify the directory that contains tclConfig.sh
by running configure with the following option
	--with-tclconfig=3D<path name of directory containing
tclConfig.sh>

Warning: Only Tcl versions 7.5 and later provide a tclConfig.sh file.
Make sure you have a new enough version installed on your
system.
=3D=3D=3D>  Script =E2=80=9Cconfigure=E2=80=9D failed unexpectedly.
Please report the problem to obrien@FreeBSD.org [maintainer] and attach
the =E2=80=9C/usr/ports/deskutils/ical/work/ical-2.2/config.log=E2=80=9D in=
cluding the
output of the failure of your make command. Also, it might be a good
idea to provide an overview of all packages installed on your system
(e.g. an =E2=80=98ls /var/db/pkg=E2=80=99).
*** Error code 1

Stop in /usr/ports/deskutils/ical.

me: Same old same old. The time at config.log and config.h is changed
again.

What am I doing wrong?

TIA
Robert








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