Re: Expect Tcl Dependency Problem

2005-03-04 Thread Matthias Kurz
On Fri, Mar 04, 2005, Michael van Elst wrote: > On Fri, Mar 04, 2005 at 08:01:44AM +0100, Matthias Kurz wrote: > > > > ${l_prefix}/lib/openpkg/shtool subst \ > > > -e '/^sudo.*expect/s/-Uvh/--nodeps -Uvh/' \ > > > -e '/^sudo.*tcl/s/-Uvh/--nodeps -Uvh/' \ > > > > > > "$@" > > > exit;

Re: Expect Tcl Dependency Problem

2005-03-04 Thread David M. Fetter
On Fri, 2005-03-04 at 09:17 +0100, Ralf S. Engelschall wrote: > On Thu, Mar 03, 2005, David M. Fetter wrote: > > > Something seems wrong with how Expect and Tcl interacts in regards to > > dependencies. The problem occurs if you have a prior version of Tcl and > > Expect installed, then go to upg

Re: Expect Tcl Dependency Problem

2005-03-04 Thread Michael van Elst
On Fri, Mar 04, 2005 at 08:01:44AM +0100, Matthias Kurz wrote: > > ${l_prefix}/lib/openpkg/shtool subst \ > > -e '/^sudo.*expect/s/-Uvh/--nodeps -Uvh/' \ > > -e '/^sudo.*tcl/s/-Uvh/--nodeps -Uvh/' \ > > > > "$@" > > exit; > > Ah, you mean a time bomb ;-) ? :) The build tool

Re: Expect Tcl Dependency Problem

2005-03-04 Thread Ralf S. Engelschall
On Thu, Mar 03, 2005, David M. Fetter wrote: > Something seems wrong with how Expect and Tcl interacts in regards to > dependencies. The problem occurs if you have a prior version of Tcl and > Expect installed, then go to upgrade to any other version. What happens > is that the update fails when

Re: Expect Tcl Dependency Problem

2005-03-03 Thread Matthias Kurz
On Thu, Mar 03, 2005, Bill Campbell wrote: > On Thu, Mar 03, 2005, David M. Fetter wrote: > >On Thu, 2005-03-03 at 13:25 -0800, Bill Campbell wrote: [...] > >Is this "massaging" part of the build tools or something you are stating > >you do manually? > > I have a script that I run on the output w

Re: Expect Tcl Dependency Problem

2005-03-03 Thread Bill Campbell
On Thu, Mar 03, 2005, David M. Fetter wrote: >On Thu, 2005-03-03 at 13:25 -0800, Bill Campbell wrote: >> On Thu, Mar 03, 2005, David M. Fetter wrote: >> >Something seems wrong with how Expect and Tcl interacts in regards to >> >dependencies. The problem occurs if you have a prior version of Tcl an

Re: Expect Tcl Dependency Problem

2005-03-03 Thread David M. Fetter
On Thu, 2005-03-03 at 13:25 -0800, Bill Campbell wrote: > On Thu, Mar 03, 2005, David M. Fetter wrote: > >Something seems wrong with how Expect and Tcl interacts in regards to > >dependencies. The problem occurs if you have a prior version of Tcl and > >Expect installed, then go to upgrade to any

Re: Expect Tcl Dependency Problem

2005-03-03 Thread Bill Campbell
On Thu, Mar 03, 2005, David M. Fetter wrote: >Something seems wrong with how Expect and Tcl interacts in regards to >dependencies. The problem occurs if you have a prior version of Tcl and >Expect installed, then go to upgrade to any other version. What happens ... >Line #60, which is the BuildPr