Greetings 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 ===> ical-2.2_3 depends on shared library: tk84.1 - found ===> 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=<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. ===> Script “configure” failed unexpectedly. Please report the problem to obr...@freebsd.org [maintainer] and attach the “/usr/ports/deskutils/ical/work/ical-2.2/config.log” including 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 ‘ls /var/db/pkg’). *** 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=/usr/local/bin/tclsh8.5 --with-tclconfig=/usr/local/lib/tcl8.5/ --with-tkconfig=/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 ===> ical-2.2_3 depends on shared library: tk84.1 - found ===> 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=<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. ===> Script “configure” failed unexpectedly. Please report the problem to obr...@freebsd.org [maintainer] and attach the “/usr/ports/deskutils/ical/work/ical-2.2/config.log” including 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 ‘ls /var/db/pkg’). *** 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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"