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 $


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to