Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 11:54:00 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Bryan Drewery <bryan@shatow.net>
Cc:        ports@freebsd.org
Subject:   Re: tcl changes break deskutils/ical
Message-ID:  <20131002185400.GA94684@troutmask.apl.washington.edu>
In-Reply-To: <524B6140.1060904@shatow.net>
References:  <20131001174154.GA30677@troutmask.apl.washington.edu> <20131001213251.GA66839@admin.xzibition.com> <20131001224432.GA66417@troutmask.apl.washington.edu> <524B6140.1060904@shatow.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 01, 2013 at 06:56:48PM -0500, Bryan Drewery wrote:
> 
> I think you have a bad ports checkout. Nothing has changed with
> lang/tcl86 with staging. It builds fine for me for both pkgng and
> pkg_install. Staging was a no-op for it.
> 

% rm -rf /usr/ports/*
% svn checkout http://svn.freebsd.org/ports/head ports
% pkg delete tk86 tcl86 ical
% portmaster --force-config lang/tcl86

...

Making directory /usr/local/lib/tcl8.6/encoding
Installing encoding files to /usr/local/lib/tcl8.6/encoding/
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for tcl86-8.6.1
pkg-static: lstat(/usr/local/lib/tcl8.6/auto.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/clock.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/history.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/init.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/package.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/parray.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/safe.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/tclAppInit.c): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/tclIndex): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/tm.tcl): No such file or directory
pkg-static: lstat(/usr/local/lib/tcl8.6/word.tcl): No such file or directory
Installing tcl86-8.6.1... done
===> SECURITY REPORT: 

Something is broken with lang/tcl86.

% cat /etc/make.conf
KERNCONF=SPEW
CPUTYPE?=opteron
FFLAGS+= -O2 -pipe -march=native -mtune=native -funroll-loops -ftree-vectorize
MALLOC_PRODUCTION="YES"
WITHOUT_LIB32="YES"
WITHOUT_MODULES="YES"
WITH_BSD_GREP="YES"
WITH_PROFILE="YES"
WITH_PKGNG=yes
PRINTERDEVICE=ps
DISABLE_MAKE_JOBS="YES"
WITH_GHOSTSCRIPT_VER=8

% cat /etc/src.conf
cat: /etc/src.conf: No such file or directory

In particular, the problem is related to this commit:

Revision 327664 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 20 07:32:38 2013 UTC (12 days, 11 hours ago) by gahr
File length: 2488 byte(s)
Diff to previous 319676

- Update Tcl/Tk 8.6 to 8.6.1

  Release notes: http://code.activestate.com/lists/tcl-core/13590/


-- 
Steve



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