Mick writes:

> On Thursday 26 May 2011 19:07:20 Mike Diehl wrote:
>> On Thursday 26 May 2011 11:25:55 am Todd Goodman wrote:
>>> * Mike Diehl <mdi...@diehlnet.com> [110526 13:15]:

>>>> = Generating phar.php
>>>> /bin/sh: line 1: 11383 Segmentation fault      ` if test -x
>>>> "/var/tmp/portage/dev-lang/php-5.3.6/work/sapis-build/cli/sapi/cli/php"
>>>> ; then
>>>> /var/tmp/portage/dev-lang/php-5.3.6/work/sapis-build/cli/build/shtool
>>>> echo -n -- "/var/tmp/portage/dev-
[...]
> Not sure if this is your problem, but since my eye caught some .la files in 
> your log I would first run:
> 
>   /usr/bin/lafilefixer --justfixit
> 
> and then:
> 
>   revdep-rebuild -v -- --ask
> 
> for good measure before trying again to emerge this package.

Those .la files are inside the build directory, so this will not help.
The are sourced (. blabla.la), this defines some variables that are
being echoed later, and all that goes into the file ext/phar/phar.php.

I would change into the build directory and paste the whole 'if test -x
"/var/tmp/portage/...' stuff to the shell. Does the same error happen?
If so, try to find the exact command that triggers it. Any errors when
sourcing the .la file?

        Wonko

Reply via email to