forgot cc to [EMAIL PROTECTED]

---------- Forwarded message ----------
From: H B <[EMAIL PROTECTED]>
Date: Thu, 22 Sep 2005 18:49:38 +0200
Subject: Re: Bug#329454: broken symlinks "/usr/bin/boo*"
To: Sam Clegg <[EMAIL PROTECTED]>

Hi,

thanks for your prompt reaction. If it was just a missing dependency,
I'd not filled a grave bug report:

debian:~# apt-get -t unstable --reinstall install mono-common boo
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 124 not upgraded.
Need to get 0B/895kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 94013 files and directories currently installed.)
Preparing to replace boo 0.6.0.1858-1 (using .../boo_0.6.0.1858-1_all.deb) ...
Unpacking replacement boo ...
Preparing to replace mono-common 1.1.8.3-1 (using
.../mono-common_1.1.8.3-1_i386.deb) ...
Unpacking replacement mono-common ...
Setting up boo (0.6.0.1858-1) ...
Setting up mono-common (1.1.8.3-1) ...

debian:~# which booi
/usr/bin/booi
debian:~# booi /usr/share/doc/boo/examples/xml.boo
debian:~# echo $?
255
debian:~#

Perhaps it's problem in mono-common, not boo. Anyhow, if you can think
of further tests that would help to isolate the bug, I'd be glad to
run them.

Greetings HB

On 9/22/05, Sam Clegg <[EMAIL PROTECTED]> wrote:
> H B wrote:
> > Package: boo
> > Version: 0.6.0.1858-1
> > Severity: grave
> > Justification: renders package unusable
> >
> > After installing boo with "apt-get -t unstable install boo" the expected
> > executables "booi" and "booc" in "/usr/bin" are just broken symlinks
> > to "cli-wrapper"
> > which seems to be a file in package mono-common. mono-common isn't
> > listed as a dependency of boo. Installing "mono-common"
> > didn't seem to render the package useful. "booi
> > <somefilefrom"/usr/share/doc/examples">.boo" didn't do anything.
>
> OK, so mono-common needs to be a dependancy.  But aside from that
> booi seems to be working for me:
>
> $ which booi
> /usr/bin/booi
>
> $ booi /usr/share/doc/boo/examples/xml.boo
> <?xml version="1.0" encoding="utf-16"?>
> <Person xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>   <FirstName>Homer</FirstName>
>   <LastName>Simpson</LastName>
>   <Addresses>
>     <Address>
>       <Street>Al. Foo</Street>
>       <Number>35</Number>
>     </Address>
>     <Address>
>       <Street>Al.Bar</Street>
>       <Number>14</Number>
>     </Address>
>   </Addresses>
> </Person>
> Simpson, Homer
>         35, Al. Foo
>         14, Al.Bar
>
> What is the output you get from running this?
>
> --
> sam clegg
> :: [EMAIL PROTECTED] :: http://superduper.net/ :: PGP : D91EE369
> $superduper: .signature,v 1.14 2005/01/19 13:21:14 sam Exp $
>

Reply via email to