Boost logo

Boost :

Subject: Re: [boost] bootstrap.sh bug in 1.39.0
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-05-20 14:19:56


Chris Saunders wrote:

> There is a typo in the lib install directories in bootstrap.sh:
>
> $ diff bootstrap.sh bootstrap.sh.fixed
> 252c252
> < LIBDIR="$EXPREFIX/lib"
> ---
>> LIBDIR="$EPREFIX/lib"
> 390c390
> < EOF
> \ No newline at end of file
> ---
>> EOF

It's already fixed. BTW, please always use "diff -u" for patches, ordinary
diff format is broken in many ways.

>
> ps. I wouldn't have minded checking what's on the head of svn first and
> reporting this throught the regular bug channels, but my browser won't let
> me past these certificate errors:
>
> """
> Secure Connection Failed
>
> svn.boost.org uses an invalid security certificate.
>
> The certificate is not trusted because the issuer certificate is unknown.
> (Error code: sec_error_unknown_issuer)

I assume this is Firefox? It appears to take a controversial approach to
security in recent versions, you might want to either look for some
config option, or file a bug with Firefox developers.

- Volodya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk