← Back to team overview

bzr-mac team mailing list archive

Re: Bazaar 2.1.0b3 core package for Mac OS X 10.6 Snow Leopard

 

Hi,

On Thu, Nov 26, 2009 at 8:46 PM, Gordon Tyler <gordon@xxxxxxxxx> wrote:
> Guillermo Gonzalez wrote:
>> For 10.5/6 it's partially solved.
>> why partially?
>> because PyQt and sip can be included in the installer, but not Qt
>> (it's a big download)
>>
>> The idea to completely solve this is to provide a Bazaar bundle, just
>
> Why is a large download acceptable for an app bundle but not a installer
> package?
good question! :)
in the case of the bundle, it should only include QtCore and QtGui
libs (probably the image plugins too).

But in the case of the installer, I think it's a bad idea to install a
broken Qt installation system wide :-)

>
>> like the standalone bazaar for windows, I tried to build such thing
>> but without much success, bzr works ok, but qbzr/bzr-explorer don't
>> work I keep getting this error: [Errno 4] Interrupted system call
>
> Could that have something to do with bzr explorer still trying to write
> to stdout/stderr? I know bzr explorer on Windows has a similar problem
> -- they've tried to make it a GUI app so you don't get the console
> window but apparently Windows GUI apps cannot access stdout/stderr and
> it causes errors during certain operations in bzr explorer.
>

Don't know, googling a bit looks like a some folks are hitting this
same issue with PyQt/Qt bundled, some people report success using the
Qt subprocess, but I think qbzr is using it.


>> If you pass -d to build.py it will include PyQt, sip, qbzr and
>> bzr-explorer in the build.
>
> Here's hoping it just works. ;)
>
:)

> Ciao,
> Gordon
>
>



Follow ups

References