Re: Problems running pkgdb -fF

2007-03-23 Thread Sergey Matveychuk
Danny Pansters wrote: > There should be single (or escaped double) quotes inside the "" for the sed > argument. Seems to be caused by the combination of [ ] with \t. Observe: > > desktop# cat /COPYRIGHT | sed s/[ \t]// > sed: 1: "s/[": unbalanced brackets ([]) > > But cat /COPYRIGHT | sed 's/[ \

Re: Problems running pkgdb -fF

2007-03-22 Thread Danny Pansters
There should be single (or escaped double) quotes inside the "" for the sed argument. Seems to be caused by the combination of [ ] with \t. Observe: desktop# cat /COPYRIGHT | sed s/[ \t]// sed: 1: "s/[": unbalanced brackets ([]) But cat /COPYRIGHT | sed 's/[ \t]//' is OK. So "s|^\\(@comment[ \t

Re: Problems running pkgdb -fF

2007-03-20 Thread Andrew Pantyukhin
On 3/20/07, Sergey Matveychuk <[EMAIL PROTECTED]> wrote: Andrew Pantyukhin wrote: > On 3/19/07, Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: >> Running pkgdb -Ff today gives me the following error: > > Just a "me too" here, and this problem appears during > portupgrade runs, too. > Try the patch

Re: Problems running pkgdb -fF

2007-03-20 Thread Sergey Matveychuk
Andrew Pantyukhin wrote: > On 3/19/07, Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: >> Running pkgdb -Ff today gives me the following error: > > Just a "me too" here, and this problem appears during > portupgrade runs, too. > Try the patch please. I could not find a box where I can reproduce the

Re: Problems running pkgdb -fF

2007-03-20 Thread Sergey Matveychuk
Andrew Pantyukhin wrote: > On 3/19/07, Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: >> Running pkgdb -Ff today gives me the following error: > > Just a "me too" here, and this problem appears during > portupgrade runs, too. > > Also, portupgrade-devel has been almost unusable for > me for some ti

Re: Problems running pkgdb -fF

2007-03-20 Thread Andrew Pantyukhin
On 3/19/07, Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: Running pkgdb -Ff today gives me the following error: Just a "me too" here, and this problem appears during portupgrade runs, too. Also, portupgrade-devel has been almost unusable for me for some time now, on different machines. It's dep

Re: Problems running pkgdb -fF

2007-03-19 Thread Parv
in message <[EMAIL PROTECTED]>, wrote Joe Marcus Clarke thusly... > > Running pkgdb -Ff today gives me the following error: > > Stale origin: 'multimedia/totem-gstreamer': perhaps moved or obsoleted. > -> The port 'multimedia/totem-gstreamer' was moved to 'multimedia/totem' on > 2007-03-19 becaus

Re: Problems running pkgdb -fF

2007-03-19 Thread Matthew D. Fuller
On Mon, Mar 19, 2007 at 02:52:21PM -0400 I heard the voice of Joe Marcus Clarke, and lo! it spake thus: > > sed: 1: "s|^\(@comment[": unbalanced brackets ([]) > Failed to rewrite /var/db/pkg/totem-gstreamer-2.16.5/+CONTENTS: Command > failed [exit code 1]: "sed" "\"s|^(@comment[\"" "\"\"" "\"]

Re: Problems running pkgdb -fF

2007-03-19 Thread Michel Talon
>"multimedia/totem now uses gstreamer by default" > sed: 1: "s|^\(@comment[": unbalanced brackets ([]) Perhaps there is a specific problem here, but i have observed corruption under FreeBSD-6.2. Several times on my laptop where various applications suddenly misbehave, rebooting cures that,

Problems running pkgdb -fF

2007-03-19 Thread Joe Marcus Clarke
Running pkgdb -Ff today gives me the following error: Stale origin: 'multimedia/totem-gstreamer': perhaps moved or obsoleted. -> The port 'multimedia/totem-gstreamer' was moved to 'multimedia/totem' on 2007-03-19 because: "multimedia/totem now uses gstreamer by default" sed: 1: "s|^\(@com