[gobolinux-users] error compiling quodlibet

André Detsch detsch at gobolinux.org
Sat Oct 20 07:55:41 NZDT 2007


On 10/19/07, Hisham Muhammad <hisham.hm at gmail.com> wrote:
> On 10/19/07, Arsène Dernière <arsene.derniere at gmail.com> wrote:
> > Hi,
> >
> > I tried to compile quodlibet as root, it failed and asked for
> > pygobject > 2.12.. I typed Compile -vas pygobject and had this error:
> >
> > UnionSandbox: Cleaning up.
> > UnionSandbox Moving entries to: /Programs/PyGObject/2.13.2/.SandboxInstall_Root
> > SandboxInstall: Postprocessing Sandbox
> > SandboxInstall: Left over files:
> > Programs
> > Programs/Python
> > Programs/Python/2.5
> > Programs/Python/2.5/lib
> > Programs/Python/2.5/lib/python2.5
> > Programs/Python/2.5/lib/python2.5/copy_reg.pyo
> > Programs/Python/2.5/lib/python2.5/codecs.pyo
> > Programs/Python/2.5/lib/python2.5/sre_compile.pyo
> > Compile: Installation step failed.
> >
> > I had the same error output when I tried again with Compile -vas
> > quodlibet, the pycairo step also failed.
> >
> > Can some one help me?
>
> .pyo files? Do you have the PYTHONOPTIMIZE environment variable set, perhaps?

Hm, the compilation itself sets this variable:

Byte-compiling python modules...
dsextras.py
Byte-compiling python modules (optimized versions) ...
dsextras.py

And since we don't have .pyo files in Python package by default, they
are created for the modules imported by pygobject.

I could not find a way to skip the
  Byte-compiling python modules (optimized versions) ...
step through a configure option :-/

-- 
Andre Detsch


More information about the gobolinux-users mailing list