Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't emerge php-5.3.6
Date: Thu, 26 May 2011 19:45:30
Message-Id: 201105262041.00098.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Can't emerge php-5.3.6 by Mike Diehl
1 On Thursday 26 May 2011 19:07:20 Mike Diehl wrote:
2 > On Thursday 26 May 2011 11:25:55 am Todd Goodman wrote:
3 > > * Mike Diehl <mdiehl@××××××××.com> [110526 13:15]:
4 > > > I'm trying to do an emerge -u world and I'm down to php and one other
5 > > > package that needs it.
6 > > >
7 > > > I've done emerge --sync several times.
8 > > > However, the php emerge fails:
9 > > >
10 > > > =======================================================================
11 > > > = Generating phar.php
12 > > > /bin/sh: line 1: 11383 Segmentation fault ` if test -x
13 > > > "/var/tmp/portage/dev-lang/php-5.3.6/work/sapis-build/cli/sapi/cli/php"
14 > > > ; then
15 > > > /var/tmp/portage/dev-lang/php-5.3.6/work/sapis-build/cli/build/shtool
16 > > > echo -n -- "/var/tmp/portage/dev-
17 > >
18 > > [..]
19 > >
20 > > What's your sh linked to? (ls -l /bin/sh)
21 >
22 > lrwxrwxrwx 1 root root 4 May 25 08:24 /bin/sh -> bash
23 >
24 > > What's the version of the package that provides it?
25 >
26 > # emerge -s bash
27 >
28 > * app-shells/bash
29 > Latest version available: 4.1_p9
30 > Latest version installed: 4.1_p9
31 > Size of files: 6,457 kB
32 > Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html
33 > Description: The standard GNU Bourne again shell
34 > License: GPL-3
35
36 Not sure if this is your problem, but since my eye caught some .la files in
37 your log I would first run:
38
39 /usr/bin/lafilefixer --justfixit
40
41 and then:
42
43 revdep-rebuild -v -- --ask
44
45 for good measure before trying again to emerge this package.
46 --
47 Regards,
48 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Can't emerge php-5.3.6 Alex Schuster <wonko@×××××××××.org>